.slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


header,
.scroll-to-top{
    background: linear-gradient(45deg, #fc466b, #476fc7);
    text-shadow: 0px 1px 0px #579ad924;
}
.navbar-dark .navbar-nav .nav-link{
    color: #e9ecef;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
}

footer{
    background: #476fc7;
    color: #e9ecef;
}

.footer-link,
.list-unstyled li a,
.nav .nav-item .nav-link{
    color: #e9ecef;
}
.footer-link:hover,
.list-unstyled li a:hover,
.nav .nav-item .nav-link:hover{
    color: #fff;
}
.sidebar-social-icons {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0 .5em;

}
.sidebar-social {
    margin: 1px;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: inherit;
    padding: 6px 10px 6px 12px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    text-align: left;
    color: #fff;
    width: 100%;
}
.sidebar-social a{
    color: #fff;
    letter-spacing: 3px;
    text-decoration: none;
}
.sidebar-social-icon {
    margin-top: -4px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background:  #fff;
    color: #3b5998;
    padding: 3px;
    border-radius: 100%
}


.sidebar-social.facebook {
    background: #3b5998;
}
.sidebar-social.facebook:hover {
    background: #2e55ff;
}
.sidebar-social.twitter {
    background: #6aadd1;
}
.sidebar-social.twitter:hover {
    background: #a4e0ff;
}
.sidebar-social.instagram {
    background: #d1489a;
}
.sidebar-social.instagram:hover {
    background: #fe4fc4;
}
.sidebar-social.youtube {
    background: #cd3627;
}
.sidebar-social.youtube:hover {
    background: #ff4230;
}
.sidebar-social.linkedin {
    background: #0976b4;
}
.sidebar-social.linkedin:hover {
    background: #0ca7ff;
}

/** Coin Table */
.coin-market-header{
    margin-top: 40px;
}
.search {
    float:right;
    position: relative;
}
.search input{

    position: relative;
    margin: 0 auto 0 auto;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.8);
}
.coin-market{
    margin-top: 40px;
}

/** Coin Table */
#cryptoTable{
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

#cryptoTable thead{
    background: rgba(109, 143, 202, 0.19);
}

#cryptoTable .value_ranking{
    margin-top: 2px;
    text-align: center;
}

#cryptoTable .value_content,
#cryptoTable .value_icon{
     float: left;
 }
#cryptoTable .value_icon{
     margin-right: 10px;
    margin-top: 2px;
}

#cryptoTable .value_content span{
display: block;
}
#cryptoTable .value_content span.value_name{
    font-weight: 700;
    font-size: 13px;
}

#cryptoTable .value_content span.value_ticker{
    color: #666;
    font-size: 11px;
}

#cryptoTable .value_price,
#cryptoTable .value_cap,
#cryptoTable .value_volume ,
#cryptoTable .value_max_quantity,
#cryptoTable .value_change{
    margin-top: 5px;
    display: block;
}

.increment td{
    background-color: #18e338 !important
}
.decrement td{
    background-color: #ff1923!important
}
.coinsection{
    background-image: url('../images/bg.png');
    background-attachment: fixed;
    background-size: cover;
}

.coincontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.coincontrol-group {
    display: inline-block;
    background: rgba(253, 253, 253, 0);
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #EEE;
    background-color: #d6e1f878;
}

.cointitle {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    margin-bottom: 15px;
    color: #ffffff;
    background: rgba(111, 155, 236, 0.7);
    border-bottom: 1px solid rgba(238, 238, 238, 0);
    font-weight: bold;
}

.coinconverter {
    width: 100%;
    padding: 20px 20px 30px 20px;
}
.select {
    width: 47%;
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.8);
}
.exhange {
    width: 6%;
    float: left;
    height: 40px;
    line-height: 40px;
}
.exhange .fa{
    color: #fff3cd;
}
.select input {
    width: 66%;
    float: left;
    padding: 10px 2%;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff63;
    color: #fdfdfd;
    font-size: 16px;
    line-height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.coinconverter .select input {
    color: #000;
}
.select select:hover, .select select:focus {
    color: #000000;
    background: #ecf1fc;
}
.select select {
    float: right;
    font-size: 14px;
    padding: 10px 2%;
    width: 34%;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff63;
    color: #666;
    line-height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-left: 1px solid #d1d1d1;
}

.select__arrow {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    color: #fff;
    background-color: #00000080;
}
.scroll-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.scroll-to-top:hover {
    color: #fff;
}
.theme-mode-btn{
    color:#fff;
    margin-right: 10px
}