html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
button:active,
button:active,
button:hover,
button:focus {
  outline: none !important;
}
a:focus,
a:active,
a:hover {
  outline: none !important;
  color: inherit;
  text-decoration: inherit;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  min-width: 100px;
}
button,
i,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
}
 
.btn:hover,
.btn:focus {
  color: inherit !important;
  text-decoration: inherit !important;
}
.underline {
  text-decoration: underline;
}
[data-card-name] {
  display: none;
}
[isdull="false"] {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
[isdull="true"] {
  opacity: 0.15 !important;
}
.rectangle .hover-item {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.rectangle .hover-item[isdull="true"] {
  opacity: 1 !important;
}
.feature-reports-main-section {
  font-size: 13px;
  /* overflow-y: scroll;
  max-height: 1000px; */
}

.leader-line{
  z-index: 3;
  display: none;
}
.custom-shape-divider-bottom-1629736746 {
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1629736746 svg {
    position: relative;
    display: block;
    width: calc(180% + 1.3px);
    max-height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1629736746 .shape-fill {
    fill: #FFFFFF;
}
.feature-reports-top-section {
/*  padding:4%;  
  padding-bottom:3%; */
  /*background-repeat: no-repeat;
  background-size: cover;*/
  background-position:top;
  background-size: cover;
  margin-top: 80px;
  position: relative;
  z-index: 5;
  text-align: center;

/*  background: url(../images/feature-template-images/fr-banners/entire-sec-bg-3.png); */
  /*background-repeat: no-repeat;
  background-size: cover;*/
}

.feature-reports-top-section article{
    padding:4%;
    background: linear-gradient(161deg, #001e43, transparent ); /*linear-gradient(161deg, #033a7d, transparent );*/
}

 .feature-reports-top-wrapper{
  padding-bottom: 30px;
  color: white !important;
  text-align: center;
  display: inline-block;
  max-width: 1600px;
 }
 .feature-reports-top-content-wrapper{
  width: 50%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
 }
 .feature-reports-top-img-wrapper{
  display: inline-block;
  /* width: 30%; */
  position: relative;
  margin: 0px 35px;
  vertical-align: middle;
  width: 40%;
  max-width: 550px;
  min-width: 250px;

 }
 .features-top-img{
  width: 100%;
  height: auto;
 }
.feature-reports-header {
  padding: 0 20px;
  vertical-align: middle;
  margin-top: 0px;
}
.feature-reports-top-section .feature-reports-header-content a{
  color: cyan;
}
.feature-gallery-content-wrapper .feature-reports-gallery-description a{
  color: cyan;
}

.feature-reports-header-title {
  font-size: 2.65em;
  /* font-family: open-sans-semibold, Arial, sans-serif; */
  margin-top: 20px;
  letter-spacing: 1.25px;
  color: #00cbff;
}

.feature-reports-header-content {
  font-size: 1.15em;
  margin: 20px 0;
  width: 100%;
  max-width: 650px;
  opacity: 0.8;
  line-height: 1.35;
  /* color: floralwhite; */
}
.feature-reports-export-content-div {
  padding: 5px 10px;
  /* margin-left: 15px; */
  margin-top: 35px;
}
.feature-reports-export-title {
  margin-bottom: 14px;
  /* font-family: open-sans-semibold, Arial, sans-serif; */
  color: #a1d9f3;
  position:relative;
  font-size:14px;
  background: rgb(103,177,214);
  background: linear-gradient(90deg, rgb(103 177 214 / 6%) 60%, rgb(103 177 214 / 0%) 100%);
  border-left: 3px solid;
  margin-left: -2px;
  padding: 4px 12px;
}
.feature-reports-export-title h2{
    max-width: 95%;
}
.feature-reports-export-title .fa-quote-left{
    position:absolute;
    top:-10px;
    left:0;
}
.export-reports-tab-div {
  user-select: none;
  margin-left: 16px;
}
.export-report-tab {
    display: inline-block;
    padding: 5px 6px 5px 10px;
    margin: 1%;
    min-width: 85px;
    border-radius: 3px;
    /* color: #5e5e5e; */
    /* border: 1px solid rgb(213 213 213); */
    box-shadow: rgba(13, 12, 12, .2) 0px 0px 4px 2px;
    background-color: #e9e6e6;
}
.export-report-icon {
  display: inline-block;
  image-rendering: auto;
  vertical-align: middle;
  margin-right: 8px;
  width: 1.3em;
}
.export-report-tab i {
    font-size: 1.4em;
    display: inline-block;
    vertical-align: middle;
    color: #63cdff;
}
.csv-export i{
    color: #249c46;
}
.excel-export i{
    color: #0c6e1f;
}
.pdf-export i{
    color: #861313;
}
.html-export i{
    color: #a9620b;
}
.raw-export i{
    color: #23acd3;
}
.mail-export i{
    color: #1d82ce;
}
.export-report-tab p {
    display: inline-block;
    font-size: 0.85em;
    font-family: work-sans-medium,Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #091f38;
}
#featureReportsBannerDescription{
  width: 90%;
  position: relative;
  opacity: 0;
  max-height: 220px;
  overflow:hidden;
  /* background-color: #001b3324; */
  /* backdrop-filter: blur(10px); */
  border-radius: 25px 25px 5px 25px;
}
#featureReportsBannerDescription .slidesjs-container{
    overflow:hidden;
    width:100% !important;
}
#featureReportsBannerDescription .slidesjs-container .slidesjs-control{
    width:100% !important;
}
.feature-reports-dashboard-section .slidesjs-navigation{
    display: none !important;
}
.feature-reports-banner-key-description-icon {
    display: inline-block;
    vertical-align: top;
    color: #2ebcdd;
}
.feature-reports-banner-key-description-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.feature-reports-banner-key-description-container {
  margin-left: 16px;
  padding-bottom: 1px;
  width:calc(100% - 85px);
}
.feature-reports-banner-key-description-wrapper {
    margin-bottom: 8px;
}
.feature-reports-banner-key-description-content {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    width: calc(100% - 20px);
    color:#F1FAFF;
}
.feature-reports-export-content-div-wrapper {
    height:100%;
    padding:12px;
 }
.feature-reports-banner-wrapper{
  text-align: left;
  position: relative;
  top: 10px;
  border-left: 1px solid #5d8ea6;
}
#featureReportsBannerDescription .slidesjs-navigation{
    position: absolute;
    right: 2px;
    border-radius: 4px;
    top: 92%;
    z-index: 10;
    background: #507ba11a;
    /* border: 1px solid #2b4b67; */
    transform: translateY(-50%);
    color: #67829a;
    padding: 5px 8px;
}
#featureReportsBannerDescription .slidesjs-previous{
    right:52px;
}
#featureReportsBannerDescription .slidesjs-next{
    right:20px;
}
#featureReportsBannerDescription .slidesjs-navigation:hover{
    color:#a9bccd;
}
#featureReportsBannerDescription .slidesjs-navigation:active{
    color:#7c95ab;
}
.feature-reports-banner-desc-demo{
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    margin-top: 10px;
    color: #e3e8ef;
    background: #2c5685;
    font-size: 11px;
}
.feature-reports-banner-desc-bottom-div{
    display:none;
    position: absolute;
    bottom: 6px;
    /* left: 50%; */
    z-index: 10;
    border-radius: 50px;
    font-size: 12px;
    color:#e0e0e0;
    /* font-family: 'work-sans-regular'; */
    /* background-color: #284e71; */
    /* backdrop-filter: blur(10px); */
    padding: 6px 12px;
    /* transform: translateX(-50%); */
}
.feature-reports-banner-desc-bottom-explore{
    color:#49daff;
    cursor:pointer;
    text-decoration:underline;
   font-family: work-sans-medium,Arial, Helvetica, sans-serif;
}
.feature-reports-banner-desc-bottom-explore:hover{
    color:#49daff;
    text-decoration:underline;
    opacity:0.9;
}
.full-width-container {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}
.feature-reports-dashboard-section{
  position: relative;
  
  background:#001b33; /* url(/images/bg/bg-deep-blured.png); */
  background-size:cover;
  background-repeat:no-repeat;
}

/* section.feature-reports-dashboard-section:before {
  content: '';
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/fr.png);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(30px);
} */

.feature-reports-dashboard-highlight-container{
  position: relative;
  display: inline-block;
  width: 60%;
  max-width:950px; /* 795px; */
  padding: 20px;
  margin-bottom: 50px;
  z-index: 5;
  border-radius: 10px;
}

.feature-reports-dashboard-highlight-container:before {
    content: '';
    position: absolute;
    /* top: 32%;
    background: rgba(255, 255, 255, .1);
    right: 4%;
    width: 63.5%;
    height: 59%; */
    top: 28%;
    background: rgba(255, 255, 255, .1);
    right: 3.5%;
    width: 79%;
    height: 67%;
    border-radius: 8px;
    box-shadow: 2px 2px 0px 2px rgba(255, 255, 255, .30), -1px -1px 0px 0px rgba(255, 255, 255, .20); /* , rgba(141, 226, 223, .25) -3px -3px 75px 4px, rgba(141, 226, 223, .25) -6px 8px 75px 0px;*/
    z-index: -1;
    backdrop-filter: blur(2px);
    opacity: 0;
}

#dashboard-hlt-svg{
  width: 100%;
  max-width: 1200px;
  height: auto;
  vertical-align: middle;
  overflow: visible;
  cursor: default;
}
.feature-reports-dashboard-image-title,
.feature-reports-dashboard-slide-desc-title{
  font-size: 2.15em;
  font-family: poppins regular, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.feature-reports-dashboard-image-content-wrapper p,
.feature-reports-dashboard-slide-desc{
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15em;
  font-family: work-sans-regular,Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
.feature-reports-dashboard-slider-container{
  text-align: center;
}
.feature-reports-dashboard-slider-img-wrapper{
  width: 50%;
  max-width: 1000px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-slide-img{
  padding: 8px;
  background: rgba(255, 255, 255, .1);
  border-radius: 8px;
  backdrop-filter: blur(2px); 
}

 /*Used For Slider Lazy loading  */
/*.dashboard-slide-img:not(:first-child){ 
    display: none;  
}*/
.dashboard-slide-img img{
  width: 100%;
  /* border: 8px solid #d4eaff; */
  border-radius: 8px;
  border: none;
  height: auto;
}

.dashboard-slide-img:not(:first-child){
  /* display: none; */
}

.feature-reports-dashboard-slider-container:not(.fr-single-img) .feature-reports-dashboard-slide-content{
  display: none;
}
.dashboard-slider-pagination-bullets-container{
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 5px;
  
}
.pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 3;
  backdrop-filter: blur(5px);
  border-radius: 3px;
}
.pagination-bullet.active, .pagination-bullet:first-child{
  background: rgba(255, 255, 255, 0.6);
}


#feature-dashboard-sliders .slidesjs-pagination{
  position: relative;
  display: block;
  margin: 15px;
  float: right;
  margin-right: 10%;
  -webkit-user-select: none;
  user-select: none;
}
#feature-dashboard-sliders .slidesjs-pagination-item a.active::after {
  content: '';
  width: 15px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  border-radius: 50%;
  bottom: -6px;
  left: -1px;
  filter: blur(0.3px);
}
#feature-dashboard-sliders .slidesjs-pagination::after{
  content: "";
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  /* height: 1px; */
  border-bottom: 1px dashed #dbdbdb;
  /* background: #aab3ba; */
}
.role-delegation-main-content-wrapper {
  position: relative;
}
.role-delegation-feature-nav-chvron{
  z-index: 11;
  position: absolute;
  font-size: 5em;
  cursor: pointer;
  text-decoration: none;
  color: rgba(191, 193, 194, 0.7) !important;
  bottom: 50%;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
}
#feature-dashboard-sliders .slidesjs-previous{
  left: 0%;
}
#feature-dashboard-sliders .slidesjs-next{
  right: 0%;
}
#feature-dashboard-sliders .slidesjs-pagination-item .active{
  transform: scale(1.6);
  font-size: 0px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.102), 0px 0px 7px rgba(255, 255, 255, 0.22);
}
#feature-dashboard-sliders .slidesjs-pagination-item{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#feature-dashboard-sliders .slidesjs-pagination-item:not(:last-child){
  margin-right:20px;
}
#feature-dashboard-sliders .slidesjs-pagination-item a{
  color: transparent;
  display: block;
  padding: 2px;
  width: 14px;
  height: 14px;
  line-height: 8px;
  background: #6ca6e0;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

/* Dashboard Slider with quote desc Start */

.feature-reports-slider-quote-title {
  font-size: 1.95em;
  font-family: poppins regular, Arial, Helvetica, sans-serif;
  line-height: 1.25;
}
.feature-slider-qoute-icon {
  font-size: 3em;
  opacity: 0.15;
}
.feature-reports-slider-quote-content {
  gap: 10px;
  margin: 8px 0;
  color: #57fff4;
  font-size: 1.15em;
  letter-spacing: 0.25px;
}
.feature-reports-slider-quote-desc {
  line-height: 1.35;
  letter-spacing: 0.325px;
}

/* Dashboard Slider with quote desc End */

.overall-overview-banner-container {
  padding: 70px 15px;
  padding-top: 170px;
}
.overview-banner-content {
  width: 45%;
  max-width: 650px;
}
.overview-banner-img, .overview-banner-content {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  max-width: 550px;
  min-width: 280px;
  margin: 20px;
  text-align: left;
}
.overview-banner-title {
  font-family: poppins-regular, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #eba124;
}
.overview-banner-desc{
  color: rgba(255, 255, 255, 0.9);
}
.overview-banner-desc p {
  margin: 20px 0px;
  padding: 5px 0px;
  padding-left: 20px;
}
.overview-banner-desc p {
  border-left: 3px solid #fec400;
}
.overview-banner-desc p:nth-child(even) {
  border-left: 3px solid #60c18d;
}
.overview-banner-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

/* Slide cards Start */
.teams-infrastructure-cards-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.slide-section-title{
  color: whitesmoke;
  font-size: 1.9em !important;
  width: 90%;
  text-align: center;
  padding: 50px 10px 35px;
  margin: auto;
}
.sub-reports-page-slides-wrapper{
  overflow: hidden;
}
.teams-inftrastructure-sec .droid-section-outer-wrapper {
  padding: 90px 15px 20px;
}
.role-delegation-features-card {
  background: #1b3653;
  padding: 20px 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}
.role-delegation-features-card:nth-child(odd) {
  margin: 20px 0px 50px -45px;
}
 .role-delegation-features-card:nth-child(even) {
  margin: 20px -45px 50px 0px;
}
.role-delegation-features-card:nth-child(even)::before {
  transform: rotate(-1deg);
}
.role-delegation-features-card:nth-child(even)::after {
  transform: rotate(1deg);
}
.role-delegation-features-card::before,
.role-delegation-features-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #1b3653;
}
.role-delegation-features-card:before {
  top: -10px;
  left: 0;
  transform: rotate(1deg);
}
.role-delegation-features-card::after {
  transform: rotate(-1deg);
  bottom: -10px;
  right: 0px;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 10px 10px;
  margin: 0px 10px;
  max-width: 350px;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  max-width: 620px;
  text-align: left;
  padding: 20px;
  margin: 0px 10px;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .delegation-section-subtitle {
  margin-bottom: 20px;
  color: #f1f0f0;
  font-size: 1.4em;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .role-delegation-feature {
  font-size: 1.1em;
  padding: 10px 5px 10px 22px;
  background: linear-gradient(to right, hsla(0, 0%, 0%, 0.129), transparent);
  border-left: 3px solid #9ad640;
  position: relative;
  color: #a6ea3e;
  font-family: work-sans-medium, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .role-delegation-feature .delegation-quote i {
  width: 28px;
  height: 28px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  display: inline-block;
  margin: 0;
  transform: rotate(180deg) translateY(50%);
  transform-origin: center;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(45deg, #96ca30, #83da40);
  font-size: 0.9em;
  color: whitesmoke;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .role-delegation-feature .ms-Icon--quote::before {
  position: relative;
  bottom: -1px;
  left: 2px;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .role-delegation-small-desc {
  margin: 20px 0px;
  color: whitesmoke;
  line-height: 1.6em;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .role-delgation-feature-btn-wrap {
  margin: 15px 0px 0px;
}
.feature-reports-main-section .role-delegation-features-card .role-delegation-content .role-delgation-feature-btn-wrap .delegation-feature-show-me-btn {
  background: rgb(0, 82, 140);
  border-radius: 3px;
}

/* Slide cards End */

/********** Single card Slider ***********/

/* .feature-detailed-card-container-wrapper{
  display: flex;
}
.feature-detailed-card-container-wrapper {
  display: inline-block;
  vertical-align: middle;
  display: flex;
  max-width: 90%;
  margin: auto;
}
.detailed-card-container {
  width: 35%;
  max-width: 370px;
  min-width: 370px;
  display: inline-block;
  margin: 2px 30px;
  background: #1e3951;
  padding: 12px;
  padding-bottom: 10px;
  border-radius: 12px;
}
.detailed-card-img {
  width: 100%;
}
.detailed-card-img img {
  width: 100%;
}
.detailed-card-content-container {
  display: block;
  text-align: left;
  color: aliceblue;
  font-size: 14px;
  padding: 5px;
  padding-bottom: 30px;
  min-height: 145px;
}
.feature-detailed-card-image-title {
  font-size: 1.5em;
  font-family: poppins medium, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.cl-tbl-wrap-tbl-navigation{
  font-size: 4em !important;
  display: block !important;
}
.cl-tbl-wrap-tbl-navigation.right{
  right: 3%;
}
.cl-tbl-wrap-tbl-navigation.left{
  left: 3%;
} */


/****** Single card Slider End ***********/


 .monitor-dashboard{
    width: 648px;
    height: 515px;
    z-index: -15;
 }
.feature-reports-gallery-section{
  /* background-color:rgba(255, 255, 255, 0.9); */
  background-color: rgb(39 46 61);
  background-image: url("../images/bg/bg-2.png");
  background-attachment: fixed;
  padding: 0% 3%;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
 }

.feature-reports-dashboard-highlight-wrapper{
    text-align: center;
 /*   padding: 4% 0px 6%; */
    position: relative;
    padding: 80px 0px 18px;
    z-index: 1;
 /*   background:linear-gradient(rgb(255 255 255 / 0%) 0%, rgb(248 248 248) 100%); */
}
.feature-reports-dashboard-slider-container{
  margin-bottom: 80px;
}
.feature-reports-gallery{
      width: 100%;
      display: inline-block;
    max-width: 1400px;
    margin:2% 0;
    text-align: center; /*left;*/
    margin-bottom: 100px;
}
.feature-reports-gallery-content{
   width: 50%; /*55%;*/
  display: inline-block;
  position: sticky;
  /* top: 20%; */
  top: 18%;
  z-index: 5;
  vertical-align: top;
  text-align: left;
}
.feature-reports-gallery-icon{
  font-size: 1.2em;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.detaied-view-nav-wrapper{
  display: flex;
  width: 92%;
  gap: 15px;
  margin-top: -19px;
  justify-content: flex-end;
}
.detaied-view-nav{
  background: #202636;
  color: #d8d8d8;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  padding: 10px;
  text-align: center;
  border-radius: 9px;
  z-index: 5;
  cursor: pointer;
  /* position: absolute; */
  right: -8%;
  box-shadow: 0px 1px 5px 1.5px #111113;
}

.detaied-view-nav.prev{
  /* top: 35%; */
  /* box-shadow: 0px 5px 18px 0px #000000b3; */
}
.detaied-view-nav.next{
  /* bottom: 27%; */
  /* box-shadow: 0px -5px 18px 0px #000000b3; */
}

.detaied-view-nav i{
  display: inline-block;
  /* transform: rotate(90deg); */
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.detaied-view-nav.nav-disabled i {
  opacity: 0.2;
}
.detaied-view-nav:not(.nav-disabled):hover i {
  text-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}

/*Don't remove this*/
.feature-reports-rhs-card-hidden-title,
.feature-reports-rhs-card-hidden-desc{
    display: none !important;
}
/*Don't remove this*/

.feature-reports-gallery-icon .zmdi-hc-fw{
  width: auto;
}
.feature-reports-category-wrapper{
  text-align: left;
  scroll-margin-block-start: 110px
}
.feature-gallery-content-wrapper{
    display: inline-block;
    width: 98%;
    vertical-align: middle;
    margin: 25px 0px 35px;
}
.feature-reports-gallery-title{
  font-size: 1.8em;
  font-family:'poppins-regular', Arial, Helvetica, sans-serif;
  display: flex;
  align-items:  flex-start;
  /* color: #007e52; */
}
.feature-reports-gallery-title h2{
  display: inline-block;
  vertical-align: middle;
}
.feature-reports-gallery-description{
  margin: 10px 0;
  font-size: 1.15em;
  opacity: 0.9;
  font-family:work-sans-regular,Arial, Helvetica, sans-serif;
  line-height:1.45;
}
.feature-reports-gallery-description .overview-more-link{
  text-align: right;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: underline;
  margin-top: 5px;
}
.feature-reports-gallery-slider{
 display: inline-block;
  width: 42%; /*35%*/
  text-align: center;
  vertical-align: top;
  margin: 2% 60px 2% 0%;
  margin-bottom: 18%;
  /* margin-top: 15%; */
}
.feature-reports-gallery-card {
  display: inline-block;
  max-width: 555px; /*430px;*/
  min-width:250px;
  width: 95%;
  margin-bottom: 30px;
  padding:10px 15px;
  border-left: 3px solid transparent;
  /* background-color: white; */
  background-color: rgb(32 38 54);
  border-radius: 0.5em;
  cursor: pointer;
  /* user-select: none; */
  text-align: left;
  box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%);
  transition: all 0.2s linear;
  font-family:work-sans-regular,Arial, Helvetica, sans-serif;
  opacity: 0.85;
}
.feature-reports-gallery-card:not(.feature-reports-card-highlight):hover{
    box-shadow: 1px 1px 8px 3px rgb(0 0 0 / 30%);
   transition: all 0.3s ease;

}
.feature-reports-gallery-card-content h3{
  font-family: poppins-medium, Arial, Helvetica, sans-serif !important; /*open-sans-semibold, Arial, sans-serif !important; */
  /* color: #5e5e5e; */
  color: #b6b6b6;
  font-size: 1.2em;
  margin-bottom: 12px;

}
.slider-desc-ul{
  padding-left: 20px;
  /* display: none; */
}
.feature-reports-gallery-card:nth-child(odd) .slider-desc-ul.odd{ display: block;}
.feature-reports-gallery-card:nth-child(even) .slider-desc-ul.even{ display: block;}
.slider-desc-ul li{
  padding-bottom: 10px;
}
.slider-desc-ul li::marker{
  font-size: 15px;
}
.feature-reports-gallery-card-content p{
  /* color: hsla(0, 0%, 37%, 0.8); */
  color: rgb(195, 195, 195);
  font-size: 1.075em;
  line-height: 1.4;
  /*cursor: pointer;*/

}
.feature-reports-gallery-card-content p a,
#myModal p.feature-reports-card-description a{
  text-decoration: underline;
  z-index: 2;
  position: inherit;
  /* color: cyan; */
  color: #00d0ff;
  user-select: auto;
}
.feature-reports-gallery-card-button-container{
  font-size: 0.7em;
  margin: 15px 0 5px 0;
  text-align: right;
  font-family: work-sans-medium, Arial, sans-serif; /*open-sans-bold, Arial, sans-serif; */
  position: relative;
}
.modal-view-demo-container.feature-reports-gallery-card-button-container {
  text-align: center;
}
.feature-reports-detailed-wrapper .feature-reports-gallery-card-button-container:before {
  content: '';
  background: #36404f;
  width: 80%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 49%;
}
.feature-reports-detailed-wrapper .feature-reports-view-demo-button{
  background-color: unset !important;
  padding: 4px 8px;
  border: 1px solid;
}
#myModal .feature-reports-view-demo-button {
  padding: 8px 12px;
}
.feature-reports-view-demo-button{
  padding: 5px 10px;
  color: rgb(218, 218, 218);
  background-color: #e1e4ee;
  border-radius: 3px;
}
a.feature-reports-view-demo-button:focus, a.feature-reports-view-demo-button:active {
  border: 1px solid;
  background: transparent !important;
  color: aliceblue;
  transition: all 300ms ease-in-out;
}
.feature-reports-view-demo-button:hover,.feature-reports-read-more-button:hover{
  opacity: 0.8;
  /* color: rgb(81, 81, 81); */
  color: rgb(218 218 218);
}
.feature-reports-card-description{
  /* max-height: 55px; */
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-out;
  line-height: 1.35;
}

.feature-reports-gallery-expand-all-section{
  padding: 30px;
  text-align: right;
}
.feature-reports-expand-all-button{
  cursor: pointer;
  font-family: open-sans-semibold, Arial, sans-serif;
  padding: 5px 10px;
}
.feature-reports-expand-all-button:hover{
  opacity: 0.8;
}
/*.feature-reports-card-description::before{
  position: absolute;
  content: '';
  bottom: 0;
  right:0;
  width: 100%;
  height: 40px;

  z-index: 2;
}*/
.feature-reports-detailed-content-section{
  width: 95%; /*85%;*/
  position: relative;
  margin-top:30px;
  /* background-color: white; */
  overflow: hidden;
  border-radius: 0.5em;
  cursor: auto;
  min-height: 360px;
  /* height: calc(100vw - 80vw); */
  max-height: 75vh;
  text-align: left;
  /* box-shadow: 1px 1px 7px 0 rgb(128 128 128 / 20%); */
  padding: 20px;
  animation: fadeIn 0.5s ease;
  /* background-color: #282e3d; */
  background-color: rgb(32 38 54);
  box-shadow: 0px 0px 15px rgb(22 26 32);
}
.feature-reports-card-description-wrapper {
  display: flex;
  align-items: center;
}
.feature-desc-qoute{
    color: #84bdcc21;
    display: inline-block;
    vertical-align: middle;
    /* max-width: 10%; */
}
.feature-desc-qoute i{
  font-size: 4.75em;
}
.modal-quote-description-wrapper .feature-desc-qoute i {
  font-size: 3.75em;
}
.feature-reports-detailed-content-section .feature-reports-card-description{
  max-height: max-content;
  font-size: 1.4em;
  color: #dadada;
  line-height: 1.35;
  font-family: work-sans-regular,Arial, Helvetica, sans-serif;

  /* animation: vertical 1.5s linear; */
	overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  /* margin-left: -15px; */
  padding-left: 12px;
  max-width: 90%;
  cursor: text;

}
.feature-reports-card-description p{
  color: #dadada;
  /* animation: slide 0.3s linear; */
}
.feature-reports-detailed-screenshot-wrapper {
  margin: 20px 0px 0px;
  /* min-height: 370px; */
  position: relative;
}
.expand-view-div {
  font-size: 1.15em;
  position: absolute;
  display: flex;
  align-items: center;
  top: 5px;
  background-color: #313951;
  right: 5px;
  border-radius: 3px;
  color: aliceblue;
  padding: 2px 5px;
  box-shadow: 0px 0px 5px 0px #444444;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  cursor: pointer;
}
.expand-icon{
  font-size: 1.35em;
  display: flex;
}
.expand-view-div .expand-text{
  font-size: 0.85em;
  /* height: 13px; */
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  margin: 0;
  transition: max-width 300ms ease-in-out, margin 300ms ease-in-out;
}
/* .feature-reports-detailed-content-section .expand-view-div div{
  display: inline-block;  
  vertical-align: middle;
} */
.feature-reports-detailed-screenshot-wrapper:hover .expand-view-div .expand-text{
  max-width: 150px;
  margin-left: 8px;
}
.feature-reports-detailed-content-section .feature-reports-card-description::before{
 background: transparent ;
}
.feature-reports-detailed-content-section .feature-reports-gallery-card-button-container{
  font-size: 0.9em;
}
.feature-reports-detailed-wrapper .feature-reports-gallery-card-content {
  /* min-height: 75px; */
}
.feature-reports-detailed-content-section .feature-reports-gallery-card-content h3{
  font-size: 1.65em;
  margin-bottom: 8px;
}
.feature-reports-detailed-content-section .feature-reports-gallery-card-content h3 a{
  /* animation: fade 0.9s; */
}
.feature-detailed-display-none{
  display: none;
	/* animation: vertical 1.5s linear ; */
  /* background: #282e3d;
  padding: 20px;
  box-shadow: 0px 0px 15px rgb(22 26 32); */
}
.feature-reports-card-highlight{
  border-left: 3px solid;
  /* background-color:rgb(255, 255, 255); */
  border-top-left-radius:0;
  border-bottom-left-radius:0; 
  cursor: auto;
  border-color: inherit;
  transition: all 1s ease;
  opacity: 1;
}
/* .feature-reports-card-highlight:hover{
  box-shadow: 1px 1px 7px 0 rgb(128 128 128 / 20%);

} */
 .feature-reports-card-highlight h3{
   color:inherit;
  /* filter: brightness(0.85); */
 }
.feature-reports-dashboard-image-content-wrapper,
.feature-reports-dashboard-slider-content-container{
    display: inline-block;
    width: 30%;
    max-width: 450px;
    text-align: left;
    vertical-align: middle;
    margin-left: 30px;
    z-index: 1;
    position: relative;
}
.feature-reports-side-navigation-section{
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  background-color: white;
  padding: 80px 10px 10px;
  font-family: open-sans-semibold, Arial, sans-serif;
  color: #9d9dae;
  cursor: pointer;
  user-select: none;
  border-right: 3px solid #f0f0f0;
}
.feature-reports-side-nav-main-content{
     border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    margin: 10px 0;
    padding: 5px;
}
.feature-reports-side-nav-content-title{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.feature-reports-side-nav-content-icon{
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  width: 30px;
  text-align: center;
}
.feature-reports-side-nav-content-arrow-icon{
  position: absolute;
  right: 10px;
  top: 25%;
  font-size: 0.8em;
}
.feature-reports-side-nav-report-items-wrapper{
  margin:10px 0 10px 20px;
  padding-left: 15px;
  border-left: 3px solid rgb(214, 214, 214);
  display: none;
}
.feature-reports-side-nav-report-items{
  padding:8px 10px;
  border-radius: 5px;
}
.feature-reports-side-nav-content-arrow-icon{
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.feature-reports-side-nav-main-content:hover, .feature-reports-side-nav-report-items:hover{
  background-color: #e7eaf2;
}
.feature-reports-side-nav-highlight{
  background-color: #e7eaf2;
  color: #5e5e5e;
}
.feature-reports-side-nav-arrow-flip .feature-reports-side-nav-content-arrow-icon{
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.feature-reports-top-section .feature-reports-header-content a{
    color: cyan;
    text-decoration: underline currentcolor;
}
.feature-gallery-content-wrapper .feature-reports-gallery-description a{
    color: #00d0ff;
    text-decoration: underline currentcolor;
    user-select: auto;
}

.custom-shape-divider-bottom-1630602629 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1630602629 svg {
    position: relative;
    display: block;
    width: calc(201% + 1.3px);
    height: 22px;
}

.custom-shape-divider-bottom-1630602629 .shape-fill {
    fill: #EFF3F8;
}
.feature-reports-higlight-text{
  font-family:  open-sans-semibold, Arial, sans-serif;
}
.feature-reports-gallery-section::before{
  content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0);
   z-index: -1;
}
#featureGallery{
   /*background-image:url("../images/bg/download.svg");
  background-repeat:no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;*/
  position: relative;
  z-index: 1;
}

.fr-related-pages-section{
  /* background-color: #262629; white; */
  background: radial-gradient(#303034, #1b1c21 );
  padding: 1% 5%;
  text-align: center;
  position: relative;
  /*overflow: hidden;*/
}
/*.fr-related-pages-section::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(324deg, #ffffff08, transparent);
  left: -56px;
  top: -26px;
  z-index: 0;
}
.fr-related-pages-section::after {
  content: '';
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(324deg, #ffffff08, transparent);
  bottom: -21px;
  right: -55px;
  z-index: 0;
}*/
.fr-related-pages-title{
  font-size: 2em;
  margin: 20px;
  font-family:poppins-medium, Arial, sans-serif;
  color: #cacaca;
}
.fr-related-pages-card{
  max-width: 320px;
  width: 95%;
  min-height: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 10px;
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  color: #cfcfcf;
  background-color: rgba(26, 26, 26, .6);
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
  transition: transform 0.15s ease-in-out;
  backdrop-filter: blur(3px);
}
.fr-related-pages-card:hover{
    transform: translateY(-10px);
}
.fr-related-pages-card:hover .fr-related-card-button{
    text-decoration: underline;
}
.fr-related-pages-icon{
  font-size: 2.8em;
  opacity: 0.3;
}
.fr-related-pages-icon i{
  color: rgb(142, 142, 153) ;
  border-radius: 2px;
  padding: 2px;
  display: flex;
}
.fr-related-card-title{
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.fr-related-card-description{
   margin: 10px 0;
  opacity: 0.8;
}
.fr-related-card-button{
  font-family: work-sans-medium, Arial, sans-serif;
  /* color: #55a0ff; *//* #3f51b5; */
  color: #00d0ff;
  display: inline-block;
  margin-bottom: 10px;
}
.fr-related-card-button a:hover{
  opacity: 0.8;
}
.fr-related-card-button i{
  margin:0 3px;
  vertical-align: bottom;
}
/* .feature-reports-detailed-content-section-ripped-paper{
   position: absolute;
    z-index: 2;
    top: 93.5%;
    height: 70px;
    right: -8.5%;
    width: 116.8%;
    transform: rotate(180deg);
} */

.feature-reports-detailed-content-section::after{
       content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    /* background-color: #ffffff; */
    /* background-color: #282e3d; */
    z-index: 5;
    top: 95.3%;
    left: 0%;
    /* box-shadow:rgb(0 0 0 / 10%) 0px -10px 10px -8px; */
    /* box-shadow: rgb(0 0 0 / 15%) 0px -10px 8px -8px; */
}
.feature-reports-detailed-screenshot{
    width: 100%;
    height: auto;
    /* position: absolute; */
    /* left: 2.5%; */
    /* top: 0%; */
    border-radius: 3px;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px #acacac;
    border: 1px solid rgb(221, 221, 221);
    user-select: none;
    /* animation: fade-in-out 2s ; */
    /* animation: downwardMove 1s ease;
    transition: all 0.1s ease; */
}
.feature-reports-detailed-wrapper{
    /* background: white; */
    font-size: 0.8em;
    /* margin-bottom: 20px; */
}

/* .feature-reports-detailed-content-section:hover .feature-reports-detailed-wrapper{
  top: 10%;
  padding:15px 20px;
  box-shadow: 0px 0px 7px 1px #D6D6D6;
  animation: none;
  transition: all 0.5s ease;
} */
/* .feature-reports-detailed-content-section:hover .feature-reports-detailed-screenshot{
  filter: blur(3px);
} */

.cl-tbl-wrap-tbl-navigation:hover{
 color: #b1b1b1;
}

.fr-related-pages-wrap{
  display: flex;
  position: relative;
  width: max-content;
  margin: 15px 0px;
}
.fr-related-pages-wrap > a{
    display: flex;
}
.modal {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: fixed;
  z-index: 10;
  /* padding-top: 80px; */
  left: 0;
  top:8%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: rgba(0, 0, 0, 0.5); */
  backdrop-filter: blur(3.5px);
  /* animation: fadeIn 0.3s ease-in-out; */
}
.modal-slider-content {
  width: 40%;
  max-width: 615px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* vertical-align: top; */
  /* margin: 0px 0px 0px 25px; */
  /* height: 90vh; */
  padding: 20px;
  /* background: radial-gradient(rgba(7, 21, 47, 0.5), rgba(0, 4, 10, 0.15)); */
  background: radial-gradient(rgba(1, 14, 39, 0.5), rgba(0, 4, 10, 0) );
  backdrop-filter: blur(3px);
  border-radius: 5px;
}

.modal-title-wrapper{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.modal-title {
  font-family: poppins-medium, Arial, Helvetica, sans-serif !important; /*open-sans-semibold, Arial, sans-serif !important; */
  /* color: #5e5e5e; */
  color: #b6b6b6;
  font-size: 1.75em;
  /* margin-bottom: 12px; */

}
.after-change{
  transition: 3s;
  animation: fadeIn 0.4s;
}
.blured-eff {
  display: block;
  filter: blur(2px);
  transition: all 0.2s ease 0s;
}

.dot-pulse-container{
  position: absolute;
  top: 45%;
  left: 47%;
  z-index: 1;
}
.image-loading .dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  /* background-color: #9880ff;
  color: #9880ff; */
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
  color: rgb(54 64 79 / 50%);
}
.image-loading .dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  /* background-color: #9880ff;
  color: #9880ff; */
  color: rgb(54 64 79 / 50%);
}
.image-loading .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.image-loading .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}


@keyframes fadeIn {
  0% {
    opacity: 0.01;
    filter: blur(4px);
  }

  100% {
      opacity: 1;
      filter: blur(0px);
  }
}

.modal-content {
  /* background-color: #212636; */
  /* background-color: rgba(255, 255, 255, 0.1); */
  /* margin: 4% 0% 6%; auto; */
  /* padding: 20px; */
  /* border: 1px solid #363131; 
  border-radius: 5px;
  box-shadow: 0px 1px 8px #31313145; */
  /* border: 1px solid #ffffff14; */
  /* border-radius: 5px; */
  /* box-shadow: 0px 0px 20px -5px rgb(243 243 243 / 20%); */
  width: 55%;
  /* margin-top: 2%; */
  position: relative;
  /* overflow: hidden; */
  /* height: auto; */
  /* padding-top: 0px; */
  /* max-height: fit-content; */
  /* animation: upwardReveal 0.3s ease; */
  /* display: inline-block; */
  /* vertical-align: bottom; */
}
.modal-content .slider-desc-ul{
  display: none;
  /* font-size: 0.75em;
  color: #e5e5e5;
  text-align: left; */
}
.modal-content .close {
  color: #aaaaaa;
  font-size: 1.5em;
  float: right;
  /* position: absolute; */
  position: fixed;
  top: 80px;
  right: 0%;
  font-weight: bold;
  user-select: none;
  background: #2b2937;
  width: 30px;
  border-radius: 25% 0 0 25%;
  text-align: center;
}
.modal-image-div{
    /* margin: 4% 0% 6%; */
    padding: 15px;
    border: 1px solid #ffffff14;
    border-radius: 5px;
    /* box-shadow: 0px 0px 20px -5px rgb(243 243 243 / 20%); */
    position: relative;
    height: auto;
    max-height: fit-content;
    backdrop-filter: blur(1px);
    background-color: rgb(124 192 251 / 10%);
}
.modal-content img {
  width: 100%;
  user-select: none;
}
.modal-content .close:hover,
.modal-content .close:focus {
  color: #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  width: 100%;
  padding: 10px 0;
}
.modal-title-icon-div{
  text-align: center;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 1.15em;
}
.modal-title-icon-div p{
  /* display: none; */
}
.modal-quote-description-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}

.modal-title-desc{
  /* margin-bottom: 15px; */
  color: aliceblue;
  /* margin-top: 10px; */
  /* min-height: 20px; */
  /* display: inline-block;
  vertical-align: bottom; */
}
.modal-desc{
  color: #cbcbcb;
  font-size: 0.9em;
}
.modal-desc .slider-desc-ul li{
  padding: 12px;
}
.arrow{
  font-size: 3em;
  position: absolute;
  top: 42%;
  color: #d6d6d6;
  opacity: 0.4;
  cursor: pointer;
  text-shadow: 0px 0 20px #363636;
  transition: all 0.3s ease-in-out;
}
.arrow:hover{
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.arrow.left{
  left: -3.5%;
}
.arrow.right{
  right: -3.5%;
}
.arrow.nav-disabled{
  visibility: hidden;
  transition: all 300ms ease-in-out;
}



.feature-reports-dashboard-image-content-wrapper, .feature-reports-dashboard-slider-content-container{ color:white;}
.feature-reports-dashboard-image-content-wrapper p {color: rgba(255,255,255,0.8)}

.feature-reports-dashboard-highlight-wrapper:before {
  content: '';
  position: absolute;
  top: 20%;
  left: 15%;
  height: 60%;
  width: 70%;
  background-image: url(../images/bg/png-grid.png);
  background-size: 18%;
  border-radius: 28%;
  opacity: 0.05;
}

/* Dashboard Section hexagon animation */

.Polygons, .polygons-grp, .polygon-thin-shape, #Polygon_Thin_Shape_bottom, #SmallPolygons, #Circle, .dot-shape {
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.scale-img {
  position: absolute;
  max-width: 150px;
  width: 20%;
}
.shapes{
  position: absolute;
}

.feature-reports-dashboard-section .scale-img{
  animation: scale-img 15s infinite;
  filter: blur(1px);
}
.polygon-grp-1 {
  left: 25%;
  top: 5%;
}
.polygon-grp-2 {
  right: 5%;
  top: 5%;
}
.polygon-grp-3 {
  left: 0%;
  bottom: 10%;
}
.polygon-grp-4 {
  right: 30%;
  bottom: -5%;
}

/* Dashboard blur animation */
.bubble-fill {
  fill: #01bcfc;
}
.feature-reports-dashboard-section .Polygons .shapes:not(.fixed-anim){
  animation: moving-bubbles 30s infinite;
}
.feature-reports-dashboard-section .Polygons .shapes.fixed-anim{
  animation: fixed-bubbles 15s infinite;
}
.feature-reports-dashboard-section .Polygons .shapes{
  filter: blur(16px);
}

.Polygons .bubble-1 {
  width: 75px;
  right: 0%;
  bottom: -8%;
  animation-delay: -12s !important;
}
.Polygons .bubble-2 {
  width: 75px;
  right: 15%;
  bottom: -8%;
  animation-delay: -6s !important;
}
.Polygons .bubble-4 {
  width: 95px;
  right: 30%;
  bottom: -8%;
  animation-delay: 0s !important;
}
.Polygons .bubble-6 {
  left: 35%;
  bottom: -8%;
  width: 75px;
  animation-delay: -4s !important;
}
.Polygons .bubble-11 {
  left: 5%;
  bottom: -8%;
  width: 65px;
  animation-delay: -8s !important;
}

/* fixed bubbles */

.Polygons .bubble-3 {
  right: 6%;
  bottom: 10%;
  width: 95px;
  animation-delay: 8s;
}
.Polygons .bubble-5 {
  right: 22%;
  bottom: 35%;
  width: 85px;
  animation-delay: -1s;
}
.Polygons .bubble-7 {
  left: 28%;
  bottom: 1%;
  width: 55px;
  animation-delay: 15s;
}
.Polygons .bubble-8 {
  left: 50%;
  bottom: 7%;
  width: 100px;
}
.Polygons .bubble-9 {
  left: 60%;
  top: 15%;
  width: 60px;
  animation-delay: 18s;
}
.Polygons .bubble-10 {
  left: 15%;
  bottom: 30%;
  width: 55px;
  animation-delay: 3s;
}
.Polygons .bubble-12 {
  top: 12%;
  right: 8%;
  width: 65px;
  animation-delay: 6s;
}
.Polygons .bubble-13 {
  right: 41%;
  bottom: 38%;
  width: 85px;
  animation-delay: 15s;
}
.Polygons .bubble-14 {
  left: 5%;
  top: 10%;
  width: 95px;
  animation-delay: 15s;
}

.slidingHorizontal{
	display: inline;
	text-indent: 8px;
}

/*leftToRight Animation*/
@keyframes slide{
	0% { transform: translateX(-100%);opacity: 0.5; }
	100% { transform: translateX(15px);opacity: 1; }
}
@keyframes fade{
	0% { opacity: 0.001; }
	100% { opacity: 1; }
}
@keyframes fade-out{
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes fade-in-out{
	0% { opacity: 1; }
	50% { opacity: 0; }
  100% { opacity: 1; }
}
/*Vertical Flip Animation*/

@keyframes vertical{
	0% { opacity: 0.001; }
	5% { opacity: 0.001; transform: rotateX(180deg); }
	25% { opacity: 1; transform: translateY(0px); }
	50% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(0px); }
}

@keyframes pop{
	0% { opacity: 0.001; transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);}
	/* 80% { opacity: 0.65; } */
	100% { opacity: 1; transform: translateY(0px); }
  
	/* 0% { opacity: 0;}
	100% { opacity: 1; } */
}
@keyframes upwardRevealClose {
  0%{
    top: 0;
  }
  100%{
    top: 100%;
  }
}

@keyframes scale-img {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes moving-bubbles {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateY(-670%) ;
    opacity: 0;
  }
}
@keyframes fixed-bubbles {
  0% {
    transform: translate(0px , 0px);
  }
  25% {
    transform: translate(-30px , -30px) ;
  }
  50% {
    transform: translate(0px , -60px) ;
  }
  75% {
    transform: translate(30px , -30px) ;
  }
  100% {
    transform: translate(0px , 0px) ;
  }
}

@media only screen and (min-width: 1500px) {
    .feature-reports-header-content {
    /* width:50%; */
     max-width:none;
    }
    .feature-reports-top-wrapper{
     
    }
}
@media only screen and (max-width: 900px) {
    
    .feature-reports-top-content-wrapper{
      width: auto;
    }
    .feature-reports-top-img-wrapper{
      /* width: 60%; */
      display: none;
    }
    .feature-reports-top-section article{
        padding: 40px 0px 0px;
    }
    /* .feature-reports-top-section article:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(161deg, #033a7d, transparent );
    } */

    .feature-reports-top-wrapper{
      /* background: url(../images/feature-template-images/fr-banners/banner15.png); */
      padding: 1% 4%;
    }
    .feature-reports-dashboard-highlight-wrapper{
       /* background: url(../images/bg/bg-deep-blured.png); */
       padding: 8% 0% 4%;
       margin:0;
    }
    .feature-reports-dashboard-slider-container{
      margin-bottom: 0px;
    }

    .feature-reports-top-section article div{      
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .feature-reports-header-title, .feature-reports-export-content-div{
        opacity:0.99;
    }
}

/*
@media only screen and (min-width: 2000px) {
  .feature-reports-top-section {
  /*  background-position: 0px -185px ; 
}
}
@media only screen and (min-width: 2500px) {
  .feature-reports-top-section {
    background-position: 0px -285px; 
}
}
*/

@media only screen and (max-width: 1300px) {
    #featureReportsBannerDescription {
        max-height:unset;
        width:100%;
    }
    #featureReportsBannerDescription .slidesjs-control, #featureReportsBannerDescription .slidesjs-container {
        height:320px !important;
    }
}
@media (max-width: 992px){

  /* .overview-banner-content, .overview-reporting-img-wrapper {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 20px 0px;
  }
  .overview-banner-img {
    width: 75%;
    margin: 0;
  } */
  .feature-reports-dashboard-section{
    margin-top: -2px;
  }

  .slide-section-title{
    padding: 30px;
    padding-bottom: 0;
  }

  .overview-banner-content, .role-delegation-content{
      order: -1;
  }
  .overview-banner-img, .role-delegation-img{
      order: 2;
  }

  .role-delegation-img{
     width: 100% !important;
  }
  .role-delegation-content{
      width: 100% !important;
      max-width: fit-content !important;
  }
  .role-delegation-features-card{
      margin: 40px 5px !important;
  }
  .role-delegation-feature-card-inner{
     display: flex !important;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
  }
}
@media only screen and (max-width: 500px) {
     #featureReportsBannerDescription {
        width:100%;
    }
     .feature-reports-banner-key-description-container{
         width:95%;
     }
    #featureReportsBannerDescription .slidesjs-control, #featureReportsBannerDescription .slidesjs-container {
        height:300px !important;
    }
    .feature-reports-export-title{
        font-size:13px;
    }
    .feature-reports-banner-key-description-content{
        font-size:11px;
    }
    .feature-reports-export-content-div{
        margin-left:0;
    }
    .feature-reports-export-content-div-wrapper{
        padding:8px;
    }
    .slidesjs-navigation{
        padding:8px 10px;
        top:95%;
    }
    #featureReportsBannerDescription .slidesjs-previous{
        right:50px;
    }
    #featureReportsBannerDescription .slidesjs-next{
        right:10px;
    }
    .feature-reports-dashboard-section .Polygons .shapes.fixed-anim{
      animation: none;
    }
}