/* body{ */
    /* background-color: #f4f4f4; */
/* } */

#container1 {
height: 115px;
}



#container2,
#container3 {
height: 85px;
}

.hc-cat-title {
font-size: 13px;
font-weight: bold;
}

.highcharts-figure,
.highcharts-data-table table {
min-width: 320px;
max-width: 800px;
margin: 1em auto;
}

.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}

.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}

.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}

.highcharts-data-table tr:hover {
background: #f1f7ff;
}








/* HIDE RADIO */
[type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
outline: 2px solid #f00;
}

/* IMAGE STYLES */
[type=radio] + div {
cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + div {
/* outline: 1px solid #000; */
border: none !important;
background-color: #000;
color: #fff;
}



#scale-container {
height: 150px; /* Adjust the height as needed */
}

.form-control{
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4 !important;
}


@media (max-width:992px) {
#sringe_img{
    width: 100%;
}
/* .col-lg-3{
    text-align: center;
}
.col-lg-9{
    text-align: center;
}
.col-lg-6{
    text-align: center;
} */
#logo_img{
 width: 50%;   
}
}

.paddingcard{
    padding: 50px;
}

@media (max-width:525px) {
    .paddingcard{
        padding: 20px;
    }
}
    
