
:root {
	/* main color
	green
	#184f22  rgb(24 79 34)
	 #cdd7ce 
	golden
	 #b67317 rgb(182 115 23)
	*/
	/* #ff650c in decimal RGB */
    --main-color: #986013;
	--main-color-rgb:rgb(152, 96, 19);
	--secondary-color-rgb:rgb(24 79 34);
	--secondary-color:#184f22;

	
}
.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: var(--secondary-color);
  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;
  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: 0px 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: var(--secondary-color);
  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;
  }

  img {
    max-width: 40% !important;
    height: auto;
  }

  .project-block_three {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }

  .project-block_three-image img {
    width: 100% !important;
    height: auto;
  }

  .team-block_two-inner {
    max-width: 400px;
  }

  h2,
  h3,
  .sec-title_heading {
    page-break-after: avoid;
    font-size: 30px;
  }

  .about-three,
  .team-two,
  .sec-title,
  .pagecontent {
    page-break-inside: avoid;
  }

  body {
    font-size: 12pt;
  }



  .auto-container {
    margin: 0;
    padding: 0;
  }

  .clearfix {
    clear: both;
  }

  .d-print-none {
    display: none;
  }

  .about-three_content-column,
  .about-three_images-column {
    margin-bottom: 10mm;
  }

  section,
  .auto-container {
    padding: 0 !important;
    page-break-before: auto !important;
    page-break-after: auto !important;
    margin-bottom: 10px !important;
  }

}

.logo-max-height {
  max-height: 80px;
  width: auto;
}

.slider-one_title {

  background-color: var(--secondary-color);
}

.footer-three_contacts a {
  color: var(--primary-color);
}

.footer-three_contacts a:hover {
  color: var(--main-color);
}

a:hover {
  color: var(--secondary-color);
}

.slider-two_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -10px;
  border-radius: 50px;
  display: inline-block;
  border: none
}

h1 {
  line-height: 110px;
  font-size: 80px;
}

.feature-block_two-inner:hover {
  background-image: linear-gradient(to bottom, #184f22, #1c5c28, #126e1e, #1b7427, #258b32);
}

.service-block_three-more {

  font-size: 18px;

}

.service-one_image>img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  max-width: 420px;
  max-height: 500px;
}

@media (min-width: 991px) and (max-width: 1140px) {
  .service-one_image>img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    max-width: 420px;
    max-height: 400px;
  }
}

.service-one_sub-title {
  font-size: 25px;
}

@media (max-width: 480px) {
  .service-one_button {
    position: absolute;
    right: 5px;
    top: -90px;
    padding: 10px 10px 0px;
    border-radius: 50px 0px 50px 50px;
  }
}

@media (min-width: 481px) and (max-width: 990px) {
  .service-one_button {
    position: absolute;
    right: 205px;
    top: -90px;
    padding: 10px 10px 0px;
    border-radius: 50px 0px 50px 50px;
  }
}

@media (min-width: 991px) {
  .service-one_button {
    position: absolute;
    right: 80px;
    top: -90px;
    padding: 10px 10px 0px;
    border-radius: 50px 0px 50px 50px;
  }
}

.service-one_content {
  position: relative;
  padding-top: 20px;
}

.service-one_title {
  position: relative;
  margin-bottom: 15px;
}

.sec-title_heading {
  margin-top: 20px;
}

.sec-title {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.footer-three {
  position: relative;
  padding-top: 110px;
  overflow: hidden;
  padding-bottom: 0px;
  margin: 0px 00px 00px;
  border-radius: 30px 30px;
  background-color: var(--black-color);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.faq-one_accordian-outer .sec-title_text {
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  color: var(--black-color);
}

.content-box .text,
p.intro_text {
  position: relative;
  line-height: 1.7em;
  color: var(--main-color);
  font-weight: bold;
  font-size: 16px;
}

.project-block-four .content-box-hover .title {
  color: var(--white-color);
}

.project-block-four .content-box .service {
  opacity: 0;
}

.project-block-four .inner-box:hover .content-box .service {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.8s;
}

.about-three_phone-icon {
  width: 60px !important;
  height: 60px !important;
}

.about-three_author {
  position: relative;
  font-size: 18px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
}

@media (min-width: 501px) {
  .img-about1 {
    max-width: 480px;
    height: auto;
  }
}

.img-about2 {
  max-width: 290px;
  height: auto;
}

.img-about3 {
  max-width: 276px;
  height: auto;
}



.project-block_three-image img.project {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.btn-style-three:before {

  background-color: var(--secondary-color);
}

.hamburger {

  background-color: var(--secondary-color);

}

.btn-style-three i {

  background-color: var(--secondary-color);

}


.about-sidebar_list li:before {

  color: var(--secondary-color);

}

body.modal-open {
  overflow: visible !important;
}


.project-block-four .inner-box {
  position: relative;
  overflow: clip !important;
  border-radius: 30px;
  min-height: 480px;
}

.project-block_three-image {
  width: 100%;
  height: 560px;
  overflow: clip;
  position: relative;
}

.about-three_author i {
  position: relative;
  font-size: 50px;
  display: block;
  color: var(--main-color);
  font-weight: 500;
  margin-top: 0px;
  text-transform: capitalize;
}

.about-three_text span {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  line-height: 34px;
  max-width: 365px;
  color: var(--main-color);

}

.project-block_three_button span.text-one {
  color: var(--white-color) !important;
}

.project-block_three-title button {
  color: var(--white-color) !important;
}

.project-block_three-title button:hover {
  color: var(--main-color) !important;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {

  background-color: var(--secondary-color);
}

.service-one_title .service-one_arrow {

  background-color: var(--secondary-color);
}

.contact-info_block a p:hover {
  color: var(--secondary-color);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main-color);
  --bs-btn-hover-border-color: var(--main-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--secondary-color);
  --bs-btn-disabled-border-color: var(--secondary-color);
}

.rating-widget .widget-content {
  background-color: var(--color-two);
}

.btn-style-one i {

  background-color: var(--secondary-color);
}

.rating-widget_phone a {

  color: var(--black-color);
}

.rating-widget_phone {

  color: var(--black-color);

}

.category-list li a:hover span {
  color: var(--secondary-color);
  background-color: var(--white-color);
}

.category-list li span {

  color: var(--white-color);
  background-color: var(--secondary-color);
}

.category-list li a:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-image: linear-gradient(to right, #1b7427, #126e1e, #1c5c28, #184f22, #040201);
}

.category-list li a.active:before {
  opacity: 1;
  background-image: linear-gradient(to right, #1b7427, #126e1e, #1c5c28, #184f22, #040201);
}


.category-list li a.active {
  color: var(--white-color) !important;

}

.category-list li a.active span {
  color: var(--black-color);
  background-color: var(--white-color);

}


.accordion-box .block .acc-btn.active .icon-outer .icon {
  transform: rotate(45deg);
  background-color: var(--secondary-color);
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--main-color) 80%, var(--main-color)100%);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.max-height-img {
  max-height: 60vh;
  object-fit: contain;
}

.main-header-admin {
  top: 0px;
}

.progress-wrap::after {
  color: var(--secondary-color);
}

.progress-wrap {
  bottom: 77px;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--secondary-color);
}

button.service-block_one-more:hover {
  color: var(--secondary-color);
}

.info-block_one-icon {
  width: 60px !important;
  height: 60px !important;
}

.service-two {
  padding: 120px 0px 60px;
}

.contact-one .video-image {
  margin-top: -80px;
}

.footer-three_text {

  max-width: 450px;
}

.footer-three {
  background-size: contain;
  background-repeat: no-repeat;
}

.page-title_text {

  max-width: 420px;
}

.team-detail_image-column {
  order: 0;
}


.pagecontent h2 {
  font-size: 30px;
}

.pagecontent h3 {
  line-height: 42px;
  font-size: 24px;
}

.contenedor-team {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.team-block_two {
  height: 100%;
}

.team-block_two-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-block_three {
  display: flex !important;
  flex-direction: column !important;
}

.service-block_three-inner {
  width: 100%;

  flex: 1 1 auto !important;
  height: auto !important;

  display: flex !important;
  flex-direction: column !important;
  background-color: #fff;
}

.service-block_three-text {
  flex-grow: 1 !important;
}

.service-block_three-more {
  margin-top: auto;
}

.authentication-login h2 {
  font-size: 32px;
}

.view-title h2 {
  font-size: 40px !important;
}

.about-sidebar .close-button span {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: var(--black-color);
  background-color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.rounded-img {
  border-radius: 20px;
}

@media print {
  @page {
    margin: 0.5cm 1cm;
    size: auto;
  }

  header,
  .main-footer,
  .header-top,
  .main-header,
  .scroll-to-top,
  .breadcrumbs {
    display: none !important;
  }

  body,
  html,
  .page-wrapper {
    background: #fff !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10pt !important;
  }

  .row,
  .clearfix {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .auto-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .team-detail_image:before,
  .team-detail_image:after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    border: none !important;
  }

  .team-detail .row.main-content-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    margin-top: 10px !important;
    padding-left: 10px !important;
  }

  .team-detail_image-column {
    width: 25% !important;
    flex: 0 0 25% !important;
    padding-right: 20px !important;
    padding-left: 5px !important;
    margin: 0 !important;
  }

  .team-detail_image,
  .team-detail_image-column {
    background: transparent !important;
    margin: 0 !important;
    border: none !important;
  }

  .team-detail_image img {
    width: 100% !important;
    max-width: 180px !important;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    z-index: 10;
  }

  .team-detail_content-column {
    width: 75% !important;
    flex: 0 0 75% !important;
    background: transparent !important;
  }

  .team-detail_content-outer {
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  h2.team-detail_title {
    margin-top: 0 !important;
    font-size: 18pt !important;
    color: #000 !important;
    line-height: 1.2 !important;
  }

  .team-detail_tag {
    font-size: 10pt !important;
    color: #666 !important;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  p,
  .pagecontent,
  li {
    font-size: 10pt !important;
    line-height: 1.3 !important;
    text-align: justify;
    margin-bottom: 8px !important;
  }

  .generated-on-block {
    display: block !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px !important;
    padding-bottom: 5px;
    font-size: 8pt !important;
    color: #777;
  }

  .garick-contact-info {
    margin-top: 15px !important;
    page-break-inside: avoid;
  }

  .print-footer-copyright {
    display: block !important;
    text-align: center;
    font-size: 8pt !important;
    color: #999;
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 5px;
  }

  .admin-controls,
  .d-print-none-strict,
  .team-block_detail-shares {
    display: none !important;
  }

  /*SERVICES DETAIL*/


  section.project-four {
    page-break-before: always !important;
    padding-top: 20px !important;
    background: none !important;
    display: block !important;
    clear: both !important;
  }

  .sec-title {
    text-align: center;
    margin-bottom: 30px !important;
  }

  .project-four .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .project-block_three {
    width: 48% !important;
    flex: 0 0 48% !important;
    max-width: 48% !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
    border: 1px solid #eee;
    border-radius: 8px;
    page-break-inside: avoid;
    background: #fff !important;
  }

  .project-block_three-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .project-block_three-image {
    width: 100% !important;
    flex: none !important;
    margin: 0 !important;
    position: relative !important;
  }

  .project-block_three-image img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block !important;
    margin: 0 auto !important;
  }

  .project-block_three-image::before,
  .project-block_three-image::after {
    display: none !important;
  }

  .project-block_three-overlay {
    position: static !important;
    width: 100% !important;
    background: transparent !important;
    padding: 10px 15px 0 15px !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .badge {
    display: none !important;
  }

  .project-block_three-title,
  .project-block_three-title button {
    color: #000 !important;
    font-size: 13pt !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 5px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }

  .project-block_three_button {
    display: block !important;
    padding: 5px 15px 15px 15px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .project-block_three_button .text-one {
    display: block !important;
    color: #555 !important;
    font-size: 10pt !important;
  }

  .project-block_three_button .button {
    display: none !important;
  }

  .print-footer-copyright {
    display: block !important;
    text-align: center;
    font-size: 8pt !important;
    color: #999;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    width: 100%;
    clear: both !important;
  }

  .sidebar-page-container,
  .sidebar-page-container.left-sidebar {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    height: auto !important;
    min-height: 0 !important;
    page-break-after: auto !important;
    page-break-inside: auto !important;
  }

  .sidebar-page-container .row {
    margin-bottom: 0 !important;
  }

  section.project-four {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 20px !important;
    border-top: 1px solid #eee;

    page-break-before: auto !important;
    break-before: auto !important;

    position: relative !important;
  }

  body,
  html,
  .page-wrapper {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
}

.sidebar-widget .category-list li a {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  align-items: center !important;

  width: 100% !important;
  min-height: 60px !important;
  padding: 8px 10px 8px 25px !important;

  margin-bottom: 15px !important;
  transition: all 0.3s ease !important;
}

.sidebar-widget .category-list li a .icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  position: static !important;


}

.sidebar-widget .category-list li a {
  text-align: left !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}


.page-title:before {

  opacity: 0.5;

}


.service-block_three_hover-image {
  width: 260px;
  height: 174px;
}

@media (max-width: 1680px) {
  .service-block_three_hover-image {
    width: 220px;
    height: 120px;
  }
}

@media (max-width: 1440px) {
  .service-block_three_hover-image {
    width: 180px;
    height: 130px;
  }
}

  .service-block_one-inner:hover button.service-block_one-more {
    color: var(--secondary-color);
  }
  .page-title {
    position: relative;
    padding: 240px 0px 90px;
    background-size: cover; 
    background-position: center center; 
    background-attachment: scroll;
}

a.footer-link {
  color: var(--white-color) !important;
}

a.footer-link:hover {
  color: var(--main-color) !important;
}



.sec-title_title_black {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #e2c375;
    text-transform: uppercase;
    padding-left: 60px;
}

.sec-title_title_black:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #e2c375;
}



@media only screen and (max-width: 767px) {
    
  .slider-one_heading {
      font-size: 40px !important; 
      line-height: 1.2 !important;
      word-wrap: break-word !important; 
      margin-bottom: 15px !important;
  }

  .slider-one_heading span {
      font-size: 34px !important; 
      display: inline-block; 
  }


}

p.badge a{
  color: var(--white-color) !important;
}

span.badge a{
  color: var(--white-color) !important;
}

.category-list li a:hover {
  color: var(--white-color);
  transform: none !important;
}

.client-one_subtitle-2 {
  position: relative;
  padding: 10px 25px;
  color: #e2c375;
  font-size: 16px;
  font-weight: 700;
  margin-top: 70px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  
}

.footer-license{
 
  color: #e2c375;
 
  
}

.team-two {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 0px;
}

.team-block_one-title {
  position: relative;
  font-size: 22px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--secondary-color);
}

.team-block_two-image img {
  width: 100%;
  aspect-ratio: 2 / 3; 
  object-fit: cover;
  object-position: top center;
}

.rating-widget_phone i {
  color: var(--secondary-color);
}


.project-tab-list-section .nav-pills .nav-link {
  padding: 12px 35px !important;    
  white-space: nowrap !important;   
  border-radius: 50px;              
  margin: 0 !important;             
  width: auto !important;          
}

.project-tab-list-section .nav-pills {
  display: flex;
  justify-content: center; 
  gap: 12px;               
  width: 100%;
}

@media (max-width: 991px) {
  .project-tab-list-section .nav-pills {
      justify-content: flex-start !important; 
      flex-wrap: nowrap !important;           
      overflow-x: auto;                       
      padding-bottom: 10px;                 
      
      -ms-overflow-style: none;
      scrollbar-width: none;  
  }
  
  .project-tab-list-section .nav-pills::-webkit-scrollbar {
      display: none;
  }

  .project-tab-list-section .nav-pills .nav-item:first-child {
      padding-left: 15px;
  }
  .project-tab-list-section .nav-pills .nav-item:last-child {
      padding-right: 15px;
  }
}

.sidebar-license {
  color: #184f22;
}
.sidebar-license span {
  color: #986013;
}

.configuration-panel{
background-color: #f8f9fa; 
border: 1px solid #dee2e6; 
border-radius: 8px
}

.buttons-configuration{
  border-right: 1px solid #dee2e6;
}

.contact-one {
  position: relative;
  padding: 20px 0px 200px;
}


.career-page {
  padding: 110px 0px 20px !important;
}