body {
    background-color: #53534c;
    font-family: Arial, Helvetica, sans-serif;
    zoom: 67%;
}

._dash-loading {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  ._dash-loading::after,
  ._dash-loading::before {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
  }
  ._dash-loading::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
  }
      
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  @keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }    
      

p {
    white-space: pre-wrap;
}

.main-container {
    margin-top: 50px;
    /* transform: scale(0.67);
    transform-origin: top center; */
    padding: 0;
}

.report-container {
    background-color: #fff !important;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 0
}

.content-style {
    margin: 2rem;
}

.heading {
    border-left: 10px solid #c98b3c;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    text-align: start
}

.heading-no-border {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    text-align: start
}

.modal-image-style {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-body-style {
    justify-content: center;
    align-items: center;
    display: flex;
}

.graph-style {
    height: 100%;
    width: 100%;
}

.verification-image-style {
    max-width: 75%;
    max-height: 75%;
    display: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.banner-style {
    background-color: #6e3c2e;
    color: #fff
}

.nav-link {
    color: #53534c;

}

.nav-link:hover {
    color: lightgray !important;
}

.nav-link:active {
    color: #53534c !important;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c98b3c;
}

.dropdown-item:active,
.dropdown-item.active {
    color: #53534c;
    background-color: lightgray;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.95);
}

.fade.modal-backdrop.show {
    display: none;

}

.modal-header {
    border-bottom: transparent !important;
}

.btn-close {
    background-color: #fff;
}

.image-container {
    position: relative;
}

.energy-standard-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.image-container:hover .image {
    opacity: 0.3;
}

.image-container:hover .middle {
    opacity: 1;
}

.open-image {
    background-color: #c98b3c;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border: none;
}

.zoom-image {
    background-color: transparent;
    font-size: 24px;
    color: #c98b3c;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #c98b3c;
}

.image-container:hover .zoom-image {
    background-color: #c98b3c;
    color: #fff;
}

.info-badge {
    /* position: relative; */
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    text-align: center;
    color: #fff;
    /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
}

/* Tooltip text */
.info-badge .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 18px !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info-badge:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu {
    width: 100% !important;
    padding: 5px;
}

.machine-calculation-row {
    background-color: #53534c;
    color: white;
}

.more-info-btn {
    background-color: #c98b3c;
    border-color: #c98b3c;
    color: white;
}

.more-info-btn:hover {
    background-color: #c98b3c;
    border-color: #c98b3c;
}

.lang-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
}

.lang-btn:hover {
    color: #bbb;
}

#co2-table {
    overflow-x: auto;
}

#en,
#de {
    font-size: 16px;
}

.menu-btn {
    padding-right: 20px;
    font-size: 36px;
    display: none;
}

#nav-tabs {
    padding: 2rem;
}

.selected-lang {
    font-weight: 900;
}

.selected-lang::before {
    content: '\2022';
    /* Bullet dot */
    margin-right: 0.5em;
}

@media screen and (max-width:360px) {
    h1 {
        /* color:white; */
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    p {
        font-size: 12px !important;
    }

}

/* @media screen and (max-width:368px) {
    .tabs-link {
        border: none !important;
    }
} */

@media screen and (max-width:425px) {
    .content-style {
        margin: 1rem !important;
    }

    p {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    #nav-tabs {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .dropdown-menu {
        zoom: 150%;
        font-size: 0.67rem
    }

}

@media only screen and (max-width: 1399px) and (min-width: 768px) {
    .nav-link {
        height: 70px;
    }

    .nav-item {
        height: 70px;
    }

}