/* 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 100px 0px;
}

/* line 422, 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 431, 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 440, 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 457, 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 475, 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 487, 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 499, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-input-cont {
  display: flex;
  flex-direction: column;
}

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

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

/* line 518, 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 528, 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 539, 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 548, 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 561, 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 568, 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 576, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab {
  /* margin-bottom: 15px; */
  cursor: pointer;
  background: var(--white);
}

/* line 582, 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 595, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab:hover span {
  background-color: var(--light-gray);
}

/* line 599, 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 604, 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 611, 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 659, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-submenu div:hover {
  background-color: var(--white);
}

/* line 663, 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 669, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-menu-tab.mrfr-rl-active .mrfr-rl-submenu {
  display: block;
}

/* line 673, 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 680, 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 689, 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 702, 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 715, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-checkbox-comp label:hover {
  color: var(--primary);
}

/* line 719, 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 732, 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 744, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-custom-checkbox input:checked + .checkmark {
  background-color: var(--primary);
  border: none;
}

/* line 749, 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 756, 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 763, 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 770, 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 783, 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 788, 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 800, 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 808, 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 818, 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 825, 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 838, 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 850, 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 857, 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 864, 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 873, 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 880, 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 888, 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 895, 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 903, 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 912, 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 920, 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 927, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-description {
  display: flex;
  justify-content: flex-start;
}

/* line 932, 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 938, 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 946, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-price {
  display: flex;
}

/* line 950, 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 958, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-report-request-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 965, 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 983, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.request-btn:hover {
  opacity: 0.8;
}

/* line 987, 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 996, 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 1006, 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 1012, 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 1020, 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 */
.mefr-rl-card-logo-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 1034, 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 1048, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-01 {
  background-image: url(/assets/home_images/IndustryEcosystem_logo_01-8f0424052cb597a10957df7024406e0e47a2840b5fbb89e9d5ad9e9ccedbc820.jpg);
}

/* line 1052, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-02 {
  background-image: url(/assets/home_images/IndustryEcosystem_logo_02-7b4b0a415fdea2342c5d7d961793dea170e323eedc33da9311081eb877cf5e47.jpg);
}

/* line 1056, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-03 {
  background-image: url(/assets/home_images/IndustryEcosystem_logo_03-b292c52ef54bfe87963af1ffe24159f2f3b504dd9475150f9b8994a6ce5852dd.jpg);
}

/* line 1060, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-04 {
  background-image: url(/assets/home_images/IndustryEcosystem_logo_04-c2039860c930e48f3b838c506d3a3ef8cc4e7b79a91da3c13d3648c01499ecba.jpg);
}

/* line 1064, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-05 {
  background-image: url(/assets/home_images/IndustryEcosystem_logo_05-af9801b4cb7e6896e143c7f9b87aea29926c7b72693151a48c7e8b5725f66ca1.jpg);
}

/* line 1068, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-card-logo-06 {
  background-image: url(/assets/home_images/IndustryEcosystem_logo_06-ba4ac2af75b254c4ce9cbe6c003cdf9d560532091dce988eff0a44f6297053e2.jpg);
}

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

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

/* line 1087, 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 1094, 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 1102, 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 1108, 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 1128, 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 1134, 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 1140, 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 1149, 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 1158, 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 1173, app/assets/stylesheets/reports/report-list-content-style-01.scss */
.mrfr-rl-pagination button:hover {
  background: #0F2130;
  color: #fff;
}

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

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

/* line 1190, 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 1203, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    width: 90%;
  }
  /* line 1207, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-container {
    width: 98%;
  }
  /* line 1210, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-cont {
    width: 86.5%;
  }
}

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

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

@media only screen and (max-width: 1100px) {
  /* line 1255, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-menu-tab span {
    font-size: 0.9rem;
  }
  /* line 1259, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-submenu div {
    font-size: 0.8rem;
  }
  /* line 1263, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-left-info-cont {
    justify-content: center;
  }
  /* line 1267, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mefr-rl-card-logo-group {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1272, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* line 1276, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-custom-checkbox {
    font-size: 0.8rem;
  }
  /* line 1280, 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 1286, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 1rem;
  }
  /* line 1289, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 1rem;
  }
  /* line 1293, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    height: 50vh;
  }
  /* line 1297, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-wrapper {
    padding: 20px 0px 0px 0px;
  }
  /* line 1301, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-container {
    width: 95%;
  }
  /* line 1305, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-filter-container {
    display: flex;
  }
  /* line 1309, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-left {
    display: none;
  }
  /* line 1313, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-middle {
    width: 100%;
  }
  /* line 1317, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: flex-start;
  }
  /* line 1321, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont {
    gap: 30px;
  }
  /* line 1325, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mefr-rl-card-logo-group {
    flex-wrap: nowrap;
  }
  /* line 1329, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-right {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  /* line 1337, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    height: 40vh;
  }
  /* line 1341, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 20px 0px 80px 0px;
  }
  /* line 1345, 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 1353, 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 1359, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 112px 0px 0px 0px;
  }
  /* line 1363, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 100px 0px 80px 0px;
  }
  /* line 1367, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    padding: 40px 0px 60px 0px;
  }
  /* line 1371, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-search-cont {
    width: 80%;
  }
  /* line 1375, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mefr-rl-card-logo-group {
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 1380, 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 1387, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* line 1391, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-left-info-cont {
    width: 60%;
  }
  /* line 1395, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-right-info-cont {
    width: 40%;
  }
  /* line 1399, 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 1406, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont {
    padding: 0px 10px 0px 10px;
  }
  /* line 1410, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    font-size: 1.1rem;
    text-align: center;
  }
  /* line 1415, 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 1422, 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 1430, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-inner-section {
    gap: 4%;
  }
  /* line 1433, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title {
    width: 70%;
  }
  /* line 1437, 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 1446, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-heading {
    font-size: 2.3rem;
  }
  /* line 1450, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 100px 0px 50px 0px;
  }
  /* line 1454, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
  /* line 1458, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1rem;
  }
  /* line 1463, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-left-info-cont {
    justify-content: space-between;
  }
  /* line 1467, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-description p {
    font-size: 1.1rem;
  }
  /* line 1471, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-info-footer {
    flex-wrap: wrap;
  }
  /* line 1475, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-tab-content.active h3 {
    font-size: 1.5rem;
  }
  /* line 1480, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .request-btn {
    font-size: 1.3rem;
  }
  /* line 1484, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    text-align: center;
  }
  /* line 1487, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1rem;
  }
  /* line 1490, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .hero-section-wrapper {
    padding: 0px 0px 50px 0px;
  }
  /* line 1494, app/assets/stylesheets/reports/report-list-content-style-01.scss */
  .request-btn {
    font-size: 0.8rem;
  }
}

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