.o_dashboard {
    background-color: #EBEEF6;
    padding-bottom: 100px;
    padding-top: 20px;
}

main {
    background-color: #EBEEF6 !important;
}

.o_dashboard_box {
    padding: 20px;
    background-color: rgba(255, 255, 255);
    border-radius: 10px;
}

.row {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}

#first_row {
    background: linear-gradient(to bottom, #D32029, #dd5f65);
}

#row2 {
    padding: 0px;
}

#first_row h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

#first_row span {
    color: rgba(255, 255, 255, 1);
}

#efficiencyValue {
    color: rgba(255, 255, 255, 1);
}

#productionCount {
    color: rgba(255, 255, 255, 1);
}

#up_time {
    color: rgba(255, 255, 255, 1);
}                 

#energyValue {
    color: rgba(255, 255, 255, 1);
}

.o_dashboard_box_1 {
    background: linear-gradient(to bottom, #D32029, #dd5f65);
    padding: 20px;
    padding-bottom: 0px !important; 
    min-width: 200px;
    min-height: 100px;
    border-radius: 10px;

    /* trying transitions */
    transition: transform 0.5s ease;
}

.pulse-animate {
    animation: pulse 0.5s;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }

.o_dashboard_box_1:hover {
    background: linear-gradient(to bottom, #dd343d, #e27a7f);
}

.o_dashboard_box_2 {
    min-width: 300px;
    min-height: 200px;
    padding-top: 10px;
}

.o_dashboard_box_3 {
    min-width: 200px;
    min-height: 150px;
}

.o_dashboard_box_1 h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px !important;
}

#inner_row {
    margin-top: 5px;
}

.o_dashboard_box_2 h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.rounded-btn {
    border-radius: 20px;
    background: linear-gradient(to bottom, #D32029, #c6434a);
    border: none;
    cursor: pointer;
    min-width: 80px;
    color: #fff;
}

.rounded-btn:hover, .rounded-btn:active {
    background: linear-gradient(to bottom, #dd343d, #eea0a4);
}

.rounded-btn:active {
    color: #fff;
}

#lineEfficiencyChart {
    width: 60px;
    height: 60px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}

#lineStatus {
    text-align: center;
    font-size: 18px; 
    margin-top: 20px;
}

#downtimeUptimeChart {
    height: 150px;
    width: 100%;
}

#switch_display1 {
    text-align: center;
}

#switch_display2 {
    text-align: center;
}

#switch_display3 {
    text-align: center;
}

#switch_display4 {
    text-align: center;
}

.icon-container {
    display: flex; /* Use flexbox */
    align-items: flex-start; /* Align items to the start (top) of the container */
    padding-top: 5px;
}

.icon-container .fas {
    font-size: 45px; /* Adjust the size of the icon */
    color: #FFF; /* Change the color to something that indicates growth or positivity */
}

#top {
    background-color: #c6434a !important;
}

.o_header_standard {
    background-color: #c6434a;
}

.navbar-light {
    background-color: white;
    border-color: #D32029 !important;
    color: white !important;
}

.btn-primary {
    background-color: #c6434a !important;
}

.navbar .btn {
    background-color: #c6434a !important;
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

.o_footer {
    background-color: #c6434a !important;
}

.o_footer a {
    color: #fff !important;
}

#sandboximg {
    size: 100px;
}

.line-switcher-time {
    text-align: center;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 2px solid black;
}

.header .navigation a {
    padding-right: 25px;
    margin-left: 30px;
    border-right: 2px solid black;
}

.header .navigation a:last-child {
    margin-right: 20px;
    border-right: none !important;
}

.footer {
    background-color: #c6434a;
}

.footer .row{
    display: flex;
    align-items: center;
    justify-content: center !important;
    height: 100px; /* Example height */
    /* width: 0% !important; */
}

.footer .row p {
    width: 20% !important;
}

.footer .row img {
    width: 20%;
    height: auto;
}