/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

 .test{
    border: 5px;
 }
html {
  scroll-behavior: smooth;
}

.font-style-1 {
  font-family: "Redaction 50", sans-serif;
  font-weight: 400;
  color: #000000;
}

.font-style-2 {
  font-family: "DePixel Breit", sans-serif;
  font-weight: 400;
  color: #000000;
}
.font-depixel {
  font-family: "DePixel Schmal", sans-serif;
}

.font-style-3 {
  font-family: "Inter", sans-serif;
}

.heading-style-1 {
  font-family: "DePixel Illegible", sans-serif;
  font-weight: 700;
  color: #000000;
  font-style: italic;
}

.heading-style-2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

.text-style-1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.text-style-2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.custom-shadow {
  box-shadow: -3px 3px 4px 0px #00000099;
}

.nav-styles {
  display: flex;
  flex-direction: column;
  width: 100px;
  /* Changed from 150px */
  flex-shrink: 0;
  position: relative;
    /* Add this */  
}

/* .nav-styles a, */
.nav-styles .nav-link {
  background-color: #ebf3f4;
  /* border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000; */
  box-shadow: 0px 0px, 1px 0px, -1px 0px, 0px -1px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  /* font-style: italic; */
  font-size: 12px;
  color: #000000;
  width: 100px;
  /* Fixed width instead of 100% */
  text-align: right;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  flex-shrink: 0;
  min-width: 100px;
  /* Fixed minimum width */
  max-width: 100px;
  /* Fixed maximum width */
}


/* DADAE5 sos */
/* .nav-styles .nav-l {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 0px solid #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  width: 100%;
  text-align: right;
  border-radius: 2px;
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
} */

.nav-styles .sos-nav-element {
  background-color: #DADAE5;
}
.nav-styles .opinion-nav-element {
  background-color: #C7E2DD;
}

.nav-styles .nav-link:hover,
.nav-styles .nav-link.active,
.nav-styles a:hover {
  background-color: #f6ebc4;
}

nav form {
  box-shadow: 0px 1px, 1px 0px, -1px 0px, 0px -1px;
  border: none;
  margin-top: 4px;
}

.search-form {
  position: relative;
  width: 100px;
  margin-left: auto;
  flex-shrink: 1;
  z-index: 10;
  transform-origin: right;
  position: absolute;
  right: 0;
  transform: translateX(0);
  transition: all 0.3s ease;
  /* padding: 5px; */
}

.mob-search-form {
  position: relative;
  width: 100px;
  margin-left: auto;
  flex-shrink: 1;
  z-index: 10;
  transform-origin: right;
  position: absolute;
  right: 0;
  transform: translateX(0);
  transition: all 0.3s ease;
  /* padding: 5px; */
}

.search-form.expanded {
  width: 200px;
  /* Add these properties to expand left */
  transform: translateX(-100px); /* Move left by the additional width */
}

.mob-search-form.expanded {
  width: 200px;
  /* Add these properties to expand left */
  /* transform: translateX(-100px); */
  /* Move left by the additional width */
}

.search-form input {
  width: 100%;
  padding-right: 40px;
  /* Space for the search icon */
}

.mob-search-form input {
  width: 100%;
  padding-right: 40px;
  /* Space for the search icon */
}

.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.mob-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.search-form-right {
  position: relative;
  width: 100px;
  margin-left: auto;
  flex-shrink: 1;
  z-index: 10;
  transform-origin: left;
  /* Set the transform origin to the left for expanding right */
  position: absolute;
  right: 0;
  transform: translateX(0);
  transition: all 0.3s ease;
  /* Smooth transition for width and transform */
  /* padding: 5px; */
}

.search-form-right.expanded {
  width: 200px;
  /* No additional transform needed for expanding to the right */
}

.search-form-right input {
  width: 100%;
  padding-right: 40px;
  /* Space for the search icon */
}

.search-form-right button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.accordion-body {
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.pixel-border-1 {
  box-shadow: 0px 1px, 1px 0px, -1px 0px, 0px -1px;
}
.pixel-border-right-top {
  box-shadow: 0px 0px, 1px 0px, 0px 0px, 0px -1px;
}
.pixel-border-right-top {
  box-shadow: 0px 0px, 1px 0px, 0px 0px, 0px -1px;
}
.pixel-border-right-left-bottom {
  box-shadow: 0px 1px, /* Bottom side */ 1px 0px, /* Right side */ -1px 0px; /* Left side */
}

.paginate li {
  font-family: "Redaction 50", sans-serif;
}

/* Add smooth transitions */


.accordion-button {
  transition: all 0.3s ease-in-out;
}
.inner-shadow-top-right {
  box-shadow: inset -8px 8px 8px -8px rgba(0, 0, 0, 0.9);
}

/* custom check box style */
.checkbox-wrapper-58 input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-58 *,
.checkbox-wrapper-58 ::after,
.checkbox-wrapper-58 ::before {
  box-sizing: border-box;
}

/* The switch - the box around the slider */
.checkbox-wrapper-58 .switch {
  /* Variables */
  --switch_width: 2em;
  --switch_height: 1em;
  --thumb_color: #e8e8e8;
  --track_color: #e8e8e8;
  --track_active_color: #888;
  --outline_color: #000;
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: var(--switch_width);
  height: var(--switch_height);
}

/* The slider */
.checkbox-wrapper-58 .slider {
  box-sizing: border-box;
  border: 2px solid var(--outline_color);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--track_color);
  transition: 0.15s;
  border-radius: var(--switch_height);
}

.checkbox-wrapper-58 .slider:before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  height: var(--switch_height);
  width: var(--switch_height);
  border: 2px solid var(--outline_color);
  border-radius: 100%;
  left: -2px;
  bottom: -2px;
  background-color: var(--thumb_color);
  transform: translateY(-0.2em);
  box-shadow: 0 0.2em 0 var(--outline_color);
  transition: 0.15s;
}

.checkbox-wrapper-58 input:checked + .slider {
  background-color: var(--track_active_color);
}

.checkbox-wrapper-58 input:focus-visible + .slider {
  box-shadow: 0 0 0 2px var(--track_active_color);
}

/* Raise thumb when hovered */
.checkbox-wrapper-58 input:hover + .slider:before {
  transform: translateY(-0.3em);
  box-shadow: 0 0.3em 0 var(--outline_color);
}

.checkbox-wrapper-58 input:checked + .slider:before {
  transform: translateX(calc(var(--switch_width) - var(--switch_height)))
    translateY(-0.2em);
}

/* Raise thumb when hovered & checked */
.checkbox-wrapper-58 input:hover:checked + .slider:before {
  transform: translateX(calc(var(--switch_width) - var(--switch_height)))
    translateY(-0.3em);
  box-shadow: 0 0.3em 0 var(--outline_color);
}

.disabled-text {
  margin-left: 2rem;
  color: #9f9f9f;
}

.act_shadow {
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
}
.tooltip-shadow{
  box-shadow: 
  -5px 5px 10px 0 rgba(0, 0, 0, 0.3),
  5px -5px 10px 2px rgba(0, 0, 0, 0.1);
}

.sos_bg {
  background-color: #dadae5;
}

.sos-slider .swiper {
  position: relative;
}

.sos-slider .swiper-box {
  height: 300px;
  background: #f6ebc4;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sos-slider .swiper-button-prev,
.sos-slider .swiper-button-next {
  position: absolute;
  top: 12%;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sos-slider .swiper-button-prev::after,
.sos-slider .swiper-button-next::after {
  content: "";
  display: none;
}

.sos-slider .swiper-button-prev {
  left: -16%;
  background-image: url(/images/arrow_l.png);
}

.sos-slider .swiper-button-next {
  right: -16%;
  background-image: url(/images/arrow_r.png);
}

/* styles related to mobile nav */
.mobile-nav-element {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  width: 100%;
  text-align: right;
  border-radius: 2px;
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
}



/* research slider css */

.research-slider .swiper {
  position: relative;
  background: #f7dacb;
  box-shadow: -3px 3px 4px 0px #00000099;
}

.research-slider .swiper-box {
  padding: 80px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.research-slider .swiper-button-prev,
.research-slider .swiper-button-next {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 88%;
}

.research-slider .swiper-button-prev::after,
.research-slider .swiper-button-next::after {
  content: "";
  display: none;
}

.research-slider .swiper-button-prev {
  background-image: url(/images/arrow_l.png);
  left: 2%;
}

.research-slider .swiper-button-next {
  background-image: url(/images/arrow_r.png);
  right: 2%;
}

.research-slider .swiper-pagination {
  position: relative;
}

.research-slider .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  background: #dadae5;
  opacity: 1;
  border-radius: 50%;
  margin: 0 8px !important;
  position: relative;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
}

.research-slider .swiper-pagination-bullet-active {
  background: #dadae5;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
}

.research-slider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f7dacb;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  box-shadow: -1px 2px 4px 0px #00000099;
  z-index: 1;
}

@media (max-width: 480px) {
  .research-slider .swiper-box {
    padding: 20px 20px 20px 20px;
  }

  .research-slider .swiper {
    box-shadow: none !important;
  }

  .research-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .research-slider .swiper-pagination-bullet-active::before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
  }
  .research-slider .swiper-button-prev,
  .research-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .sos-slider .swiper-button-prev {
    left: -22%;
  }

  .sos-slider .swiper-button-next {
    right: -22%;
  }
}

/* opinion header slider css */
.opinion-slider .swiper {
  position: relative;
  background: #ffd0e7;
  box-shadow: -3px 3px 4px 0px #00000099;
}

.opinion-slider .swiper-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opinion-slider .swiper-button-prev,
.opinion-slider .swiper-button-next {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 88%;
}

.opinion-slider .swiper-button-prev::after,
.opinion-slider .swiper-button-next::after {
  content: "";
  display: none;
}

.opinion-slider .swiper-button-prev {
  background-image: url(/images/arrow_l.png);
  left: 2%;
}

.opinion-slider .swiper-button-next {
  background-image: url(/images/arrow_r.png);
  right: 2%;
}

.opinion-slider .swiper-pagination {
  position: relative;
  margin-top: 48px;
}

.opinion-slider .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  background: #c7e2dd;
  opacity: 1;
  border-radius: 50%;
  margin: 0 8px !important;
  position: relative;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
}

.opinion-slider .swiper-pagination-bullet-active {
  background: #c7e2dd;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
}

.opinion-slider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffd0e7;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  box-shadow: -1px 2px 4px 0px #00000099;
  z-index: 1;
}
 
@media (max-width: 480px) {

  .opinion-slider .swiper-pagination{
    margin-top: 2rem;
  }

  .opinion-slider .swiper {
    box-shadow: none !important;
  }


  .opinion-slider .swiper-box {
    padding: 20px 20px 20px 20px;
  }

  .opinion-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .opinion-slider .swiper-pagination-bullet-active::before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
  }
  .opinion-slider .swiper-button-prev,
  .opinion-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

/* stories slider css */

.story-slider .swiper {
  position: relative;
  background: #c7e2dd;
  /* box-shadow: -1px 2px 4px 0px #00000099; */
}

.story-slider .swiper-box {
  /* padding: 80px 80px 40px 80px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-slider .swiper-button-prev,
.story-slider .swiper-button-next {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 88%;
}

.story-slider .swiper-button-prev::after,
.story-slider .swiper-button-next::after {
  content: "";
  display: none;
}

.story-slider .swiper-button-prev {
  background-image: url(/images/arrow_l.png);
  left: 2%;
}

.story-slider .swiper-button-next {
  background-image: url(/images/arrow_r.png);
  right: 2%;
}

.story-slider .swiper-pagination {
  position: relative;
}

.story-slider .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  background: #c7e2dd;
  opacity: 1;
  border-radius: 50%;
  margin: 0 8px !important;
  position: relative;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
}

.story-slider .swiper-pagination-bullet-active {
  background: #c7e2dd;
  box-shadow: -3px 3px 4px 0px #00000099 inset;
}
.banner_shadow{   
  box-shadow: -3px 3px 7px 1px rgba(0, 0, 0, 0.75);
}

.story-slider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #c7e2dd;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  box-shadow: -1px 2px 4px 0px #00000099;
  z-index: 1;
}

@media (max-width: 480px) {
  .story-slider .swiper-box {
    padding: 20px 20px 20px 20px;
  }

  .story-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .story-slider .swiper-pagination-bullet-active::before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
  }
  .story-slider .swiper-button-prev,
  .story-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}


/* styles related to rich text editor */
.content-formatting > p {
  padding-left: 5rem;
  margin-bottom: 0.5rem;
}

.content-formatting > h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-left: 5rem;
}

.content-formatting > h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  padding-left: 5rem;
}

.content-formatting > h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 5rem;
}
.content-formatting > h2{
  padding-left: 5rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
}
.content-formatting > h1{
  padding-left: 5rem;
  margin-bottom: 0.5rem;
  font-size: 2.125rem;
}
.content-formatting address{
  padding-left: 5rem;
  margin-bottom: 0.5rem;
}

.content-formatting > ul {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  padding-left: 8rem;
}
.content-formatting ol {
  padding-left: 8rem;
  margin-bottom: 0.5rem;
  list-style-type: decimal; 
}

.content-formatting > blockquote {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.content-formatting span.marker {
  background-color: yellow;
}

.content-formatting table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 1rem auto;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.content-formatting th,
.content-formatting td {
  border: 1px solid black;
  padding: 6px 10px;
  text-align: left;
}

.content-formatting thead {
  font-weight: 700 !important;
  background-color: rgb(189, 193, 193);
}

.content-formatting th {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

.content-formatting td {
  color: black;
}

@media (max-width: 992px) {
  .content-formatting > p,
  .content-formatting > h5,
  .content-formatting > h4,
  .content-formatting > h3,
  .content-formatting > h2,
  .content-formatting > h1,
  .content-formatting address {
    padding-left: 3rem;
  }

  .content-formatting > ul,
  .content-formatting ol {
    padding-left: 5rem;
  }

  .content-formatting > h4 {
    font-size: 1rem;
  }

  .content-formatting > h3 {
    font-size: 1.25rem;
  }

  .content-formatting > h2 {
    font-size: 1.5rem;
  }

  .content-formatting > h1 {
    font-size: 1.75rem;
  }
  .content-formatting > blockquote {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .content-formatting > p,
  .content-formatting > h5,
  .content-formatting > h4,
  .content-formatting > h3,
  .content-formatting > h2,
  .content-formatting > h1,
  .content-formatting address {
    padding-left: 0rem;
  }

  .content-formatting > ul,
  .content-formatting ol {
    padding-left: 2rem;
  }

  .content-formatting > h4 {
    font-size: 0.875rem;
  }

  .content-formatting > h3 {
    font-size: 1rem;
  }

  .content-formatting > h2 {
    font-size: 1.25rem;
  }

  .content-formatting > h1 {
    font-size: 1.5rem;
  }

  .content-formatting > blockquote {
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid gray;

  }
}

/* select-2 dropdown */

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0px 2px, 2px 0px, -2px 0px;
}

.placeholder-label {
  color: #000000;
  /* Dark black */
  font-weight: bold;
  font-size: 14px;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  /* Dark black */
  font-weight: bold;
  font-size: 14px;
}

.select2-results__option {
  padding: 8px 12px;
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f4f6;
  color: black;
}

.styled-input {
  box-shadow: 0px 2px, 2px 0px, -2px 0px !important;
  border: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: min-content;
}

.styled-input::placeholder {
  color: #000000;
  /* Replace with your desired color */
  font-weight: bold;
  /* Optional, to make it stand out */
  opacity: 1;
  /* Ensure the color is fully opaque */
  font-size: 14px;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: transparent !important;
}


.site-main{
  position: relative;
  z-index: 1;
}

footer{
  position: relative;
  z-index: 111 !important;
}
@font-face {
  font-family: 'Redaction 50';
  src: url(/assets/redaction/webfonts/Redaction_50-Regular.woff2) format('woff2'),
        url(/assets/redaction/OTF/Redaction_50-Regular.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DePixel Breit';
  src: url(/assets/depixel/depixelschmal.woff2) format('woff2'),
        url(/assets/depixel/depixelschmal.woff) format('woff'),
        url(/assets/depixel/depixelschmal.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DePixel Schmal';
  src: url(/assets/depixel/depixelschmal.woff2) format('woff2'),
        url(/assets/depixel/depixelschmal.woff) format('woff'),
        url(/assets/depixel/depixelschmal.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DePixel Fett';
  src: url(/assets/depixel/depixelbreitfett.woff2) format('woff2'),
        url(/assets/depixel/depixelbreitfett.woff) format('woff'),
        url(/assets/depixel/depixelbreitFett.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DePixel Illegible';
  src: url(/assets/depixel/depixelillegible.woff2) format('woff2'),
        url(/assets/depixel/depixelillegible.woff) format('woff'),
        url(/assets/depixel/depixelIllegible.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
