/*a
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

@font-face{
	font-family:FontAwesome;
	src:url(/inc/assets/fontawesome-webfont.woff2) format("woff");
	font-display:swap;
}

a*/
body {
    font-size: 100%;
    background: #fff;
}

a:link, a:visited {
    text-decoration: underline;
    outline: 0 !important;
}

h1 {
    font-size: 200%;
    font-weight: normal;
    display: inline;
}

h2 {
    font-size: 120%;
    display: inline;
    font-weight: bold;
}

th {
    cursor: pointer;
}

.dvs {
    display: inline;
    vertical-align: -8px;
    font-weight: bold;
    background: #D0DCE8;
    color: #4264A2;
    padding: 8px 8px 7px 8px;
    border-radius: 5px;
    border: 1px solid #4264A2;
}

.dons {
    background-color: #EFEFF3;
    padding: 17px 0;
}

.dons strong {
    color: #000;
}

.crypto__wrap {
    margin: 35px 0 75px;
    background-color: #0D2335;
    padding: 60px 40px;
    color: #fff;
}

.btc__info {
    margin-bottom: 35px;
}

.orange__info {
    border: 1px solid #FF9900;
    color: #FF9900;
}

.orange__info:hover {
    color: #FF9900;
}

.inf2:first-child {
    padding-right: 20px;
}

.inf2 table {
    background-color: #0C88EF1A;
    padding: 15px 40px;
    border-collapse: unset;
}

.price {
    font-size: 150%;
}

.price1 {
    font-size: 16px;
    display: inline;
    vertical-align: middle;
    padding: 3px 5px 5px 5px !important;
    margin-right: 5px;
    background-color: #FF9900;
    color: #fff;
}

.tblto {
    padding: 3px;
    border: 1px solid #dee2e6;
    border-bottom: 0;
    background: #FCFCE0;
}

.navdrop-menu, .dropdown-menu {
    color: #111111;
    background-color: white;
    border: 1px solid #d4d8da;
    border-radius: 5px;
    z-index: 99;
    margin: 0;
}

.navdrop-item {
    padding: 2px 8px 2px 4px;
    font-family: sans-serif !important;
    text-decoration: none !important;
}

.navdrop-item:focus, .navdrop-item:hover, .dropdown-item:focus, .dropdown-item:hover {
    color: #111111;
    text-decoration: none;
    background-color: #eff1f2;
}

.navdrop-item:active, .dropdown-item:active {
    color: white;
    background-color: #1D3A4A;
}

.clrb {
    clear: both;
}
.text-danger {
    color: #FF5454!important;
}

.green {
    color: #00FFAA;
}

/*.tradingview-widget-container{margin-top:-20px !important;}*/
.tvw {
    height: 490px;
}

#modulex1 div.collapse[title="colfalse"] {
    display: block;
}

.icon1 {
    font-size: 20px !important;
    padding: 0 !important;
    vertical-align: middle;
}

.favhr {
    padding: 3px 7px 4px 7px !important;
    height: 31px !important;
}

.captwr {
    padding: 0px;
    width: 96px;
    overflow: hidden;
    display: inline-block;
    vertical-align: -12px;
}

input[name=surname] {
    display: none;
    height: 1px;
}

#kurForm select {
    cursor: pointer;
}

#hshare {
    position: fixed;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}

#hshare a {
    display: block;
    text-align: center;
    padding: 6px 12px 8px 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
}

#hshare a:hover {
    background-color: #000;
}

.fbs {
    background: #3B5998;
    color: white;
}

.tws {
    background: #1da1f2;
    color: white;
}

.pis {
    background: #e60023;
    color: white;
}

.bit {
    background: #FF5588;
    color: white;
}

.whs {
    background: #4dc247;
    color: white;
}

.ems {
    background: #5F609D;
    color: white;
}

.vkk {
    background: #6383a8;
    color: white;
}

.tgr {
    background: #0088cc;
    color: white;
}

.vd, .vu {
    cursor: pointer;
}

.comment {
    background: #f4f4f4 !important;
    margin: 0 10px;
    min-height: 170px;
    height: 100%;
}
.comment__wrap .d-flex.justify-content-between div {
    margin-bottom: 10px;
}
.comment__wrap .d-flex.justify-content-between > div b {
    font-size: 16px;
    font-weight: 600;
    color: #0D2335;
}
.comment__wrap .d-flex.justify-content-between div > .text-success {
    font-size: 12px;
    font-weight: 400;
    color: #0C88EF!important;
}
.comment_text {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    color: #000000B2;
}

/****** Style Star Rating Widget *****/
.ratingz {
    border: 0;
    display: inline-block;
}

/*float:left;*/
.ratingz > input {
    display: none;
}

.ratingz > label:before {
    margin-right: 10px;
    font-size: 25px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.ratingz > .half:before {
    content: "\f089";
    position: absolute;
}

.ratingz > label {
    color: #bbb;
    float: right;
    padding: 0;
    margin: 0;
}

.ratingz > input:checked ~ label, /* show gold star when clicked */
.ratingz:not(:checked) > label:hover ~ label {
    color: #e7711b;
}

/* hover previous stars in list FFED85 FFD700 e7711b fbc027*/
.ratingz > input:checked + label:hover, /* hover current star when changing rating */
.ratingz > input:checked ~ label:hover,
.ratingz > label:hover ~ input:checked ~ label, /* lighten current selection */
.ratingz > input:checked ~ label:hover ~ label,
.ratingz > input:not(:checked) ~ label:hover ~ label,
.ratingz:not(:checked) > label:hover {
    color: #000;
}

#rtt {
    vertical-align: 13px;
}

.vtt {
    vertical-align: 12px;
}

#fixxl, #fixxr {
    width: 300px !important;
    overflow: hidden !important;
}

#fixxl {
    text-align: right !important;
}

#fixxr {
    text-align: left !important;
}

/****** Style Star Rating Widget *****/
.s20 {
    font-size: 22px;
    font-family: Arial;
}

.coinlogo {
    width: 35px !important;
    height: 35px !important;
    vertical-align: bottom !important;
}

.accordion-section .panel-default .panel-heading {
    background: #f4f4f4;
}

.accordion-section .panel-default .panel-title {
    margin: 0 !important;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.1rem;
    padding: 13px 5px 13px 5px;
    text-decoration: none;
}

.accordion-section .panel-default .panel-title a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #005B96;
    float: right;
    margin-top: -8px;
    text-decoration: none;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    text-decoration: none;
}

.accordion-section .panel-default .panel-title span {
    font-size: 95% !important;
    font-weight: normal !important;
    display: inline !important;
    color: #005B96;
    letter-spacing: normal !important;
}

/*converter styles*/
.cnv1 {
    height: 50px !important;
    width: 300px !important;
}

.cnv2 {
    height: 50px !important;
    width: 240px !important;
}

.cnv3 {
    position: absolute !important;
    min-width: 250px !important;
    z-index: 1000 !important;
}

.cnv4 {
    min-width: 50px !important;
    font-size: 150% !important;
    color: #990000 !important;
}

.cnv5 {
    height: 50px !important;
    width: 150px !important;
}

.cnv6 {
    height: 50px !important;
    margin-top: -1px !important;
}

.spark2 {
    filter: invert(100%);
}

.spark1 {
    filter: none;
}

.spark3 {
    filter: invert(100%);
    width: 120px;
}

.indx1 img {
    width: 20px;
    height: 20px;
}

.nav-link {
    font-size: 92%;
}

.rnd1 {
    border-width: 3px !important;
    border-radius: 6px !important;
}

.rnd2 {
    font-size: 90% !important;
    border-width: 3px !important;
    border-radius: 6px !important;
}

.rnd2 td, .rnd2 th {
    padding: 5px;
}

footer {
    padding-bottom: 90px;
}

.cgc1 {
    margin-left: -150px;
    position: absolute;
    top: 12px;
    left: 50%;
    width: 300px;
    height: 30px;
    background: #FBFFF6;
    z-index: 10000;
    text-align: center;
    color: #4B8800;
    font-family: FontAwesome;
}

.excc img {
    width: 20px;
    height: 20px;
}

.excc {
    font: normal 100% Verdana;
}

.night-mode-button {
    cursor: pointer;
    margin-right: 8px;
    width: 30px;
}

.techx td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.tchart {
    max-width: 100%;
    width: 100%;
    height: 500px;
    font-size: 30px;
    font-weight: bold;
    font-family: Verdana;
    cursor: pointer;
}

#tvtech {
    max-width: 100%;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana;
    cursor: pointer;
    text-align: center;
    padding-top: 220px;
}

.table-responsive {
    overflow-y: scroll;
}

#binanceAd {
    background: #111;
}

#twitterAd {
    background: #1da1f3;
}

#adath {
    width: 728px;
    height: 90px !important;
    display: inline-block;
}

#adathm {
    width: 300px;
    height: 250px !important;
    display: inline-block;
}

.otherfrcs {
    overflow-y: hidden !important;
}

#botfix { /*display:none;*/
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    z-index: 99;
}

.oscill td {
    padding: 9px !important;
}

.bllink {
    width: 100px !important;
    overflow: hidden !important;
    white-space: nowrap;
    font: normal 12px Arial;
    padding: 5px 3px !important;
    text-decoration: none !important;
    margin-top: -4px !important;
    background-color: #0C88EF;
    border-color: #0C88EF!important;
    color: #fff;
}

.red1 {
    color: #990000;
}

.green1 {
    color: #006600;
}

.tbltd1 {
    width: 32% !important;
    padding: 3px;
    text-align: left;
}

.tbltd1 b {
    font-size: 16px;
    font-weight: 500;
}

.tbltd1 small {
    font-size: 14px;
    color: #FFFFFFCC;
}

.tbltd2 {
    width: 2% !important;
    padding: 3px;
}

.tbltd3 {
    padding-bottom: 14px !important;
    padding: 3px;
}

.tbltd1 .dropdown-item {
    padding: 3px !important;
    font-family: "Rubik", sans-serif !important;
    text-decoration: none !important;
    font-size: 80%;
}

.tbltd1 .fa {
    width: 15px;
}

.dolla {
    color: #006600;
}

.cntab > .nav-item > .nav-link:hover,
.cntab > .nav-item > .active {
    border-color: transparent !important;
    color: #fff;
    background: #0C88EF;
    border-radius: .25rem!important;
}

.cntab > .nav-item:not(:last-child) {
    margin-right: 10px;
}

.cntab.nav-tabs .nav-link:not(.active) {
    background-color: #EFEFF3;
    color: #0D2335;
    border-radius: .25rem!important;
}

.alert-success, .alert-danger {
    border: none;
}

.btn-primary {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content {
    color: #000000B2;
}

.cntab {
    border-bottom: 1px solid transparent;
}

.czhead {
    height: 90px !important;
    background-color: #343a40;
    width: 100% !important;
    line-height: 0 !important;
}

.dip {
    font-size: 150%;
}

#gaming {
    width: 70px !important;
    height: 31px !important;
}

#comz h3, .inf2 h3 {
    display: inline;
    font-size: 120% !important;
    font-weight: bold;
}

strong.text-primary {
    font-size: 120% !important;
}

.stickyTableHeader {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}

/*########################################*/
@media (min-width: 993px) {
    .nav-item form input {
        width: 165px !important;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 992px) {
    .nav-item form {
        margin: 10px 0 10px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
    .cntab > .nav-item {
        font-size: 14px;
        padding: 0;
        margin-bottom: 5px;
    }
    .cntab > .nav-item .nav-link {
        font-size: 14px;
        padding: 5px;
        margin-bottom: 5px;
    }
    .inf2:last-child {
        padding-right: 20px;
    }
    .inf2:last-child table tr:last-child {
        display: none;
    }
    .inf2 {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    .ft-lft {
        text-align: center !important;
        margin: 0 !important;
    }

    .ft-rgt {
        text-align: center !important;
        margin: 0 !important;
    }

    .dons .col-lg-6 {
        text-align: center !important;
    }

    #modulex1 #collapseEx1.collapse:not(.show) {
        display: block;
        height: 4.5em;
        overflow: hidden;
    }

    #modulex1 #collapseEx1.collapsing {
        height: 4.5em;
    }

    #modulex1 a.collapsed:after {
        content: '>>>>>';
        font-size: 150%;
    }

    #modulex1 a:not(.collapsed):after {
        content: '<<<<<';
        font-size: 150%;
    }

    #fixx, #fixx2 {
        display: none;
    }

    .ratingz > label:before {
        margin: 0 5px 0 5px;
    }

    .excc {
        text-align: left;
    }

    .tbltd1 {
        text-align: center;
    }

    .cntab > .nav-item > .nav-link:hover, .cntab > .nav-item > .active {
        border-bottom-color: #bbb !important;
    }

    .cntab {
        border-bottom: 0 !important;
    }
}

/*iphone 5,5s,4,4s,3,3gs*/
@media only screen and (min-width: 320px) and (max-width: 374px) {
    .navbar-brand img {

        width: 215px !important;
        height: 28px !important;
    }

    .dons {
        font-size: 90% !important;
    }
}

/*iphone 6,7,8,X*/
@media only screen and (min-width: 375px) and (max-width: 413px) {
    .navbar-brand img {
        width: 260px !important;
        height: 35px !important;
    }
}

/*addthis share widget*/
@media only screen and (max-width: 979px) {
    footer {
        padding-bottom: 110px;
    }

    #hshare {
        position: relative;
        bottom: 90px !important; /*left:0;top:auto;*/
        width: 100%;
        z-index: 99;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        border-top: 1px solid #000;
    }

    #hshare a, #hshare a:visited {
        width: 16.66%;
        display: inline-block;
        text-align: center;
        padding: 1px;
        font-size: 20px;
    }
}

