@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.global_gs {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  padding: 0px 10px;
  padding-bottom: 60px;
}

.position_fixed_gs {
  position: fixed;
  width: 100px;
  z-index: 999;
  left: 0;
  bottom: 0;

  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
  transition: linear 0.3s;
}

.position_fixed_gs:hover {
  transition: linear 0.3s;
  opacity: 1;
}

.position_fixed_gs_cont {
  position: relative;
  display: flex;
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;

  background: #0685f8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 5px 5px 0px;
}

.position_fixed_gs_img {
  position: absolute;
  left: 25px;
  z-index: 8;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
}

.position_fixed_gs_img img {
  width: 100%;
}

.posfix_gs_title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19px;
  z-index: 9;
  color: #ffffff;
  margin-top: 10px;
}

.posfix_gs_starts {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px 0px;
}

.posfix_gs_starts .stars_rev_card {
  display: flex;
  width: 15%;
  margin: 2px;
  z-index: 9;
}

.posfix_gs_starts .yellow {
  color: #fac801;
}

.posfix_gs_starts .gray {
  color: rgba(255, 255, 255, 0.555);
}

.posfix_gs_ball {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #ffffff;
}

.stars_rev .yellow {
  color: #fac801;
}

.stars_rev .gray {
  color: gray;
}

.all_rev_inf_line .yellow {
  color: #fac801;
}

.all_rev_inf_line .gray {
  color: gray;
}

/* line_name */
.line_name {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 25px;

  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: left;
}

/* /line_name */

/* card_rev */

.card_rev {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}

.btn_rev {
  display: flex;
  width: 180px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0685f8;
  margin-bottom: 25px;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  transition: linear 0.3s;
  color: #ffffff;
  border: 1px solid white;
  cursor: pointer;
}

.btn_rev:hover {
  background: white;
  color: black;
  border: 1px solid #0685f8;
  transition: linear 0.3s;
}

.btn_rev_text {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #000000;
}

.line_rev {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.stars_rev {
  display: flex;
}

.stars_rev_card {
  display: flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 5px;
}

.pr_rev {
  display: flex;
  width: 50px;

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-right: 10px;
  text-align: right;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.7);
}

.revs_rev {
  display: flex;
  width: auto;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  color: #0685f8;
}

.global_rev {
  display: none;
}

.local_rev {
  display: flex;
}

/* /card_rev */

/* all_rev */

.all_rev {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.all_rev_cont {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
}

.all_rev_card_l {
  display: flex;
  width: 70%;
  flex-direction: column;
  margin-right: 10px;
}

.all_rev_card_r {
  display: flex;
  width: 30%;
  flex-direction: column;
}

/* all_rev_card_l_card */
.all_rev_card_l_card {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: auto;
  border: 2px dashed #0685f8;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.all_rev_inf {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  margin-right: 55px;
}

.all_rev_inf_line {
  display: flex;
  width: 100%;
  align-items: center;
}

.all_rev_text {
  display: flex;
  width: 100%;
}

.all_rev_text {
  display: flex;
  width: auto;

  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-right: 10px;
}

.all_rev_inf_line .gray {
  display: flex;
  width: 14px;
  height: 14px;
  color: gray;
  margin-right: 5px;
}

.all_rev_inf_line span {
  display: flex;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0685f8;
  margin-top: 5px;
}

.allrevtext {
  display: flex;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

/* l_select */

.l_select {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.ls_text {
  display: flex;
  width: auto;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-right: 15px;
  transition: linear 0.3s;
  cursor: pointer;
  border-bottom: 2px solid #0683f800;
}

.ls_texth:hover {
  transition: linear 0.3s;
  /* border-bottom: 2px solid #0685f8; */
  border-bottom: 2px solid #0683f8b2;
  color: #066ff8;
}

/* reviews_gs */

.reviews_gs {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.reviews_gs_card {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reviews_gs_profile {
  display: flex;
  width: 100%;
  align-items: flex-start
}

.reviews_gs_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  width: 100px;
}

.reviews_img {
  display: flex;
  width: 65px;
  height: 65px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  background: #2461ff;
  border-radius: 50%;
}

.reviews_img img {
  width: 100%;
}

.reviews_name {
  display: flex;
  text-align: center;

  font-style: normal;
  font-size: 16px;
  color: black;
}

.reviews_gs_line_info {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rev_line_stars,
.rev_line_date,
.rev_line_question {
  display: flex;
  width: 100%;
}

.rev_line_stars .gray {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  color: grey;
}

.rev_line_stars .yellow {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  color: #fac801;
}

.ball_gs {
  display: flex;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.rev_line_date {
  display: flex;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin: 5px 0px;
}

.rev_line_question {
  display: flex;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.click_like {
  display: flex;
  width: 18px;
  height: 18px;
  color: #0685f8;
  margin: 0px 5px;
  cursor: pointer;
}

.click_dislike {
  display: flex;
  width: 18px;
  height: 18px;
  color: red;
  cursor: pointer;
  margin: 0px 5px;
}

.num_gs {
  display: flex;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

/* reviews_gs_rev */

.reviews_gs_rev {
  display: flex;
  width: 100%;
  padding-left: 100px;
  flex-direction: column;
  margin-top: 20px;
}

.reviews_gs_rev p {
  display: flex;
  width: 100%;

  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #000000;
}

.reviews_gs_rev p b {
  margin-right: 5px;
}

@media screen and (max-width: 950px) {
  .global_rev {
    display: flex;
  }

  .all_rev_inf {
    margin-right: 10px;
  }

  .local_rev {
    display: none;
  }

  .all_rev_card_l_card {
    width: 100%;
    margin-right: 0;
  }

  .all_rev_card_r {
    display: none;
  }

  /* reviews_gs_rev */
  .reviews_gs_rev {
    padding-left: 0;
  }

  .all_rev_card_l {
    width: 100%;
  }

  .reviews_gs_img {
    margin-right: 13px;
  }
}

@media screen and (max-width: 800px) {
  .position_fixed_gs {
    /* width: 100%; */
    bottom: 0;
  }

  .position_fixed_gs:hover {
    width: 100%;
    transition: linear 0.3s;
  }

  .position_fixed_gs:hover .position_fixed_gs_cont {
    border-radius: 0;
    transition: linear 0.3s;
  }

  .posfix_gs_title {
    text-transform: none;
  }
}

/* modal screan  */

.modal_screan_gs {
  position: absolute;
  top: 100px;

  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  justify-content: center;
  align-items: flex-start;
  /*background: rgba(0, 0, 0, 0.37);*/

  visibility: hidden;
  opacity: 0;

  transition: linear 0.3s;
}

.modal_screan_gs_active .modal_screan_gs {
  visibility: visible;
  opacity: 1;
  transition: linear 0.3s;
}

.modal_screan_gs::-webkit-scrollbar {
  width: 0px;
  opacity: 0;
}

.modal_screan_gs::-webkit-scrollbar-track {
  background: none;
  opacity: 0;
}

.modal_screan_gs::-webkit-scrollbar-thumb {
  background: none;
  opacity: 0;
  display: none;
}

.modal_screan_cont {
  position: relative;
  display: flex;
  width: 99%;
  max-width: 500px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 19%);
  margin-top: 5%;
  margin-bottom: 5%;
}

.modal_screan_cont .gs_close {
  position: absolute;
  top: 30%;
  right: 15px;
  display: flex;
  height: 100%;
  cursor: pointer;
  font-size: 25px;
  color: white;
}

.modal_header {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  text-align: left;
  background: #066ff8;

  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 17px;
  color: white;
}

.modal_header_border {
  display: flex;

  width: 95%;
  margin: 10px 0px 10px 0px;
  padding: 15px 15px;
  border: 2px dashed #066ff8;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.modal_header_text {
  display: flex;
  width: auto;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  color: black;
}

.modal_header_border .stars_rev_card {
  display: flex;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.modal_header_border .yellow {
  color: #fac801;
}

.modal_header_border .gray {
  color: grey;
}

.modal_screan_cont input {
  display: flex;
  width: 95%;
  height: 40px;
  border: none;
  background: none;

  border-bottom: 1px solid #066ff8;
  margin-bottom: 15px;

  outline: none;
  font-size: 16px;

  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 0px 0px 3px 3px;
}

.modal_screan_cont textarea {
  display: flex;
  width: 95%;
  height: 100px;
  border: none;
  background: none;
  resize: none;
  border: 1px solid #066ff8;
  margin-bottom: 15px;

  outline: none;
  font-size: 16px;

  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 5px 0px 3px 3px;
}

.modal_screan_cont button {
  display: flex;
}

.modal_screan_cont button {
  display: flex;
  /*width: 180px;*/
  height: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0685f8;
  margin-bottom: 25px;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  transition: linear 0.3s;
  color: #ffffff;
  border: 1px solid white;
  cursor: pointer;
}

.modal_screan_cont button:hover {
  background: white;
  color: black;
  border: 1px solid #0685f8;
  transition: linear 0.3s;
}

@media screen and (max-width: 500px) {
  .modal_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
  }

  .modal_screan_cont .gs_close {
    position: relative;
    top: auto;
    right: auto;

    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .modal_header_border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .strs {
    padding: 10px 0px;
  }

  .modal_header_border .stars_rev_card {
    display: flex;
    height: 40px;
    width: 40px;
  }
}

/* input css */

input[type="radio"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.active_s1 .s1 {
  color: #fac801;
}

.active_s2 .s2 {
  color: #fac801;
}

.active_s3 .s3 {
  color: #fac801;
}

.active_s4 .s4  {
  color: #fac801;
}

.active_s5 .s5 {
  color: #fac801;
}

.strs label img {
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 500px){
  .strs img {
      width: 45px;
  }

.reviews_gs_profile,.reviews_gs_rev p {
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.reviews_gs_rev p {
  align-items: flex-start
}
.reviews_gs_img{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
}

.reviews_name{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
margin-bottom: 15px;
}
}
/* /input css */
