@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
/* Mint Green */
/* Dark Green */
/* Light Gray */
/* Darker Green on Hover */
/* Width of the scrollbar */
/*
 |-----------------------------------------------------------
 | Common Styles
 |-----------------------------------------------------------
*/
#user,
#user3,
#user4,
#user2,
#allusers,
#WPStable,
#QualificationsTable,
#CompanyQualificationsTable,
#WPSCompanytable,
#example,
#companyUsers,
#companyemployees,
#FormTable {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul,
li {
  list-style-position: inside;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

.dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin-right: 8px;
}

.dot-expired {
  background-color: red;
}

.dot-warning {
  background-color: orange;
}

.dot-valid {
  background-color: green;
}

/* Outer Scrollbar - Browser Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  /* Outer scrollbar width */
  height: 12px;
  /* If you have a horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fafafa;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: #1c9b4b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
}

ul {
  margin-bottom: 0px;
}

ul li i {
  color: red;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}

.container {
  max-width: 1170px !important;
  margin: 0 auto;
}

.container-0 {
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
}

.text-container {
  max-width: 680px !important;
  margin: 0 auto;
}

.text-container-m {
  max-width: 424px;
  margin: 0 auto;
}

.row {
  margin-top: 0px;
}

::selection,
::-moz-selection {
  background: #1c9b4b;
  color: #ffffff;
}

/*
 |-----------------------------------------------------------
 | Margin & Padding Styles
 |-----------------------------------------------------------
*/
.p-t-16 {
  padding-top: 16px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-t-32 {
  padding-top: 32px;
}

.p-b-32 {
  padding-bottom: 32px;
}

.p-l-32 {
  padding-left: 32px;
}

.p-r-32 {
  padding-right: 32px;
}

.p-16 {
  padding: 16px;
}

.p-32 {
  padding: 32px;
}

.p-64 {
  padding: 64px;
}

.p-t-56 {
  padding-top: 56px;
}

.p-b-56 {
  padding-bottom: 56px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-t-160 {
  padding-top: 160px;
}

.p-b-160 {
  padding-bottom: 160px;
}

.m-b-custom {
  margin-bottom: 24px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-l-32 {
  margin-left: 32px;
}

.m-r-32 {
  margin-right: 32px;
}

.m-t-56 {
  margin-top: 56px;
}

/*
 |-----------------------------------------------------------
 | Colour Styles
 |-----------------------------------------------------------
*/
.a1 {
  color: #1c9b4b;
}

.a1-bg {
  background-color: #1c9b4b;
}

.a2 {
  color: #5598ed;
}

.a2-bg {
  background-color: #5598ed;
}

.a3 {
  color: #7419d2;
}

.a3-bg {
  background-color: #7419d2;
}

.b1 {
  color: #f6e631;
}

.b1-bg {
  background-color: #f6e631;
}

.b2 {
  color: #eb8914;
}

.b2-bg {
  background-color: #eb8914;
}

.c1 {
  color: red;
}

.c1-bg {
  background-color: red;
}

.c1-border {
  outline: 2px solid red;
  outline-offset: -2px;
}

.d1 {
  color: #ffffff;
}

.d1-bg {
  background-color: #ffffff;
}

.d1-border {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}

.d1-bg-trans {
  background-color: rgba(255, 255, 255, 0.1);
}

.d2 {
  color: #000000;
}

.d2-bg {
  background-color: #000000;
}

.d3 {
  color: #333333;
}

.d3-bg {
  background-color: #333333;
}

.d3-bg-trans {
  background-color: rgba(0, 0, 0, 0.4);
}

.d4 {
  color: #075e54;
}

.d4-bg {
  background-color: #075e54;
}

.d5 {
  color: #fafafa;
}

.d5-bg {
  background-color: #fafafa;
}

.gradient-light {
  background: linear-gradient(180deg, #1c7631 0%, #30c853 100%);
}

.gradient-dark {
  background: linear-gradient(45deg, #262535 0%, #2f0060 100%);
}

.nightshade-text {
  background: linear-gradient(180deg, #1c7631 0%, #30c853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
 |-----------------------------------------------------------
 | Typography Styles
 |-----------------------------------------------------------
*/
.body-small {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.headingHXL {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  line-height: 120px;
}

.headingHX {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  line-height: 80px;
  position: relative !important;
}

.headingH1 {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  line-height: 68px;
}

.headingH2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.headingH3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.headingH4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.hero-heading {
  font-family: "Newsreader", serif;
  font-size: 34px;
  line-height: 40px;
}

.text-shadow {
  text-shadow: 2px 2px 5px #212121;
}

/*
 |-----------------------------------------------------------
 | Button Styles
 |-----------------------------------------------------------
*/
/* Style the spinner */
#hamster-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Semi-transparent background */
  display: none;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* Ensure it covers all content */
}

.hamster-spinner {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  /* Add the hamster spinner styles here */
  left: 45%;
  top: 250px;
}

.wheel-and-hamster {
  --dur: 1s;
  position: relative;
  width: 12em;
  height: 12em;
  font-size: 14px;
}

.wheel,
.hamster,
.hamster div,
.spoke {
  position: absolute;
}

.wheel,
.spoke {
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wheel {
  background: radial-gradient(100% 100% at center, hsla(0, 0%, 60%, 0) 47.8%, hsl(0, 0%, 60%) 48%);
  z-index: 2;
}

.hamster {
  animation: hamster var(--dur) ease-in-out infinite;
  top: 50%;
  left: calc(50% - 3.5em);
  width: 7em;
  height: 3.75em;
  transform: rotate(4deg) translate(-0.8em, 1.85em);
  transform-origin: 50% 0;
  z-index: 1;
}

.hamster__head {
  animation: hamsterHead var(--dur) ease-in-out infinite;
  background: hsl(30, 90%, 55%);
  border-radius: 70% 30% 0 100%/40% 25% 25% 60%;
  box-shadow: 0 -0.25em 0 hsl(30, 90%, 80%) inset, 0.75em -1.55em 0 hsl(30, 90%, 90%) inset;
  top: 0;
  left: -2em;
  width: 2.75em;
  height: 2.5em;
  transform-origin: 100% 50%;
}

.hamster__ear {
  animation: hamsterEar var(--dur) ease-in-out infinite;
  background: hsl(0, 90%, 85%);
  border-radius: 50%;
  box-shadow: -0.25em 0 hsl(30, 90%, 55%) inset;
  top: -0.25em;
  right: -0.25em;
  width: 0.75em;
  height: 0.75em;
  transform-origin: 50% 75%;
}

.hamster__eye {
  animation: hamsterEye var(--dur) linear infinite;
  background-color: hsl(0, 0%, 0%);
  border-radius: 50%;
  top: 0.375em;
  left: 1.25em;
  width: 0.5em;
  height: 0.5em;
}

.hamster__nose {
  background: hsl(0, 90%, 75%);
  border-radius: 35% 65% 85% 15%/70% 50% 50% 30%;
  top: 0.75em;
  left: 0;
  width: 0.2em;
  height: 0.25em;
}

.hamster__body {
  animation: hamsterBody var(--dur) ease-in-out infinite;
  background: hsl(30, 90%, 90%);
  border-radius: 50% 30% 50% 30%/15% 60% 40% 40%;
  box-shadow: 0.1em 0.75em 0 hsl(30, 90%, 55%) inset, 0.15em -0.5em 0 hsl(30, 90%, 80%) inset;
  top: 0.25em;
  left: 2em;
  width: 4.5em;
  height: 3em;
  transform-origin: 17% 50%;
  transform-style: preserve-3d;
}

.hamster__limb--fr,
.hamster__limb--fl {
  clip-path: polygon(0 0, 100% 0, 70% 80%, 60% 100%, 0% 100%, 40% 80%);
  top: 2em;
  left: 0.5em;
  width: 1em;
  height: 1.5em;
  transform-origin: 50% 0;
}

.hamster__limb--fr {
  animation: hamsterFRLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30, 90%, 80%) 80%, hsl(0, 90%, 75%) 80%);
  transform: rotate(15deg) translateZ(-1px);
}

.hamster__limb--fl {
  animation: hamsterFLLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30, 90%, 90%) 80%, hsl(0, 90%, 85%) 80%);
  transform: rotate(15deg);
}

.hamster__limb--br,
.hamster__limb--bl {
  border-radius: 0.75em 0.75em 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 70% 90%, 70% 100%, 30% 100%, 40% 90%, 0% 30%);
  top: 1em;
  left: 2.8em;
  width: 1.5em;
  height: 2.5em;
  transform-origin: 50% 30%;
}

.hamster__limb--br {
  animation: hamsterBRLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30, 90%, 80%) 90%, hsl(0, 90%, 75%) 90%);
  transform: rotate(-25deg) translateZ(-1px);
}

.hamster__limb--bl {
  animation: hamsterBLLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30, 90%, 90%) 90%, hsl(0, 90%, 85%) 90%);
  transform: rotate(-25deg);
}

.hamster__tail {
  animation: hamsterTail var(--dur) linear infinite;
  background: hsl(0, 90%, 85%);
  border-radius: 0.25em 50% 50% 0.25em;
  box-shadow: 0 -0.2em 0 hsl(0, 90%, 75%) inset;
  top: 1.5em;
  right: -0.5em;
  width: 1em;
  height: 0.5em;
  transform: rotate(30deg) translateZ(-1px);
  transform-origin: 0.25em 0.25em;
}

.spoke {
  animation: spoke var(--dur) linear infinite;
  background: radial-gradient(100% 100% at center, hsl(0, 0%, 60%) 4.8%, hsla(0, 0%, 60%, 0) 5%), linear-gradient(hsla(0, 0%, 55%, 0) 46.9%, hsl(0, 0%, 65%) 47% 52.9%, hsla(0, 0%, 65%, 0) 53%) 50% 50%/99% 99% no-repeat;
}

/* Animations */
@keyframes hamster {
  from, to {
    transform: rotate(4deg) translate(-0.8em, 1.85em);
  }
  50% {
    transform: rotate(0) translate(-0.8em, 1.85em);
  }
}
@keyframes hamsterHead {
  from, 25%, 50%, 75%, to {
    transform: rotate(0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(8deg);
  }
}
@keyframes hamsterEye {
  from, 90%, to {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0);
  }
}
@keyframes hamsterEar {
  from, 25%, 50%, 75%, to {
    transform: rotate(0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(12deg);
  }
}
@keyframes hamsterBody {
  from, 25%, 50%, 75%, to {
    transform: rotate(0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-2deg);
  }
}
@keyframes hamsterFRLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(50deg) translateZ(-1px);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-30deg) translateZ(-1px);
  }
}
@keyframes hamsterFLLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(-30deg);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(50deg);
  }
}
@keyframes hamsterBRLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(-60deg) translateZ(-1px);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(20deg) translateZ(-1px);
  }
}
@keyframes hamsterBLLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(20deg);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-60deg);
  }
}
@keyframes hamsterTail {
  from, 25%, 50%, 75%, to {
    transform: rotate(30deg) translateZ(-1px);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(10deg) translateZ(-1px);
  }
}
@keyframes spoke {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-1turn);
  }
}
.page-item.active .page-link {
  background-color: #1c9b4b;
  border-color: #1c9b4b;
}

.trialInputContainer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.3s ease;
  /* Add transition for smooth fade and slide */
}

.trialInputContainer.show {
  opacity: 1;
  max-height: 200px;
  /* Adjust based on the height of the content inside */
}

.trialInputContainer {
  /* Add this CSS to your application's stylesheet */
  /* Pulse animation for the pending icon */
}
.trialInputContainer .input-wrapper {
  width: fit-content;
  height: 30px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  background-color: #faf9f6;
}
.trialInputContainer .input {
  max-width: 170px;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  background-color: #faf9f6;
  color: #000;
  font-size: 1em;
  border-radius: 20px;
}
.trialInputContainer .input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #faf9f6 inset;
  -webkit-text-fill-color: #000;
}
.trialInputContainer .subscription-status-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: rgba(255, 193, 7, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.trialInputContainer .subscription-status-icon i {
  color: #ffc107;
}
.trialInputContainer .subscription-details .row {
  padding: 8px 0;
}
.trialInputContainer .next-steps .list-group-item {
  border-left: none;
  border-right: none;
  padding: 1rem 0.25rem;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 193, 7, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}
.trialInputContainer .subscription-status-icon {
  animation: pulse 2s infinite;
}
.trialInputContainer .Subscribe-btn {
  height: 100%;
  width: 95px;
  border: none;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  background-color: #292524;
  font-weight: 500;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.trialInputContainer .arrow {
  /* display: none; */
  position: absolute;
  margin-right: 150px;
  transition: all 0.3s;
}
.trialInputContainer .Subscribe-btn:hover {
  color: #292524;
}
.trialInputContainer .Subscribe-btn:hover .arrow {
  margin-right: 0;
  animation: jello-vertical 0.9s both;
  transform-origin: right;
}
@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.trialInputContainer .Subscribe-btn:active {
  transform: scale(0.9);
}

.button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

.main-button {
  vertical-align: middle;
  border-radius: 4px;
  padding: calc(0.375rem + 1px) calc(0.75rem + 1px);
  line-height: 1.5;
  background-color: #269f42;
  /* White background */
  color: #fff;
  /* Black text */
  border-radius: 4px;
  /* Slightly rounded corners */
  cursor: pointer;
  /* Pointer cursor for hover */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Smooth hover effect */
  will-change: contents;
}

.unclickable-button {
  cursor: default;
  pointer-events: none;
  /* Prevents the button from being clickable */
  height: 36px;
  border-radius: 4px;
  background-color: #269f42;
  /* Green background */
  color: #ffffff;
  padding: 0 16px;
  border: none;
  /* Ensures there's no border by default */
}

.main-button2 {
  vertical-align: middle;
  border-radius: 4px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  background-color: white;
  /* White background */
  color: black;
  /* Black text */
  border: 1px solid #e0e0e0;
  /* Light gray border */
  border-radius: 4px;
  /* Slightly rounded corners */
  cursor: pointer;
  /* Pointer cursor for hover */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Smooth hover effect */
  will-change: contents;
}

.main-button2:hover {
  transform: scale(1.03);
  /* Slightly enlarges the button */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Adds a shadow */
  cursor: pointer;
  /* Shows a pointer cursor */
}

.main-button3 {
  height: 36px;
  border-radius: 4px;
  padding: 0 16px;
  border: 1px solid #1c9b4b;
  color: #1c9b4b;
  background-color: transparent;
}

.main-button:hover {
  transform: scale(1.03);
  /* Slightly enlarges the button */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Adds a shadow */
  cursor: pointer;
  /* Shows a pointer cursor */
}

.button-full {
  width: 100%;
}

.button-232 {
  width: 232px;
}

.button-176 {
  width: 176px;
}

button {
  border: none;
  background: transparent;
  /* Remove background */
}

.button-group {
  display: flex;
  align-items: end;
  gap: 14px;
  /* Adjust this value to your liking */
}

.errorMessage {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s, height 0.3s ease;
}

.errorMessage.show {
  opacity: 1;
  visibility: visible;
  height: fit-content;
  /* Allow height to expand */
  transition: opacity 0.3s ease, visibility 0s ease 0s, height 0.3s ease;
}

/*
 |-----------------------------------------------------------
 | Navbar Styles
 |-----------------------------------------------------------
*/
/* Modern sidebar styling */
.sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 180px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: linear-gradient(180deg, #2c3e50 0%, #1a252f 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.sidebar-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* Fancy scrollbar for webkit browsers */
.sidebar-content::-webkit-scrollbar {
  width: 4px;
}

.sidebar-content::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

/* User profile section */
.user-profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-container {
  margin-bottom: 1.5rem;
}

.app-logo {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

.user-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.user-greeting {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.75rem;
  text-align: center;
}

.user-name {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.user-name:hover {
  color: #3498db;
}

.avatar-container {
  position: relative;
  margin-bottom: 1rem;
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.user-avatar:hover {
  transform: scale(1.05);
  border-color: #3498db;
}

.status-indicator {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #1a252f;
}

.status-indicator.online {
  background-color: #2ecc71;
}

/* Navigation menu styling */
.nav-menu {
  padding: 0 1rem;
}

.menu-section {
  margin-bottom: 1.5rem;
}

.menu-category {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.menu-item.active {
  background-color: rgba(52, 152, 219, 0.15);
  color: #3498db;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  margin-right: 0.75rem;
}

.menu-item i {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.menu-item:hover i {
  transform: scale(1.1);
}

.menu-text {
  font-size: 0.9rem;
  font-weight: 500;
}

.active-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3498db;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.menu-item.active .active-indicator {
  opacity: 1;
}

/* Logout button */
.logout-container {
  padding: 0 1.5rem;
  margin-top: auto;
  margin-bottom: 1.5rem;
}

.logout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  border: 1px solid rgba(231, 76, 60, 0.2);
  font-size: 13px;
}

.logout-button:hover {
  background-color: rgba(231, 76, 60, 0.2);
  transform: translateY(-2px);
  color: #fff;
}

.logout-button i {
  margin-left: 0.5rem;
}

.main-content {
  min-height: 100vh;
  margin-left: 180px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #075e54;
}

.main-content-32 {
  min-height: 100vh;
  margin-left: 180px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #075e54;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-img2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.user-details p {
  font-size: 1.1rem;
}

.dash-container {
  margin-top: 1rem;
  position: relative;
  /* Make sure the container is positioned relative */
}

/* Modern Dashboard Styles with #075e54 background */
.dashboard-container {
  background-color: #075e54;
  color: #ffffff;
  font-size: clamp(16px, 1vw, 18px);
}
.dashboard-container .dashboard-layout {
  display: flex;
  width: 100%;
}
.dashboard-container .dashboard-main {
  flex: 1;
  padding: max(1.5rem, 2vw);
  transition: all 0.3s ease;
}
.dashboard-container .dashboard-content {
  max-width: 1800px;
  margin: 0 auto;
}
.dashboard-container .dashboard-title {
  font-size: clamp(1.25rem, 1.5 * clamp(16px, 1vw, 18px), 1.75rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: max(1.5rem, 2vh);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dashboard-container .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(280px, 18vw), 1fr));
  gap: max(1.5rem, 2vh);
  width: 100%;
}
.dashboard-container .stats-grid:empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: max(200px, 20vh);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: max(12px, 1vw);
}
.dashboard-container .stats-grid:empty::after {
  content: "No data available";
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-size: clamp(1.1rem, 1.2 * clamp(16px, 1vw, 18px), 1.25rem);
}
.dashboard-container .stats-card {
  background: #ffffff;
  border-radius: max(12px, 1vw);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard-container .stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.dashboard-container .stats-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.dashboard-container .stats-card-header {
  display: flex;
  align-items: center;
  padding: max(1.25rem, 2vh);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(245, 245, 245, 0.5);
}
.dashboard-container .stats-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 3vw, 56px);
  height: clamp(42px, 3vw, 56px);
  border-radius: max(10px, 0.8vw);
  margin-right: max(0.75rem, 1vw);
  color: white;
  flex-shrink: 0;
}
.dashboard-container .stats-card-icon i {
  font-size: max(1.1rem, 1.2vw);
}
.dashboard-container .stats-card-title {
  font-size: clamp(1.1rem, 1.2 * clamp(16px, 1vw, 18px), 1.25rem);
  font-weight: 600;
  margin: 0;
  color: #075e54;
}
.dashboard-container .stats-card-content {
  padding: max(1rem, 1.5vh);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.dashboard-container .users-icon {
  background: linear-gradient(135deg, #3498db, #2980b9);
}
.dashboard-container .qualification-icon {
  background: linear-gradient(135deg, #25d366, #1caa53);
}
.dashboard-container .wps-icon {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}
.dashboard-container .company-icon {
  background: linear-gradient(135deg, #f39c12, #d35400);
}
.dashboard-container .analytics-icon {
  background: linear-gradient(135deg, #3498db, #2980b9);
}
.dashboard-container .stats-item {
  padding: max(0.75rem, 1vh);
  margin-bottom: max(0.75rem, 1vh);
  border-radius: max(8px, 0.6vw);
  background-color: #f5f5f5;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.dashboard-container .stats-item:last-child {
  margin-bottom: 0;
}
.dashboard-container .stats-item:hover {
  transform: scale(1.02);
  border-left: 3px solid #075e54;
}
.dashboard-container .stats-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: max(0.5rem, 0.8vh);
  flex-wrap: wrap;
  gap: max(0.5rem, 0.5vw);
}
.dashboard-container .stats-item-title {
  font-weight: 600;
  color: #333;
  flex: 1;
  min-width: max(150px, 10vw);
  font-size: clamp(0.95rem, 1 * clamp(16px, 1vw, 18px), 1.1rem);
}
.dashboard-container .stats-item-description {
  border-left: #0d6efd 2px solid;
  font-size: clamp(0.875rem, 0.9 * clamp(16px, 1vw, 18px), 1rem);
  color: #000;
  line-height: 1.5;
  padding: max(0.5rem, 0.8vh);
  background-color: rgba(13, 110, 253, 0.1);
  border-radius: max(0.25em, 0.4vw);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dashboard-container .stats-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max(28px, 2vw);
  height: max(28px, 2vw);
  padding: 0 max(8px, 0.6vw);
  border-radius: max(14px, 1vw);
  font-weight: 600;
  font-size: clamp(0.875rem, 0.9 * clamp(16px, 1vw, 18px), 1rem);
  color: white;
  flex-shrink: 0;
}
.dashboard-container .stats-badge.primary {
  background-color: #075e54;
}
.dashboard-container .stats-badge.success {
  background-color: #25d366;
}
.dashboard-container .stats-badge.danger {
  background-color: #e74c3c;
}
.dashboard-container .stats-badge.warning {
  background-color: #f39c12;
}
@media (max-width: 480px) {
  .dashboard-container .stats-grid {
    grid-template-columns: 1fr;
    gap: max(1.25rem, 1.5vh);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .dashboard-container .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: max(1.25rem, 1.5vh);
  }
}
@media (min-width: 769px) {
  .dashboard-container .stats-grid {
    align-items: stretch;
  }
  .dashboard-container .stats-card {
    display: flex;
    flex-direction: column;
  }
  .dashboard-container .stats-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .dashboard-container .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
@media (min-width: 1441px) {
  .dashboard-container .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (min-width: 1600px) {
  .dashboard-container .stats-grid {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 2560px) {
  .dashboard-container .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    max-width: 90%;
  }
}

.dash-navbar {
  background-color: #269f42;
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  z-index: 9;
}

.company-profile {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.company-profile p {
  font-size: 1.15rem;
}

.company-profile-button {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #26a69a;
  border-radius: 8px;
  color: #26a69a;
  transition: all 0.3s;
  margin-bottom: 15px;
}

.company-profile-button:hover {
  background-color: #26a69a;
  color: white;
}

.company-profile-button:focus {
  background-color: #26a69a;
  color: white;
}

.company-profile-cancel {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid red;
  border-radius: 8px;
  color: red;
  transition: all 0.3s;
}

.company-profile-cancel:hover {
  background-color: red;
  color: white;
}

.company-profile-cancel:focus {
  background-color: red;
  color: white;
}

.notification_table {
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 8px;
  /* Adjust the value as needed */
  min-height: 100vh;
}

/* Lighter background color on hover */
/* Light Green for active item */
/* Dark gray for icons */
/* Dark gray for text */
/* Rounded corners */
.list-group-item {
  border: none;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
  transition: background-color 0.1s, color 0.1s, transform 0.1s ease;
}
.list-group-item i {
  font-size: 22px;
  width: 20px;
  margin-right: 14px;
  color: #1c9b4b;
  transition: color 0.1s ease;
}
.list-group-item span {
  font-weight: 200;
  transition: color 0.1s ease;
}
.list-group-item:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.list-group-item:hover i {
  color: #4caf50;
}
.list-group-item:hover span {
  color: #4caf50;
}
.list-group-item.active {
  background: #075e54;
}
.list-group-item + .list-group-item {
  border-top: 1px solid #ddd;
  /* Add border between items */
}

.list-group-item + .list-group-item.active {
  margin-top: 0;
  /* Reset any margin adjustments */
}

.list-group-item:hover .delete-email {
  opacity: 1 !important;
}

.list-group-item:hover .delete-location {
  opacity: 1 !important;
}

.setting-tab {
  background-color: #ffffff;
}

.menu-icon {
  font-size: 24px;
  position: absolute;
}

.navbar {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.nav-button {
  border-radius: 5px;
  transition: all 0.5s;
  color: #fff !important;
  height: 42px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-left: 16px !important;
  position: relative;
}

.glow::before {
  content: "";
  background: linear-gradient(45deg, #7419d2, #eb6150, #eb8914, #f6e631, #32b4f5, #5598ed, #7419d2);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(4px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 24px;
  margin: 8px 0px;
}

.fo-menu {
  color: #f6e631;
}

.fo-menu:hover {
  color: #333333;
}

/*
 |-----------------------------------------------------------
 | Table Styles
 |-----------------------------------------------------------
*/
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none;
}

table.dataTable td {
  padding: 16px 12px;
}

table.dataTable td i {
  padding: 0px;
  will-change: transform;
  transition: all 0.2s ease-in-out;
}

.table.dataTable th {
  padding: 16px 12px;
}

.dataTables_wrapper {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}

.dataTables_filter label {
  text-align: right !important;
}

table.dataTable tbody tr {
  transition: transform 0.2s ease-in-out;
}

table.dataTable tbody tr:hover {
  background-color: #f1f1f1;
  /* Change to desired color */
}

.action-buttons {
  position: absolute;
  opacity: 0;
  will-change: transform;
  cursor: pointer;
  transform: translateX(50px);
  /* Start 50px to the right */
  transition: all 0.2s ease-in-out;
}

table.dataTable tbody tr:hover .action-buttons {
  opacity: 1;
  /* Show buttons on hover */
  transform: translateX(0px);
  /* Move back to original position & enlarge */
}

.action-buttons:hover {
  scale: 1.1;
}

/*
 |-----------------------------------------------------------
 | bg Elements Styles
 |-----------------------------------------------------------
*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: rgb(11, 117, 223);
  border: none;
  border-bottom: 2px solid #000000;
  color: #ffffff;
}

.nav-link {
  font-weight: bold;
}

.imge-shadow {
  filter: drop-shadow(-10px 15px 20px rgba(0, 0, 0, 0.5));
}

.login-section {
  padding: 2% 0% 5% 0%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.login-page {
  height: 450px;
  width: 340px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.23);
}

.register-page {
  height: auto;
  width: 100%;
  max-width: 640px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.23);
}

.dash-box1 {
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 8px 12px 21px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  color: #000;
  border: 2px solid white;
  will-change: contents;
}

.dash-box1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 2px solid black;
}

.dash-box1 p {
  font-size: 18px;
  font-weight: 600;
  /* Makes the text bold */
  color: #000;
  /* Lighter grey color */
  margin-bottom: 20px;
  /* Adjusts spacing below text */
  text-transform: uppercase;
  /* Uppercase text */
}

.dash-box1 i {
  font-size: 35px;
  color: #1c9b4b;
}

.ml-text {
  margin-left: 2cm;
}

.mr-icon {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .column-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 576px) {
  .mobile-hide {
    display: none;
  }
}
/*
 |-----------------------------------------------------------
 | Form Styles
 |-----------------------------------------------------------
*/
.reg-section {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  padding: 16px 16px 0px 16px;
}

.log-btn {
  height: 42px;
  width: 100%;
}

button.btn-danger {
  background-color: #dc3545 !important;
  color: white !important;
}

.login-control {
  width: 100%;
  padding: 10px !important;
  border: none;
  border-radius: 0;
  border: 0.5px solid #c3c3c3;
  margin-bottom: 15px;
  font-size: 16px;
}

.form-control {
  border-radius: 8px;
}

.modal-body .form-control {
  margin-bottom: 15px;
}

.company-profile .form-control {
  margin-bottom: 15px;
}

.additionalRepresenters .input-group .form-control {
  margin-bottom: 0px;
  box-shadow: none;
}

.additionallocations .input-group .form-control {
  margin-bottom: 0px;
  box-shadow: none;
}

.custom-select {
  position: relative;
  width: 300px;
  font-size: 16px;
}

.select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-btn:hover {
  background-color: white;
}

.arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* Initially, the arrow points down */
.arrow {
  transform: rotate(0deg);
}

/* When the dropdown is revealed (hover over select-btn or custom-select) */
.custom-select:hover .arrow {
  transform: rotate(180deg);
  /* Flip the arrow when dropdown is active */
}

/* Initially, the options are hidden */
.options {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  max-height: 0;
  /* Collapsed by default */
  opacity: 0;
  /* Invisible by default */
  overflow: hidden;
  /* Hide content outside the bounds */
  transition: max-height 0.2s ease, opacity 0.2s ease;
  z-index: 1;
  /* Ensure it's above other elements */
}

/* When hovered over the .custom-select or .select-btn, reveal the dropdown */
.custom-select:hover .options,
.select-btn:hover + .options {
  max-height: 200px;
  /* Expand dropdown */
  opacity: 1;
  /* Make it visible */
  overflow-y: auto;
  overscroll-behavior: contain;
}

.filter-label {
  color: white;
  /* High contrast against green */
  font-weight: bold;
}

/* Option styling */
.option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
  /* Remove bullet points */
}

.option:hover {
  background-color: #ddd;
}

.option.selected {
  background-color: #ccc;
}

.modal {
  overflow-y: hidden !important;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-content {
  border-radius: 12px !important;
  background-color: #f5f5f7 !important;
}

.modal-lg {
  max-width: 1200px;
}

.modal-body {
  background-color: #fff;
}

.user-list {
  min-height: 55vh;
  /* Ensures list has a fixed height */
  max-height: 58vh;
  overflow-y: auto;
  background-color: #fff;
  /* Light background */
}

.user-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 1.1rem;
  gap: 10px;
  /* Adds spacing between elements */
}

.user-item:hover {
  background-color: #f1f1f1;
  /* Light gray on hover */
}

.user-name,
.user-location {
  flex: 1;
  /* Ensures equal width for name and location */
}

.user-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  /* Set a fixed width */
  height: 25px;
  /* Set a fixed height */
  border: none;
  background: #0b75df;
  cursor: pointer;
  color: #fff;
  border-radius: 25%;
  /* Makes it a perfect circle */
  font-size: 1.2rem;
  transition: scale 0.1s ease-in-out;
  will-change: contents;
}

.user-item button:hover {
  scale: 1.1;
}

form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: color 0.2s ease-in-out;
}

/* From Uiverse.io by AbanoubMagdy1 */
.wave-group {
  position: relative;
  width: 100%;
}

.wave-group .input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
}

.wave-group .input:focus {
  outline: none;
}

.wave-group .label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  display: flex;
}

.wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * 0.05s);
}

.wave-group .input:focus ~ label .label-char,
.wave-group .input:not(:placeholder-shown) ~ label .label-char {
  transform: translateY(-20px);
  font-size: 14px;
  color: #5264ae;
}

.wave-group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.wave-group .bar:before,
.wave-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264ae;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
  left: 50%;
}

.wave-group .bar:after {
  right: 50%;
}

.wave-group .input:focus ~ .bar:before,
.wave-group .input:focus ~ .bar:after {
  width: 50%;
}

.radio-input input {
  display: none;
}

.radio-input {
  --container_width: 300px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  color: #000000;
  width: var(--container_width);
  overflow: hidden;
  border: 1px solid rgba(53, 52, 52, 0.226);
}

.radio-input label {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 14px;
  margin: 0;
}

.selection {
  display: none;
  position: absolute;
  height: 100%;
  width: calc(var(--container_width) / 2);
  z-index: 0;
  left: 0;
  top: 0;
  transition: 0.15s ease;
}

.radio-input label:has(input:checked) {
  color: #fff;
}

.radio-input label:has(input:checked) ~ .selection {
  background-color: rgb(11, 117, 223);
  display: inline-block;
}

.radio-input label:nth-child(1):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 0 / 2));
}

.radio-input label:nth-child(2):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 1 / 2));
}

.ck-editor__editable {
  min-height: 150px;
}

/*
 |-----------------------------------------------------------
 | Card Elements Styles
 |-----------------------------------------------------------
*/
.breaker-card {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

/*
 |-----------------------------------------------------------
 | Footer Styles
 |-----------------------------------------------------------
*/
.social-icon {
  height: 28px;
  width: 28px;
  color: #075e54;
  font-size: 20px !important;
  line-height: 36px !important;
  margin-right: 8px;
}

/*
 |-----------------------------------------------------------
 | Responsive Styles
 |-----------------------------------------------------------
*/
@media screen and (max-width: 540px) {
  .headingHX {
    font-size: 48px;
    line-height: 58px;
  }
  .mobile-center {
    text-align: center;
  }
}
@media screen and (min-width: 540px) {
  .padding-32 {
    padding: 32px;
  }
}
@media screen and (max-width: 769px) {
  .m-r-16 {
    margin-right: 0px;
  }
  .headingH1 {
    font-size: 40px;
    line-height: 48px;
  }
  .headingH2 {
    font-size: 28px;
    line-height: 32px;
  }
  .headingH3 {
    font-size: 25px;
  }
  .p-64 {
    padding: 32px;
  }
  .button-232,
  .button-176 {
    width: 100%;
  }
  .button-176 {
    margin-top: 16px;
  }
  .breaker-card {
    margin-bottom: 32px;
  }
  .footer-menu .ft-coloum {
    margin-bottom: 32px;
  }
  .mobile-copyright {
    flex-direction: column;
    text-align: center;
  }
  .hero-bg {
    padding-top: 32px !important;
  }
  .nav-button {
    margin-left: 0px !important;
  }
  .main-button {
    margin-bottom: 16px;
  }
  .form-img {
    display: none;
  }
  .mobile-order {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1400px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-padding {
    margin: 0 16px;
  }
}
@media (min-width: 1025px) {
  .contact-box {
    border-right: 1px solid #075e54;
  }
}

/*# sourceMappingURL=app.css.map */
