/*
	Theme Name: Codium The Template
	Author: Codium
	Version: 999.0.0
*/

.privacy-policy h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0px;
}

.privacy-policy ul,
ol {
  margin-left: 20px;
}

.flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.items-center {
  align-items: center !important;
}

.language-switcher {
  width: 130px !important;
  border-radius: 0 !important;
}

.language-modal {
  display: flex !important;
  position: relative !important;
  top: inherit !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.language-button {
  background-color: transparent !important;
  border: 1px solid #209263;
  color: #209263 !important;
}

.language-button.active {
  background-color: #209263 !important;
  color: #fff !important;
}
