:root {
  --primary: #5AAA61;
  --hover: #347A21;
}
body {
  color: #242424;
  font-family: "Arial", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}

a {
  outline: 0px none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
  line-height: 1.2;
  color: #242424;
  font-weight: bold;
}
b {
  color: #242424;
}
p,
li {
  font-size: 16px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
#header-custom {
  background-color: #121212;
}
#header-custom .col-12 {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  gap: 16px;
}
#header-custom p,
#header-custom b {
  color: white;
  font-size: 12px;
  text-align: end;
}
.badge {
  background: #2e7d32;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  animation: pulse 1.6s infinite;
  white-space: nowrap;
  margin: 0 10px;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
  100% {
    opacity: 1;
  }
}

.page-content {
  width: 100%;
  padding: 50px 0;
}
.page-content .container {
  display: flex;
  gap: 30px;
  position: relative;
}
.pre-page {
  width: 70%;
}
.sidebar {
  width: 30%;
  position: sticky;
  top: 10px;
  align-self: flex-start
}
.sidebar {
  padding: 16px;
  border: 1px solid #121212;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
}
.sidebar h4 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar a.theme-btn {
  font-size: 16px !important;
}
.pre-page a.theme-btn,
.sidebar a.theme-btn,
.sticky-btn a.theme-btn {
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: white !important;
  font-size: 20px;
  border-radius: 30px;
  padding: 12px 20px;
  transition: 0.3s;
  font-weight: 700;
}
.pre-page a.theme-btn {
  margin-bottom: 20px;
}
.pre-page a.theme-btn:hover,
.sidebar a.theme-btn:hover,
.sticky-btn a.theme-btn:hover {
  color: white !important;
  background-color: var(--hover);
}
.text-bg {
  background-color: #f3f8f3;
  padding: 18px 22px;
  border-left: 5px solid #78b97d;
  border-radius: 4px;
}
.bg-yellow {
  background-color: rgba(255, 246, 122, 0.77);
}
.bg-green {
  background-color: rgba(216, 255, 219, 0.77);
}
.offer-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding: 32px;
  border: 1px solid #8591E4;
  background-color: #FFFCEA;
  border-radius: 20px;
}
.offer-content {
  text-align: center;
}
.offer-content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.offer-content p,
.offer-content a {
  font-size: 16px !important;
}
.box {
  background-color: #E7FFE9;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 10px;
}
.red-text {
  color: red;
  font-weight: 700;
}
.green-text {
  color: green;
  font-weight: 700;
}
.review-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.review-box img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.review-box.reply {
  margin-left: 30px;
  padding-left: 20px;
  border-left: 2px solid #dddfe2;
}
.review-content {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 8px 14px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.review-box h6 {
  font-size: 14px;
}
.review-box p {
  font-size: 12px;
}
.review-content p.small {
  margin-bottom: 0 !important;
}
.sticky-btn {
  position: sticky;
  bottom: 10px;
  right: 0;
}
.page-content .container.relative {
  display: block;
}
.review-content img {
  width: 200px;
  height: auto;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
#footer {
  background-color: #E2E2E2;
  padding: 30px 0;
  text-align: center;
}
#footer p,
#footer a {
  font-size: 14px;
  line-height: 1.5;
}
#footer p {
  border-color: #242424 !important;
  margin-bottom: 0;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  gap: 10px 16px;
}
.copyright li {
  display: flex;
}
.copyright a {
  color: #121212;
  transition: 0.3s;
}
.copyright a:hover {
  color: var(--hover);
}

@media screen and (max-width:767.98px) {
  .page-content .container {
    flex-direction: column;
  }
  .pre-page,
  .sidebar {
    width: 100%;
  }
  .sidebar {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width:575.98px) {
  #header-custom .col-12 {
    flex-direction: column;
    align-items: center;
  }
  #header-custom .col-12 p {
    text-align: center;
  }
  .mobile-none {
    display: none;
  }
  .offer-box {
    grid-template-columns: 1fr;
  }
  .sticky-btn a.theme-btn {
    font-size: 14px;
  }
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.docs {
  word-break: break-word;
  padding: 120px 0 80px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: var(--primary);
  transition: 0.3s;
}
.docs a:hover {
  color: #242424;
}