@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-style: normal;
}
/* section#rateform {
    height: 100%;
} */
input,
select,
textarea {
  touch-action: manipulation;
}
@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
.content_faces {
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: grid;
  /* align-content: center;    */
  /* background: #f8f8f8; */
  padding: 0 10px;
}
div#directRatingStar {
  height: 100vh;
  align-content: flex-start;
}
div#showFacesSwitch {
  height: auto;
  align-content: flex-start;
}
.hed1 {
  text-align: center;
  /* font-family: "Libre Baskerville", serif; */
}
.hed1 h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.emo {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.emo h4 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 8px 0px;
}
.emo img {
  width: 72px;
  margin-bottom: 4px;
}
.emo a {
  color: inherit;
  text-decoration: none;
}
body {
  margin: 0;
}
.main {
  background: #012b39;
}
.content {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
  /* height: 100%; */
  display: grid;
  align-content: center;
  padding-top: 30px !important;
}
.hed {
  text-align: center;
  padding: 0px;
  margin-bottom: 40px;
}
.hed h2 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.fom .inp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.fom .inp label {
  width: 100%;
  color: #fff;
  margin: 0 0 10px;
  font-family: "Raleway", sans-serif;
}
.fom .inp input,
.fom .inp textarea {
  width: 100%;
  border-radius: 6px;
  padding: 12px 15px 12px 16px;
  border: 1px solid #204756;
  background: #204756;
  color: #fff;
  outline: 0;
}
.fom .inp input::placeholder,
.fom .inp textarea::placeholder {
  color: #f1f1f180;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}
.fom .inp button {
  width: 100%;
  background: #207b8e;
  border: 1px solid #207b8e;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}
.fom .inp textarea {
  min-height: 80px;
}
.btna {
  width: 100%;
  background: #207b8e;
  border: 1px solid #207b8e;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  background: #204756;
  border: 1px solid #204756;
  text-align: center;
  cursor: pointer;
}
span.lf,
span.rt {
  width: 40%;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  position: absolute;
}
.othr {
  display: flex;
  justify-content: center;
  position: relative;
}
span.lf {
  left: 0;
  top: 50%;
  bottom: 50%;
}
span.rt {
  right: 0;
  top: 50%;
  bottom: 50%;
}
span.ct {
  color: #fff;
  padding: 10px 0 10px 0;
}
.fom .inp.rvw button {
  background: #204756;
  border: 1px solid #204756;
}
.inp.rvw {
  margin-top: 25px;
}
.invalid-feedback {
  color: red;
}
.error {
  color: red;
}
.success {
  color: green;
}

.ratingdiv {
  color: #acacac;
  width: 100%;
}
/* hide */
/* .ratingdiv {
    display: none;
} */

.one {
  color: rgb(255, 0, 0, 1);
}

.two {
  color: rgb(255, 0, 0, 1);
}

.three {
  color: rgb(231 154 26);
}

.four {
  color: rgb(231 154 26);
}

.five {
  color: rgb(24, 159, 14);
}
.successMessageText {
  width: 100%;
  /* background: #ffffff; */
  /* border: 1px solid #207B8E; */
  /* padding: 84px; */
  border-radius: 10px;
  font-size: 19px;
  color: #121111;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  /* background: #204756; */
  /* border: 1px solid #204756; */
  text-align: center;
  line-height: 21px;
}
.successMessageBox {
  margin-top: 47px;
  background-color: #fff;
  padding: 76px 42px;
  border-radius: 11px;
}

.hed h1,
.hed1 h1 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 7px;
}

.hed p,
.hed1 p {
  font-size: 16px;
  margin-top: 0;
  line-height: 22px;
}
.text-white {
  color: white;
}

.mb-0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 500px) {
  .content {
    max-width: 100%;
    width: 90%;
    padding: 0px 0px 10px;
  }
  .fom .inp label {
    margin: 0 0px 12px;
  }
  .fom .inp {
    margin-bottom: 20px;
  }

  .main_no_bg .content {
    padding: 0px !important;
    max-width: 100%;
    width: 100%;
  }
  .ratings_dtls {
    padding: 20px;
  }

  .content_faces {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: grid;
    /* align-content: center; */
    /* background: #f8f8f8; */
    padding: 0;
  }
}

/* Ratings High css starts */

.main_no_bg {
  background-color: white;
}

/* .main_no_bg .content {
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
    height: 100vh;
    display: grid;
    align-content: flex-start;
    padding: 0px 30px 10px;
} */

.hed_bg {
  background: #012b39;
  text-align: center;
  padding: 30px 0 20px 0;
}

.hed_bg img {
  width: 140px;
}

.hed_bg {
  background: #012b39;
  text-align: center;
  padding: 30px 0 20px 0;
}

.ratings_dtls {
  text-align: center;
}
.ratings_dtls h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 5px;
}

/* .ratings_dtls p {
    font-size: 16px;
    margin-top: 0;

    line-height: 22px;
} */

.mb_30 {
  margin-bottom: 30px;
}

.butn,
.butn:hover {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background: #e79a1a;
  border-radius: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.butn2,
.butn2:hover {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background: #082b39;
  border-radius: 6px;
  text-transform: uppercase;
}

/* @media screen and (max-width: 500px) {


    .main_no_bg .content {
        padding: 0px !important;
        max-width: 100%;
        width: 100%;
    }
    .ratings_dtls {
        padding: 20px;
    }
} */

/* Ratings High css ends */

/* Ratings High css starts */

.main_no_bg {
  background-color: white;
}

/* .main_no_bg .content {
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
    height: 100vh;
    display: grid;
    align-content: flex-start;
    padding: 0px 30px 10px;
} */

.hed_bg {
  background: #012b39;
  text-align: center;
  padding: 30px 0 20px 0;
}

.hed_bg {
  background: #012b39;
  text-align: center;
  padding: 30px 0 20px 0;
}

.ratings_dtls {
  text-align: center;
}
.ratings_dtls h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 5px;
}

/* .ratings_dtls p {
    font-size: 16px;
    margin-top: 0;
    line-height: 22px;
} */

.mb_30 {
  margin-bottom: 20px;
}

.butn,
.butn:hover {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background: #e79a1a;
  border-radius: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.butn2,
.butn2:hover {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background: #082b39;
  border-radius: 6px;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .main_no_bg .content {
    padding: 0px !important;
    max-width: 100%;
    width: 100%;
  }
  .ratings_dtls {
    padding: 20px;
  }
}

/* Ratings High css ends */

/* Ratings High css starts */

.main_no_bg {
  background-color: white;
  /* background-color: #012B39; */
}

.main_no_bg .content {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  display: grid;
  /* align-content: flex-start; */
  padding: 0;
  background: #082b39;
  color: white;
}

.hed_bg {
  background: #012b39;
  text-align: center;
  padding: 30px 0 20px 0;
}

.hed_bg img {
  width: 150px;
}

.hed_bg {
  background: #012b39;
  text-align: center;
  padding: 0px 0 20px 0;
}

.ratings_dtls {
  text-align: center;
  padding: 0px 20px;
}

.ratings_dtls2 {
  text-align: center;
  padding: 0px 20px;
  /* height: calc(90vh - 125px); */
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.ratings_dtls h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ratings_dtls p {
  font-size: 16px;
  margin-top: 0;

  line-height: 22px;
}

.mb_30 {
  margin-bottom: 25px;
}

.butn,
.butn:hover {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background: #e79a1a;
  border-radius: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.butn2,
.butn2:hover {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background: #207b8e;

  border-radius: 6px;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .main_no_bg .content {
    padding: 0px !important;
    max-width: 100%;
    width: 100%;
  }
  .ratings_dtls {
    /* padding: 20px; */
    padding: 0px 20px;
  }
}

/* Ratings High css ends */

div#directRatingStar {
  height: auto !important;
  align-content: flex-start;
  /* margin: 4px 18px; */
  width: 92%;
  margin: 0 auto;
}

.star {
  font-size: 5.5vh;
  cursor: pointer;
  display: inline-block;
  margin: 0px 5px;
  /* color: rgb(231 154 26 / 50%); */
}

button#showSadAndHappyFaceOnly {
  width: 100%;
  background: #207b8e;
  border: 1px solid #207b8e;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}

.lf,
.rt {
  text-align: center;
  color: #212121;
}

.lf h4,
.rt h4 {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.modal-content {
  width: 90% !important;
  margin: 0 auto;
  border-radius: 20px !important;
  border: none !important;
  font-size: 18px;
}

.modal-body h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px !important;
  color: #212121;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
}

.px_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ratings_dtls h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px !important;
  margin-top: 16px;
  font-family: "Raleway", sans-serif;
}

.ratings_dtls button {
  font-family: "Raleway", sans-serif;
}
