.matrix-sec {
    background-color: #ececec;
    padding: 30px 0px;
}
.grid-horizontal-partition-line {
    border-bottom: 1px solid #cbcbcb;
    left: 0;
    top: 50%;
}
.grid-vertical-partition-line {
    height: 100%;
    border-right: 1px solid #cbcbcb;
    left: 50%;
    top: 0;
}
.grid-vertical-line{
    height: 100%;
    width: 0;
    border-right: 1px solid #cbcbcb; 
    opacity:0.5; 
    top: 0;
    z-index: -1;
}
.grid-horizontal-line{
    height: 0;
    width: 100%;
    border-top: 1px solid #cbcbcb;
    opacity:0.5; 
    z-index: -1;
}
.grid-y-axis{
    color: #666;
    bottom: 0;
    left: 3%;
    height: 90%;
    top: 4%;
    width: 1px;
    border-left: 1px solid #135893;
}
.grid-y-axis span{
    padding: 4px 12px;
    transform: rotate( -90deg );
    left: -70px;
    width: max-content;
}
.grid-x-axis{
    color: #666;
    left: 6%;
    bottom: 2%;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #135893;
}
.grid-x-axis span{
    padding: 4px 12px;
}
.grid-report-product{
    margin-left: -50px; 
    margin-bottom: -50px;
}
.grid-report-product .tooltip{
    display: none;
    position: absolute;
    z-index:5;
    box-shadow: rgb(0 0 0 / 0%) 0 3px 6px, rgb(0 0 0 / 12%) 0 1px 6px 2px;
    border-radius:5px;
}
.grid-report-product .tooltip img {
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    box-shadow: 0 4px 7.84px 0.16px rgb(171 171 171 / 45%)
}
.grid-report-product:hover .tooltip {
    display: block;
}
.grid-report-product-logo{
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 7.84px 0.16px rgb(0 0 0 / 45%);
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.grid-report-product .sw-score-text {
    font-size: 7px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.grid-report-product .sw-score{
    width: 45px;
    height: 39px;
}
.grid-report-product .sw-score:hover .sw-score-desc{
    top: 47px;
    left: 0px;
}
.grid-report-product .tooltip:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.grid-report-product .tooltip.opensBottomRight {
    top: 58px;
    left: 20px;
}
.grid-report-product .tooltip.opensBottomRight:before {
    top: -8px;
    left: 10px;
    border-bottom: 10px solid #fff;
}
.grid-report-product .tooltip.opensTopRight {
    bottom: 58px;
    left: 20px;
}
.grid-report-product .tooltip.opensTopRight:before {
    top: 75px;
    left: 10px;
    border-top: 10px solid #fff;
}
.grid-report-product .tooltip.opensBottomLeft {
    top: 60px;
    right: 0px;
}
.grid-report-product .tooltip.opensBottomLeft:before {
    top: -8px;
    right: 10px;
    border-bottom: 10px solid #fff;
}
.grid-report-product .tooltip.opensTopLeft {
    bottom: 58px;
    right: 0px;
}
.grid-report-product .tooltip.opensTopLeft:before {
    top: 75px;
    right: 10px;
    border-top: 10px solid #fff;
}
.grid-pg-report-data {
    padding: 34px 34px 34px 44px;
    box-sizing: border-box;
}
.grid__semicircle{
    border-bottom: solid rgba(4,111,162,0.15) 3px;
    border-left: solid rgba(4,111,162,0.15) 3px;
    background-color: rgba(4,111,162,0.09);
    border-radius: 0 0 0 100%;opacity: 1;
    right: 0;
    top: 0;
    -webkit-transition: height .3s ease-in,width .3s ease-in,opacity .3s ease-in;transition: height .3s ease-in,width .3s ease-in,opacity .3s ease-in;
    width: 57.63313529782645%;
    height: 57.63313529782645%;
    z-index:0;
}
.grid-input {
    box-sizing: border-box;
}
.grid-input-head {
    font-weight: 600;
    color: #333;
}
.grid-input-head-icon {
    display: inline-block;
    background-color: #fff;
    position: relative;
    bottom: 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}
.grid-input-head-icon span {
    display: grid;
    place-items: center;
    line-height: 28px;
}
.grid-input .btn {
    width: 130px;
    background-color: #083463;
    border: 1px solid #083463;
    color: #ffffff;
    border-radius: 3px;
    padding: 9px 20px;
}
.grid-input .btn:hover {
    opacity: 0.8;
}
.grid-product-list li a:hover {
    text-decoration: underline;
}
.grid-input-text {
    width: 80%;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 11%);
    outline: none;
    padding: 8px 10px;
}
.grid-input-text textarea {
    margin: 0px;
    resize: none;
    border: none;
    width: 100%;
    height: 100%;
}
.grid-pg-view {
    gap: 8px;
}
.grid-pg-view-opt {
    width: 16%;
    padding: 24px 24px 22px 24px;
}
.grid-pg-view-opt input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 12px;
    height: 15px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
.grid-pg-view-opt input[type="radio"]:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -4px;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
}
.grid-pg-view-opt input[type="radio"]:checked::before {
    border: 5px solid #135893;
}
.grid-pg-view-desc {
    width: 84%;
}
.grid-report-product:hover {
    z-index: 9;
}
.grid-report-product-logo img{
    max-height: 100%;
    max-width: 100%;
    border-radius:5px;
}
.product-list ul li {
    width: 23.55%;
}
.product-list ul li span{
    width: 30px;
    height: 30px;
}
.grid-report-container{
    height: 690px;
}
.grid-widget{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    width: 90%;
    height: 90%;
    margin: auto;
}
.grid-widget-surface{
    height: 90%;
    top: 4%;
    left: 6%;
    width: 90%;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #cbcbcb;
    background-color: #f5f5f5;
}
.grid-product-tooltip{
    width: 240px; 
    height: auto;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
.highlight-product{
   transform: scale(1.8);
   box-shadow: 0px 0px 2px 1px #1069c9;
   z-index: 8;
   position: relative;
}
