﻿/*Arrow Custom CSS*/

/*form padding form option boxes*/
.form-control-list {
  padding-right: 50px;
}

/*DataTables*/
.dt-input {
  padding-right: 50px !important;
  appearance: none;
  border-radius: 5px !important;
}
.dt-search {
  font-weight: 600;
  font-size: 16px;
  padding-right: 50px !important;
}
div.dataTables_filter input {
  width: 300px;
}
table thead th.dt-left.dt-type-numeric,
table tr td.dt-type-numeric.dt-left,
table thead th.dt-type-numeric,
table tr td.dt-type-numeric {
  text-align: left !important;
}
/*Styling for sweetalert2 buttons override*/
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
  font-weight: 600;
}
.swal2-styled.swal2-confirm {
  background: var(--theme-default);
}
.swal2-styled.swal2-cancel {
  background: var(--theme-secondary);
}

/* Button animation style  */
.btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  position: relative;
  transition: all 250ms;
  touch-action: manipulation;
}
.btn:active {
  background-color: #f0f0f1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgb(255, 255, 255);
  transform: translateY(0);
}
.btn:hover,
.btn:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: white;
}
.btn:hover,
.hvr:hover {
  transform: translateY(-1.5px);
}
.btn:active {
  background-color: #f0f0f1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgb(255, 255, 255);
  transform: translateY(0);
}

/*Flex containers */
.flex {
  display: flex;
  flex-wrap: row wrap;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.flex-row-buttons .flex {
  justify-content: start;
}

.li-details {
  line-height: 2;
  height: auto;
  word-wrap: break-word;
}

/*Tables */
.tbody-items tr:hover,
.tbody-items tr:focus-within {
  background: #b9dfe446 !important;
  outline: none;
}

/*Progress Bar*/
.meter {
  height: 20px;
  position: relative;
  background: #c2bfba;
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
}

.progress {
  background-color: var(--theme-default);
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
}
.progress-icon {
  animation: progressBar 3s ease-in-out;
  background-image: url();
  background-size: unset;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.progressbar {
  margin: 50px 0 50px 0;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #110e0e;
}
.progressbar li:before {
  width: 15px;
  height: 15px;
  content: "";
  line-height: 30px;
  border: 2px solid #110e0e;
  background-color: #110e0e;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  transition: all 0.8s;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #110e0e;
  top: 7px;
  left: -50%;
  z-index: -1;
  transition: all 0.8s;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active:before {
  border-color: #55b776;
  background-color: #55b776;
  transition: all 0.8s;
}
.progressbar li.active:after {
  background-color: #55b776;
  transition: all 0.8s;
}

/*Watermark Images*/
.watermarked {
  position: relative;
}
.watermarked2 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.watermarked-full {
  position: absolute;
  float: right !important;
  text-align: right !important;
  width: 100%;
  left: 0;
}

/*Pin button*/
.pinBtn {
  font-size: 25px;
  color: #a0a2a7;
}
.pinBtn-selected {
  font-size: 25px;
  color: var(--theme-secondary);
}

/* Dashboard Banner */
.slick-prev {
  left: 15px !important;
  z-index: 1;
}
.slick-next {
  right: 35px !important;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  font-size: 30px !important; /* Adjust size of the arrow icons */
}

/* Dashboard Slider */
.slick-slide img {
    width: 100%;
    display: block;
    height: auto;
    flex: 50%;
}
/* Shop Slider */
.slick-slider-shop-items img {
    width: 100%;
    display: block;
    height: auto;
    flex: 50%;
    padding: 5px;
}

/* css for slide navigation */
.navigation {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.navigation-btn {
  border: 2px solid #a7a7a7;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.navigation-btn:not(:last-child) {
  margin-right: 40px;
}

.navigation-btn:hover {
  background: #e22f45;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

/* Automatic Navigation */
.navigation-auto {
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div {
  border: 2px solid #333;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn-1 {
  background: #ccc;
}

#radio2:checked ~ .navigation-auto .auto-btn-2 {
  background: #ccc;
}

#radio3:checked ~ .navigation-auto .auto-btn-3 {
  background: #ccc;
}

#radio4:checked ~ .navigation-auto .auto-btn-4 {
  background: #ccc;
}

/*Radio Button on Feedback Pages */
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  * {
    font-size: 2.5rem;
  }
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  & > input {
    display: none;
    & + label {
      /* only enough room for the star */
      display: inline-block;
      overflow: hidden;
      text-indent: 9999px;
      width: 1em;
      white-space: nowrap;
      cursor: pointer;
      &:before {
        display: inline-block;
        text-indent: -9999px;
        content: "\2606";
        color: #888;
      }
    }
    &:checked ~ label:before,
    & + label:hover ~ label:before,
    & + label:hover:before {
      content: "\2605";
      color: var(--theme-default);
      text-shadow: 0 0 1px #333;
    }
  }

  /* the hidden clearer */
  & > .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
  }
  & > .star-cb-clear + label:before {
    width: 0.5em;
  }

  &:hover > input + label:before {
    content: "\2606";
    color: #888;
    text-shadow: none;
  }
  &:hover > input + label:hover ~ label:before,
  &:hover > input + label:hover:before {
    content: "\2605";
    color: var(--theme-default);
    text-shadow: 0 0 1px #333;
  }
}

/*Checkbox styling*/
.checkbox-wrapper-2 .checkbox-aco {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 40px;
}

.checkbox-wrapper-2 .checkbox-aco::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.checkbox-wrapper-2 .checkbox-aco,
.checkbox-wrapper-2 .checkbox-aco::after {
  transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .checkbox-aco::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}

.checkbox-wrapper-2 input[type="checkbox"] {
  cursor: default;
}

.checkbox-wrapper-2 .checkbox-aco:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

.checkbox-wrapper-2 .checkbox-aco:checked {
  background-color: var(--theme-default);
}

.checkbox-wrapper-2 .checkbox-aco:checked::after {
  background-color: #fff;
  left: 23px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
  outline: 0;
}

.checkbox-wrapper-2 .checkbox-aco:checked:hover {
  background-color: var(--theme-default);
}

/* Search box for sites */
div.searchable {
  float: left;
  width: 100%;
}

.searchable input {
  width: 100%;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  display: block;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
}

.searchable ul {
  display: none;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #add8e6;
  border-top: none;
  max-height: 600px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
}

.searchable ul li {
  padding: 7px 9px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  color: #6e6e6e;
}

.searchable ul li.selected {
  background-color: #e8e8e8;
  color: #333;
}

.dropdown {
  position: relative;
  display: inline-block;
}

#searchInput {
  width: 100%;
  box-sizing: border-box;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  max-height: 500px; /* Set the maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* SWUP page transition */
html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html.is-changing .transition-test {
  view-transition-name: main;
}
::view-transition-old(main) {
  animation: fade 0.5s ease-in-out both;
}
::view-transition-new(main) {
  animation: fade 0.5s ease-in-out both reverse;
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.swup-progress-bar {
  height: 7px;
  background-color: #009099;
  display: block; /* Ensure it's not set to 'none' */
}

/*Vat Switcher */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 6px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #207c86;
}

input:focus + .slider {
  box-shadow: 0 0 1px #207c86;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* End of Vat Switcher */

/* .page-wrapper
  .page-body-wrapper
  div.sidebar-wrapper
  .sidebar-main
  .sidebar-links
  .simplebar-wrapper1
  .simplebar-mask
  .simplebar-content-wrapper
  .simplebar-content
  > li
  a
  i.stroke-icon {
  color: #333;
} */

.sidebar-link .stroke-icon {
  font-size: 23px;
  margin-right: 10px;
  margin-left: 5px;
}
.sidebar-list .sidebar-link:hover .stroke-icon {
  color: #fff !important; /* Change the color on hover */
  transform: scale(1.2); /* Add a scaling effect */
  transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition */
}

/* Sidebar icon alignment */
.sidebar-icon-align {
  display: flex !important;
  align-items: center;
  /* justify-content: center; */
  gap: 8px;
}


/*Algolia Search Box*/
.aa-Input {
    padding: 10px 20px !important;
    background-color: transparent !important;
}
/*show drop down over the top of the other items*/
.aa-Panel {
    position: absolute;
    z-index: 9999;
    background: white;
}
/* remove background from algolia search box */
.aa-Form {
    margin-top: 0px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important; /* Optional: to ensure visibility */
}
/*align search box */
.aa-Autocomplete {
    margin-top: -20px !important;
}
/*align search button */
.aa-InputWrapperPrefix {
    align-items:normal !important;
}
/*search button colour*/
:root {
    --aa-primary-color-rgb: var(--theme-default) !important;
}

/*button animation*/
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake {
    animation: shake 0.5s;
}

