/* line 1, app/assets/stylesheets/reports/report-list-content-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
}

/* ----BREADCRUMBS SECTION CSS STARTS---- */
/* line 26, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 33, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 77.5%;
}

/* line 39, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 45, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  gap: 6px;
}

/* line 54, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 61, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-arrow {
  display: flex;
  width: 14px;
  height: auto;
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 71, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 80, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* line 84, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item li[title]::after {
  content: attr(title);
}

/* line 88, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item li:hover::after {
  display: flex;
}

/* line 92, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
}

/* .breadcrumb-item a::after {
  content: image-url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  position: absolute;
  top: 2px;
  margin: 0px 0px 0px 6px;
} */
/* ----HERO SECTION CSS STARTS---- */
/* line 109, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  background-image: linear-gradient(to top, #0000000c, #000000c0), url(/assets/home_images/ReportList_HeroImage_01-1376d53baf1bd76aef2cf7b83750f5dacbde7ec8b8cf5f5fb71d1d29f70462c7.jpg);
  background-position: center;
  background-size: cover;
  /* padding: 40px 0px 80px 0px; */
}

/* line 123, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-inner-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 60vh;
}

/* line 132, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 0px 0px;
}

/* line 142, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-heading-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 149, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 157, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-heading {
  display: flex;
  justify-content: center;
  font-family: "Geologica", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  color: var(--white) !important;
}

/* #hero-heading-color-code-1 {
    color: var(--secondary);
}

#hero-heading-color-code-2 {
    color: var(--primary);
} */
/* line 176, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-search-cont {
  display: flex;
  justify-content: center;
  width: 60%;
}

/* line 182, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.hero-search-cont form {
  display: flex;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

/* line 188, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.search-input {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 194, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.search-input input {
  height: 100%;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 16px 0px 16px 16px;
  border-radius: 50px 0px 0px 50px;
  /* border-left: solid 2px var(--dark-gray);
    border-top: solid 2px var(--dark-gray); */
  border: solid 2px var(--dark-gray);
  border-right: none;
  background-color: var(--white);
}

/* line 209, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.search-input button {
  padding: 16px 30px 30px 16px;
  outline: none;
  border: solid 2px var(--dark-gray);
  border-left: none;
  border-radius: 0px 50px 50px 0px;
  background-image: url(/assets/home_images/Search_Icon_01-db9fadcb7d0606b9b1d5821893879b6ea0354c5916a767e0f6ef907edc327083.svg);
  background-color: var(--white);
  background-size: 60%;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* ----INDUSTRY & FILTERS POP-UP CSS---- */
/* line 225, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-filter-container {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
  margin: 0px 0px 10px 0px;
}

/* line 233, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-btn-cont {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}

/* line 240, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-btn {
  font-family: noto sans;
  font-size: 1rem;
  height: 42px;
  padding: 10px 20px;
  /* margin-right: 15px; */
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 6px;
  cursor: pointer;
  line-height: 10px;
}

/* line 254, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-btn:hover {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

/* line 260, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* line 273, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-modal {
  background: #fff;
  /* padding: 0px 0px 10px 0px; */
  border-radius: 6px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

/* line 284, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-industry-popup-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 298, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-close-btn {
  /* position: absolute;
      top: 10px;
      right: 15px; */
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 500;
}

/* line 307, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-industry-popup-header h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0px;
}

/* line 314, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-industry-menu {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  padding: 0px 0px 10px 0px;
}

/* line 321, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-menu-item {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 10px; */
}

/* line 327, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-industry-item {
  font-family: noto sans;
  font-size: 1rem;
  background-color: var(--white);
  color: var(--secondary);
  padding: 10px;
  /* border-radius: 4px; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 340, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-industry-item:hover {
  background: var(--light-gray);
}

/* line 344, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-industry-item.active {
  background-color: var(--white);
  color: var(--secondary);
  border-left: 2px solid var(--primary);
}

/* line 350, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-chevron svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform 0.2s;
}

/* line 357, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-chevron.rotate svg {
  transform: rotate(180deg);
}

/* line 361, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-submenu {
  display: none;
  margin-top: 5px;
  margin-left: 15px;
}

/* line 367, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-submenu-item {
  font-family: noto sans;
  font-size: 0.9rem;
  color: var(--secondary);
  background-color: #f9f9f9;
  padding: 8px;
  /* border-radius: 4px;
      margin-bottom: 5px; */
  cursor: pointer;
  border-left: 2px solid #cecece;
}

/* line 379, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-submenu-item:hover {
  background: #e9e9e9;
}

/* line 383, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-submenu-item.active {
  background-color: #ffffff;
  color: var(--secondary);
  border-left: 2px solid var(--primary);
}

/* line 389, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 8px 10px 8px 10px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  box-sizing: border-box;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

/* line 402, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-popup-apply-btn {
  padding: 10px 20px;
  background-color: #0F2130;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* ----LIST SECTION CSS---- */
/* line 414, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}

/* line 423, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-container {
  display: flex;
  justify-content: center;
  /* need to add in MQ */
  flex-direction: column;
  height: auto;
  width: 90%;
}

/* line 432, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 100px;
  gap: 20px;
}

/* line 441, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-left {
  display: flex;
  flex-direction: column;
  width: 21%;
  background-color: var(--white);
  color: var(--secondary);
  /* padding: 20px; */
  position: sticky;
  top: 100px;
  height: calc(75vh - 20px);
  overflow: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  /* height: fit-content;
  align-self: flex-start; */
}

/* line 458, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-right {
  display: flex;
  flex-direction: column;
  width: 14%;
  background-color: var(--white);
  color: var(--secondary);
  /* padding: 20px; */
  position: sticky;
  top: 100px;
  /* height:calc(70vh - 20px); */
  overflow: auto;
  height: calc(75vh - 20px);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* height: fit-content;
  align-self: flex-start; */
}

/* line 476, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-right-heading {
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 2px 10px 2px 10px;
  background-color: var(--white);
  border-bottom: 1px solid var(--underline-gray);
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 488, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-left-col-heading {
  display: flex;
  justify-content: space-between;
  padding: 2px 10px 2px 10px;
  margin: 0px 0px 20px 0px;
  background-color: var(--white);
  border-bottom: 1px solid var(--underline-gray);
  height: 34px;
  position: sticky;
  top: 0;
}

/* line 500, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-input-cont {
  display: flex;
  flex-direction: column;
}

/* line 505, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-small-seprator {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
}

/* line 512, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.seprator-line {
  display: flex;
  width: 90%;
  height: 1px;
  background-color: var(--underline-gray);
}

/* line 519, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-right-heading h4 {
  display: flex;
  padding: 0px;
  margin: 0px;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--secondary);
  align-self: center;
}

/* line 529, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-left-col-heading h4 {
  display: flex;
  padding: 0px;
  margin: 0px;
  font-family: noto sans;
  font-size: 1rem;
  line-height: 34px;
  color: var(--secondary);
  align-self: center;
}

/* line 540, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-right-subheading h4 {
  padding: 0px;
  margin: 0px;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-label-gray);
}

/* line 549, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.clear-all-btn {
  /* height: 42px; */
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: var(--white);
  border: none;
  padding: 5px 10px;
  /* margin: 8px 0; */
  cursor: pointer;
  color: var(--primary);
}

/* line 562, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-right-subheading {
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
  /* border-bottom: 1px solid; */
}

/* line 569, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-middle {
  width: 65%;
  /* padding: 20px; */
  background-color: #fff;
  /* overflow-y: auto;
  max-height: 100vh; */
}

/* line 577, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab {
  /* margin-bottom: 15px; */
  cursor: pointer;
  background: var(--white);
}

/* line 583, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: var(--white);
  /* border-radius: 4px; */
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 400;
  color: var(--secondary);
}

/* line 596, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab:hover span {
  background-color: var(--light-gray);
}

/* line 600, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab.active > span {
  border-left: 2px solid var(--primary);
  color: var(--secondary);
}

/* line 605, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-submenu {
  display: none;
  background-color: var(--light-gray);
  margin-left: 10px;
  /* border-radius: 0 0 4px 4px; */
}

/* line 612, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-submenu div {
  padding: 8px 10px;
  cursor: pointer;
  border-left: 2px solid var(--underline-gray);
  font-family: noto sans;
  font-size: 0.9rem;
  color: var(--secondary);
  /* border-radius: 4px; */
}

/* .mrfr-rl-nested-submenu {
  display: none;
  background-color: #868e96;
  margin-left: 15px;
  border-radius: 0 0 4px 4px;
}

.has-nested>.mrfr-rl-nested-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background-color: #495057;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.has-nested:hover>.mrfr-rl-nested-toggle {
  background-color: #5a6268;
}

.has-nested.mrfr-rl-active>.mrfr-rl-nested-toggle {
  background-color: #ffc107;
  color: #000;
}

.mrfr-rl-nested-submenu {
  display: none;
  background-color: #868e96;
  margin-left: 15px;
  border-radius: 0 0 4px 4px;
}

.has-nested.mrfr-rl-active .mrfr-rl-nested-submenu {
  display: block;
} */
/* line 660, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-submenu div:hover {
  background-color: var(--white);
}

/* line 664, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-submenu div.active {
  border-left: 2px solid var(--primary);
  background-color: var(--white);
  /* color: #000; */
}

/* line 670, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab.mrfr-rl-active .mrfr-rl-submenu {
  display: block;
}

/* line 674, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-form-group {
  margin-bottom: 15px;
}

/* ------CUSTOM CHECKBOX RADIO BUTTON CSS STARTS------ */
/* Hide native checkbox and radio */
/* line 681, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox input,
.mrfr-rl-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Base style for checkbox */
/* line 690, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0px;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  color: var(--secondary);
  gap: 8px;
}

/* line 703, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-radio {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0px;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  color: var(--secondary);
  gap: 6px;
}

/* line 716, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-checkbox-comp label:hover {
  color: var(--primary);
}

/* line 720, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox .checkmark {
  height: 16px;
  width: 16px;
  background-color: var(--light-gray);
  border: 1px solid var(--input-border-gray);
  border-radius: 2px;
  display: inline-block;
  /* margin-right: 8px; */
  vertical-align: middle;
  position: relative;
}

/* Base style for radio */
/* line 733, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-radio .radiomark {
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  /* margin-right: 8px; */
  vertical-align: middle;
  position: relative;
}

/* When checked */
/* line 745, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox input:checked + .checkmark {
  background-color: var(--primary);
  border: none;
}

/* line 750, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-radio input:checked + .radiomark {
  background-color: var(--white);
  border: 1px solid var(--primary);
}

/* Optional: Add check/tick mark */
/* line 757, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-checkbox-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

/* line 764, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-radiobtn-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

/* line 771, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 784, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox input:checked + .checkmark::after {
  display: block;
}

/* Optional: Inner dot for radio */
/* line 789, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-radio .radiomark::after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
}

/* line 801, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-radio input:checked + .radiomark::after {
  display: block;
}

/* ------CUSTOM CHECKBOX RADIO BUTTON CSS ENDS------ */
/* line 809, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-arrow {
  width: 18px;
  height: 18px;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: center center;
  /* font-size: 12px; */
  margin-left: 5px;
}

/* line 819, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 826, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid var(--underline-gray);
  /* padding: 15px; */
  margin-bottom: 20px;
  /* border-radius: 6px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  background: var(--white);
}

/* line 839, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-header-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: url(/assets/home_images/ReportList_CardHederImage-01-8ab30d9a6dbd57235a072351011f2abdaae7552961ee907d92504e6b4047f21e.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
}

/* line 851, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 10px 0px 10px;
}

/* line 858, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* width: 50%; */
}

/* line 865, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-title h2 {
  font-family: roboto condensed;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 874, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-category-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* width: 50%; */
}

/* line 881, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-category-name h4 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 889, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-info-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 20px 0px 20px;
}

/* line 896, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-left-info-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  gap: 10px;
}

/* line 904, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-info-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--text-label-gray);
}

/* line 913, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-id,
.mrfr-rl-report-pages,
.mrfr-rl-report-author,
.mrfr-rl-report-year {
  display: flex;
  padding: 4px 0px 4px 0px;
}

/* line 921, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.vertical-seprator {
  width: 1px;
  height: 40%;
  background-color: var(--text-label-gray);
  margin: 0px 6px;
}

/* line 928, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-description {
  display: flex;
  justify-content: flex-start;
}

/* line 933, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-description p {
  font-family: noto sans;
  font-size: 0.9rem;
  color: var(--text-label-gray);
}

/* line 939, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-info-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px;
  gap: 20px;
}

/* line 947, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-price {
  display: flex;
}

/* line 951, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-price h3 {
  display: flex;
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--underline-gray);
}

/* line 959, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-request-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 966, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.request-btn {
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 30px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 984, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.request-btn:hover {
  opacity: 0.8;
}

/* line 988, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-right-info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px 10px 10px 10px;
}

/* line 997, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-right-info-inner-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 10px 10px 10px;
  gap: 30px;
}

/* line 1007, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-info-cont-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 1013, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-info-cont-header {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 1021, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* line 1028, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1033, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mefr-rl-card-logo-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 1039, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-01,
.mrfr-rl-card-logo-02,
.mrfr-rl-card-logo-03,
.mrfr-rl-card-logo-04,
.mrfr-rl-card-logo-05,
.mrfr-rl-card-logo-06 {
  display: flex;
  width: 130px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 1052, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo {
  width: 120px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin: 5px;
}

/* .mrfr-rl-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
} */
/* line 1070, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card h3 {
  margin-bottom: 10px;
}

/* line 1074, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-tab-content {
  display: none;
}

/* line 1078, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-category-title-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 20px 0px;
}

/* line 1085, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-tab-content.active h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 1093, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-tab-content.active {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 1099, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-select {
  padding: 10px 12px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  background-color: #fff;
  color: var(--secondary);
  min-width: 140px;
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
  font-family: "Noto Sans";
}

/* line 1119, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 1125, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-middle::-webkit-scrollbar,
.mrfr-rl-left::-webkit-scrollbar,
.mrfr-rl-right::-webkit-scrollbar {
  width: 6px;
}

/* line 1131, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-middle::-webkit-scrollbar-thumb,
.mrfr-rl-left::-webkit-scrollbar-thumb,
.mrfr-rl-right::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* PAGINATION */
/* line 1140, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 20px 0;
  font-family: sans-serif;
  justify-content: center;
}

/* line 1149, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination button {
  font-family: noto sans;
  font-size: 1rem;
  line-height: 10px;
  padding: 12px 12px;
  background: #fff;
  border: 1px solid #0F2130;
  color: #0F2130;
  border-radius: 20px;
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  transition: background-color 0.2s;
}

/* line 1164, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination button:hover {
  background: #0F2130;
  color: #fff;
}

/* line 1169, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination .active {
  background: #0F2130;
  color: white;
  border-color: #007bff;
}

/* line 1175, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination .ellipsis {
  background: none;
  border: none;
  cursor: default;
}

/* line 1181, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media only screen and (max-width: 1550px) {
  /* line 1194, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    width: 90%;
  }
  /* line 1198, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-container {
    width: 98%;
  }
  /* line 1201, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-cont {
    width: 86.5%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 1208, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    width: 95%;
  }
  /* line 1212, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-left {
    width: 22%;
  }
  /* line 1216, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-middle {
    width: 60%;
  }
  /* line 1220, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-right {
    width: 18%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 1226, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 0.9rem;
  }
  /* line 1229, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 0.9rem;
  }
  /* line 1233, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-cont {
    width: 94.5%;
  }
  /* line 1236, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  /* line 1240, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title {
    width: 80%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 1246, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-menu-tab span {
    font-size: 0.9rem;
  }
  /* line 1250, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-submenu div {
    font-size: 0.8rem;
  }
  /* line 1254, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-left-info-cont {
    justify-content: center;
  }
  /* line 1258, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mefr-rl-card-logo-group {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1263, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* line 1267, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-custom-checkbox {
    font-size: 0.8rem;
  }
  /* line 1271, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-custom-radio {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 1277, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 1rem;
  }
  /* line 1280, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 1rem;
  }
  /* line 1284, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    height: 50vh;
  }
  /* line 1288, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-wrapper {
    padding: 20px 0px 0px 0px;
  }
  /* line 1292, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-container {
    width: 95%;
  }
  /* line 1296, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-filter-container {
    display: flex;
  }
  /* line 1300, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-left {
    display: none;
  }
  /* line 1304, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-middle {
    width: 100%;
  }
  /* line 1308, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: flex-start;
  }
  /* line 1312, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont {
    gap: 30px;
  }
  /* line 1316, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mefr-rl-card-logo-group {
    flex-wrap: nowrap;
  }
  /* line 1320, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-right {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  /* line 1328, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    height: 40vh;
  }
  /* line 1332, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 20px 0px 80px 0px;
  }
  /* line 1336, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont {
    gap: 20px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 1344, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 72px 0px 0px 0px;
  }
}

@media only screen and (max-width: 750px) {
  /* line 1350, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 112px 0px 0px 0px;
  }
  /* line 1354, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 100px 0px 80px 0px;
  }
  /* line 1358, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    padding: 40px 0px 60px 0px;
  }
  /* line 1362, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-search-cont {
    width: 80%;
  }
  /* line 1366, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mefr-rl-card-logo-group {
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 1371, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 72px 0px 0px 0px;
  }
}

@media only screen and (max-width: 650px) {
  /* line 1378, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* line 1382, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-left-info-cont {
    width: 60%;
  }
  /* line 1386, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-right-info-cont {
    width: 40%;
  }
  /* line 1390, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-logo-cont {
    gap: 0px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1397, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont {
    padding: 0px 10px 0px 10px;
  }
  /* line 1401, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    font-size: 1.1rem;
    text-align: center;
  }
  /* line 1406, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1413, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-info-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1421, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    gap: 4%;
  }
  /* line 1424, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title {
    width: 70%;
  }
  /* line 1428, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-pagination button {
    padding: 5px 5px;
    min-width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 440px) {
  /* line 1437, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-heading {
    font-size: 2.3rem;
  }
  /* line 1441, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 100px 0px 50px 0px;
  }
  /* line 1445, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
  /* line 1449, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1rem;
  }
  /* line 1454, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-left-info-cont {
    justify-content: space-between;
  }
  /* line 1458, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-description p {
    font-size: 1.1rem;
  }
  /* line 1462, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-info-footer {
    flex-wrap: wrap;
  }
  /* line 1466, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-tab-content.active h3 {
    font-size: 1.5rem;
  }
  /* line 1471, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .request-btn {
    font-size: 1.3rem;
  }
  /* line 1475, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    text-align: center;
  }
  /* line 1478, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1rem;
  }
  /* line 1481, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 0px 0px 50px 0px;
  }
  /* line 1485, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .request-btn {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 420px) {
  /* line 1492, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-heading {
    font-size: 2.2rem;
  }
  /* line 1496, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-info-group {
    font-size: 0.9rem;
  }
  /* line 1500, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-description p {
    font-size: 1rem;
  }
}
