/* BitcoinFees.cash */

body {
    font-family: 'Ubuntu', sans-serif !important;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}

.header {
    position: absolute;
    top: 10px;
    right: 20px;
    color:#0cffe1e6;
    color: rgba(12, 255, 225, .9);
    font-size: 20px;
    z-index: 9;
    margin: 10px 0px;
    animation: pulse 1s 3;
}

@keyframes pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 33, 124, 0.2);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(255, 33, 124, 0);
    border-radius:1px;
  }
}

.header a,
.header a:hover,
.header a:active,
.header a:focus {
    color:#0cffe1e6;
    color: rgba(12, 255, 225, .9); 
    text-decoration:none;
    cursor:pointer;
    background:rgba(255, 255, 255,.05);
    padding:6px 8px;
    border-radius:3px;
}

.header a:hover {
    background:rgba(255, 255, 255,.1);
}

.container {
    width: 100%;
    max-width: 1200px;
}

.bch {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.btc {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 34px;
    margin-top: 0;
}

.col-md-10 {
    margin-top: 20px;
    width: 100% !important;
}

.col-md-10 p a {
    cursor:pointer;
}

.fees {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Sideshift */

#sideshift-modal-button {
    -webkit-appearance: none;
    background: #1f1f1f;
    border-radius: 8px;
    border: 1px solid transparent;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0px;
    margin: 0 auto 1rem auto;
    min-width: 12rem;
    padding: 0.75rem 1rem;
    position: relative;
    top: 25px;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    z-index: 2;
}

#sideshift-modal-button:hover {
    background-image: linear-gradient(90deg, #0ac18e 0%, #0bc692 50%, #0ccc95 100%);
    border: 1px solid #0ac18e;
    color: #1f1f1f;
}

.section-container {
    background: rgba(0, 0, 0, .70);
    border-radius: 6px;
    padding: 30px;
    min-height: 306px;
    border: 2px solid rgba(12, 255, 225, .9);
    box-shadow: rgba(12, 255, 225, 0.5) 0px 0px 20px 0px;
    color: #fff;
    font-size: 34px;
}

#fees-section {
    height: calc(100vh - 0px);
    background: url(/images/kurzgesagt-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px -170px;
    background-color: #443668;
}

.information {
    background-image: linear-gradient(to bottom, #443668, #3e2e67, #3a2869, #36236a, #311d6b);
    color: #fff;
    font-size: 16px;
}

.information p a {
    color:#0cffe1e6;
    color: rgba(12, 255, 225, .9);
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.amcharts-chart-div a {
    display:none !important;
}

.amcharts-chart-div image {
  display:none !important;
}

h1 a, h2 a,
h1 a:hover, h2 a:hover,
h1 a:active, h2 a:active,
h1 a:focus, h2 a:focus {
    color: #fff;
    text-decoration: none;
}

h1 span {
    opacity:.2; 
    font-size:32px;
}

h1 img {
    height: 60px;
    margin-top: -2px;
}

.modal {
    color: #483c6c;
}

.modal a {
    word-wrap: break-word;
}

.btn-info {
    color: #fff !important;
    background-color: #ff217c !important;
    border-color: #ff217c !important;
  	margin:25px 0px !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    color: #fff !important;
    background-color: #ff0066 !important;
    border-color: #ff0066 !important; 
}

::selection {
    color: #fff;
    background-color: #ff217c;
}

a#chartlink {
  color:#fff;
}

/* Next Block Charts Page */
#chartdivBCH,
#chartdivBTC {
    width: 100%;
    height: 500px;
}
        
.container.nextblock {
    padding-top:60px;
}

h2#BTC {
    margin-top:40px;
}

/* Checkbox */  
.customcheck {
    float:right;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #44376c;
   border:1px solid #fff;
}

/* On mouse-over */
.customcheck:hover input ~ .checkmark {
    background-color: #44376c;
}

/* When the checkbox is checked */
.customcheck input:checked ~ .checkmark {
    background-color: #44376c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label {
  font-weight:400 !important;
}

.featured img {
    margin:10px;
    background-color:rgba(255,255,255,.03);
    border-radius:3px;
    padding:8px;
    height:100px;
    width:250px;  
}

.featured {
    margin-top:40px;
    margin-bottom:20px;
}

a#twitter {
  color:#03A9F4;
  text-decoration:none;
  margin-left:12px;
}

a#footer {
  color:#fff;
  text-decoration:none;
}

/* Start Media */

@media (max-width: 992px) {
    h1.bch,
    h1.btc {
        font-size: 28px;
    }
    h1 span {
        font-size: 20px;
    }
    h1 img {
        height: 35px;
    }
    .header {
        display: none;
    }
    #fees-section {
        height: auto;
        padding: 40px 0;
    }
    .card {
        margin-bottom: 30px;
    }
    .section-container {
        min-height: 0;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    h1.bch,
    h1.btc {
        font-size: 28px;
    }
    h1 span {
        font-size: 20px;
    }
    h1 img {
        height: 35px;
    }
    .header {
        display: none;
    }
    .section-container {
        min-height: 0;
        font-size: 18px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    h1.bch,
    h1.btc {
        font-size: 28px;
    }
    h1 span {
        font-size: 20px;
    }
    h1 img {
        height: 35px;
    }
    .header {
        display: none;
    }
    .section-container {
        min-height: 0;
        font-size: 18px;
    }
}