 @font-face{
  font-family: 'sur_lipi_bhatkhande_v14';
  src: url('../assets/fonts/sur_lipiv14.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 @font-face{
  font-family: 'sur_lipi_paluskar_v4';
  src: url('../assets/fonts/sur_lipi_paluskar_v4.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



table td.khand_break_class {

 border-right: 3px solid #0805c2 ;
  position: relative;
}



.line-border {

   border-top: 1px solid #aa0707;
   border-bottom: 1px solid #aa0707;
}

.grid-view-note_bh_input_style {
  font-family: 'sur_lipi_bhatkhande_v14';   
  font-size: 24px;
  color:#0805c2;
}

.grid-view-note_pl_input_style {
  font-family: 'sur_lipi_paluskar_v4'; 
  font-size: 24px;
  color:#0805c2;
}

.grid-input-note_bh_input_style {
  font-family: 'sur_lipi_bhatkhande_v14';  
  font-size: 24px;
  color: #0527be; 
  /* height: 80px; */
  /* width: 90px; */
  width: 100%;
  padding-bottom: 0.5rem; 
  text-align: center;
  border: none;
  border-bottom: 1px solid #0527be; 
 
  box-sizing: border-box; 
  background-color: transparent;
   white-space: pre-wrap;
  line-height: 2.6em;
  overflow: visible;

}

.grid-input-note_pl_input_style {
  font-family: 'sur_lipi_paluskar_v4';
  font-size: 24px;
  color: #0527be; 
  /* height: 80px; */
  /* width: 90px; */
  width: 100%;
  padding-bottom: 0.5rem; 
  text-align: center;
  border: none;
  border-bottom: 1px solid #0527be; 
 
  box-sizing: border-box; 
  background-color: transparent;
   white-space: pre-wrap;
  line-height: 2.6em;
  overflow: visible;

}


.grid-input-note-light_bh_input_style {
  font-family: 'sur_lipi_bhatkhande_v14';  
  font-size: 24px;
  /* height: 80px; */
  /* width: 90px; */
  width: 100%;
  padding-bottom: 0.5rem; 
  text-align: left;
  border: none;
  box-sizing: border-box; 
  color: #0527be;
  background-color: transparent;
   white-space: pre-wrap;
  line-height: 2em;
  overflow: visible;

}

.grid-input-note-light_pl_input_style {
  font-family: 'sur_lipi_paluskar_v4';  
  font-size: 24px;
  /* height: 80px; */
  /* width: 90px; */
  width: 100%;
  padding-bottom: 0.5rem; 
  text-align: left;
  border: none;
  box-sizing: border-box; 
  color: #0527be;
  background-color: transparent;
   white-space: pre-wrap;
  line-height: 2em;
  overflow: visible;

}

 
.note-div {
  font-family: var(--note-font);
  font-size: 24px;
  min-width: 50px;
  display: inline-block;
  padding: 0.5em 5px 0.5em 5px;
  text-align: center;
  white-space: pre-wrap;
  line-height: 1.6em;
  overflow: visible;
  word-break: break-word;
  outline: none;
}


  .grid-input-lyrics {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
 
}

.document-font{
  /* font-family: 'sur_lipi_bhatkhande_v14'; */
  font-family: 'sur_lipi_paluskar_v4';
  font-size: 28px;
  width: 300px;
  height:75px;
  margin-top:10px;
  margin-bottom: 10px;
}


.grid-input-lyrics-light {
   width: 100%;
  padding-bottom: 0.5rem; 
  text-align: left;
  border: none;
  box-sizing: border-box; 
  background-color: transparent;
   white-space: pre-wrap;
  line-height: 1.6em;
  overflow: visible;
 
}

.grid-row {
  display: flex;
}
.grid-cell {
  width: 100px;
  padding: 0;
  box-sizing: border-box;
}
/*
.grid-cell:first-child {
  border-left: 1px solid #ccc;
}
*/
.grid-header {
    width: 100%; 
    padding: 0.25rem;
  display: flex;
  font-weight: bold;
  background-color: #f8f9fa;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
  
}
.grid-header .grid-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}


.grid-box {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.grid-title-cell {
  width: 60px;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #f0f0f0;
}

.grid-group {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.grid-row .grid-cell[colspan] {
  flex: 0 0 100%;
}


 #grid-body {
   
    box-sizing: border-box;
}

.grid-group {
    width: 100%;
}

.grid-row {
    display: flex;
    width: 100%;
}

.grid-cell {
    flex: 1; /* Ensures cells expand evenly */
    padding: 4px;
}

.grid-box {
    width: 100%;
}

.grid-input-note {
    width: 100%;
    box-sizing: border-box;
}

/* table td.khand_break_class {
  border-right: 3px solid #0805c2 ;
  position: relative;
}


table td.khand_break_class::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  border-right: 2px solid #0805c2;
} */
