/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

/* scrollbar design - start */
#currencies-block-top ::-webkit-scrollbar {
  width: 20px;
  background-clip: padding-box; 
  opacity: 0.1;
}
 
#currencies-block-top ::-webkit-scrollbar-track {
	background-color: rgba(208, 2, 27, 0.1);
}
 
#currencies-block-top ::-webkit-scrollbar-thumb {
  background-color: rgba(208, 2, 27, 0.1);
}

#currencies-block-top ::-webkit-scrollbar-thumb:active {
  background-color: rgba(208, 2, 27, 0.2);
}

#currencies-block-top ::-webkit-scrollbar-button:single-button {
  background-color: rgba(208, 2, 27, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  padding: 2px;
  background-size: 8px 8px;
}

#currencies-block-top ::-webkit-scrollbar-button:single-button:increment {
  background-image: url('img/down-arrow.svg');
}

#currencies-block-top ::-webkit-scrollbar-button:single-button:decrement {
  background-image: url('img/up-arrow.svg');
}
/* scrollbar design - end */

/* header section - start */
#currencies-block-top {
  float: right;
  /* border-left: 1px solid #515151; */
  position: relative; }
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: normal;
    padding: 8px 40px 10px 0px;
    color: #000;
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #currencies-block-top div.current strong {
      color: #000; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      /* background: #2b2b2b;  */ }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 12px;
      color: #000;
      vertical-align: 0px;
      padding-left: 0px; }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        /* display: none;  */ } }
  #currencies-block-top ul {
    display: none;
    padding: 5px 0;
    position: absolute;
    top: 37px;
    right: 40px;
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 8px 25px -4px rgba(0,0,0,0.21);
    z-index: 300; }
    #currencies-block-top ul li {
      color: #fff;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        font-family: 'Squada One', cursive;
        opacity: 0.8;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 27px;
        padding: 0 10px 0 20px;
        display: block;
        color: #000; }
      #currencies-block-top ul li.selected a {
        color: #fd6e6a; }
      #currencies-block-top ul li:hover a {
        color: #fd6e6a; }
/* header section - end */


/* footer section - start */
#currencies-block-down {
  float: right;
  /* border-left: 1px solid #515151; */
  position: relative; }
  @media (max-width: 479px) {
    #currencies-block-down {
      width: 25%; } }
  #currencies-block-down span.firstWord {
    display: none; }
  #currencies-block-down div.current {
    font-weight: normal;
    padding: 8px 40px 10px 0px;
    color: #000;
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      #currencies-block-down div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #currencies-block-down div.current strong {
      color: #000; }
    #currencies-block-down div.current:hover, #currencies-block-down div.current.active {
      /* background: #2b2b2b;  */ }
    #currencies-block-down div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 12px;
      color: #000;
      vertical-align: 0px;
      padding-left: 0px; }
      @media (max-width: 479px) {
        #currencies-block-down div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #currencies-block-down div.current .cur-label {
        /* display: none;  */ } }
  #currencies-block-down ul {
    display: none;
    overflow-y: auto;
    box-shadow: 0 -3px 25px -4px rgb(0 0 0 / 21%);
    position: absolute;
    left: -100px;
    width: 200px;
    max-height: 300px;
    background: #FFF;
    z-index: 2;
    bottom: 100%;
    padding-left: 20px;
    padding-bottom: 5px; }

    #currencies-block-down ::-webkit-scrollbar {
      width: 20px;
      background-clip: padding-box; 
      opacity: 0.1;
    }
     
    #currencies-block-down ::-webkit-scrollbar-track {
      background-color: rgba(208, 2, 27, 0.1);
    }
     
    #currencies-block-down ::-webkit-scrollbar-thumb {
      background-color: rgba(208, 2, 27, 0.1);
    }
    
    #currencies-block-down ::-webkit-scrollbar-thumb:active {
      background-color: rgba(208, 2, 27, 0.2);
    }
    
    #currencies-block-down ::-webkit-scrollbar-button:single-button {
      background-color: rgba(208, 2, 27, 0.1);
      background-position: center;
      background-repeat: no-repeat;
      padding: 2px;
      background-size: 8px 8px;
    }
    
    #currencies-block-down ::-webkit-scrollbar-button:single-button:increment {
      background-image: url('img/down-arrow.svg');
    }
    
    #currencies-block-down ::-webkit-scrollbar-button:single-button:decrement {
      background-image: url('img/up-arrow.svg');
    }

    #currencies-block-down ul li {
      background: #FFF;
      line-height: 35px;
      font-size: 20px; }
      #currencies-block-down ul li a,
      #currencies-block-down ul li > span {
        opacity: 0.8;
        font-family: 'Squada One';
        color: #000000;
        letter-spacing: 1px;
        line-height: 27px; }
      #currencies-block-down ul li.selected a, #currencies-block-down ul li:hover a {
        opacity: 0.8;
        font-family: 'Squada One';
        color: #FD6E6A;
        letter-spacing: 1px;
        line-height: 27px; }


/*# sourceMappingURL=blockcurrencies.css.map */