/*   ==========  ------------ All custom For CnumX css  ---------  ====== */

/*  ------- Lu so Gride page css start---- */
        body {
            background-color: #f8fafc;
            font-family: 'Inter', sans-serif;
        }

        .card {
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            border-color: #fff;
        }

        .fu-bg-primary {
            background-color: #00A76F !important;
        }

        .lo-shu-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 5px;
            background-color: #fff;
            padding: 10px;
            border-radius: 12px;
        }

        .grid-cell {
            background-color: #f5f5f5;
            color: green;
            font-size: 1.5rem;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            height: 90px;
            flex-direction: column;
        }

        @media (max-width: 768px) {
            .grid-cell {
                height: 60px;
                font-size: 1.2rem;
            }
        }
        .overflow-anywhere{
            overflow-wrap: anywhere;
        }
        .section-title {
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 0.75rem;
        }

        .highlight-box {
            border: 1px solid #00A76F;
            padding: 1rem;
            border-radius: 8px;
            width: 100%;          
            /* max-width: 1150px; */
            margin: 0 10px;
            display: flex;
            align-items: center;
            
        }

        span.nubmer-square {
            border: 1px solid #00A76F;
            border-radius: 3px;
            padding: 5px 10px;
            margin-right: 30px;
            font-weight: bold;
            font-size: 35px;
            color: #00A76F;
        }

        .nav-item .nav-link.active {
            background: transparent !important;
            color: #00A76F !important;
            border: 1px solid #00A76F;
        }

        .nav-item .nav-link {
            color: #000 !important;
            font-weight: 600;
        }

        
        .core-summary span {
            border: 1px solid #DC2626;
            padding: 4px 11px;
            border-radius: 50%;
            margin: 0 4px;
            background: #FEE2E2;
            color: #DC2626;
            font-weight: 600;
        }

        .kua-gender {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .kua-gender-span {
            border: 1px solid #eee;
            padding: 2px 5px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            /* background: red; */
            color: #3f4654;
            background: linear-gradient(180deg, #F6DE9D 0%, #E4B756 100%);
            margin-right: 5px;


        }

        .kua-gender li {
            color: rgba(63, 70, 83, 1);
            font-weight: 600;
        }

        .line {
            width: 1px;
            height: 50px;
            background: #eee;
        }

        .core-sumry-repeated {
            margin: 10px;
            background: linear-gradient(180deg, #F6DE9D 0%, #E4B756 100%);
            border-radius: 30px;
            width: 100px;
            text-align: center;
        }

        .core-sumry-repeated span {
        font-size: 16px;
        }
        .missing-tab-btn {
            color: #ff0000 !important;          /* Red text */
            border-color: #ff0000 !important;   /* Red border (optional) */
        }

        .nav-item .nav-link.missing-tab-btn.active {
            background-color: #ffe5e5 !important; /* Light red background when active */
            color: #ff0000 !important;
        }
        .formula-text-heading {
            color: #3F4653;
            font-size: 16px;
            font-weight: bold;
        }

        .number-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            padding: 20px;
        }

        .number-card {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 15px 20px;
            text-align: center;
            transition: transform 0.2s ease;
            
        }

        .number-card:hover {
            transform: translateY(-5px);
        }

        .number-label {
            font-size: 1rem;
            color: #555;
            font-family: 'Roboto', sans-serif;
            display: block;
            margin-bottom: 5px;
        }

        .number-value {
            font-size: 1.5rem;
            font-weight: bold;
            color: #2c3e50;
            font-family: 'Roboto', sans-serif;
            
        }
        .help-btn{
            padding: 2px 10px;
        }
/* ----------------------------------------- */
    .lo-shu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-cell {
    position: relative;
    background: #f5f5f5;
    text-align: center;
    padding: 25px 10px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: bold;
}

.circle-number {
    width: 22px;
    height: 22px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
}
.missing-number {
    font-size: 30px !important;
    color: rgb(165, 26, 26, 1);
}
.kua-img {
    position: absolute;
   top: -5px;
    right: 10px;
    height: 15px;
    width: 15px;
}
.zodic-signs{
    width: 50px;
    height: 50px;
    
}
        /* Responsive Design */
        @media (max-width: 600px) {
            .number-card {
                min-width: 120px;
                padding: 10px;
            }

            .number-label {
                font-size: 0.9rem;
            }

            .number-value {
                font-size: 1.2rem;
            }

            .west-dir {
                right: -31px !important;
                bottom: 145px !important;
                    }
            .east-dir {
                bottom: 145px !important;
                     }
            .plane-2 {
                top: 165px !important;
                    }
            .plane {
                font-size: 7px !important;
            }
        }
  
/*  ------- Lu so Gride page css end---- */


/*  ------- Dasboard page css start---- */

.cnum-color-blue {
    color: #6C63FF !important;
}

.cnum-color-orange {
    color: #FF8C42 !important;
}

.cnum-color-green {
    color: #4CAF50 !important;
}
.cnum-color-red{
    color:#DC2626 !important;
}

.cnum-color-lightblue {
    color: #03A9F4 !important;
}

.cnum-color-pink {
    color: #FF6B81 !important;
}

.cnum-color-indigoblue {
    color: #3B82F6 !important;
}



.layout-navbar.bg-transparent {
    background-color: transparent !important;
}

.cnum-dark-color {
    color: #333D49;
}

.avatar-name {
    color: #58606B;
    font-size: 18px;
}

.avatar-designation {
    color: #58606B;
    font-size: 14px;
}

.avatar-down-icon {
    color: #000;
    font-size: 25px;
    position: relative;
    top: -2px;
}

.cnum-card {
    border: 2px solid #F3F4F6;
    background: #FEFEFE;
    left: 1px;
    opacity: 1;
    border-radius: 6px;
    border-width: 2px;
    margin-bottom: 10px;
    padding: 30px 10px;


}

.cnum-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.cnum-card-data {
    color: #4B535E;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.cnum-card-icons i {
    font-size: 32px;
    padding: 15px;
}

.cnum-card-icons {
    font-size: 32px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
}

.cnum-card-text {
    font-size: 20px;
    color: #666D79;
    font-weight: 300;
}

.cnum-card-icons.clients {
    background: #EBE9FD;
}

.cnum-card-icons.reports-gen {
    background: #E7F9EC;
}

.cnum-card-icons.consult {
    background: #FCF4DE;
}

.cnum-card-icons.appointments {
    background: #FBE8E6;
}

.core-tools-icon {
    background: #F6F6F6;
    padding: 10px 15px;
    border-radius: 2px;
}

.cnum-card-coretools-title {
    font-weight: 700;
    font-size: 20px;
    overflow-wrap: anywhere;
}

.core-tools-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
}

.core-tool-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.menu-link i {
    font-size: 25px;
}

/*  ------- Dashboard page css end---- */


/* -------------- Name Numerology page css Start----------- */

.numeroligy-core-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.numeroligy-core-item {
    display: flex;
    border: 1px solid #088d5c;
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

.numeroligy-core-item span {
    font-size: 30px;
    font-weight: 600;
    color: green;
}

.numerology-core-item-name {
    color: #232323;
    font-size: 14px;
    margin-top: 10px;
}

.cal-proff-detail-items {
    max-width: 206px;
    min-width: 130px;
    margin-bottom: 10px;
}

.card-wrapper .card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #e2feef;
    border: 1px solid #00A76F !important;
}

.card-wrapper .card-title {
    font-size: 24px;
    color: #4CAF50 ;
    font-weight: 600;
}

.card-wrapper .card-content {
    font-size: 16px;
    text-align: center;
}

.cnum-card-undesirable-danger {
    position: relative;
    border: 1px solid #DC2626;
    bottom: 12px;
    z-index: 1;
    background: #FEE2E2;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #DC2626;
    border-radius: 6px;
    margin-top: -7px;
    z-index: 0;
}

.cnum-card-undesirable-success {
    position: relative;
    border: 1px solid #00A76F;
    bottom: 12px;
    z-index: 1;
    background: #e2feef;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #00A76F;
    border-radius: 10px;
}


li.nav-item.border-btn-tab button.nav-link.active {
    background: transparent !important;
    box-shadow: none;
    color: green !important;
    border-bottom: 1px solid green !important;
    border-radius: 0;
    border: 0;
}

.custom-select-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 6px 10px;
    width: fit-content;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
}

/* Keep native select arrow and styling */
.custom-select-box .form-select {
    border: none;
    /* remove inner border so outer box shows */
    padding-left: 0;
    /* align text nicely */
    padding-right: 1.5rem;
    /* leave room for native arrow */
    background: transparent;
    /* inherit box background */
    -webkit-appearance: auto;
    /* ensure native arrow appears on webkit */
    appearance: auto;
    /* ensure native arrow for other engines */
    box-shadow: none;
    /* remove inner focus shadow */
    min-width: 160px;
}

/* keep focus visible on outer container */
.custom-select-box:focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.12);
}

.status-badge {
    background-color: #fde7e7;
    color: #d9534f;
    font-weight: 500;
    border-radius: 6px;
    padding: 5px 10px;
}

.form-check-label {
    font-weight: 500;
    color: #555;
}


table.table.Chaldean-table tr td {
    border: none;
    color: #333D49;
    padding: 0;
    text-align: center;
}

table.table.Chaldean-table .Chaldean-words {
    /* border-right: 1px solid #D1D3DF; */
    border-left: 1px solid #D1D3DF;
    display: flex;
    justify-content: center;
    margin: 10px 5px;
}

table.table.Chaldean-table tr {
    box-shadow: 0 2px 6px 0px rgba(67, 89, 113, 0.12);
    line-height: 2;
    border-radius: 8px;
}

table.table.Chaldean-table th {
    color: #868896;
    font-weight: 500;
    text-align: center;
}
  .pyramid-wrapper {
  display: inline-block;
  margin-top: 10px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y:hidden ;

  }

  .pyramid-row {
    display: flex;
    justify-content: flex-start; /* left-aligned like your example */
  }

  .pyramid-cell {
    min-width: 30px;
    height: 30px;
    border-left: 1.5px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 0px #000;
    border-top: 1.5px solid #000;
}
/* yuvraj's css start here  alignment suggestion and coreeted name css */
.roots-td{
    border-left: none !important;
}

.tooltip-inner {
  background-color: #333 !important;
  color: #fff !important;
  font-size: 13px;
  text-align: center;
  max-width: 260px;
}
.tooltip-btn{
        border: none;
    background: none;
}

.btn-primary:hover{
    background-color: #026342 ;
    border-color: #026342;
}
.btn-primary:active{
    background-color: #026342 !important;
}
  .bg-success-subtle { background-color: #e8fbf2 !important; }
  .bg-warning-subtle { background-color: #fff5e5 !important; }
  .text-success{color: #00A76F !important;}
/* -------------- Name Numerology page css End----------- */
.bg-lo-success{
    background-color: #00A76F !important;;
}

/* Loshu_grid css start */
.number-matching{
     border-bottom: 1px solid #e9e9e9;
}
.modal .modal-header .btn-close{
    margin: 0px !important;
}
.modal .btn-close{
    transform: none !important;
    transition: none !important;
}
.modal .btn-close:hover{
    transform: none !important;
    transition: none !important;
}

/* kua number and icon in grid cell css */
   .lo-shu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-cell {
    position: relative;
    background: #f5f5f5;
    text-align: center;
    padding: 25px 10px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: bold;
}

.missing-number {
    font-size: 30px !important;
    color: rgb(165, 26, 26, 1);
}


.zodic-signs{
    width: 50px;
    height: 50px;
    
}
.kua-wrapper{
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .lord-num {border: 1px solid #000;
    border-radius: 50%;
    padding: 2px 6px;
}
.plane {
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: 5px;
    color: #333d49;
    font-weight: 600;
}


/* ----------------- */
.plane-1 {
    position: absolute;
    left: -18px;
    top: 105px;
    font-size: 12px;
    transform: rotate(-90deg);
    color: green;
}
.plane-2 {
    position: absolute;
    left: -27px;
    transform: rotate(-90deg);
    top: 210px;
    font-size: 11px;
    color: green;
}

.plane-3 {
    position: absolute;
    left: -25px;
    transform: rotate(-90deg);
    bottom: 80px;
    font-size: 11px;
    color: green;
}
.hori-planes{
    font-size: 11px;
    color: green;
}

.SE-dir {
    position: relative;
    top: 48px;
    left: -20px;
    font-size: 10px;
    color: #000;
}
.SW-dir {
    position: relative;
    top: 45px;
    right: -21px;
    font-size: 10px;
    color: #000;
}
.NE-dir {
    position: relative;
    bottom: 11px;
    left: -20px;
    font-size: 10px;
    color: #000;
}
.Nw-dir {
    position: relative;
    font-size: 10px;
    bottom: 11px;
    right: -21px;
    color: #000;
}
.east-dir {
    position: absolute;
    bottom: 190px;
    transform: rotate(-90deg);
    left: -40px;
    color: #000;
    font-weight: 700;
}
.west-dir {
    position: absolute;
    right: -23px;
    bottom: 190px;
    transform: rotate(91deg);
    color: #000;
    font-weight: 700;
}
.north-dir{
    color: #000;
    font-weight: 700;
}
.south-dir{
     color: #000;
     font-weight: 700;
}
.comp-item span {
    font-size: 14px !important;
}


/* -------------- Mobile Numerology page css start----------- */

.rating-wapper{
    background-color: #F6F6F6;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto;
}
.card-box{
    border: 1px solid #3F4653;
    border-radius: 5px;
    height: 100%;
}
.span-box{
    background-color: #E8EAED;
    border-radius: 50px;
    padding:3px 10px;
}
.carousel-indicators [data-bs-target]{
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 50%;
}
.carousel-indicators{
    position: relative;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #000 !important;
}
.carousel-control-prev, .carousel-control-next{
    position: relative;
    display: inline-flex;
    background-color: #d7d7d7;
    color: #888D99;
    height: 7%;
    width: fit-content;
    border-radius:5px;
}
.button-wrapper{
position: absolute;
    top: -63px;
    right: 0;
}
.input-group .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}




.border {
  border: 1px solid #e6e6e6 !important;
}

.progress-bar {
  width: var(--bar-width, 0%);
  background-color: var(--bar-color, #ccc);
  height: 6px;
  border-radius: 5px;
  transition: width 0.5s ease, background-color 0.5s ease;
}
   


/* -------------- Mobile Numerology page css end----------- */


/* -------------- Cross sign add field name and date----------- */

.input-wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.input-wrapper label {
    display: block;
    margin-bottom: 0.3rem;
}

.input-wrapper input {
    width: 100%;
    padding-right: 25px; /* space for clear button */
    text-transform: capitalize; /* optional */
}

.clear-btn {
    position: absolute;
    right: 6px;
    top: 71%;
    color: red;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

#nameError {
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
}

.calendar-box {
    position: relative;
}

#datepicker {
    padding-right: 30px; /* extra space for the cross */
}

.clear-bt {
    position: absolute;
    right: 8px;
    top: 76%;
    transform: translateY(-50%);
    font-size: 18px;
    color: red;
    cursor: pointer;
    display: none;
    z-index: 10;
}

/* -------------- Cross sign add field name and date----------- */
/* Card Styling: Full card background and text color based on the status */
/* Undesirable an desirable condition css */
.cnum-undesirable {
    background-color: #F44336; /* Red */
    color: rgb(228, 35, 35);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}

/* Status Text Styling: Ensures the status label has consistent color */
  .cnum-car-desirable-status {
    background-color: #e2feef;
    color: #01a770;
    border-radius: 6px;
    text-align: center;
 
    border: 1px solid #01a770;
    position: relative;
    bottom: 9px;
    height: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
}

.cnum-car-undesirable-status {
    background-color: #fbdfdf;
    color: #DC2626;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
    margin-top: -19px;
    border: 1px solid #DC2626;
}
.cnum-undesirable {
    background: #fbdfdf !important;
    border: none;
    outline: none;
    border: 1px solid #DC2626 !important;
    text-align: center;
    position: relative;
    z-index: 1;
}
.cnum-undesirable .card-title{
    color: #DC2626 !important;
}

/* Undesirable an desirable condition css */

/* view full deatil page css start */
.accordion-header button{
    font-size: 20px;
}
p{
    line-height: 1.6;
}
/* view full deatil page css end*/
/* Choose Your Rudraksh page css start */
.rudraksh-img,.carytal-img,.bn-number-box{
    height: 120px;
    
}
.rudraksh-img{
    object-fit: contain;
}
.bn-number{
    display: flex;
    border: 1px solid green;
    padding: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 2px;
}
/* Choose Your Rudraksh page css end */

/* marriage page css start */
.male-loshu-colmn{
 border-right: 2px solid #000;
}
@media(max-width:991px){
    .male-loshu-colmn{
 border-right:none;
}
}
@media(max-width:768px){
    .border-end{
 border-right:none !important; 
}
}
/* marriage page css end */

/* mahadasha/ antardasha page css start */
.mahadasha-box3{
   border: 2px solid #683C04;
   border-radius:10px; 
   padding: 10px;
}
.mahadasha-box2{
   border: 2px solid #008000;
   border-radius:10px; 
   padding: 10px;
}
.mahadasha-box1{
   border: 2px solid #2169AC;
   border-radius:10px; 
   padding: 10px;
}
.mahadasa-table-head{
    background-color: #BFBAA5;
}
.mahadasa-table-head th{
color: #232323 !important;
font-weight: 700 !important;
}
.duration-colmn{
    border-right: none !important;
}
@media(min-width:1600px){
    .mahadasha-box-wrapper{
        width: 30%;
    }
}
@media(max-width:576px){
    .mahadasha-box-wrapper{
        width: 100%;
    }
}
/* mahadasha/ antardasha page css end */

/* Hora page css start */
        /* DATE BAR */
        .date-bar {
            background: #fff;
            color: #fff;
            padding: 6px 10px;
            font-weight: 600;
            border-radius: 3px;
        }
 
 
        /* HORA ROWS */
 
        /* PLANET COLORS (MATCH IMAGE) */
        .mars {
            background: #b3201b;
        }
 
        .sun {
            background: #c14a12;
        }
 
        .venus {
            background: #8d8f2c;
        }
 
        .mercury {
            background: #3e8f3e;
        }
 
        .moon {
            background: #b4691c;
        }
 
        .saturn {
            background: #8d8989;
        }
 
        .jupiter {
            background: #e4c31a;
            color: #000;
        }
 
        @media(max-width:768px) {
            .hora-time {
                font-size: 12px;
            }
        }
        .border-dark{
            border: 1px solid #000 !important;
        }
        /* Hora page css end */
      
        /* Vedic predic css start */
        .num-green {
            color:  #28a745;
            font-weight: bold;
        }

        .num-purple {
            color: #6f42c1;
            font-weight: bold;
        }

        .antardasha{
            color: #048dc4;
            font-weight: bold;

        }
        .num-red{
            color: rgb(192, 8, 8);
        }
        .dasha-legend {
            display: flex;
            flex-wrap: wrap !important  ;
            gap: 20px;
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 600;
        }

        .legend-item {
            display: flex;
            align-items: center;
        }

        .legend-item::before {
            content: "";
            width: 14px;
            height: 14px;
            margin-right: 6px;
            border-radius: 3px;
            background: currentColor;
        }
        .num-dob {
            color: #778798;   /* gray */
            font-weight: 500;
        }
        .num-personal{
            color: rgb(134, 37, 37);
        }

        /* Vedic predic css end */
/* Loshu grid csss for mobile view  */
@media (max-width:576px) {
    .col{
        width: 100% !important;
    }
    .hora-btn{
        padding: 5px 8px;
    }
    .core-sumry-repeated {
    margin: 17px 2px;
    background: linear-gradient(180deg, #F6DE9D 0%, #E4B756 100%);
   
}
    .mobile-para {
    font-size: 13px !important;
}
.mobile-para span{
    font-size: 14px !important;
}
    .grid-cell {
        padding: 0px !important;
        font-size: 14px !important;
    }
    .missing-number{
        font-size: 14px !important;
    }
    .kua-wrapper{
        font-size: 10px !important;
        top: 2px !important;
        right: 4px !important;
    }
    .circle-number{
        width: 16px !important;
        height: 16px !important;
        font-size: 12px !important;
    }
    .accordion-header button {
    font-size: 16px !important;
}
    
}

@media(max-width:768px){
    .plane-2{
            top: 165px;
    }
    .east-dir{
            bottom: 135px;
    }
    .west-dir{
            bottom: 135px;
    }
    .numeroligy-core-item span {
    font-size: 18px;
}
.numeroligy-core-item {
    padding: 0px; 
    width: 50px;
    height: 50px;
}
}
/* Loshu grid csss for mobile view end  */

/* prediction page gird box css start */
    .year-card {
        background: #fff;
        border-radius: 6px;
        border: 1px solid #ddd;
        overflow: hidden;
    }
    .prediction-grid-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-top: 1px solid #ddd;
    }

    .prediction-grid-cell {
        height: 50px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .prediction-grid-cell:nth-child(1n) {
        border-left: 1px solid #ddd;
    }
/* prediction page gird box css end */
