  /*
 Backend: Softby
 Web: www.softby.net
 Phone: +90537 681 80 46
#fixcom{
    display: none;
}
@media screen and (max-width: 800px) {
    #fixcom{
        display: block;
        background-color: #0e224d;
        border-top: 1px solid #fd9636;
        height: 60px;
    }
    }
    */
    @media screen and (max-width: 991px) {
        #login-png{
            display: none;

        }
        }

          /* Translate */
          #goog-gt-tt {display:none !important;}
          .goog-te-banner-frame {display:none !important;}
          .goog-te-menu-value:hover {text-decoration:none !important;}
          body {top:0 !important;}
          #google_translate_element2 {display:none!important;}

    ::-webkit-scrollbar {
        width: 10px;
        border-radius:200px;
      }

      /* Track */
      ::-webkit-scrollbar-track {
        background: #fff;
         border-radius:200px;
      }

      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #425a8b;
         border-radius:200px;
      }

      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: #0e224d;
         border-radius:200px;
      }
  /*
    .center-fix{
        margin:auto;
    }


    #fix-style{
        background: #ddd0;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 200px;
    width: 44px;
    height: 44px;
    margin: 0px 12px 0px 24px;
    }
*/
.star-rating {
    display: flex;

    width: 160px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 40px;
    position: relative;
  }
  /* hide the inputs */
  .star-rating input {
    display: none;
  }
  /* set properties of all labels */
  .star-rating > label {
    width: 30px;
    height: 30px;
    font-family: Arial;
    font-size: 30px;
    transition: 0.2s ease;
    color: orange;
  }
  /* give label a hover state */
  .star-rating label:hover {
    color: #ff69b4;
    transition: 0.2s ease;
  }
  .star-rating label:active::before {
    transform:scale(1.1);
  }

  /* set shape of unselected label */
  .star-rating label::before {
    content: '\2606';
    position: absolute;
    top: 0px;
    line-height: 26px;
  }
  /* set full star shape for checked label and those that come after it */
  .star-rating input:checked ~ label:before {
    content:'\2605';
  }

  @-moz-document url-prefix() {
    .star-rating input:checked ~ label:before {
    font-size: 36px;
    line-height: 21px;
    }
  }
