@media only screen and (min-width: 1201px) and (max-width: 1920px) {
    #content-desktop {
        display: inline;
    }
    #top_bar {
        width: 60%;
    }
    /* #content-mobile {
display: none;
} */
}

@media only screen and (max-width:1200px) {
    /********* Content Areas *********/
    #content-desktop {
        display: none;
    }
    #top_bar {
        width: 100%;
    }
    /* #content-mobile {
display: inline;
} */
}

.stqc-logo {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.stqc-logo1 {
  position: absolute;
  bottom: 10px;
  right: 100px;
}

.custom-gap {
   margin-top: 20px; /* Adjust as needed */
}

.productTestCount {
     background-color: #5dbc73; 
     text-align: center;
     color: darkgreen;
}

.productCount {
     background-color: #0f718f; 
     text-align: center;
     color: white;
}
.composite-ranker {
           background-color: #4682B4; /* Light orange background */
           
}

.kpi-ranker {
           background-color: #ADD8E6; /* Light orange background */
           
}

.rank-container {
           display: flex; /* Create a flex container */
           justify-content: space-between; /* Space items out */
           width: 100%; /* Full width */
       }

.rank-container img {
           width: 20px; /* Adjust width as needed */
           height: auto; /* Maintain aspect ratio */
           margin-right: 5px; /* Space between image and text */
       }


.blink {
    animation: blink 700ms infinite alternate;
}

@keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

.embdClass {

    type:"application/pdf";
    frameBorder:"0";
    scrolling:"auto";
    height:"100%";
    width:"100%";

}
.tophead_left {
    /* width: 80%;  */
    float: left;
    margin: 0px;
    padding: 0px;
}

.tophead_right {
    /*  width: auto; 
justify-content: center;*/
    float: right;
    margin: 0px;
    padding: 0px;
}

.topPan {
    background-color: #02263c;
    /* padding: 2px 0 */
}

#masthead, blockquote {
    position: relative
}

.emblem {
    border: rgb(255, 255, 128);
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 11px;
}

.header-name {
    border: transparent;
    margin-top: 4%;
    font-size: 24px;
    font-family: Times New Roman;
}

blockquote, em {
    font-style: italic
}

h1.logo {
    margin-top: 25px;
}

h2.visionHead {
    text-align: center;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 10px;
    font: bold 17px/19px Verdana !important;
    line-height: 25px !important;
}

.dropdown {
    float: left;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    border-radius: 12px;
    display: none;
    position: absolute;
    background-color: #E3F2FD;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 4px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #90CAF9;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.color-me {
    color: white !important;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.newsfeed {
    background: #1975be;
    padding: 1%;
    border-color: #11ffee00;
}

.imgLinks {
    background: white;
}

.footerCont1 {
    background: #424242;
    padding: 15px 10px;
    color: #fff;
    font-size: 1.083em;
    position: absolute;
    bottom: 0;
    width: 100%
}

.footerCont {
    background: #424242;
    padding: 15px 10px;
    color: #fff;
    font-size: 1.083em;
}

.footerLinks {
    margin: 0 -10px 10px;
    list-style: none;
}

.footerLinks li {
    position: relative;
    color: #fff;
    float: left;
    margin: 0 10px;
}

.footerLinks li:after {
    /* height: 13px;
    width: 1px;
    background: #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
    content: "";
    box-sizing: border-box; */
    position: absolute;
    bottom: 0;
    right: -10px;
    /* left: 55px; */
    content: "|";
    font-size: 15px;
    color: white;
}

.footerLinks li:last-child:after {
    /*height: 13px;
    width: 1px;
    background: #fff;
     position: absolute; 
    right: -10px;
    top: 50%;
    margin-top: -6px;*/
    content: "";
    /* box-sizing: border-box; */
}

.lineage {
    justify-content: center;
    display: flex;
    font-size: 14px;
}

.sitemap {
    float: left;
    clear: both;
}

.sitemapLinks {
    font-size: 19px;
    /* min-height: 1.667em; */
    height: auto !important;
    /* height: 1.667em; */
    color: #25578c !important;
}
/* .text_btn{
background-color: #02263c;
color: white !important;

border:#11ffee00;
font-size: 16px;

} 
.colour_btn1{
background-color: black;
color: white !important;

border-color:white !important;
font-size: 16px;

}
.colour_btn2{
background-color: white;
color: black !important;

border-color:black !important;
font-size: 16px;

} */
.text_btn {
    background-color: transparent;
    color: black !important;
    border: transparent;
    font-size: 16px;
}

.colour_btn1 {
    background-color: black;
    color: white !important;
    width: 100%;
    border-color: white !important;
    font-size: 16px;
}

.colour_btn2 {
    background-color: white;
    color: black !important;
    width: 100%;
    border-color: black !important;
    font-size: 16px;
}

.navigation {
    background: #00446d;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: breadcrumb-padding-y breadcrumb-padding-x;
    margin-bottom: breadcrumb-margin-bottom;
    list-style: none;
    background-color: transparent;
    border-color: transparent;
    ;
}

.main-content {
    font-size: 15px;
    border-color: transparent;
    background-color: transparent;
}

.main-content-header {
    background-color: transparent;
    background-color: transparent;
}

.main-content-body {
    background-color: transparent;
}

#twitter-widget-0 {
    width: 420px !important;
    max-width: 420px !important;
    min-width: 420px !important;
}

.borderNewsfeed {
    border-radius: 0 !important;
}

.borderNewsfeed1 {
    background: #c3e6fa;
}

.borderNewsfeed2 {
    height: 200px;
    background: #c3e6fa;
}

.twitterbox {
    height: 300px;
    padding: 1%;
    border-radius: 0 !important;
}

.twitterbox1 {
    position: absolute;
    visibility: hidden;
    display: block;
    width: 0px;
    height: 0px;
    padding: 0px;
    border: none;
}

.twitterstyle {
    height: 250px;
    padding: 1%;
    border-radius: 0 !important;
    overflow: hidden;
    background: white;
}

.twitterstyle::-webkit-scrollbar {
    width: 15px;
}

.twitterstyle::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.twitterstyle::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-image: linear-gradient(180deg, #2be2da 0%, #708ad4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.twitterstyle:hover {
    overflow-y: scroll;
}

.linkxyz {
    color: #0080c0;
}

.linkImportant {
    color: #ff0000;
}

.circle {
    width: 45%;
    height: 80%;
    border-radius: 30%;
    font-size: 120%;
    color: #000;
    /*line-height: 500px; */
    text-align: center;
    background: #fff;
    /* background: linear-gradient(135deg, #a7cfdf 0%,#23538a 100%); */
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: lightblue;
}

.hrLine {
    line-height: 25px !important;
    text-align: center;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 10px;
}

.marginStyle2 {
    margin-bottom: 3%
}

.marginStyletop1 {
    margin-top: 1%
}

.color11 {
    /* 	background: linear-gradient(135deg, #a7cfdf 0%,#23538a 100%); */
    background: #bcc7cc;
    padding: 17px;
}
