@media (max-width: 991px) {
  .extension-li {
    display: none;
  }
}
footer.bg-dark a {
  color: #fff;
}

.admin .alert {
  width: 90%;
  margin-top: -173px;
}
.admin .create-review {
  margin-top: -10px;
}
.admin #top-layer {
  margin-top: 120px;
}

.admin-home .stats-grid .card .card-body {
  padding: 0.75rem 0;
}
.admin-home .stats-grid .card h3 {
  font-weight: 100;
  font-size: 25px;
}
.admin-home .stats-grid .card .count {
  font-size: 62px;
  font-weight: 500;
}
.admin-home .restore-form input[type=submit] {
  border: none;
  background-color: transparent !important;
  color: #3fe83c !important;
  margin-top: -5px;
}
.admin-home .force-delete input[type=submit] {
  border: none;
  background-color: transparent !important;
  color: red !important;
  margin-top: -5px;
}

.admin.create .post_section_btns {
  border-bottom: 1px solid #d0cccc;
}
.admin.create .post_section_btns a {
  color: #333333;
}
.admin.create .post_section_btns a.open {
  color: #766df4;
}
.admin.create #publish, .admin.create #review, .admin.create #howto {
  display: none;
}
.admin.create #title {
  font-size: 18px;
  color: #333;
}
.admin.create input[type=file] {
  display: none;
}
.admin.create .custom-file-upload {
  border: 4px dotted #766df4;
  display: inline-block;
  padding: 40px 12px;
  cursor: pointer;
  background-color: transparent;
  width: 35%;
  text-align: center;
  font-weight: 900 !important;
  font-size: 28px;
}
.admin.create #slug {
  width: 90%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 3px;
  padding-top: 5px;
}
.admin.create #slug.disabled {
  pointer-events: none;
  background-color: #f3f2f2;
}
.admin.create .hidden {
  display: none;
}
.admin.create .slug_1 {
  line-height: 40px;
}
.admin.create .slug_2 {
  flex: 1;
}
.admin.create .post-divider {
  color: #444242;
  background-color: rgba(134, 151, 151, 0.1490196078);
  padding: 8px;
  font-weight: 100;
  font-size: 30px;
}
.admin.create #meta_title {
  color: #1a0dab;
  font-weight: 600;
}
.admin.create #meta_description {
  color: #4d5156;
  height: 100px;
}
.admin.create #desc_count, .admin.create #title_count {
  float: right;
  font-size: 18px;
}
.admin.create #desc_count .green, .admin.create #title_count .green {
  color: #3fe83c;
}
.admin.create #desc_count .red, .admin.create #title_count .red {
  color: red;
}
.admin.create.returned .hidden {
  display: block;
}
.admin.create .delete-form {
  float: right;
  margin-top: -70px;
}
.admin.create .delete-form input[type=submit] {
  border: none;
  background-color: transparent;
  color: red !important;
}

.admin.edit .slug_3 #slug_edit {
  display: block;
}

.admin.posts-home a.create-post {
  margin-top: -10px;
}
.admin.posts-home.deleted tr td:nth-of-type(3) {
  display: none;
}

.admin.categories .cat_index form, .admin.categories .cat_index .cat_list {
  width: 40%;
}
.admin.categories .cat_delete {
  margin-top: -60px;
}

.post-count span {
  color: #e7e4e4;
}

.post .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.post .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .cs-sidebar-enabled::before {
  background-color: transparent;
}
.post .cs-sidebar {
  background-color: transparent;
  height: 100%;
  margin-top: 55px;
}
.post .cs-sidebar #blog-sidebar {
  margin-top: 30px;
}
.post .cs-sidebar .sidebar-ads img {
  margin-bottom: 25px;
}
.post .cs-sidebar .form-group .form-control {
  border: 1px solid #c3c3ca;
}
.post .toc {
  width: 100%;
  max-width: 100%;
  padding: 15px 15px 15px 20px;
  background: #f9fafb;
  font-size: 20px;
  margin: 20px 0;
  text-transform: capitalize;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: #dadada;
  border-width: 1px;
  border-radius: 8px;
  border-style: solid;
}
.post .toc .toc-h3 {
  margin-left: 17px;
  font-weight: 300;
}
.post .toc .toc-h4 {
  margin-left: 35px;
  font-weight: 300;
}
.post .toc a {
  font-size: 16px;
  color: #333;
}
.post .toc a:hover {
  color: #ffc1a1 !important;
}
.post .toc .toc-title {
  text-align: left;
  font-size: 18px;
  color: #003b5c;
  font-weight: 700;
}
.post .toc .toc-title span {
  cursor: pointer;
}
.post .toc .toc-title:hover {
  cursor: pointer;
}
.post .toc ol {
  display: none;
  padding-left: 0;
}
.post .toc ol li {
  margin-left: 23px;
  color: #ffc1a1 !important;
  font-weight: 700;
  font-size: 18px;
}
.post .toc ol li a {
  color: #374151 !important;
  font-weight: 500;
}
.post .toc #toc-down {
  font-size: 24px;
}
.post .toc #toc-down:hover {
  color: #ffc1a1;
}
.post .toc ul {
  display: none;
  list-style: none;
  padding-left: 0;
}
.post .toc ul li i {
  color: #ccc;
  margin-right: 5px;
}
.post .toc ul li:before {
  content: "";
}
.post .list-item {
  border: 1px solid rgba(51, 51, 51, 0.3490196078);
  padding: 40px 20px 20px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.3490196078);
}
.post .list-item img {
  max-width: 550px;
  height: auto;
}
@media (max-width: 767px) {
  .post .list-item img {
    max-width: 100%;
  }
}
.post .list-item a:first-of-type {
  text-decoration: none !important;
}
.post .list-item .list-btn a {
  text-decoration: none;
}

.post .post_content a {
  font-weight: normal !important;
  text-decoration: underline;
}

.banner-container {
  display: none;
}

@media (min-width: 991px) {
  .banner-active .banner-container {
    z-index: 9999999999999;
    height: 50px;
    left: 0;
    right: 0;
    padding: 10px 40px;
    display: block;
  }
  .banner-active .banner-container .banner {
    font-size: 19px;
    font-weight: 100;
    width: 100%;
    display: block;
  }
  .banner-active .banner-container .banner:hover {
    text-decoration: none;
  }
  .banner-active .banner-container .close-banner {
    position: absolute;
    z-index: 999999999999999;
    right: 10px;
    top: 13px;
    opacity: 0.8;
    cursor: pointer;
  }
  .banner-active.banner-top main, .banner-active.banner-top header {
    margin-top: 50px;
  }
  .banner-active.banner-bottom footer {
    padding-bottom: 50px !important;
  }
}
.generator-top-layer .generator-inner-top-container {
  padding-right: 0;
  padding-left: 0;
}

.small-tool-container {
  margin: 40px 0;
}
.small-tool-container h4 {
  color: #333;
}
.small-tool-container input[type=text] {
  border: 2px solid #343a40;
  font-size: 18px;
}
.small-tool-container .form-submit {
  border: 2px solid #343a40;
  font-size: 18px;
}

.generator-container .gen-form-container {
  background-color: #333;
}

body {
  background-color: #f9fafb;
}

#top-layer main {
  background-color: #fff;
  margin: 50px 0;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.breadcrumb .breadcrumb-item a {
  color: #6b7280;
}

header.navbar a.nav-link {
  color: #fff !important;
}
header.navbar .nav-item.dropdown .dropdown-menu a {
  color: #000 !important;
}

.admin .nav-item a {
  color: #fff !important;
}

@media (max-width: 990px) {
  #primaryMenu {
    background-color: #333;
  }
}
.home-section h2 {
  font-size: 38px;
  font-weight: 400;
  color: #333;
}
.home-section h3 {
  font-size: 34px;
  font-weight: 400;
  color: #333;
}
.home-section h4 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
}
.home-section p, .home-section #faq .card-body, .home-section div {
  font-size: 21px;
  color: #333;
}
.home-section li {
  font-size: 21px;
  color: #333;
}
.home-section.home-with-list ul {
  list-style: none;
}
.home-section.home-with-list ul li {
  text-transform: capitalize;
}
.home-section.home-with-list ul li:before {
  content: "+";
  margin-right: 5px;
  opacity: 0.8;
}

.post-cat a {
  color: #003b5c;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(255, 193, 161, 0.2);
  padding: 4px 17px;
  border-radius: 9999px;
}

.post h1 {
  color: #003b5c !important;
  font-size: 48px;
  line-height: 1;
}

.content-container p, .content-container li, .content-container table, .content-container th, .content-container tr, .content-container td, .content-container div, .post_content p, .post_content li, .post_content table, .post_content th, .post_content tr, .post_content td, .post_content div {
  color: #333;
}
.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6, .post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  color: #003b5c !important;
  font-weight: 600;
}
.content-container h2, .post_content h2 {
  font-size: 38px;
  font-weight: 400;
  display: inline-block;
}
.content-container h3, .post_content h3 {
  font-size: 34px;
  font-weight: 400;
}
.content-container h4, .post_content h4 {
  font-size: 30px;
  font-weight: 400;
}
.content-container p, .content-container #faq .card-body, .content-container div, .post_content p, .post_content #faq .card-body, .post_content div {
  font-size: 21px;
}
.content-container li, .post_content li {
  font-size: 21px;
}
.content-container ul, .post_content ul {
  list-style: none;
}
.content-container ul li:before, .post_content ul li:before {
  content: "+";
  margin-right: 5px;
  opacity: 0.4;
}
.content-container a, .post_content a {
  color: #1a181a;
  font-weight: normal !important;
  text-decoration: underline;
}
.content-container a[rel=nofollow], .post_content a[rel=nofollow] {
  color: #c62323;
}
.content-container .toc, .post_content .toc {
  padding-right: 10px;
}
.content-container .toc a, .post_content .toc a {
  font-weight: normal;
}
.content-container .post-button:hover, .post_content .post-button:hover {
  background-color: #fff;
  color: #343a40 !important;
  border-color: #343a40;
}
.content-container .reviews-table, .post_content .reviews-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Adds momentum scrolling on iOS devices */
  display: inline-block;
  width: 80%;
  border: 1px solid rgba(51, 51, 51, 0.3490196078);
  padding: 40px 20px 20px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.3490196078);
}
@media (max-width: 767px) {
  .content-container .reviews-table, .post_content .reviews-table {
    width: 100%;
  }
}
.content-container .reviews-table table, .post_content .reviews-table table {
  width: 100% !important;
  border-color: transparent;
  color: #333;
  max-width: 100%;
  display: table;
}
@media screen and (max-width: 768px) {
  .content-container .reviews-table table, .post_content .reviews-table table { /* Adjust this max-width as necessary */ }
  .content-container .reviews-table table .responsive-table, .post_content .reviews-table table .responsive-table {
    display: block;
    width: auto;
  }
}
.content-container .reviews-table table tbody, .post_content .reviews-table table tbody {
  display: contents;
  width: 100%;
}
.content-container .reviews-table table tr:nth-child(odd), .post_content .reviews-table table tr:nth-child(odd) {
  background-color: rgba(51, 51, 51, 0.0784313725);
}
.content-container .reviews-table table td, .content-container .reviews-table table th, .post_content .reviews-table table td, .post_content .reviews-table table th {
  padding: 12px;
  font-size: 19px;
}
.content-container .reviews-table table td a, .content-container .reviews-table table th a, .post_content .reviews-table table td a, .post_content .reviews-table table th a {
  color: #343a40;
}
.content-container .reviews-table table th, .post_content .reviews-table table th {
  background-color: #333;
  color: #fff;
  white-space: nowrap; /* Prevents text in table cells from wrapping */
}
.content-container .reviews-table table.review-table th, .post_content .reviews-table table.review-table th {
  color: #fff !important;
}
.content-container .reviews-table table .btn, .post_content .reviews-table table .btn {
  text-decoration: none;
}
.content-container table, .post_content table {
  display: block;
  overflow-x: auto;
}
.content-container table td, .content-container table th, .post_content table td, .post_content table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c9c9d0;
}

.post .showmore_hidden {
  display: none;
}
.post .showmore_half {
  height: 500px;
  overflow: hidden;
  margin-bottom: 100px;
}
.post .showmore_half .readmore-container {
  position: absolute;
  bottom: 20px;
  z-index: 999999999;
  right: 42%;
}
@media only screen and (max-width: 768px) {
  .post .showmore_half .readmore-container {
    right: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .post .showmore_half .readmore-container {
    right: 10%;
  }
}
.post .showmore_half.post-content {
  margin-bottom: 150px !important;
}
.post #showmore_btn {
  background-color: #c32727;
  margin: 15px;
  font-size: 18px;
  color: #fff;
}
.post #showmore_btn:hover {
  background-color: rgba(195, 39, 39, 0.4784313725);
}
.post #showmore_btn i {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
}
.post .key-takeaways {
  border: 2px solid #333333;
  padding: 10px;
  margin: 20px 0;
  clear: both;
}
.post .takeaways-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.post .takeaway-item {
  display: flex;
  align-items: flex-start; /* Align items to the start/top */
  margin-bottom: 20px;
}
.post .takeaway-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: white;
  font-size: 30px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  box-sizing: border-box;
}
.post .takeaway-text {
  font-size: 20px;
}

#faq .card-body {
  font-size: 21px !important;
  color: #333;
}
#faq .card-body p {
  font-size: 21px !important;
  color: #333;
}

body img {
  height: 100% !important;
}

#close-sidebar {
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}

.alert {
  position: absolute;
  z-index: 9999999999999;
  width: 100%;
  text-align: center;
  height: 50px;
}

.admin.hosting-show table a {
  color: #766df4;
}
.admin.hosting-edit a.show {
  margin-top: -65px;
}
.admin.hosting-edit .wrapper {
  margin-bottom: 20px;
}
.admin.hosting-edit form {
  padding: 15px;
}
.admin.hosting-edit form input[type=text] {
  padding: 0.5625rem 1.125rem;
}
.admin.admin-each-show a.edit {
  margin-top: -15px;
}

footer .footer-logo {
  font-weight: 900;
  font-size: 27px;
  margin-bottom: -5px !important;
}

.contact-form {
  border: 1px solid rgba(51, 51, 51, 0.1215686275);
  box-shadow: 8px 21px 22px rgba(51, 51, 51, 0.1803921569);
  border-radius: 16px;
}

footer.cs-footer {
  background-color: #37306b !important;
  margin-top: 35px;
}

header.navbar {
  background-color: #37306b !important;
}
