/*
Theme Name: Genesis Child
Description: A child of the Genesis framework theme
Author: Boris Hoekmeijer
Template: genesis-block-theme
Text Domain: genesis-child
Version: 1.0.2
*/
.new-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  position: relative;
}
.new-document h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.new-document label.child {
  margin-left: 30px;
}
.new-document .sidebar {
  max-width: 275px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #fff;
}
.new-document .sidebar .checkbox-box {
  padding: 16px 32px;
  border-top: 1px solid #fff;
}
.new-document .sidebar .checkbox-box:first-child {
  border-top: none;
}
.new-document .sidebar label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}
.new-document .sidebar input[type=checkbox] {
  margin-right: 8px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
}
.new-document .sidebar .btn-part {
  padding: 16px 32px;
  padding-top: 0;
}
.new-document .reset-button {
  font-size: 14px;
  background: transparent;
  border: 1px solid #727272;
  color: white;
  padding: 8px 40px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.new-document .reset-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.new-document .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 20px;
}
.new-document .section-title {
  margin-top: 30px;
}
.new-document .section-title:first-child {
  margin-top: 0px;
}
.new-document .section-title h4 {
  font-size: 24px;
}
.new-document .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.new-document .card {
  background: white;
  color: black;
  padding: 10px 15px;
  width: calc(33.333% - 13.333px);
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-document .card .card-title {
  font-size: 16px;
}
.new-document .card .card-divider {
  height: 1px;
  background-color: #cccccc;
  margin: 10px 0;
}
.new-document .regions {
  font-size: 10px;
  text-transform: uppercase;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.new-document .regions li {
  display: inline-block;
  position: relative;
  margin: 0 6px;
}
.new-document .regions li:first-child {
  margin-left: 0;
}
.new-document .regions li::after {
  content: "|";
  position: absolute;
  right: -10px;
  color: #ccc;
  top: -1px;
}
.new-document .regions li:last-child::after {
  content: "";
}
.new-document .download-btn {
  margin-top: 10px;
}
.new-document .download-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fece8e;
  padding: 4px 8px;
  color: #272c30;
  font-size: 12px;
  text-transform: uppercase;
}

.filter-mob {
  display: none;
}

.glightbox-content {
  text-align: center;
  padding: 20px;
  max-width: 100%; /* Allow flexibility */
}

.modal-content {
  position: relative; /* For absolute positioning of close button */
  max-width: 400px; /* Increased from 300px to 350px for wider box */
  margin: 0 auto; /* Center the content */
  text-align: left;
}
.modal-content .close-modal {
  color: #888;
  position: absolute;
  right: 0px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.modal-content .close-modal:hover, .modal-content .close-modal:focus {
  color: #000;
  text-decoration: none;
}
.modal-content h2 {
  font-family: "Noto Serif";
  margin-bottom: 30px;
  padding-right: 30px;
}

.dots-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.dots-loader span {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: pulse 1.2s ease-in-out infinite;
          animation: pulse 1.2s ease-in-out infinite;
}
.dots-loader span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.dots-loader span:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.ginner-container {
  padding: 0 20px;
}

button.gclose.gbtn {
  display: none;
}

.language-options a {
  margin-top: 10px;
}
.language-options a:first-child {
  margin-top: 0;
}

.goverlay {
  background: transparent !important;
}

.gpre,
.gnext {
  display: none !important;
}

.language-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  text-transform: uppercase;
  padding: 4px 8px;
  color: #272c30;
  font-size: 12px;
  border: 1px solid #fece8e;
}
.language-option:hover {
  background-color: #fece8e;
}

.gslide-media,
.ginlined-content {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}

.load-more {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background: #f4a261;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.load-more:hover {
  background: #e07617;
}

.loading {
  display: none;
  text-align: center;
  color: #fff;
}

p.no-found {
  text-align: center;
  margin: 100px;
}

@media (max-width: 991px) {
  .filter-mob {
    display: block;
  }
  .sidebar {
    display: none;
  }
  .new-document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-document .content {
    padding: 0;
    margin-top: 40px;
  }
  .new-document .filter-panel label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .new-document .filter-panel label:last-child {
    margin-bottom: 0px;
  }
  .new-document .filter-panel input[type=checkbox] {
    margin-right: 8px;
    width: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 20px;
  }
  .new-document .apply-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 12px;
  }
  .new-document .apply-btn .btn-reset {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    background: transparent;
    border: 1px solid #727272;
    color: white;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .new-document .apply-btn .btn-reset:hover {
    background-color: #fff;
    border-color: #fff;
    color: #353535;
  }
  .new-document .apply-btn .btn-apply {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    background: #fece8e;
    border: 1px solid #fece8e;
    color: #353535;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .new-document .apply-btn .btn-apply:hover {
    background-color: #fece8e;
    border-color: #fece8e;
    color: #353535;
  }
  .elementor-widget-container {
    border-width: 0px !important;
  }
  .filter-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding: 16px 0;
  }
  .filter-close span {
    font-size: 24px;
  }
  .filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    border-top: 1px solid #fff;
    padding: 16px 0;
    text-transform: uppercase;
  }
  .filter-panel {
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
  .filter-panel .back-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter-panel .filter-panel-title {
    position: relative;
    top: -9px;
    padding-left: 20px;
  }
  .filter-panel .checkbox-box {
    padding: 16px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 4px;
  }
  .hidden {
    display: none !important;
  }
  #filter-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    color: white;
    z-index: 10;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .new-document .card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .new-document .card {
    width: 100%;
  }
}
::-moz-selection {
  background: white; /* This is the color of the text highlight */
  color: black; /* This is the color of the text during highlight, you can change it if you want */
}
::selection {
  background: white; /* This is the color of the text highlight */
  color: black; /* This is the color of the text during highlight, you can change it if you want */
}

::-moz-selection {
  background: white;
  color: black;
}

.ekit-flip-box-back-sub-title {
  text-transform: none !important;
}