    
    @media (min-width: 1080px) {
     
      .bishtarin{
          
          margin:0px;
          margin-top:-10%;
          
      }     
     
        
    }
    @media (max-width: 1080px) {
     
      .bishtarin{
          
          margin:0px;
          margin-top:-15%;
          
      }     
     
      .asnaf_div
      {
          margin:0px;
          margin-top:0%;
          max-height:35%;
          border:none;
          padding-top:10px;
      }        
    }    
    
    
    @media (max-width: 768px) {
      
        #multiplay_1{
            
            display:none;
        }
        #multiplay_2{
            
            display:block;
        }
      
      .size_slide {
          max-height:40%;
          padding:0px;
          /*border:1px #2196F3 solid;*/
      }
      .list_item_group
        {
            max-height:40%;
            
            
        } 
        .list_item_group_under
        {
            flex-direction:initial;
        }
      .asnaf_div
      {
          margin:0px;
          margin-top:0px;
          max-height:38%;
          border:none;
          padding-top:10px;
      }
      
      .bishtarin{
          
          margin:0px;
          margin-top:-15%;
          
      }
         
     }
     @media (min-width: 768px) {
         
        .list_item_group
        {
            max-height:40%;
            
            
        }
        .list_item_group_under
        {
            flex-direction:initial;
        }
        #multiplay_1{
            
            display:block;
        }
        #multiplay_2{
            
            display:none;
        }  
         
         
      .size_slide {
          max-height:40%;
          padding:5px;
          padding-bottom:0px;
      }     
      
      .asnaf_div{
          
          padding:10px;
          padding-bottom:0px;
          border:none;
      }
      

      
     } 

     
     
     @media (max-width: 500px) {

      .bishtarin{
          
          margin:0px;
          margin-top:-32%;
          
      }
      
      .size_slide {
          max-height:25%;
          padding:0px;
          /*border:1px #2196F3 solid;*/
      }
        .list_item_group
        {
            max-height:112px;
            
            
        }
        
        .list_item_group_under
        {
            flex-direction:column;
        }
        .asnaf_div
          {
              margin:0px;
              margin-top:3%;
              max-height:44%;
              
              padding-top:10px;
          }
    }
    
    
    

@media (min-width: 410px) {

    .menu_window{
        width:140px;
        height:140px;
    }
    .title_menu_window
    {
        width:140px;
        margin:0px;
        margin-top:110px;
        margin-right: 0px;
        /*border: 0px #fdf318 solid;*/
    }

}

@media (max-width: 410px) {
    
    .menu_window{
        width:120px;
        height:100px;
    }
    .title_menu_window
    {
        width:120px;
        margin:0px;
        margin-top:70px;
        margin-right: 0px;
        /*border: 0px #fdf318 solid;*/
    }


}
@media (max-width: 390px) {
    
    .menu_window{
        width:120px;
        height:100px;
    }
    .title_menu_window
    {
        width:120px;
        margin:0px;
        margin-top:70px;
        margin-right: 0px;
        /*border: 0px #fdf318 solid;*/
    }


}
@media (min-width: 390px) and (max-width: 410px) {
    
    .menu_window{
        width:110px;
        height:110px;
    }
    .title_menu_window
    {
        width:110px;
        margin:0px;
        margin-top:80px;
        margin-right: 0px;
        /*border: 0px #fdf318 solid;*/
    }


}
     @media (max-width: 360px) {
      
      .size_slide {
          max-height:35%;
          /*border:1px #2196F3 solid;*/
      }
      
      .asnaf_div
      {
          margin:0px;
          margin-top:3%;
          max-height:53%;
          
      }
         
     }
     
     
     
     


.threeD-button-set {
    --distance: 1px;
    --theme: hsl(180 100% 50%);
    --theme-bg: hsl(180 100% 50% / 25%);
    --theme-bg-hover: hsl(180 100% 50% / 40%);
    --theme-text: #fff;
    --theme-shadow: hsl(180 100% 10% / 25%);
    --_max-rotateY: 10deg;
    --_max-rotateX: 15deg;
    --_btn-bg: var(--theme-bg);
    --_btn-bg-hover: var(--theme-bg-hover);
    --_btn-text: var(--theme-text);
    --_btn-text-shadow: var(--theme-shadow);
    --_bounce-ease: cubic-bezier(.5, 1.75, .75, 1.25);
    margin: 0;
    display: flex;
    align-items: flex-start;
    transform-style: preserve-3d;
    transform: rotateY(clamp(calc(var(--_max-rotateY) * -1),var(--y),var(--_max-rotateY))) rotateX(clamp(calc(var(--_max-rotateX) * -1),var(--x),var(--_max-rotateX)))
}

.threeD-button-set:focus {
    outline: 0
}

@media (prefers-reduced-motion:no-preference) {
    .threeD-button-set {
        will-change: transform;
        transition: transform .1s ease;
        -webkit-animation: rotate-y 5s ease-in-out infinite;
        animation: rotate-y 5s ease-in-out infinite
    }
}

@media (prefers-color-scheme: dark) {
    .threeD-button-set {
        --theme:hsl(255 53% 50%);
        --theme-bg: hsl(255 53% 71% / 25%);
        --theme-bg-hover: hsl(255 53% 50% / 40%);
        --theme-shadow: hsl(255 53% 10% / 25%)
    }
}

@media (dynamic-range:high) {
    @supports (color: color(display-p3 0 0 0)) {
        .threeD-button-set {
            --theme:color(display-p3 .4 0 .9)
        }
    }
}

.threeD-button-set>li {
    display: inline-flex;
    position: relative;
    transform-style: preserve-3d
}

.threeD-button-set button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--_btn-bg);
    color: var(--_btn-text);
    padding-block:.75ch;padding-inline:2ch;border-radius: 5px 20px;
    transform: translateZ(var(--distance));
    transform-style: preserve-3d
}

.threeD-button-set button:is(:hover,:focus-visible):not(:active) {
    --distance: 15px;
    background-color: var(--_btn-bg-hover)
}

@media (prefers-reduced-motion:no-preference) {
    .threeD-button-set button:is(:hover,:focus-visible):not(:active) {
        --distance: 3vmax;
        transition-timing-function: var(--_bounce-ease);
        transition-duration: .4s
    }

    .threeD-button-set button:is(:hover,:focus-visible):not(:active)::after {
        transition-duration: .5s
    }

    .threeD-button-set button:is(:hover,:focus-visible):not(:active)::before {
        transition-duration: .3s
    }
}

.threeD-button-set button::after,.threeD-button-set button::before {
    content: '';
    opacity: .8;
    position: absolute;
    inset: 0;
    /*border: 1px solid var(--theme);*/
    /*border-radius: 5px 20px;*/
    /*transform: translateZ(calc(var(--distance)/ 3))*/
}

@media (prefers-reduced-motion:no-preference) {
    .threeD-button-set button::after,.threeD-button-set button::before {
        transition: transform .1s ease-out
    }
}

.threeD-button-set button::before {
    border-width: 3px;
    transform: translateZ(calc(var(--distance)/ 3 * -1))
}

@media (prefers-color-scheme: dark) {
    .threeD-button-set button::before {
        box-shadow:0 0 25px var(--theme),inset 0 0 25px var(--theme)
    }
}

@media (prefers-reduced-motion:no-preference) {
    .threeD-button-set button {
        will-change: transform;
        transition: transform .2s ease,background-color .5s ease
    }
}

@-webkit-keyframes rotate-y {
    50% {
        transform: rotateY(15deg) rotateX(-6deg)
    }
}

@keyframes rotate-y {
    50% {
        transform: rotateY(15deg) rotateX(-6deg)
    }
}



@media (prefers-color-scheme: dark) {
    html {
        background:conic-gradient(at -10%,at 50%,#212529,50%,#495057,#212529);
        background: conic-gradient(at -10% 50%,#212529,50%,#495057,#212529)
    }
}



.github-corner {
    fill: indigo;
    color: #fff
}

.github-corner:hover .octo-arm {
    -webkit-animation: octocat-wave 560ms ease-in-out;
    animation: octocat-wave 560ms ease-in-out
}

@-webkit-keyframes octocat-wave {
    0%,100% {
        transform: rotate(0)
    }

    20%,60% {
        transform: rotate(-25deg)
    }

    40%,80% {
        transform: rotate(10deg)
    }
}

@keyframes octocat-wave {
    0%,100% {
        transform: rotate(0)
    }

    20%,60% {
        transform: rotate(-25deg)
    }

    40%,80% {
        transform: rotate(10deg)
    }
}


/**/

/**/

/**/

/**/

/**/

/**/

html.modal-active, body.modal-active {
  overflow: hidden;
}
#modal-container {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
    justify-content: center;
    align-items: center; 
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade 0.5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/*/progressbar*/
.progress-holder{
  position: fixed;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #007bff;
    overflow: hidden;
    top: 150px;
}
.semi-circle{
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    position:absolute;
    top:0px;
    left:0px;
}
.left-block{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ccc;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.right-block{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    background: #ccc;
    border-top-right-radius:50%;
    border-bottom-right-radius:50%;
    transform-origin: left center;
}
.mask{
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    background: #fff;
    border-radius: 50%;
    text-align:center;
   }

.mask span{
color: #007bff;
    font-size: 20px;
    font-family: Arial;
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 16px);
    left: calc(0px);
}

option {
  font-size: 14px;
  background-color: #ffffff;
  height:30px;
    
}

option:before {
  height:30px;
  content: ">";
  font-size: 12px;
  display: none;
  padding:5px;
  color: #fff;
}

option:hover:before {
  display: inline;
}
/*///////////////////////////////////////////////////////*/



