/*!
Theme Name: Purple Moon Designs
Theme URI: https://thepowerwithintraining.com
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for The Power Within Training by Purple Moon Designs. 
Version: 1.0.0

*/

/*******************************
================================
GLOBAL
================================
*******************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  font-family: "Nunito", sans-serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  border-style: none;
}

.content_wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
  box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pd-50 {
  padding: 50px 0px;
}
.shadowbox {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.row.inline-table {
  display: inline-table;
}

.relative {
  position: relative;
}

.block {
  display: inline-block;
}

.short {
  width: 90%;
  margin: 0 auto;
}

.cnt_10 {
  width: 10%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_20 {
  width: 20%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_25 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  display: inherit;
}

.cnt_30 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.inline-table .cnt_30 {
  display: inherit;
}

.cnt_33 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_40 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_50 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_60 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_70 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_80 {
  width: 80%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_90 {
  width: 90%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_full {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.margin-right {
  margin: 0 0 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

button {
  transition: 0.5s;
  cursor: pointer;
}

/*******************************
================================
TYPOGRAPHY
================================
*******************************/

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1;
}

img {
  width: auto;
  max-width: 100%;
  border-style: none;
}

.margin-right {
  margin: 0 0 20px;
}
.ltr-margin-right {
  margin: 0 0 20px;
}

.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 25px;
}
.mb-75 {
  margin-bottom: 25px;
}
.mb-10 {
  margin-bottom: 10px;
}

section.standard-padding {
  padding: 50px 0px;
}

.double-padding {
  padding: 100px 0px;
}
.onehalf-padding {
  padding: 50px 0px;
}
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}
.align-center {
  align-items: center;
}

.z-index-10 * {
  z-index: 10;
}
.mb-20 {
  margin-bottom: 20px;
}

.trans-sec-5 * {
  transition: 0.5s;
}
.overflow-clip {
  overflow: hidden;
}
.no-mob {
  display: none;
}

ul {
  margin: 0;
  padding: 0px;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
  --green: #0e445c;
  --orange: #f28c1a;
  --light: #d9e1e4;
  --yellow: #ffd166;
  --green: #7fa43f;
  --purple: #7563ac;
  --cream: #f4f2ea;
  --textyellow: #ffd166;
  --darkgrey: #6d6d78;
  --grey: #b5b5b5;
  --greyblue: #dfdee5;
}

.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 40%;
}

.white {
  color: #fff;
}

.gradient {
  background: rgb(230, 0, 126);
  background: -moz-linear-gradient(
    312deg,
    rgba(230, 0, 126, 1) 0%,
    rgba(174, 0, 96, 1) 80%,
    rgba(115, 0, 63, 1) 100%
  );
  background: -webkit-linear-gradient(
    312deg,
    rgba(230, 0, 126, 1) 0%,
    rgba(174, 0, 96, 1) 80%,
    rgba(115, 0, 63, 1) 100%
  );
  background: linear-gradient(
    312deg,
    rgba(230, 0, 126, 1) 0%,
    rgba(174, 0, 96, 1) 80%,
    rgba(115, 0, 63, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
  min-height: 80vh;
}

section.error-404.not-found {
  text-align: center;
  padding: 100px 0;
}

.page-header h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.not-found-content-con {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.not-found-content {
  max-width: 700px;
}
.cta-btn {
  width: 100%;
}

.not-found-content {
  max-width: 700px;
}

.not-found-content {
  max-width: 700px;
}

.not-found-title {
  margin-bottom: 15px;
}

.cta-btn a:hover {
  background-color: red;
}
.cta-btn a {
  width: 100%;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  color: black;
  transition: 0.5s;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

.blog-content-box.shadowbox {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.blog-title {
  margin-bottom: 20px;
}

.blog-content-box.shadowbox p {
  margin-bottom: 15px;
}

.blog-title h2 {
  font-size: 30px;
}

.blog-cnt {
  box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
  border-radius: 6px;
}

.meta-content {
  position: relative;
}

.post-thumbnail img {
  height: auto;
  border-radius: 6px 6px 0 0;
}

.date-posted {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  background: var(--blue);
  padding: 12px 0;
}

.date-posted span {
  color: #fff;
}

.info {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--blue);
}

.cat-box {
  display: flex;
}

.cat-box i {
  padding-right: 10px;
}

ul.single-cat-list li:first-child {
  display: block;
}

.info h2 {
  margin: 10px 0 0;
}

blockquote {
  padding: 20px 0 20px 40px;
  position: relative;
  border-left: solid 4px var(--blue);
  margin: 15px 0;
}

/* sidebar */

form.searchform.group {
  width: calc(100% - 10px);
  border: solid 1px #dadada;
  padding: 5px;
  position: relative;
  border-radius: 5px;
}

input[type="search"] {
  width: 90%;
  border: none;
  line-height: 30px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
}

input[type="image"] {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0px, -50%);
  width: 8%;
}
.siderbar-box {
  margin: 30px 0;
}

.blog-side-sec.shadowbox {
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.siderbar-box h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--blue);
}

ul.cat-list {
  margin-top: 10px;
}

ul.cat-list li {
  padding: 15px 0;
  font-size: 20px;
}

ul.cat-list a {
  color: #333333;
  font-weight: 400;
}

.rp-details a:hover,
ul.cat-list a:hover {
  color: var(--blue);
}

.recent-posts {
  margin: 10px 0;
  display: table;
}

.rp-img,
.rp-details {
  display: table-cell;
  vertical-align: middle;
}

.rp-img {
  width: 25%;
}

.rp-details {
  padding-left: 15px;
}

.recent-posts img {
  width: auto;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
  filter: grayscale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent-posts img:hover {
  cursor: pointer;
  filter: grayscale(1);
}

.rp-details a {
  color: #333;
}

span.date {
  opacity: 70%;
  font-size: 13px;
  text-align: left;
}
/* Search */

.filter-control a.active {
  background-color: #4ed8dc;
}

.ssearch-con {
  max-width: 700px;
  margin: auto;
}

.filter-control-con {
  margin: 15px;
  box-sizing: border-box;
  width: 100%;
}

.filter-control {
  /* padding: 10px; */
  /* background-color: cadetblue; */
  /* text-align: center; */
}

.filter-control a {
  padding: 10px;
  background-color: cadetblue;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.5s;
}

.filter-control a:hover {
  background-color: #4ed8dc;
}

/* archive */

.blog-sng {
  background-color: #f2f2f2;
  margin: 0 0 30px;
  padding: 15px 15px 30px;
  border-radius: 6px;
}

.blog-sng img {
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  filter: grayscale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-sng img:hover {
  filter: grayscale(1);
}

span.date {
  opacity: 70%;
  font-size: 13px;
}

.blog-sng a h2 {
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-sng a h2:hover {
  color: var(--blue);
}

h1.white.relative span {
  color: var(--yellow);
}
.blog-card-con {
  margin: 10px;
  box-sizing: border-box;
  height: 100%;
}

.blog-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.blog-card {
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

/*******************************
================================
HOME
================================
*******************************/

section.breadcrumbs {
  background: #0e445c;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumbs-inner {
  width: 95%;
  border-radius: 10px 10px 0 0;
  margin: 0 auto 0;
  padding: 50px 0 0;
}

.breadcrumbs-bg-img {
  border-radius: 10px 10px 0 0;
  position: relative;
}

.bread-title-box.lonely-title {
  text-align: center;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.bread-title-box.lonely-title h2,
.bread-title-box.lonely-title p {
}

.bread-title-box.lonely-title h1 {
  color: #fff;
  margin-bottom: 20px;
}

.breadcrumbs-bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 10px 10px 0 0;
  opacity: 50%;
}

.bread-title-box.lonely-title p {
  color: #fff;
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
}

/*******************************
================================
Log in
================================
*******************************/
section.login-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.login-decor {
  position: absolute;
  background-color: #0e498f;
  width: 100%;
  height: 50%;
  z-index: -1;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.h-100 {
  height: 100%;
}

.login-row.flex.row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-card-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  padding: 40px;
  background-color: white;
  border-radius: 17px;
  box-sizing: border-box;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login-card.column.flex.wrap.item-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
button.login-button.white:hover {
  color: #0e498f;
  background-color: white;
}

button.login-button.white {
  padding: 15px;
  width: 100%;
  display: flex;
  background-color: #0e498f;
  border: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

input.login-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  font-size: 18px;
  padding: 10px 0px;
}

p.login-header {
  color: #000000;
  text-align: center;
  font-size: 30px;
}

input.login-input:focus {
  border-color: transparent; /* Keep border but make it transparent */
  border-bottom: 1px solid #0e498f; /* Only bottom border is visible with a specific color */
}

label.login-label {
  font-size: 14px;
  color: #a9a9a9;
}

a.login-forgot {
  display: flex;
  justify-content: center;
  text-decoration-line: underline;
  font-size: 18px;
}

/*******************************
================================
Calendar
================================
*******************************/

.fc-daygrid-event-dot {
  width: 5px;
  border-radius: 0px;
  box-sizing: border-box;
  height: 100%;
  margin-left: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fc-event-title {
  width: 100%;
  word-wrap: break-word;
  padding: 0px 0px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-height: 35.63px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #201f1f;
}
.fc-event-title span {
    font-size: 12px;
}

a.fc-event.fc-event-start.fc-event-end.fc-daygrid-event.fc-daygrid-dot-event {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  box-sizing: border-box;
  background-color: gainsboro;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  border-radius: 0px;
  padding: 0px 12px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
button.add-cal {
  font-size: 21px;
  border-radius: 10px;
  background-color: #0e498f;
  color: white;
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
  border: none;
}

button.add-cal:hover {
  color: #0e498f;
  background-color: white;
}
.swal-content__select {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #d1d3d4;
  border-radius: 4px;
  font-size: 16px;
}
.swal-content__select {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #d1d3d4;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 20px;
}

.status-card {
  max-width: 300px;
  margin: auto;
  border-top: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
div#status_row {
  min-height: 135px;
}
.status-con {
  padding: 10px;
}

.cabinet-one-slots {
  background-color: rgba(150, 187, 238, 0.15);
}
.cabinet-one-slots h3 {
  color: #217efd;
}

.cabinet-two-slots {
  background-color: rgba(167, 221, 205, 0.15);
}
.cabinet-two-slots h3 {
  color: #4dd1aa;
}

.cabinet-three-slots {
  background-color: rgba(192, 173, 233, 0.15);
}

.cabinet-three-slots h3 {
  color: #ff3d3d;
}

div#status_row {
}

section.calendar-section {
  background-color: #f7fafd;
  padding: 100px 0px;
}

header#masthead {
  width: 100%;
  background: transparent;
}

h2#fc-dom-1 {
}

.fc-toolbar-title {
  color: #0e498f;
}

.fc button.fc-button {
  font-weight: bold;
  color: #0e498f;
  font-size: 24px;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #0e498f;
  margin: 0px 15px;
  border-radius: 5px !important;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(1) div {
  display: flex;
  align-items: center;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(3) {
  display: none;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(1) div button {
  font-size: 15px;
  border: none;
  padding: 5px;
  margin: 0px;
}
.fc .fc-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

button.add-cal i {
  margin-right: 10px;
}

table.fc-scrollgrid-sync-table {
  background-color: white;
}

.fc .fc-daygrid-day-number {
  color: #0e498f;
  font-weight: bold;
  font-size: 21px;
}

.fc .fc-daygrid-day-frame {
  padding: 10px;
  box-sizing: border-box;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #eff2f1;
}

th.fc-col-header-cell.fc-day {
  padding: 20px;
  text-align: left;
  border: none;
}

a.fc-col-header-cell-cushion {
  font-size: 24px;
  color: #a1a8a5;
  font-weight: bold;
}

table.fc-col-header {
  border: none;
}
.fc-scroller {
  border: none;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-header * {
  border: none;
}

td.fc-day.fc-day-sun.fc-day-past.fc-day-other.fc-daygrid-day {
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid
  > td {
  /* CSS properties go here */
  border: 1px solid #eff2f1;
}
table.fc-scrollgrid.fc-scrollgrid-liquid {
  border: none;
}

a.fc-event.fc-event-start.fc-timegrid-event.fc-v-event {
  padding: 15px;
  background-color: #f7fafd !important;
  border: none;
  border-left: 5px solid;
  border-radius: 0px;
  box-sizing: border-box;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-timegrid-event.fc-v-event
  .fc-event-time {
  color: #696969;
  font-size: 12px;
  width: 100%;
  word-break: break-all;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid {
  display: table-row;
}

.fc-timegrid-slots {
  background-color: white;
}

.fc-timegrid-slot-label-cushion.fc-scrollgrid-shrink-cushion {
  color: #a1a8a5;
  font-size: 20px;
}

td.fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink {
  background-color: #f7fafd;
}

td.fc-timegrid-slot.fc-timegrid-slot-label.fc-timegrid-slot-minor {
  background-color: #f7fafd;
}

.fc-timeGridWeek-view.fc-view.fc-timegrid
  tr.fc-scrollgrid-section.fc-scrollgrid-section-body:nth-child(1) {
  display: none;
}

.fc-timeGridDay-view.fc-view.fc-timegrid
  tr.fc-scrollgrid-section.fc-scrollgrid-section-body:nth-child(1) {
  display: none;
}

.fc table.fc-scrollgrid {
  border: none !important;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(1) div h2 {
  display: flex;
  max-width: 275px;
  width: 100%;
  margin-right: 10px;
  word-wrap: break-word;
}
.tooltip-content {
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  background-color: white;
  padding: 25px;
  box-sizing: border-box;
}

.tooltip-content-row.mb-25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.txt-blue {
  color: #0e498f;
}

.txt-grey {
  color: #a1a8a5;
}

.tool-cta button {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid;
}

button.close-button {
  color: #0e498f;
  border-color: #0e498f;
  background-color: transparent;
}

button.close-button:hover {
  color: white;
  border-color: #0e498f;
  background-color: #0e498f;
}

button.unpublish-button {
  color: white;
  background-color: #0e498f;
  border-color: #0e498f;
}

button.unpublish-button:hover {
  background-color: white;
  color: #0e498f;
}
.tippy-box {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important; /* Ensuring the shadow is applied */
  width: 100%;
  max-width: 500px;
}

.tippy-box::before {
  background-color: white;
}

.tippy-arrow {
  color: white;
}

input.flatpickr.flatpickr-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #0e498f;
  border-radius: 5px;
  font-size: 21px;
}

.swal2-popup.swal2-modal.swal2-show input,
.swal2-popup.swal2-modal.swal2-show textarea,
.swal-modal input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #0e498f;
  border-radius: 5px;
  font-size: 21px;
  color: #0e498f;
}

.swal2-popup.swal2-modal.swal2-show select,
.swal-modal select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #0e498f;
  border-radius: 5px;
  font-size: 21px;
  color: #0e498f;
}

h2#swal2-title,
.swal-title {
  text-align: left;
  font-size: 30px;
  color: #0e498f;
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.popup-time-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.popup-time-row label {
  width: 173px;
  text-align: left;
  font-size: 24px;
  color: #0e498f;
}
.swal2-actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  margin: 1em 1.6em 0.3em;
}

button.swal-button.swal-button--confirm,
button.swal2-confirm.swal2-styled {
  padding: 12px 30px;
  background-color: #0e498f;
  font-weight: bold;
  border: 1px solid #0e498f;
}

button.swal-button.swal-button--cancel,
button.swal2-cancel.swal2-styled {
  padding: 12px 30px;
  font-weight: bold;
  border: 1px solid #0e498f;
  color: #0e498f;
  background-color: white;
}

.swal-footer {
  text-align: left;
}

.swal2-container.swal2-center.my-swal.swal2-backdrop-show h2#swal2-title {
  text-align: center;
  font-size: 42px;
}

.swal2-container.swal2-center.my-swal.swal2-backdrop-show
  div#swal2-html-container {
  font-size: 22px;
  color: #a1a8a5;
}

.swal2-container.swal2-center.my-swal.swal2-backdrop-show .swal2-actions {
  display: flex;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
}

.swal2-container.swal2-center.my-swalpop.swal2-backdrop-show .swal2-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.swal2-container.swal2-center.my-swalpop.swal2-backdrop-show
  .swal2-popup.swal2-modal.swal2-show {
  box-sizing: border-box;
  padding: 50px;
}

.my-swalpop button.swal2-confirm.swal2-styled {
  color: #0e498f;
  border-color: #0e498f;
  background-color: transparent;
}

.my-swalpop button.swal2-cancel.swal2-styled.swal2-default-outline {
  color: white;
  background-color: #0e498f !important;
  border-color: #0e498f;
}

.my-swalpop button.swal2-cancel.swal2-styled.swal2-default-outline:hover {
  color: #0e498f;
  border-color: #0e498f;
  background-color: transparent !important;
}

.my-swalpop button.swal2-confirm.swal2-styled:hover {
  color: white;
  background-color: #0e498f !important;
  border-color: #0e498f;
}


  div#customDateTimeContainer {
    font-size: 20px;
    font-weight: bold;
}
/*******************************
================================
FOOTER
================================
*******************************/

/*******************************
================================
HEADER
================================
*******************************/
/* topbar */
.topbar-con {
  background-color: var(--purple);
  padding: 10px 0px;
}

.topbar-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

input.header-search.white.bold {
  background: transparent;
  border: none;
  font-size: 21px;
  color: white;
  padding: 0px 5px;
  width: 170px;
  box-sizing: border-box;
}

input.header-search.white.bold::placeholder {
  color: white;
  opacity: 1; /* Ensures full color intensity */
}

.search-con {
  display: flex;
  align-items: center;
}

a.top-social {
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

a.top-social:hover {
  background-color: var(--green);
}

/* mobile */
header.header-class {
  background-color: white;
}
.flex.row.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  flex-wrap: nowrap;
}
.flex.row.header-bar {
  padding: 10px;
  box-sizing: border-box;
}

.mobile-nav {
  display: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
li {
  list-style: none;
}
ul#primary-menu a {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #0e498f;
}
.menu-item.current_page_item a {
  text-decoration: underline;
}

li#menu-item-63 a {
  color: #217efd;
}

li#menu-item-62 a {
  color: #4dd1aa;
}

li#menu-item-61 a {
  color: #ff3d3d;
}

a.menu-item.green {
  color: white !important;
}

ul.header-ul,
ul#primary-menu {
  padding-left: 0px;
  display: flex;
  align-items: center;
  list-style: none;
}

li.menu-item a:hover {
  color: #ef476f;
}

ul.header-ul li,
ul#primary-menu li {
  margin: 0px 10px;
  border-radius: 10px;
  width: 100%;
}

.menu-item {
  padding: 10px;
}

.menu-item.green {
  background-color: var(--green);
  color: white;
}
a.mob-item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.mobile-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  z-index: 100;
}
.header-image {
  max-width: 352px;
  width: max-content;
}

.header-image a {
  width: max-content;
  line-height: 0px;
  display: flex;
}

.header-image a h1 {
  margin: 0px;
}
.header-nav {
  position: absolute;
  left: 0px;
  bottom: 0;
  max-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: max-content;
  transition: max-height 0.3s ease-in-out;
  background-color: white;
  transform: translate(0%, 100%);
  z-index: 90;
}
.flex.row.header-bar {
  position: relative;
}
.header-nav.active {
  max-height: 400px;
}

ul.header-ul,
ul#primary-menu {
  display: flex;
  flex-direction: column;
  height: max-content;
  padding-left: 0px;
  display: flex;
  align-items: flex-start;
  list-style: none;
  width: 100%;
}

ul.header-ul li,
ul#primary-menu li {
  margin: 0px 0px 10px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.menu-item.green {
  display: none;
}
.menu-main-menu-container {
  width: 100%;
}

.sub-row {
  display: flex;
  justify-content: space-between;
}
li#menu-item-12 {
}
.menu-item.menu-item-has-children:hover .sub-menu {
  max-height: 400px;
  display: block;
}
ul.sub-menu {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
}
ul.sub-menu.active {
  max-height: 400px;
}
a.sub-btn {
  margin-left: 10px;
}
@media (min-width: 968px) {
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
  .menu-main-menu-container {
    width: unset;
  }

  div#header-nav {
    display: flex;
    position: static;
    max-height: unset;
    height: auto;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
    transform: translate(0px, 0px);
    background-color: transparent;
  }

  ul.header-ul,
  ul#primary-menu {
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: center;
  }

  ul.header-ul li,
  ul#primary-menu li {
    width: unset;
    margin: 0px 10px;
  }

  .menu-item.active {
    width: max-content;
  }

  ul.sub-menu {
    position: absolute;
    padding: 0px;
    list-style: none;
    padding: 10px;
    width: max-content;
    transition: 0.5s;
    top: 30px;
    z-index: 10;
    display: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  ul.sub-menu li {
    margin-bottom: 10px;
  }

  .menu-item.submenu,
  .menu-item.menu-item-has-children {
    position: relative;
  }

  .menu-item.submenu:hover .sub-menu,
  .menu-item.menu-item-has-children:hover .sub-menu {
    max-height: 400px;
    display: block;
  }
  .menu-item.green {
    display: block;
    padding: 12px 20px;
    width: unset;
    border-radius: 5px;
  }

  ul.sub-menu a {
    padding: 7px 30px 7px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color: #656565;
  }
  .menu-item.green:hover {
    background-color: skyblue;
  }
  .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    display: block;
  }
}

/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px) {
  .copyright p {
    display: table-cell;
    vertical-align: middle;
  }
  p.white.right {
    text-align: right;
  }
  .copyright p {
    display: table-cell;
    vertical-align: middle;
  }
  .copyright {
    padding: 50px 0 25px;
    display: table;
    width: 100%;
    text-align: left;
  }
  /* global */

  .cnt_10 {
    width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_20 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_25 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_30 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_33 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
  .blog-card {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  /* global */

  .margin-right {
    margin: 0 20px 0 0;
  }

  .margin-left {
    margin: 0 0 0 20px;
  }

  .row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table {
    display: table;
  }

  .cell {
    display: table-cell;
    vertical-align: middle;
  }

  .relative {
    position: relative;
  }

  .block {
    display: inline-block;
  }

  .short {
    width: 90%;
    margin: 0 auto;
  }

  .cnt_10 {
    width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_20 {
    width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_25 {
    width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_30 {
    width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_33 {
    width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_60 {
    width: 60%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_70 {
    width: 70%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_80 {
    width: 80%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_90 {
    width: 90%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_full {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  /*******************************
================================
Calendar
================================
*******************************/

  button.add-cal {
    margin-left: auto;
    display: flex;
  }
  div#customDateTimeContainer {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}
}

@media (min-width: 1200px) {
}
