html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 5px;
}

.red_notice a,
.red_notice a:visited {
  color: #c4c4c4;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #554164;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", serif;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: #3c2e47;
}

@media only screen and (max-width: 440px) {
  .gen_btn {
    width: 100%;
  }
}

.gen_btn_right {
  float: right;
}

.qlink_buttons_outer {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.qlink_buttons {
  width: auto;
  height: auto;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  background-color: #ada1b7;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9em;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .qlink_buttons {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px auto;
    clear: both;
    float: none;
    display: table;
    text-align: center;
  }
}

.qlink_buttons:hover {
  background-color: #8f8597;
}

/* NOTIFICATION MESSAGES */
.notification {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 500;
}

.notification_green,
.notification_red {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  border-radius: 4px;
}

.notification_green {
  background-color: #9ec57e;
}

.notification_red {
  background-color: #e96060;
}

.notification a,
.notification a:visited {
  color: rgb(219, 219, 219);
}

/* HEADER TOP */
.header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow-x: hidden;
  overflow-y: auto;
}

.quick_links {
  width: calc(100% - 8%);
  height: auto;
  padding: 10px 4% 80px 4%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: table;
  z-index: 1001;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.quick_links_no_slider {
  height: auto;
  padding: 10px 4%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-image: none;
  background-color: #252525;
}

@media screen and (max-width: 1200px) {
  .quick_links {
    width: calc(100% - 4%);
    padding: 10px 2% 10px 2%;
  }
}

@media screen and (max-width: 1080px) {
  .quick_links {
    width: calc(100% - 40px);
    padding: 10px 20px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-image: none;
    background-color: #252525;
  }
}

.quick_links.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 4%;
  background-image: none;
  background-color: #252525;
}

@media screen and (max-width: 1200px) {
  .quick_links.sticky {
    width: calc(100% - 4%);
    padding: 5px 2%;
  }
}

@media screen and (max-width: 1080px) {
  .quick_links.sticky {
    width: calc(100% - 40px);
    padding: 5px 20px;
  }
}

.quick_links.sticky + .content {
  padding-top: 190px;
}

.is-active {
  color: #ada1b7 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

.logo {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.logo_main {
  width: auto;
  height: 100px;
  display: table;
}

@media screen and (max-width: 1200px) {
  .logo_main {
    height: 90px;
  }
}

@media screen and (max-width: 560px) {
  .logo_main {
    height: 80px;
  }
}

@media screen and (max-width: 440px) {
  .logo_main {
    height: 70px;
  }
}

.logo_main.sticky {
  height: 60px;
}

.navigation_bar {
  width: auto;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

.header_button {
  margin: 0 0 0 10px !important;
}

@media screen and (max-width: 1080px) {
  .header_button {
    margin: 0 !important;
  }
}

.header_button a,
.header_button a:visited {
  background-color: #554164;
  padding: 15px 15px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .header_button a,
  .header_button a:visited {
    background-color: #554164;
    padding: 14px 10px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
  }
}

.header_button a:hover,
.header_button a:visited:hover {
  background-color: #3c2e47 !important;
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 0;
  overflow: hidden;
}

.slider_holder {
  width: 100%;
  height: 100%;
  padding: 0;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  position: relative;
  display: table-cell;
  clear: both;
  background-size: cover !important;
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 60% !important;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 70% !important;
  }
}

@media screen and (max-width: 440px) {
  .bxslider {
    padding-bottom: 80% !important;
  }
}

.slider_info {
  width: 60%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .slider_info {
    width: 70%;
  }
}

.slider_info_left {
  left: 50px;
}

.slider_info_right {
  right: 50px;
}

@media screen and (max-width: 767px) {
  .slider_info_left {
    left: 20px;
  }

  .slider_info_right {
    right: 20px;
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 6px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-size: 3em;
  font-family: "DM Serif Display", serif;
  line-height: 0.9em;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .slider_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 560px) {
  .slider_title {
    padding: 4px 0;
    font-size: 1.7em;
  }
}

@media screen and (max-width: 440px) {
  .slider_title {
    font-size: 1.5em;
  }
}

.slider_info_left .slider_title {
  text-align: left;
  transform: translateX(-100%);
  opacity: 0;
  animation: animateSliderTitleLeft 0.8s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.slider_info_right .slider_title {
  text-align: right;
  transform: translateX(100%);
  opacity: 0;
  animation: animateSliderTitleRight 0.8s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.slider_title_line {
  width: 0;
  height: 2px;
  padding: 0;
  margin: 6px 0;
  position: relative;
  clear: both;
  float: left;
  display: table;
  background-color: #554164;
  animation: animateSliderTitleLine 1.5s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLine {
  0% {
    width: 0;
  }

  100% {
    width: 40%;
  }
}

@media screen and (max-width: 560px) {
  .slider_title_line {
    margin: 4px 0;
  }
}

.slider_info_left .slider_title_line {
  float: left;
}

.slider_info_right .slider_title_line {
  float: right;
}

.slider_description {
  width: 100%;
  height: auto;
  padding: 6px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}

@media screen and (max-width: 1080px) {
  .slider_description {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .slider_description {
    padding: 4px 0;
    font-size: 0.8em;
  }
}

.slider_info_left .slider_description {
  text-align: left;
  transform: translateX(-100%);
  opacity: 0;
  animation: animateSliderDescriptionLeft 0.8s ease-in-out 0.3s 1 forwards;
}

@keyframes animateSliderDescriptionLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.slider_info_right .slider_description {
  text-align: right;
  transform: translateX(100%);
  opacity: 0;
  animation: animateSliderDescriptionRight 0.8s ease-in-out 0.3s 1 forwards;
}

@keyframes animateSliderDescriptionRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.slider_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  display: table;
  opacity: 0;
  filter: blur(5px);
  animation: animateSliderButton 0.8s ease-in-out 0.8s 1 forwards;
}

@keyframes animateSliderButton {
  0% {
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.slider_info_left .slider_button {
  float: left;
}

.slider_info_right .slider_button {
  float: right;
}

.slider_button a,
.slider_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  background-color: #554164;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  display: table;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .slider_button a,
  .slider_button a:visited {
    padding: 10px 20px;
    font-size: 0.8em;
  }
}

.slider_button a:hover,
.slider_button a:visited:hover {
  background-color: #3c2e47;
}

.slider_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* TOP INSERT */
.top_insert {
  width: calc(100% - 8%);
  height: auto;
  padding: 40px 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #554164;
  overflow: hidden;
  background-image: url("../admin454/uploads/site_settings/logo_watermark_cropped.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}

@media screen and (max-width: 1200px) {
  .top_insert {
    width: calc(100% - 4%);
    padding: 50px 2%;
  }
}

@media screen and (max-width: 1080px) {
  .top_insert {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .top_insert {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 560px) {
  .top_insert {
    padding: 30px 20px;
    background-size: auto 80%;
  }
}

.top_insert_left {
  width: 60%;
  height: auto;
  padding: 0 30px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .top_insert_left {
    width: 100%;
    padding: 0 0 10px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.top_insert_title1,
.top_insert_title2 {
  width: 100%;
  height: auto;
  padding: 2px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 4.5em;
  line-height: 0.8em;
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .top_insert_title1,
  .top_insert_title2 {
    font-size: 4.3em;
  }
}

@media screen and (max-width: 1080px) {
  .top_insert_title1,
  .top_insert_title2 {
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {
  .top_insert_title1,
  .top_insert_title2 {
    font-size: 3.6em;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .top_insert_title1,
  .top_insert_title2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 440px) {
  .top_insert_title1,
  .top_insert_title2 {
    font-size: 2.6em;
  }
}

.top_insert_title1 {
  color: #ada1b7;
}

.top_insert_title2 {
  color: #ffffff;
}

.top_insert_description {
  width: 100%;
  height: auto;
  padding: 8px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
}

@media screen and (max-width: 1080px) {
  .top_insert_description {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .top_insert_description {
    font-size: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .top_insert_description {
    font-size: 0.9em;
  }
}

.top_insert_right {
  width: 40%;
  height: auto;
  padding: 0 0 0 30px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .top_insert_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.top_insert_button {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  display: table;
}

.top_insert_button a,
.top_insert_button a:visited {
  width: calc(100% - 24px);
  height: auto;
  padding: 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
  display: table;
  font-family: "DM Serif Display", serif;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .top_insert_button a,
  .top_insert_button a:visited {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .top_insert_button a,
  .top_insert_button a:visited {
    padding: 10px 10px;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 560px) {
  .top_insert_button a,
  .top_insert_button a:visited {
    font-size: 1.1em;
  }
}

.top_insert_button a:hover,
.top_insert_button a:visited:hover {
  background-color: #ffffff;
  color: #554164;
}

/* MAIN CONTENT */
.content {
  width: calc(100% - 20%);
  height: auto;
  padding: 60px 10%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .content {
    width: calc(100% - 10%);
    padding: 60px 5%;
  }
}

.content_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.content_info {
  width: 70%;
  height: auto;
  padding: 0 80px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .content_info {
    width: 70%;
  }
}

@media screen and (max-width: 1080px) {
  .content_info {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .content_info {
    width: 100%;
    padding: 0 0 10px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_info_no_image {
  width: 100%;
  padding: 0;
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.6em;
  line-height: 0.9em;
  color: #ada1b7;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .content_h2_header {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1080px) {
  .content_h2_header {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 1.4em;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .content_h2_header {
    font-size: 1.2em;
  }
}

.content_info_no_image .content_h2_header {
  text-align: center;
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 3.6em;
  line-height: 1em;
  color: #554164;
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .content_h2_sub_header {
    font-size: 3.4em;
  }
}

@media screen and (max-width: 1080px) {
  .content_h2_sub_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 3em;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .content_h2_sub_header {
    font-size: 2.6em;
  }
}

.content_info_no_image .content_h2_sub_header {
  text-align: center;
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

.rm_button {
  width: auto;
  height: auto;
  padding: 10px 25px;
  background-color: #554164;
  color: #ffffff;
  display: table;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .rm_button {
    margin: 0 auto;
  }
}

.rm_button:hover {
  background-color: #3c2e47;
}

@media screen and (max-width: 440px) {
  .rm_button {
    width: calc(100% - 20px);
    padding: 10px 10px;
  }
}

.page_cover_image_holder {
  width: 30%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .page_cover_image_holder {
    width: 30%;
  }
}

@media screen and (max-width: 1080px) {
  .page_cover_image_holder {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .page_cover_image_holder {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: table;
    position: relative;
    clear: both;
  }
}

@media screen and (max-width: 560px) {
  .page_cover_image_holder {
    width: 70%;
  }
}

@media screen and (max-width: 440px) {
  .page_cover_image_holder {
    width: 80%;
  }
}

@media screen and (max-width: 300px) {
  .page_cover_image_holder {
    width: 90%;
  }
}

.page_cover_image {
  width: calc(80% - 8px);
  height: auto;
  padding-bottom: calc(80% - 8px);
  margin: 15% 10% 0 10%;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #ffffff;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.page_cover_image_holder_boxed_left .page_cover_image {
  transform: rotate(-20deg);
}

.page_cover_image_holder_boxed_right .page_cover_image {
  transform: rotate(20deg);
}

.page_cover_image_holder_plain .page_cover_image {
  width: calc(100% - 8px);
  padding-bottom: calc(100% - 8px);
  margin: 0;
  transform: rotate(0deg);
}

.page_cover_image_box {
  width: 80%;
  height: auto;
  padding-bottom: 80%;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #ada1b7;
  z-index: 1;
}

.page_cover_image_holder_boxed_left .page_cover_image_box {
  margin: -65% 0 0 25%;
}

.page_cover_image_holder_boxed_right .page_cover_image_box {
  margin: -65% 0 0 -4%;
}

.page_cover_image_holder_plain .page_cover_image_box {
  display: none;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .page_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .page_images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_image_link {
  text-decoration: none;
}

.page_images_container {
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  background-color: #c4c4c4;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  display: none;
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  background-color: rgba(0, 0, 0, 0);
}

/* PAGE BUTTONS */
.page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 10px;
  margin: 10px 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #554164;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    font-size: 1em;
    display: table;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #3c2e47;
  color: #ffffff;
}

/* ICON BOXES */
.icon_boxes {
  width: calc(100% - 8%);
  height: auto;
  padding: 50px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #d5c8df;
}

@media screen and (max-width: 1200px) {
  .icon_boxes {
    width: calc(100% - 4%);
    padding: 50px 2%;
  }
}

@media screen and (max-width: 1080px) {
  .icon_boxes {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .icon_boxes {
    padding: 40px 20px;
  }
}

.icon_boxes_header_title {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.8em;
  line-height: 1em;
  font-family: "DM Serif Display", serif;
  color: #554164;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .icon_boxes_header_title {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 1080px) {
  .icon_boxes_header_title {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .icon_boxes_header_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 560px) {
  .icon_boxes_header_title {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 440px) {
  .icon_boxes_header_title {
    font-size: 1.7em;
  }
}

.icon_boxes_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .icon_boxes_outer {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 560px) {
  .icon_boxes_outer {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 440px) {
  .icon_boxes_outer {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.icon_box_holder {
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: table;
}

.icon_box_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 60px;
  color: #6b6b6b;
}

@media screen and (max-width: 1080px) {
  .icon_box_icon {
    font-size: 50px;
  }
}

.icon_box_title {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.3em;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .icon_box_title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 440px) {
  .icon_box_title {
    height: auto;
    padding: 0 0 10px 0;
  }
}

.icon_box_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 1080px) {
  .icon_box_description {
    font-size: 0.8em;
  }
}

/* REVIEW BLOCKS */
.review_holder {
  height: auto;
  padding: 20px;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
}

.review_quote_left {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 15px;
  z-index: 1;
  color: #554164 !important;
  font-size: 30px;
}

.review_quote_right {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -20px;
  right: 15px;
  z-index: 1;
  color: #554164 !important;
  font-size: 30px;
}

.review_text {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.3em;
  color: #000000;
  font-style: italic;
}

.review_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1080px) {
  .review_info {
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .review_info {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .review_info {
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.review_names,
.review_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 600;
  color: #525252;
}

.review_star_rating {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  color: #cc3232;
  font-size: 20px;
}

.review_star_opacity {
  opacity: 0.4;
}

/* FEATURED REVIEWS */
.featured_reviews {
  width: calc(100% - 8%);
  height: auto;
  padding: 50px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #f1f1f1;
  overflow: hidden;
}

.featured_reviews_header_title {
  width: 100%;
  height: auto;
  padding: 0 0 45px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.8em;
  line-height: 1em;
  font-family: "DM Serif Display", serif;
  color: #252525;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .featured_reviews_header_title {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 1080px) {
  .featured_reviews_header_title {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .featured_reviews_header_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 560px) {
  .featured_reviews_header_title {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 440px) {
  .featured_reviews_header_title {
    font-size: 1.7em;
  }
}

.featured_reviews_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .featured_reviews_outer {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.featured_reviews .review_holder {
  background-color: #ffffff;
}

/* ALL REVIEWS */
.all_reviews {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
}

.all_reviews_button {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 45px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.all_reviews_button button {
  width: auto;
  height: auto;
  padding: 15px 30px;
  margin: 0 auto;
  background-color: #554164;
  color: #ffffff;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .all_reviews_button button {
    padding: 14px 25px;
    font-size: 1em;
  }
}

@media screen and (max-width: 550px) {
  .all_reviews_button button {
    padding: 14px 20px;
    font-size: 1em;
  }
}

@media screen and (max-width: 440px) {
  .all_reviews_button button {
    width: 100%;
    padding: 14px 10px;
    font-size: 1em;
  }
}

.all_reviews_button button:hover {
  background-color: #3c2e47;
}

.all_reviews_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  row-gap: 30px;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr) !important;
}

@media screen and (max-width: 1080px) {
  .all_reviews_outer {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 767px) {
  .all_reviews_outer {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.all_reviews .review_holder {
  background-color: #efefef;
}

/* REVIEW ADD FORM */
.add_review_form {
  width: calc(80% - 40px);
  height: auto;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 4px;
  display: none;
  transform: translateY(-50%);
  z-index: 2001;
}

@media screen and (max-width: 1080px) {
  .add_review_form {
    width: calc(90% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .add_review_form {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.add_review_form_header_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  color: #ada1b7;
  font-family: "DM Serif Display", serif;
}

@media screen and (max-width: 767px) {
  .add_review_form_header_title {
    margin: 18px auto 10px auto;
  }
}

.close_review_form {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #ff0000 !important;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  z-index: 2003;
  line-height: 1em;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .close_review_form {
    top: 8px;
    right: 8px;
    font-size: 26px;
  }
}

.close_review_form:hover {
  transform: rotate(0deg);
}

.add_review_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.6);
}

.add_review_form label {
  color: #efefef !important;
  font-size: 0.9em !important;
}

.add_review_form label.error {
  color: #ff0000 !important;
}

.add_review_form .form_field input[type="text"],
.add_review_form .form_field input[type="number"] {
  border: 0 !important;
  width: calc(100% - 20px) !important;
}

.add_review_form select {
  border: 0 !important;
}

.add_review_form textarea {
  border: 0 !important;
  width: calc(100% - 20px) !important;
}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.rating_image {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.rating_image img {
  width: auto;
  height: 100px;
  display: table;
  margin: 0 auto;
  text-align: center;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(0);
}

.feedback {
  max-width: 360px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

/* LOGO SLIDER */
.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 10px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  overflow: hidden;
}

/* MAP */
.mapouter {
  text-align: right;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* CONTACTS PAGE */
.contacts_page {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.enquiry_form {
  width: 50%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .enquiry_form {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_blocks_left {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 10px 0 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_left {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_blocks_right {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_block_holder {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px 5px;
  position: relative;
  clear: none;
  float: left;
  display: table;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #ada1b7;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.3em;
  color: #252525;
  line-height: 1em;
  font-family: "DM Serif Display", serif;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* PHOTO GALLERY */
.portfolio {
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album_header_name {
  width: calc(100% - 20px - 2px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 5px auto;
  position: relative;
  clear: both;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #ffffff;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
}

.album_icon {
  color: #ffffff;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  background-color: #ffffff;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 0 0;
  position: relative;
  width: 100%;
}

.video_gallery_holder {
  background-color: #eeeeee;
  clear: none;
  display: table;
  float: left;
  height: 100%;
  margin: 10px;
  overflow: hidden;
  padding-bottom: calc(100% / 4 - 20px);
  position: relative;
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
  .video_gallery_holder {
    clear: both;
    float: none;
    padding-bottom: calc(100% / 2 - 20px);
    width: calc(100% / 1 - 20px);
  }
}

.resp_iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* INSERTS */
.inserts {
  width: calc(100% - 8%);
  height: auto;
  padding: 50px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 1200px) {
  .inserts {
    width: calc(100% - 4%);
    padding: 50px 2%;
  }
}

@media screen and (max-width: 767px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "DM Serif Display", sans-serif;
  font-size: 3.6em;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 2.2em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #554164;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: #3c2e47;
}

/* FOOTER */
.footer {
  clear: both;
  display: table;
  height: auto;
  margin: 10px auto 0 auto;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 40px);
  overflow: hidden;
  background-color: #554164;
  background-image: url("../admin454/uploads/site_settings/logo_watermark_cropped.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: right bottom;
}

@media screen and (max-width: 767px) {
  .footer {
    background-size: auto 60%;
  }
}

@media screen and (max-width: 560px) {
  .footer {
    background-size: auto 50%;
  }
}

.footer_nowapp {
  padding: 50px 20px 50px 20px !important;
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 14px;
  }
}

.footer_socials i:hover {
  background-color: #ffffff;
  color: #554164;
}

.footer_socials a {
  text-decoration: none;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.2em;
  padding: 0 0 4px 0;
  font-family: "DM Serif Display", serif;
}

.footer_address_holder img {
  width: 70%;
  height: auto;
  display: table;
  text-align: right;
  float: right;
}

@media screen and (max-width: 1080px) {
  .footer_address_holder img {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 60%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  .footer_address_holder img {
    width: 80%;
  }
}

@media only screen and (max-width: 440px) {
  .footer_address_holder img {
    width: 90%;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
}

.footer_address_holder a,
.footer_address_holder a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer_address_holder a:hover,
.footer_address_holder a:visited:hover {
  text-decoration: underline;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #e9e9e9;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #e9e9e9;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {
  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #ffffff;
}

.credentials {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #c4c4d4;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
  width: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/wa_bg_filter.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1005;
}

.whatsapp_button i {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
  width: auto;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  border: 2px solid #525252;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #525252;
  opacity: 0;
  animation: animateWhatsappPopup 1.5s ease-in-out 5s 1 forwards;
}

@keyframes animateWhatsappPopup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.whatsapp_link:hover i {
  transform: scale(1.1, 1.1);
}

/* CONTENT BOXES */
.content_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.content_box_holder {
  width: calc(100% - 32px);
  height: auto;
  padding: 15px 15px;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  border: 0;
}

.content_box_holder_purple {
  background-color: #554164;
}

.content_box_holder_grey {
  background-color: #efefef;
}

.content_box_info {
  width: 75%;
  height: auto;
  padding: 0 30px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  .content_box_info {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_box_info_full {
  padding: 0;
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.5em;
  line-height: 1em;
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
}

.content_box_holder_purple .content_box_main_title {
  color: #ffffff;
}

.content_box_holder_grey .content_box_main_title {
  color: #554164;
}

@media screen and (max-width: 1200px) {
  .content_box_main_title {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 1080px) {
  .content_box_main_title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_main_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_main_title {
    font-size: 2em;
    text-align: center;
  }
}

@media screen and (max-width: 440px) {
  .content_box_main_title {
    font-size: 1.8em;
  }
}

.content_box_sub_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  color: #ada1b7;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .content_box_sub_title {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 1080px) {
  .content_box_sub_title {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_sub_title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_sub_title {
    font-size: 1.1em;
    text-align: center;
  }
}

.content_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0 20px 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 1em;
}

.content_box_holder_purple .content_box_content {
  color: #ffffff;
}

.content_box_holder_gey .content_box_content {
  color: #252525;
}

@media screen and (max-width: 767px) {
  .content_box_content {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_content {
    font-size: 0.9em;
  }

  .content_box_content p {
    text-align: center;
  }
}

.content_box_button {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px 0 0 0;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .content_box_button {
    width: 100%;
    margin: 5px auto 0 auto;
    text-align: center;
  }
}

.content_box_button a,
.content_box_button a:visited {
  width: auto;
  height: auto;
  margin: 5px 5px 0 0;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.content_box_holder_purple .content_box_button a,
.content_box_holder_purple .content_box_button a:visited {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.content_box_holder_grey .content_box_button a,
.content_box_holder_grey .content_box_button a:visited {
  border: 2px solid #554164;
  color: #554164;
}

.content_box_button a:hover,
.content_box_button a:visited:hover {
  background-color: #ffffff;
  color: #554164;
}

.content_box_holder_purple .content_box_button a:hover,
.content_box_holder_purple .content_box_button a:visited:hover {
  border: 2px solid #ffffff;
  color: #554164;
}

.content_box_holder_grey .content_box_button a:hover,
.content_box_holder_grey .content_box_button a:visited:hover {
  background-color: #554164;
  color: #efefef;
}

@media screen and (max-width: 560px) {
  .content_box_button a,
  .content_box_button a:visited {
    width: calc(100% - 20px);
    margin: 5px auto;
    padding: 10px 10px;
    font-size: 0.9em;
    display: table;
  }
}

.content_box_photo {
  width: 25%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .content_box_photo {
    width: 100%;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_box_photo_float {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

/* DASHBOARD */
.dashboard {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 40px auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
}

@media screen and (max-width: 1200px) {
  .dashboard {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .dashboard {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .dashboard {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dashboard_group_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.4em;
  line-height: 1em;
  color: #525252;
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .dashboard_group_header {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 1080px) {
  .dashboard_group_header {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .dashboard_group_header {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 560px) {
  .dashboard_group_header {
    font-size: 1.6em;
  }
}

.dashboard_holder {
  width: 100%;
  height: auto;
  padding-bottom: 65%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #ada1b7;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.dashboard_holder:hover {
  background-color: #7a7183;
}

.dashboard_holder_float {
  width: calc(100% - 40px);
  height: auto;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.dashboard_link {
  text-decoration: none;
}

.dashboard_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
}

.dashboard_tag {
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.1em;
}

.user_form_outer {
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
  display: table;
  position: relative;
  clear: both;
}

.spacer_30px {
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

/* USER DOCUMENTS */
.user_documents {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 40px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1200px) {
  .user_documents {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1080px) {
  .user_documents {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .user_documents {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .user_documents {
    grid-template-columns: repeat(1, 1fr);
  }
}

.user_document_link {
  text-decoration: none;
}

.user_document_holder {
  width: calc(100% - 4px);
  height: auto;
  padding-bottom: calc(100% - 4px);
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  border: 2px solid #aea2b8;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .user_document_holder {
    padding: 0;
  }
}

.user_document_holder:hover {
  background-color: #aea2b8;
}

.user_document_holder_float {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto;
  position: absolute;
  display: table;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 440px) {
  .user_document_holder_float {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0);
  }
}

.user_document_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 36px;
  color: #554164;
  transition: all 0.3s ease-in-out;
}

.user_document_holder:hover .user_document_icon {
  color: #ffffff;
}

.user_document_info {
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.user_document_title {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #554164;
  transition: all 0.3s ease-in-out;
}

.user_document_holder:hover .user_document_title {
  color: #ffffff;
}

.user_document_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #525252;
  transition: all 0.3s ease-in-out;
}

.user_document_holder:hover .user_document_date {
  color: #ffffff;
}

/* STRETCHES - DASH BLOCKS */
.stretches {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1200px) {
  .stretches {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1080px) {
  .stretches {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .stretches {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .stretches {
    grid-template-columns: repeat(1, 1fr);
  }
}

.stretches_category_holder_link {
  text-decoration: none;
}

.stretches_category_holder {
  width: calc(100% - 4px);
  height: auto;
  padding-bottom: calc(100% - 4px);
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  border: 2px solid #aea2b8;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .stretches_category_holder {
    padding: 0;
  }
}

.stretches_category_holder:hover {
  background-color: #aea2b8;
}

.stretches_category_holder_float {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto;
  position: absolute;
  display: table;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 440px) {
  .stretches_category_holder_float {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0);
  }
}

.stretches_category_holder_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 36px;
  color: #554164;
  transition: all 0.3s ease-in-out;
}

.stretches_category_holder:hover .stretches_category_holder_icon {
  color: #ffffff;
}

.stretches_category_holder_info {
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.stretches_category_holder_name {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #554164;
  transition: all 0.3s ease-in-out;
}

.stretches_category_holder:hover .stretches_category_holder_name {
  color: #ffffff;
}

/* STRETCHES - PAGE */
.stretches_page {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.stretch_page_holder {
  width: calc(100% - 34px);
  height: auto;
  padding: 15px;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
}

.stretch_page_name {
  width: calc(100% - 40px);
  height: auto;
  padding: 10px 20px;
  margin: 0 auto 30px auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.1em;
}

@media screen and (max-width: 1080px) {
  .stretch_page_name {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .stretch_page_name {
    font-size: 1.2em;
  }
}

.stretch_page_inner {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.stretch_page_left {
  width: 40%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .stretch_page_left {
    width: 100%;
    padding: 0 0 30px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.stretch_page_photo_holder {
  width: calc(100% - 4px);
  height: auto;
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  clear: both;
  border: 2px solid #c4c4c4;
  display: table;
  background-color: #efefef;
}

.stretch_page_photo_holder img {
  width: 100%;
  height: auto;
  display: table;
}

.stretch_page_photo_number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  border: 2px solid #525252;
  border-radius: 50px;
  font-size: 18px;
  color: #525252;
  text-align: center;
}

.stretch_page_right {
  width: 60%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .stretch_page_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.stretches_page_tags {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  border-bottom: 1px solid #dddddd;
}

.stretches_page_tags_title,
.stretches_page_instructions_title {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

.instruction-step {
  cursor: pointer;
}

.instruction-step.is-active {
  text-decoration: underline;
}

/* Base list */
.exercise_page_instructions ol,
.exercise_page_instructions ul {
  padding-left: 1.2rem;
}

/* Clickable step */
.instruction-step {
  cursor: pointer;
  position: relative;
  padding: 0.35rem 0.75rem 0.35rem 0.5rem;
  border-radius: 6px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

/* Hover/focus states */
.instruction-step:hover,
.instruction-step:focus {
  background-color: rgba(175, 154, 190, 0.15); /* #AF9ABE @ 15% */
  box-shadow: 0 0 0 2px rgba(86, 65, 101, 0.25); /* #564165 outline */
  outline: none;
}

/* Active (synced to current slide) */
.instruction-step.is-active {
  background-color: rgba(86, 65, 101, 0.18);
  color: #fff;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  background-color: #efefef;
  color: #333;
  padding: 5px 20px;
  border-radius: 12px;
  font-size: 14px;
  display: inline-block;
}

.stretches_instructions {
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.stretches_page_instructions_text {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.3em;
}

.stretches_timer {
  width: calc(100% - 30px);
  height: auto;
  padding: 15px;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #efefef;
}

.stretches_timer_left {
  width: 100%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  .stretches_timer_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.stretches_timer_right {
  width: 120px;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .stretches_timer_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.stopwatch_button_holder {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.stopwatch_button_holder:hover {
  background-color: #1f1f1f;
}

.stopwatch_button {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.stretches_timer_line {
  width: calc(100% - 22px);
  height: auto;
  padding: 5px 10px;
  margin: 5px 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #dddddd;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .stretches_timer_line {
    text-align: center;
  }
}

.stopwatch-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.time-display {
  font-size: 2rem;
  margin: 20px 0;
}

.start-button {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: #4caf50;
  color: white;
}

.stopwatch_data {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.stopwatch_display {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.3em;
  font-weight: 600;
}

.stopwatch_action {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
  font-weight: 600;
  color: #554164;
}

/* FILTER BAR */
.fitness_test_filter_bar,
.body_measurements_filter_bar {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  border-radius: 5px;
}

.filter_fitness_test_description,
.filter_body_measurements_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #efefef;
}

@media screen and (max-width: 1080px) {
  .filter_fitness_test_description,
  .filter_body_measurements_description {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .filter_fitness_test_description,
  .filter_body_measurements_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .filter_fitness_test_description,
  .filter_body_measurements_description {
    font-size: 0.9em;
  }
}

.fitness_test_filter_bar select,
.body_measurements_filter_bar select {
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px;
  background-color: #efefef;
  border: 0;
  float: left;
  clear: none;
  border-radius: 3px 0 0 3px;
  font-size: 1.1em;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .fitness_test_filter_bar select,
  .body_measurements_filter_bar select {
    font-size: 1em;
  }
}

@media screen and (max-width: 440px) {
  .fitness_test_filter_bar select,
  .body_measurements_filter_bar select {
    font-size: 0.9em;
  }
}

.fitness_test_filter_bar button,
.body_measurements_filter_bar button {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #554164;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.fitness_test_filter_bar button:hover,
.body_measurements_filter_bar button:hover {
  background-color: #33273b;
}

/* FITNESS TESTS */

/* FITNESS TESTS - DATA */
.fitness_tests {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.fitness_test_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 25px auto 5px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
  .fitness_test_header {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .fitness_test_header {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 560px) {
  .fitness_test_header {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 440px) {
  .fitness_test_header {
    font-size: 1.2em;
  }
}

.fitness_test_header .fa-question-circle {
  color: #525252;
  font-size: 0.9em;
  transition: all 0.3s ease-in-out;
}

.fitness_test_header i:hover {
  color: #000000;
}

.fitness_test_row {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1px 0;
  position: relative;
  clear: both;
  display: table;
}

.fitness_test_block {
  width: calc(100% / 5 - 2px);
  height: auto;
  padding-bottom: calc(40% / 5 - 2px);
  margin: 1px;
  position: relative;
  float: left;
  display: table;
  background-color: #efefef;
}

@media screen and (max-width: 1080px) {
  .fitness_test_block {
    padding-bottom: calc(60% / 5 - 2px);
  }
}

@media screen and (max-width: 767px) {
  .fitness_test_block {
    padding-bottom: calc(80% / 5 - 2px);
  }
}

@media screen and (max-width: 560px) {
  .fitness_test_block {
    padding-bottom: calc(100% / 5 - 2px);
  }
}

.fitness_test_block_header {
  font-weight: 700;
  background-color: #554164;
  color: #ffffff;
}

.fitness_test_block_float {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1em;
  line-height: 1.1em;
}

@media screen and (max-width: 1080px) {
  .fitness_test_block_float {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 767px) {
  .fitness_test_block_float {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 560px) {
  .fitness_test_block_float {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 440px) {
  .fitness_test_block_float {
    font-size: 0.6em;
  }
}

.fitness_test_block_tooltipped {
  cursor: pointer;
}

.fitness_test_block_tooltipped:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.fitness_test_block_tooltipped:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-8px);
}

/* BEFORE AND AFTER PHOTOS */
.before_after {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.form_button_holder {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  float: right;
}

.inner_btn {
  width: auto;
  height: auto;
  padding: 8px 15px;
  margin: 0 0 0 10px;
  background-color: #554164;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.inner_btn:hover {
  background-color: #3c2e47;
}

.before_after_filter {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
}

.before_after_photos {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .before_after_photos {
    grid-template-columns: repeat(1, 1fr);
  }
}

.before_after_photos_group {
  width: auto;
  height: auto;
  padding: 5px;
  margin: 0;
  position: relative;
  display: table;
  background-color: #584468;
}

.before_after_photos_top {
  width: auto;
  height: auto;
  padding: 5px;
  margin: 0;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

.before_after_photo_holder {
  width: 100%;
  height: auto;
  padding-bottom: 150%;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
  background-color: #000000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.before_after_photo_text {
  width: calc(100% - 20px);
  height: auto;
  padding: 2px 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.before_after_photo_holder:hover .before_after_photo_text {
  opacity: 0;
}

.before_after_photo_tag,
.before_after_photo_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 2px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.8em;
  line-height: 1em;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.before_after_photo_tag {
  font-weight: 700;
}

.before_after_photo_date {
  font-weight: 400;
  font-size: 0.7em;
}

.add_photos_popup {
  width: calc(90% - 40px);
  height: auto;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2001;
  background-color: #ffffff;
  border-radius: 5px;
  display: none;
}

.add_photos_popup_close_btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2003;
  background-color: #252525;
  border-radius: 50%;
}

.add_photos_popup_close_btn i {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.add_photos_popup_close_btn:hover i {
  transform: rotate(90deg);
}

.add_photos_popup_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.8em;
  line-height: 1em;
  color: #3c2e47;
  font-weight: 500;
  font-family: "DM Serif Display", sans-serif;
  text-transform: uppercase;
}

.add_photos_popup_instructions {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0 0 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #efefef;
  border-radius: 4px;
  font-size: 0.8em;
}

.add_photos_popup_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.add_photos_form {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.add_photos_form_holder {
  width: calc(100% - 24px);
  height: auto;
  padding: 5px 10px;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  border: 2px solid #ada1b7;
  border-radius: 4px;
}

.add_photos_form_holder_no_border {
  width: auto;
  padding: 0;
  border: 0;
  float: right;
}

.add_photos_form_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .add_photos_form_icon {
    width: 30px;
  }
}

.add_photos_form_icon img {
  width: 100%;
  height: auto;
  display: table;
}

.add_photos_form_field {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .add_photos_form_field {
    width: calc(100% - 30px);
  }
}

.add_photos_form_field input {
  width: 100%;
}

.delete_ba_photos_btn {
  width: calc(100% - 10px);
  height: auto;
  padding: 5px 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #ff0000;
  color: #ffffff;
  border: 0;
  display: table;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.delete_ba_photos_btn:hover {
  background-color: #d10000;
}

/* BODY MEASUREMENTS */
.bm_compare {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bm_compare {
    display: flex;
    flex-direction: column;
  }
}

.bm_compare_left {
  width: 220px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .bm_compare_left {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .bm_compare_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    order: 2;
    position: relative;
    clear: both;
  }
}

.bm_compare_middle {
  width: calc(100% - 440px);
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-image: url("../admin454/uploads/site_settings/body_numbered.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 5px;
}

@media screen and (max-width: 1080px) {
  .bm_compare_middle {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 767px) {
  .bm_compare_middle {
    width: 100%;
    padding-bottom: 80%;
    display: flex;
    order: 1;
    position: relative;
    clear: both;
  }
}

@media screen and (max-width: 560px) {
  .bm_compare_middle {
    padding-bottom: 90%;
  }
}

@media screen and (max-width: 440px) {
  .bm_compare_middle {
    padding-bottom: 100%;
  }
}

.bm_howto_button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 240px;
  z-index: 2;
  background-color: #c93d3d;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  animation: fadeInOut 1.8s ease-in-out infinite;
}

@media screen and (max-width: 1080px) {
  .bm_howto_button {
    left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .bm_howto_button {
    left: 0;
  }
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

.bm_howto_button_inline {
  width: auto;
  height: auto;
  padding: 10px 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #c93d3d;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  display: table;
  border-radius: 4px;
  text-align: center;
  animation: fadeInOut 1.8s ease-in-out infinite;
}

@media only screen and (max-width: 440px) {
  .bm_howto_button_inline {
    width: calc(100% - 20px);
    padding: 10px 10px;
  }
}

.bm_compare_right {
  width: 220px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .bm_compare_right {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .bm_compare_right {
    width: 100%;
    display: flex;
    order: 2;
    position: relative;
    clear: both;
  }
}

.bm_compare_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .bm_compare_table {
    font-size: 12px;
  }
}

.bm_header {
  padding: 6px 10px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "DM Serif Display", serif;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1080px) {
  .bm_header {
    font-size: 16px;
  }
}

.bm_header_before {
  background-color: #af9abe;
}

.bm_header_after {
  background-color: #554164;
}

.bm_th {
  padding: 10px;
  text-align: left;
  background-color: #dadada;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1080px) {
  .bm_th {
    padding: 6px 10px;
  }
}

.bm_th_weight {
  padding: 10px;
  background-color: #252525;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .bm_th_weight {
    padding: 6px 10px;
  }
}

.bm_td {
  padding: 10px;
  text-align: right;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #efefef;
}

@media screen and (max-width: 1080px) {
  .bm_td {
    padding: 6px 10px;
  }
}

.bm_td_weight {
  padding: 10px;
  background-color: #252525;
  color: #ffffff;
  text-align: right;
  font-weight: 600;
}

@media screen and (max-width: 1080px) {
  .bm_td_weight {
    padding: 6px 10px;
  }
}

.bm_th_last {
  border-radius: 0 0 0 5px;
  border-bottom: 0;
}

.bm_td_last {
  border-radius: 0 0 5px 0;
  border-bottom: 0;
}

.bw_charts {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow-x: auto;
}

.bw_charts canvas {
  width: 100% !important;
  height: 500px !important;
}

@media screen and (max-width: 767px) {
  .bw_charts canvas {
    height: 400px !important;
  }
}

@media screen and (max-width: 560px) {
  .bw_charts canvas {
    height: 400px !important;
  }
}

@media screen and (max-width: 440px) {
  .bw_charts canvas {
    height: 350px !important;
  }
}

#measurementsChart {
  width: 100%;
  background-color: #efefef;
  border-radius: 5px;
}

/* BODY MEASUREMENTS TIPS BLOCK */
.body_measurement_blocks {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1080px) {
  .body_measurement_blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .body_measurement_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}

.body_meaurement_block_holder {
  width: calc(100% - 32px);
  height: auto;
  padding: 15px;
  margin: 0;
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.body_measurement_block_photo {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.body_measurement_block_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.body_measurement_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 8px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.1em;
  color: #554164;
  font-family: "DM Serif Display", serif;
}

@media screen and (max-width: 560px) {
  .body_measurement_block_title {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 440px) {
  .body_measurement_block_title {
    font-size: 1.5em;
  }
}

.body_measurement_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.3em;
}

.body_measurement_block_content ol,
.body_measurement_block_content ul {
  padding: 0;
  margin: 0 0 0 15px;
  list-style-position: outside;
}

/* BODY WEIGHT - POPUP FORM */
.add_bw_popup,
.list_bw_popup {
  width: calc(90% - 40px);
  height: auto;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2001;
  background-color: #ffffff;
  border-radius: 5px;
  display: none;
}

@media screen and (max-width: 560px) {
  .add_bw_popup,
  .list_bw_popup {
    width: calc(100% - 20px);
    padding: 10px;
    transform: translateY(-50%) scale(0.9);
  }
}

@media screen and (max-width: 440px) {
  .add_bw_popup,
  .list_bw_popup {
    transform: translateY(-50%) scale(0.85);
  }
}

.add_bw_popup_close_btn,
.list_bw_popup_close_btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2003;
  background-color: #252525;
  border-radius: 50%;
}

.add_bw_popup_close_btn i,
.list_bw_popup_close_btn i {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.add_bw_popup_close_btn:hover i,
.list_bw_popup_close_btn:hover i {
  transform: rotate(90deg);
}

.add_bw_popup_header,
.list_bw_popup_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.8em;
  line-height: 1em;
  color: #3c2e47;
  font-weight: 500;
  font-family: "DM Serif Display", sans-serif;
  text-transform: uppercase;
}

.add_bw_popup_instructions,
.list_bw_popup_instructions {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0 0 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #efefef;
  border-radius: 4px;
  font-size: 0.8em;
}

.add_bw_popup_filter,
.list_bw_popup_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.add_bw_form,
.list_bw_form {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.add_bw_form_holder,
.list_bw_form_holder {
  width: calc(100% - 24px);
  height: auto;
  padding: 5px 10px;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  border: 2px solid #ada1b7;
  border-radius: 4px;
}

.add_bw_form_holder_no_border,
.list_bw_form_holder_no_border {
  width: auto;
  padding: 0;
  border: 0;
  float: right;
}

.add_bw_form_icon,
.list_bw_form_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .add_bw_form_icon,
  .list_bw_form_icon {
    width: 30px;
  }
}

.add_bw_form_field input,
.list_bw_form_field input {
  width: 100%;
}

.bm_add_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media screen and (max-width: 560px) {
  .bm_add_holder {
    display: flex;
    flex-direction: column;
  }
}

.bm_add_table {
  width: 60%;
  height: auto;
  padding: 0 40px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  .bm_add_table {
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    order: 2;
  }
}

.bm_add_table input {
  width: calc(100% - 28px);
  height: 20px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  font-size: 1em;
  border: 4px solid #af9abe;
  background-color: #ffffff;
  color: #000000;
}

.bm_add_body {
  width: 40%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-image: url("../admin454/uploads/site_settings/body_numbered.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 560px) {
  .bm_add_body {
    display: none;
  }
}

.bm_add_table .bm_compare_table .bm_th,
.bm_add_table .bm_compare_table .bm_th_weight {
  padding: 2px 10px;
}

.bm_add_table .bm_compare_table .bm_td,
.bm_add_table .bm_compare_table .bm_td_weight {
  padding: 0;
}

/* BODY MEASUREMENTS - LIST */
.list_bw_form table {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
}

.ta_right {
  text-align: right !important;
}

.ta_left {
  text-align: left !important;
}

.measurement_pill {
  width: auto;
  height: auto;
  padding: 2px 5px;
  margin: 2px 4px 2px 0;
  background-color: #252525;
  border-radius: 4px;
  display: block;
  float: left;
  font-size: 0.8em;
  color: #ffffff;
}

.list_bw_form table th {
  background-color: #554164;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
}

.list_bw_form table td {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  padding: 2px 10px;
  border: 1px solid #c4c4c4;
}

.delete_bw button {
  width: 100%;
  height: 30px;
  border: 0;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #af9abe;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.delete_bw button:hover {
  background-color: #9c89aa;
}

.tw_10 {
  width: 10%;
}

.tw_20 {
  width: 20%;
}

.tw_30 {
  width: 30px;
}

.tw_50 {
  width: 50px;
}

#bmPagination {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  text-align: center;
  display: table;
}

#bmPagination a {
  margin: 0 2px;
  padding: 5px 10px;
  border: 0;
  background-color: #af9abe;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9em;
}

#bmPagination a:hover {
  background-color: #9b89a8;
}

#bmPagination a.active {
  background: #554164;
  color: white;
  font-weight: bold;
}

.page_jump {
  margin: 0 6px;
}

#bmPagination input {
  width: 20px;
  height: 15px;
  padding: 5px 10px;
  margin: 0;
  background-color: #ffffff;
  border: 2px solid #af9abe;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  color: #000000;
  font-size: 1em;
}

/* BODY WEIGHT */
.body_weight_filter_bar {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  border-radius: 5px;
}

.filter_tag_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.filter_tag_outer_tird {
  grid-template-columns: repeat(3, 1fr);
}

.filter_tag_outer_half {
  grid-template-columns: repeat(2, 1fr);
}

.filter_tag_outer_full {
  grid-template-columns: repeat(1, 1fr);
}

.body_weight_filter_bar input[type="date"] {
  width: calc(100% - 20px);
  height: 20px;
  padding: 10px;
  border: 0;
  background-color: #ffffff;
  font-size: 0.9em;
  font-family: "Open Sans", serif;
}

.body_weight_filter_bar label {
  font-size: 0.9em;
  color: #ffffff;
  margin: 0 0 4px 0;
  display: table;
  font-family: "Open Sans", serif;
}

.body_weight_filter_bar select {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0;
  background-color: #ffffff;
  font-size: 0.9em;
  font-family: "Open Sans", serif;
}

.body_weight_filter_bar fieldset {
  width: calc(100% - 22px);
  height: auto;
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #525252;
  border-radius: 4px;
}

.body_weight_filter_bar button {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  display: table;
  background-color: #554164;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.body_weight_filter_bar button:hover {
  background-color: #33273b;
}

/* WORKOUT - EXERCISES FILTER BAR */
.exercises_filter_bar {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto 20px auto;
  background-color: #252525;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.filter_exercises {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.filter_exercises input[type="text"] {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 2px solid #af9abe;
  border-radius: 5px;
  background-color: #564165;
  color: white;
  font-size: 1rem;
}

.filter_exercises input[type="text"]::placeholder {
  color: #af9abe;
}

.filter_exercises select {
  padding: 0.5rem;
  border: 2px solid #af9abe;
  border-radius: 5px;
  background-color: #564165;
  color: white;
  font-size: 1rem;
}

.filter_exercises button {
  background-color: #af9abe;
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-colour 0.3s ease;
}

.filter_exercises button i {
  color: #252525;
  font-size: 1.2rem;
}

.filter_exercises button:hover {
  background-color: #564165;
}

.filter_exercises button:hover i {
  color: white;
}

.exercise_reset_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  background-color: #af9abe; /* Secondary */
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.exercise_reset_button i {
  color: #252525; /* Dark icon */
  font-size: 1.1rem;
}

.exercise_reset_button:hover {
  background-color: #564165;
}

.exercise_reset_button:hover i {
  color: white;
}

@media (max-width: 560px) {
  .filter_exercises {
    flex-direction: column;
  }
}

/* WORKOUT - EXERCISES */
.exercises_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .exercises_outer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .exercises_outer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .exercises_outer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.exercise_link {
  text-decoration: none;
}

.exercise_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.exercise_holder:hover {
  opacity: 0.8;
}

.exercise_photo {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}

.exercise_name {
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 500;
  color: #564165;
  text-align: center;
}

/* WORKOUT - EXERCISE PAGE */
.exercises_page_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.exercise_page_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.exercise_page_left {
  width: 50%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .exercise_page_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.exercise_page_name {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 600;
  color: #554164;
  text-align: left;
}

.exercise_page_type {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
  color: #999999;
  text-align: left;
}

.exercise_page_tags {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}

.exercise_page_tag_box {
  width: calc(100% - 20px);
  height: auto;
  padding: 7px 10px;
  margin: 0;
  position: relative;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 500;
  color: #9c9c9c;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #9c9c9c;
}

.exercise_page_instructions {
  width: calc(100% - 30px);
  height: auto;
  padding: 15px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  background-color: #f3f3f3;
  border-radius: 8px;
}

.exercise_page_instructions_tag {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 500;
  color: #999999;
  text-align: left;
}

.exercise_page_instructions ol li,
.exercise_page_instructions ul li {
  margin: 0;
}

.exercise_page_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .exercise_page_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

/* EXERCISE PAGE - GALLERY */
.exercise-gallery {
  position: relative;
  background-color: #252525;
  border-radius: 8px;
  padding: 40px;
  overflow: hidden;
}

.eg-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.eg-track {
  display: flex;
  transition: transform 350ms ease;
  will-change: transform;
}

.eg-slide {
  min-width: 100%;
  height: 300px;
  display: flex;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.eg-slide img {
  max-width: 99%;
  max-height: 100%;
  object-fit: cover; /* fills area while keeping aspect ratio */
  border: 0;
}

.exercise-photo-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  right: 5px;
  background: rgba(86, 65, 101, 0.85); /* primary colour with transparency */
  color: white;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
  display: table;
  pointer-events: none; /* don’t block clicks/swipes */
}

/* Make sure .eg-slide is positioned so the badge is placed relative to it */
.eg-slide {
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* added for positioning the number badge */
}

/* Arrows */
.eg-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  border: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  background-color: transparent;
}

.eg-prev {
  left: 2px;
}

.eg-next {
  right: 2px;
}

.eg-nav:hover {
  color: #c4c4c4;
}

.eg-nav:disabled {
  opacity: 0.45;
  cursor: default;
}

/* Dots */
.eg-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.eg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #af9abe;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease,
    border-color 0.2s ease;
}

.eg-dot:hover {
  transform: scale(1.1);
}

.eg-dot.is-active {
  background-color: #af9abe;
  border-color: #564165;
}

/* WORKOUTS - MAIN PAGE */
.workouts {
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.workouts_left {
  width: 60%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .workouts_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
  }
}

.workouts_right {
  width: 40%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .workouts_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
  }
}

.workout_rules_button {
  width: auto;
  height: auto;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  position: relative;
  clear: both;
  float: right;
  display: table;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background-color: #554164;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  animation: flash_rules_button 1s infinite; /* flashing animation */
}

@media screen and (max-width: 440px) {
  .workout_rules_button {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1em;
  }
}

.workout_rules_button:hover {
  background-color: #352941;
}

@keyframes flash_rules_button {
  0%,
  100% {
    background-color: #554164;
  }
  50% {
    background-color: #8b6fa4;
  } /* lighter shade */
}

.workouts_list {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.workout_card {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  display: table;
  border-bottom: 4px solid #af9cbe;
}

.workout_card_inner {
  padding: 0;
  border-bottom: 0;
}

.workout_card_date {
  width: 100%;
  height: auto;
  padding: 0 0 8px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  color: #525252;
}

.workout_card_date_completed {
  color: green;
}

.workout_card_date_pending {
  color: orange;
}

.workout_card_name {
  width: 100%;
  height: auto;
  padding: 0 0 8px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  color: #554164;
}

.workout_total_duration,
.workout_card_type {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
  color: #525252;
}

.workout_card_rounds {
  width: 100%;
  height: auto;
  padding: 6px 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

.workout_card_preview {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.workout_card_label {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 600;
  color: #525252;
}

.workout_card_equipment,
.workout_card_tags {
  margin: 0 0 10px 0;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1080px) {
  .workout_card_equipment,
  .workout_card_tags {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .workout_card_equipment,
  .workout_card_tags {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .workout_card_equipment,
  .workout_card_tags {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .workout_card_equipment,
  .workout_card_tags {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 300px) {
  .workout_card_equipment,
  .workout_card_tags {
    grid-template-columns: repeat(1, 1fr);
  }
}

.workout-tag {
  width: auto;
  height: auto;
  padding: 2px 8px;
  border: 1px solid #9f9f9f;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 0.7em;
  font-weight: 500;
  color: #9f9f9f;
  text-align: center;
  white-space: nowrap;
}

.workout_card_buttons {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}

.workout_card_buttons a,
.workout_card_buttons a:visited,
.workout_card_buttons button {
  width: calc(100% - 20px);
  height: auto;
  padding: 12px 10px 4px 10px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #554164;
  border: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.workout_card_buttons a:hover,
.workout_card_buttons a:visited:hover {
  background-color: #32273b;
}

.workout_card_buttons button {
  width: 100%;
  height: auto;
  padding: 12px 10px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #554164;
  border: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

.workout_card_buttons button:hover {
  background-color: #32273b;
}

.postpone_form_holder {
  width: calc(60% - 30px);
  height: auto;
  padding: 15px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  clear: both;
  display: table;
  border-radius: 4px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .postpone_form_holder {
    width: calc(80% - 30px);
  }
}

@media screen and (max-width: 560px) {
  .postpone_form_holder {
    width: calc(90% - 30px);
  }
}

.postpone_form_header {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  color: #554164;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .postpone_form_header {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .postpone_form_header {
    font-size: 0.9em;
  }
}

.postpone_form_holder input[type="date"] {
  width: calc(100% - 82px);
  height: auto;
  padding: 15px 10px;
  margin: 0;
  position: relative;
  float: left;
  clear: none;
  display: table;
  background-color: #efefef;
  border: 0;
  color: #554164;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .postpone_form_holder input[type="date"] {
    width: calc(100% - 72px);
    padding: 10px 10px;
    font-size: 0.9em;
  }
}

.postpone_form_holder button {
  width: 53px;
  height: 53px;
  padding: 0;
  margin: 0;
  background-color: #554164;
  border: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  clear: none;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .postpone_form_holder button {
    width: 41px;
    height: 41px;
  }
}

.postpone_form_holder button:hover {
  background-color: #32273b;
}

.postpone_form_holder button i {
  color: #ffffff !important;
  font-size: 1.5em !important;
}

.postpone_form_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clear: both;
  display: table;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.postpone_form_close_btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #af9cbe;
  border: 0;
  color: #ffffff !important;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.postpone_form_close_btn:hover {
  background-color: #32273b;
  transform: rotate(90deg);
}

/* WORKOUTS - CALENDAR */
.workouts .calendar-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Calendar Table */
.workouts .calendar {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header row */
.workouts .calendar th {
  background-color: #554164;
  color: white;
  padding: 12px 5px;
  text-align: center;
  font-size: 1rem;
}

/* Calendar cells */
.workouts .calendar td {
  border: 1px solid #ddd;
  padding: 12px;
  height: 70px;
  vertical-align: top;
  text-align: right;
  font-size: 0.9rem;
  overflow: hidden;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}

/* Hover effect on days */
.workouts .calendar td:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.workouts .calendar td.has-workout {
  background-color: #ebd1fa;
}

.workouts .workout-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  pointer-events: auto; /* links clickable */
}

.workouts .day-number {
  font-weight: bold;
  margin-bottom: 4px;
}

.workouts .workout-link {
  width: calc(100% - 12px);
  height: auto;
  padding: 5px 6px;
  overflow: hidden;
  font-size: 22px;
  line-height: 1em;
  white-space: normal;
  word-break: break-word;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .workouts .workout-link {
    font-size: 16px;
  }
}

.workouts .workout-link a {
  color: #525252;
  text-decoration: none;
}

.workouts .workout-link a:hover {
  text-decoration: none;
  color: #000000;
}

/* Current day highlight */
.workouts .calendar td.today {
  background-color: #e6ffe6;
  font-weight: bold;
  border: 2px solid #554164;
}

/* Shared button styles (nav + header) */
.workouts .nav button,
.workouts .calendar-header button {
  background-color: #554164;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.workouts .nav button:hover,
.workouts .calendar-header button:hover {
  background-color: #3a2d46;
}

/* Navigation bar (if used separately) */
.workouts .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.workouts .nav button {
  padding: 8px 10px;
  margin: 5px 0;
  font-size: 1rem;
}

/* Calendar header layout (prev/month/next) */
.workouts .calendar-header {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  margin-bottom: 10px;
}

.workouts .calendar-header h2 {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.workouts .calendar-header button {
  padding: 8px 14px;
  font-size: 1.2rem;
}

/* Responsive: Small screens */
@media (max-width: 560px) {
  .workouts .calendar th,
  .workouts .calendar td {
    font-size: 0.75rem;
    padding: 8px;
    height: 60px;
  }

  .workouts .nav {
    flex-direction: column;
    align-items: stretch;
  }

  .workouts .nav button {
    width: 100%;
  }

  .workouts .calendar-header h2 {
    font-size: 1.1rem;
  }

  .workouts .calendar-header button {
    padding: 6px 10px;
    font-size: 1rem;
  }
}

/* WORKOUT - CURRENT PAGE */
.workout_container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.workout_container_left {
  width: 50%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .workout_container_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
  }
}

.workout_photo_header_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.current_exercise_photo {
  width: 100%;
  height: auto;
  display: table;
}

.workout_navigation_stats {
  width: calc(100% - 20px);
  height: auto;
  padding: 6px 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  display: table;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.current_exercise_up_next {
  width: calc(100% - 40px);
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.8vw;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .current_exercise_up_next {
    font-size: 3.6vw;
  }
}

.current_exercise_time_left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background-color: rgba(175, 154, 190, 0.8);
  border-radius: 50%;
}

.workout_stats_holder {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #252525;
}

.current_exercise_name {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.8vw;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .current_exercise_name {
    font-size: 3.6vw;
  }
}

.current_exercise_instructions {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #ffffff;
  text-align: left;
}

.workout_navigation_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
}

.workout_navigation_holder button {
  width: calc(50% - 46px);
  height: 40px;
  padding: 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.workout_navigation_holder button:nth-child(1) {
  background-color: #554164;
}

.workout_navigation_holder button:nth-child(1):hover {
  background-color: #35293f;
}

.workout_navigation_holder button:nth-child(2) {
  background-color: #baa9c7;
}

.workout_navigation_holder button:nth-child(2):hover {
  background-color: #90839b;
}

.current_exercise_workout_time_left {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 10px;
  clear: both;
  display: table;
  font-size: 28px;
  color: #ffffff;
  text-align: right;
}

.workout_container_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .workout_container_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
  }
}

/* WORKOUT RATING FORM */
.workout_rating {
  width: calc(100% - 46px);
  height: auto;
  padding: 20px;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  border: 4px solid #e4e4e4;
  border-radius: 4px;
}

.workout_page_rating_container {
  text-align: center;
  font-family: Arial, sans-serif;
}

.workout_page_rating_container h2 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.2em;
  line-height: 1em;
  color: #554164;
  text-align: center;
}

.workout_page_rating_arc {
  position: relative;
  width: 220px;
  height: 110px;
  border-top-left-radius: 220px;
  border-top-right-radius: 220px;
  border: 10px solid #ddd;
  border-bottom: none;
  margin: 0 auto;
}

.workout_page_arc_icon {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(calc(-50% + 10px));
  clear: both;
  display: table;
  font-size: 2.8em;
  line-height: 1em;
  color: #554164;
  text-align: center;
  pointer-events: none;
}

.workout_page_rating_knob {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #af9abe;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.workout_page_rating_input {
  position: absolute;
  width: 130%;
  height: 130%;
  opacity: 0;
  top: 0;
  left: -15%;
  cursor: pointer;
}

.workout_page_rating_label {
  margin: 25px auto 10px auto;
  font-weight: 500;
  color: #554164;
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
}

.workout_page_rating_comment {
  width: calc(100% - 26px);
  height: 60px;
  padding: 10px;
  margin: 30px auto 15px auto;
  background-color: #efefef;
  border: 3px solid #af9abe;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 500;
  color: #af9abe;
  resize: none;
}

.workout_page_rating_buttons {
  margin: 0 auto;
  padding: 0;
}

.workout_page_rating_buttons button {
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 5px;
  position: relative;
  clear: both;
  background-color: #554164;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.workout_page_rating_buttons button:hover {
  background-color: #2e2336;
}

.workout_page_rating_buttons button:hover {
  background: #35283d;
}

.workout_page_rating_tick {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* FORM STYLING */
.password_error {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  display: none;
  background-color: #e96060;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  font-size: 0.9em;
}

.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 2%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

label.error {
  color: #ff0000;
  font-size: 0.7em;
  font-weight: 500;
  position: relative;
  float: right;
  padding: 2px 0 0 0;
}

label.error:before {
  content: "\f06a";
  color: #ff0000;
  padding: 0 2px 0 0;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="password"],
.form_field input[type="email"],
.form_field input[type="date"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Open Sans", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 20px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="password"]:hover,
.form_field input[type="password"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus,
.form_field input[type="date"]:hover,
.form_field input[type="date"]:focus {
  background-color: #f2f2f2;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Open Sans", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Open Sans", sans-serif;
  height: 100px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 20px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #757575;
  display: table;
  font-size: 0.8em;
  font-weight: 600;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.6em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.8em;
  vertical-align: super;
}

.hfield {
  display: none !important;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
  filter: grayscale(100%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50000;
}

.admin-div:hover::before {
  opacity: 1;
}

.admin-tooltip {
  width: calc(100% - 20px);
  height: auto;
  padding: 5px 10px;
  background-color: #00000050;
  color: #ffffff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  z-index: 50001;
}

.admin-div-bottom .admin-tooltip {
  top: auto;
  bottom: 0;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 180px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 140px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}
