/* STAR RATING */

@font-face {
    font-family: Barlow-BoldItalic;
    src: url('../../_layouts/15/RGICLSelfHelpWebParts/CsatAndNPSAssetsNew/Fonts/Barlow-BoldItalic.ttf');
}

@font-face {
    font-family:Barlow-Medium;
    src: url('../../_layouts/15/RGICLSelfHelpWebParts/CsatAndNPSAssetsNew/Fonts/Barlow-Medium.ttf');
}

@font-face {
    font-family: Barlow-Regular;
    src: url('../../_layouts/15/RGICLSelfHelpWebParts/CsatAndNPSAssetsNew/Fonts/Barlow-Regular.ttf');
}

@font-face {
    font-family: Barlow-SemiBold;
    src: url('../../_layouts/15/RGICLSelfHelpWebParts/CsatAndNPSAssetsNew/Fonts/Barlow-SemiBold.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .clearfix {
    clear: both;
  }
  main{
      background-color: #fff;
      font-family: 'Barlow', sans-serif;
      max-width: 750px;
      width: 99%;
      padding: 15px;
      margin: 0 auto;
  }
  .text-center {
    text-align: center;
  }
  
  a {
        text-decoration: none;
  }
  
  a:hover {
    color: #2196f3;
  }
  
  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .line {
    background: #908c8c;
    height: 3px;
    width: 48%;
    margin: 8px auto;
    display: flex;
}
  /* LOGO */
.logo {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
header {
    background-color: #ffffff;/*Change Bgcolor*/
    /*padding: 20px 0;*/
}
  .logo-img{
    width: 300px;
    text-align: center;
    /*margin: 20px auto 25px auto;*/
  }
  .header {
    padding: 20px 0;
    position: relative;
    margin-bottom: 10px;
    background-color: #0BADDA;  /*added*/
  }
  
  .header:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 30%;
    right: 30%;
  }
  
  .header h2 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0.2em;
  }
  
  .header p {
    font-size: 14px;
  }
  
  /* MAIN SECTION */
  .hero-main-img{
      width: 100%;
  }
  .hero-img{
      width: 640px;
  }

  /* MAIN SECTION TEXT */
.hero-main-text {
    width: 88%;
    margin: auto;
    /* transform: translateY(-50px); */
    background: #fff;
    padding: 15px 40px 35px 40px;
}
.star-rating label img {
    width: 65%;
}
  .hero-text{
      margin-bottom: 0;
  }
  p.hero-text{
      font-weight: 400;
      line-height: 30px;
      font-size: 20px;
      color: #3b3b3b;
      /*text-align: center;*/
      margin: auto 0;
  }
  /* Rating Star */
  .rating-stars.text-center h3{
    font-size: 20px;
    font-weight: 700;
    width: 90%;
    line-height: 32px;
    color: #174e86;
    margin: 0 auto;
  }
  #a-footer {
    margin: 20px 0;
  }
  
  .new-react-version {
    padding: 20px 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
  }
  
  .new-react-version .react-svg-logo {
    text-align: center;
    max-width: 60px;
    margin: 20px auto;
    margin-top: 0;
  }
  
  .success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
  }
  
  .success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  
  .success-box > div {
    vertical-align: top;
    display: inline-block;
    color: #888;
  }
  
  /* Rating Star Widgets Style */
  .rating-stars ul {
    list-style-type: none;
    padding: 0;
  
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .rating-stars ul > li.star {
    display: inline-block;
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size: 4.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
  }
  .rating-stars ul > li.star > img{
  width: 5rem;
  cursor: pointer;
  transition: all 0.65s;
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
  }

  .rating.rating-5 i{
    cursor: pointer;
  }
  .excellent.rating-stars ul > li.star > i.fa {
    font-size: 3em;
  }
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color: #ffcc36;
  }
  .rating-stars ul > li.star:hover > img{
    transition: all 0.65s;
	transform: scale(.7) rotateY(360deg);
  filter: grayscale(50%);
  /* box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1); */
  
  
  }
  .rating-stars ul > li.star.hover > img {
    filter: grayscale(50%);
  }
  .rating-stars.excellent ul > li.star.hover > i.fa {
    color: #ffcc36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color: #ff912c;
    box-shadow: 0 0 15px #0b50a1;
  }
  .rating-stars ul > li.star.selected > img {
    filter: grayscale(0%);
    transform: scale(1);

   
  }
  .rating-stars ul > li.star.selected:hover > img {
    
    transform: scale(.7);

   
  }
  .rating-stars.excellent ul > li.star.selected > i.fa{
    color: #ff912c;
  }
  .rating-stars.excellent h2{
      font-family: Barlow-BoldItalic;
      color: #0d49a1;
      font-weight: 700;
      font-size: 40px;
      list-style: 1.2;
      text-transform: uppercase;
      margin: .4rem auto .8rem auto;
  }
  .rating-stars.excellent h3{
    font-family: Barlow-SemiBold;
    font-size: 20px;
    line-height: 32px;
    color: #174e86;
    width: 90%;
    text-align: center;
    text-transform: none;
  }
  .rating-stars.excellent .line{
      width:28%;
  }
  /* SMILE */
  .smile.stars{
      margin: 1.8rem 0;
  }

  .rating-wrapper {
    max-width: 100%;
    margin: 5px auto;
    background: #fff;
    /* padding: 1em; */
    border-radius: 3px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
  }
  /* .rating-wrapper .rating-label {
    text-align: center;
    font-weight: 700;
    display: block;
  } */
  .rating-wrapper .ratingItemList {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
  }
  .rating-wrapper input.rating {
    display: none;
  }
  .rating-wrapper label.rating {
    padding: 5px 3px;
    font-size: 32px;
    opacity: 0.7;
    filter: grayscale(1);
    cursor: pointer;
  }
  .rating-wrapper label.rating:hover {
    filter: grayscale(0.84);
    transform: scale(1.1);
    transition: 100ms ease;
  }
  .rating-wrapper input.rating:checked + label.rating {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
  }
  
  
  .disputelab_logo {
    width: 140px;
    position: absolute;
    top: 1em;
    left: 50%;
    margin-left: -70px;
  }
  /* ASSIST */
 
  .ratingItemList .rating:hover{
    animation: up-and-down 2s ease-in-out infinite alternate;
  }
  @keyframes up-and-down {
    0% {
      transform: translate(0%, -5%);
    }
    100% {
      transform: translate(0%, -10%);
    }
  }
  .r1{
    background-image: url('../img/1.png');
  }
  .r2{
    background-image: url('../img/2.png');
  }
  .r3{
    background-image: url('../img/3.png');
  }
  .r4{
    background-image: url('../img/4.png');
  }
  .r5{
    background-image: url('../img/5.png');
  }
  .r6{
    background-image: url('../img/6.png');
  }
  .r7{
    background-image: url('../img/7.png');
  }
  .r8{
    background-image: url('../img/8.png');
  }
  .r9{
    background-image: url('../img/9.png');
  }
  .r10{
    background-image: url('../img/10.png');
  }
  
  

  /* BUTTON */

  
  .submit{
    background: #0badda;
    padding: 8px 62px;
    font-size: 22px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 12px;
    border: 2px solid #0badda;
    font-family: Barlow-SemiBold;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .submit:hover{
    /* transform: translateY(-8px); */
    background-color: #fff;
    /* letter-spacing: 1px; */
    color: #0badda;
    border: 2px solid #0badda;
  }
 .foot_sec p{
    font-family:Barlow-Medium;
    font-size: 12px;
    line-height: 20px;
    color: #3b3b3b;
    text-align: center;
    margin: 0 auto;
 }
 .foot_sec p span{
     color: #0d49a1;;
 }
 .foot_icon{
     margin: .7rem 0;
     display: flex;
     justify-content: center;
 }
 .foot_icon img{
    background-color: #8e908f;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin: 0 0.4rem;
    text-align: center;
 }
 /* .foot_icon i:before, .foot_icon i:before{
     font-size: 18px;
    line-height: 1.4;
     color: #fff;
    
     
 } */
 .fa-star{
   /* content: ''; */
   height: 35px;
   width: 25px;
   background-image: url('../../_layouts/15/RGICLSelfHelpWebParts/CsatAndNPSAssetsNew/img/star.png') ;
   background-repeat: no-repeat;
   background-size: cover;
   /* background-color: #fff200; */
   z-index: 1;

 }
 .rating-no{
  display: block;
  width: 2rem;
  margin: 0.4rem auto;
  font-size: 1.2rem;
 }

 .em, .em-svg {
height: 1.5em;
width: 1.5em;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
vertical-align: middle;
}
 
 /* responsive */
 @media screen and (max-width: 575px) {
.star-rating label {
    font-size: 14px;
}
.foot_sec p {
    font-size: 11px;
}
   main{
     padding: 0 5px;
   }
  .hero-img {
    width: 99%;
    text-align: center;
    margin: 0 auto;
  }
  .hero-main-text {
    width: 90%;
  }
  p.hero-text{
    line-height: 1.4;
    font-size: 14px;
  }
  .rating-stars.text-center h3 {
    font-size: 24px;
    width: 75%;
  }
  .rating-wrapper .ratingItemList {
    width: 75%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0 2rem;
}
.smile .rating-wrapper .rating-label .ratingItemList label{
  width: 13%;
}
}

@media screen and (max-width: 530px) {
.foot_sec p {
    font-size: 11px;
}
  .hero-img {
    width: 100%;
  }
  .rating-stars.text-center h3 {
    width: 95%;
  }
  .rating-wrapper .ratingItemList {
    width: 80%;
  }
  .rating-no{
    width: auto;
    font-size: 0.8rem;
  }
.star-rating label {
    font-size: 14px;
}
}
@media screen and (max-width: 490px) {
.foot_sec p {
    font-size: 11px;
}
.smile .rating-wrapper .rating-label .ratingItemList label{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.rating-no{
  width: 85%;
  margin-right: 0;
}
.star-rating label {
    font-size: 14px;
}
}
@media screen and (max-width: 487px) {
.foot_sec p {
    font-size: 11px;
}
  .smile .rating-wrapper .rating-label .ratingItemList label{
    width: 10%;
  }
  .rating-no{
    width: 100%;
    margin-right: 0.4rem;
    margin-left:  0.4rem;
  }
 .star-rating label {
    font-size: 14px;
}
}
@media screen and (max-width: 480px) {
  .hero-main-text{
    padding: 15px 20px 0 20px;
  }
  .rating-stars ul > li.star > i.fa {
    font-size: 4em;
  }
  .rating-stars ul > li.star > img{
    width: 4em;
  }
  .rating-wrapper .ratingItemList {
    width: 80%;
    gap: 0 1rem;
}

.smile .rating-wrapper .rating-label .ratingItemList label{
  width: 15%;
}
.rating-no {
  width: auto;
}
.star-rating label {
    font-size: 14px;
}
.foot_sec p {
    font-size: 11px;
}
}
@media screen and (max-width: 440px) {
  .rating-stars ul > li.star > img{
    width: 3.5em;
  }
}
@media screen and (max-width: 425px) {
  .hero-main-text{
    transform: translateY(-10px);
  }
  p.hero-text {
    line-height: 1.3;
    font-size: 14px;
}
.rating-stars.text-center h3{
  width: 100%;
  font-size: 22px;
}

.rating-stars ul > li.star > i.fa {
  font-size: 3em;
}
.rating-wrapper .ratingItemList {
  width: 90%;
}
.star-rating label {
    font-size: 14px;
}
.foot_sec p {
    font-size: 11px;
}
}

@media screen and (max-width: 375px) {
  p.hero-text {
    line-height: 1.4;
    font-size: 14px;
}
.rating-stars.text-center h3{
  font-size: 18px;
  line-height: normal;
}
.star-rating label {
    font-size: 14px;
}
.rating-wrapper .ratingItemList {
  width: 100%;
  gap: 0;
}

.smile .rating-wrapper .rating-label .ratingItemList label{
  width: 20%;
  justify-content: center;
  align-items: center;
}
.smile .rating-wrapper .rating-label .ratingItemList label i{
  width: 1em;
  height: 1em;
}
.rating-no {
  width: 35%;
}
.star-rating label {
    font-size: 14px;
}
.foot_sec p {
    font-size: 11px;
}
}

@media screen and (max-width: 320px) {
  .hero-main-text {
    padding: 10px 7px;
}
.rating-stars.text-center h3 {
  font-size: 17px;
  line-height: 1.4;
}
.rating-stars ul > li.star > img{
  width: 2.5em;
}
.rating-wrapper label.rating{
  font-size: 28px;
}
.star-rating label {
    font-size: 14px;
}
.foot_sec p {
    font-size: 11px;
}
}



.star-rating {
  direction: rtl;
  display: flex;
  padding: 15px 0;
  cursor: default;
  justify-content: center;
}
span.titles {
    display: block;
}
.star-rating input[type=radio] {
  display: none;
}
.star-rating label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}



.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-main-star-1 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-main-star-2 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 450px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-inner p {
    font-size: 18px;
    text-align: center;
    font-family: arial;
    line-height: 26px;
    margin-top: 0;
}
.pop-up-content-wrap {
    text-align: center;
}
.custom-model-inner .inputfield-style {
    width: 75%;
    padding: 14px;
    border: 1px solid #d5d5d5;
    margin: 0 auto;
    margin-bottom: 25px;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay,
.model-open .bg-overlay2 {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay,
.bg-overlay2 {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn,
.close-btn2 {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
.downloadbtns {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.downloadbtns img {
    width: 100%;
}
.downloadbtns li {
    width: 30%;
}
a.goback-button {
    background-color: #0BADDA;
    color: #ffffff;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 1;
    font-size: 18px;
}
