.active {
    background: #23272B !important;
}

/*.nav-fill .nav-item {
    -ms-flex: 0.1 0 auto;
    flex: 0.1 0 auto;
}*/

.nav-tabs .nav-link {
    border: 0px solid transparent; 
}

.nav-tabs {
    border-bottom: 0px;
    height: 6rem;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.table th { 
    border-top: none !important; 
    color: #9a9a9a;
    font-family: Montserrat;
    font-size: 14px;
 }

.table td { 
    border-top: 2px solid rgba(0, 0, 0, 0.15) !important; 
 }

.table > tbody > tr > td {
    vertical-align: middle;
}

.table td, .table th {
    padding: 1rem;
}

.customTooltip {
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.fa-info-circle {
    color: white;
}

.tab-background {
    background: #101010 !important;
    color: white !important;
}

@media (max-width: 768px) {
    .showVAT {
        margin-top: 4rem;
        margin-bottom: 1rem;
        margin-left: 0rem !important;
    }

    .tab-background {
        margin-top: -20px;
    }
}

@media (max-width: 378px) {
    .showVAT {
        margin-top: 9rem;
        margin-left: 0rem !important;
    }
}

@media (min-width: 1200px) { 
    .km-nav {
        margin-bottom: 5.6rem !important;
    }
}

@media (min-width: 1200px) {
    .table-padding {
        padding-right: 6rem !important;
    }
}

@media (max-width: 1200px) {
    .table-padding {
        padding-right: 8rem !important;
    }
}

@media (min-width: 576px) { 
    .product-submit {
        padding-top: 1rem;
    }
}

.tooltip-inner {
    white-space:pre-wrap;
}

.tooltip {
  pointer-events: none;
}