/*-------------- points */

.before_points {
  width: 20px;
  border: unset;
  height: 34px;
  padding: unset;
  position: absolute;
  right: 0px;
}


div.points {
height: 32px;
width: 32px;
border-radius: 16px;
    cursor: pointer;
    border: 1px solid #afafaf00;
    float: right;
    z-index: 1; 
    padding: unset;
    margin: unset;
        transition: 0.5s;
  }.points span {
      display: inline-block;
      width: 1px;
      margin-left: 4px;
      margin-right: 4px;     z-index: -1;
      position: relative;
  }
  .points:hover {
    border: 1px solid #e0e0e0;
}
  .iz_points {
      position: relative;
      height: 0px;
      border: 1px solid #ff000000;
      padding: unset;
      margin: unset;
  }
  .points {
      user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
  }
  .points {
    background:url("data:image/svg+xml;utf8, <svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'> <metadata> Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata> <g><path d='M138.9,371C67.7,371,10,428.8,10,500c0,71.2,57.7,129,128.9,129c71.2,0,128.9-57.7,128.9-129C267.9,428.8,210.2,371,138.9,371z M500,371c-71.2,0-129,57.7-129,128.9c0,71.2,57.7,129,129,129c71.2,0,128.9-57.7,128.9-129C628.9,428.8,571.2,371,500,371z M861.1,371c-71.2,0-128.9,57.7-128.9,128.9c0,71.2,57.7,129,128.9,129c71.2,0,128.9-57.7,128.9-129C990,428.8,932.3,371,861.1,371z'/></g> </svg>") no-repeat;
    background-position-x: 9px;
    background-position-y: 9px;
    background-size: 15px;
    background-color: white;
  }
  .much_more {
    top: 0px;
    right: 0px;
    width: 142px;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 999999;
    margin: -11px 0 0 0;
    padding: 20px 30px 20px 30px;
    background: white;
    border-radius: 7px;
    box-shadow: 3px 4px 9px rgb(0 0 0 / 25%), 0 3px 3px rgb(0 0 0 / 22%);
  }
  .much_more input[type="submit"], .much_more a {
        border: none !important;
        background: unset;
        border-bottom: 1px solid #b3b3b3 !important;
        color: #848484 !important;
        font-size: 14px;
        line-height: 18px;
        padding: unset !important;
        font-family: monospace;
        text-align: unset !important;
        text-transform: unset !important;
        width: 100%;
        text-indent: unset;
        letter-spacing: unset;
        box-shadow: unset;      margin: 2px;
  }
  .much_more input[type="submit"]:hover, .much_more a:hover {
      border-bottom: 1px solid #ff000000 !important;
  }
  /*-------------- points */
  