.cls_v_data_table.f14 .v-data-table-header th span {
  font-size: 14px !important;
}
.cls_v_data_table.f16 .v-data-table-header th span {
  font-size: 16px !important;
}
.cls_v_data_table.f18 .v-data-table-header th span {
  font-size: 18px !important;
}
.cls_v_data_table.theme--light.v-data-table
  tbody
  tr:not(:last-child)
  td:not(.v-data-table__mobile-row) {
  border-bottom: none !important;
}

  

.cls_v_data_table table, td, th {
  border: 1px solid white !important;
}

.cls_v_data_table table {
  border-collapse: collapse;
}


.cls_v_data_table th{
  border-bottom: unset !important;
}


.cls_v_data_table tbody tr:nth-child(odd) {
  /* color: rgb(122 101 22); */
  /* background-color: rgb(254, 205, 37) !important; */
}
.cls_v_data_table tr:nth-child(even) {
  /* color: rgb(122 101 22); */
  /* background-color: #fecd2594 !important; */
}

.cls_v_data_table .v-data-table-header {
  /* background-color: rgb(122 101 22) !important; */
}

.cls_v_data_table .v-data-table-header th span,
.cls_v_data_table .v-data-table__thead th span  {
  /* color: rgb(254, 205, 37) !important; */
  border-bottom: none !important;
}

.cls_v_data_table .v-data-footer {
  margin: 0px;
  /* background-color: rgb(122 101 22); */
  /* color: rgb(254, 205, 37); */
}

.cls_v_data_table .v-data-footer .v-btn__content .v-icon {
  /* color: rgb(254, 205, 37) !important; */
}
.cls_v_data_table .v-select__selection .v-input__append-inner {
  /* background-color: rgb(254, 205, 37);
  color: rgb(254, 205, 37) !important; */
  
}

#v-data-table-id .v-select__selections,
#v-data-table-id .v-data-footer__select,
#v-data-table-id .v-data-footer__pagination,


#table_ImportExcel .v-select__selections,
#table_ImportExcel .v-data-footer__select,
#table_ImportExcel .v-data-footer__pagination


{
  font-size: 18px !important;
}

.v-data-footer__pagination{
  margin: 0 24px 0 24px !important;
}


.cls_v_data_table .v-data-footer__select .v-input__control {
  padding-left: 1px;
  /* background-color: rgb(254, 205, 37); */
}
.cls_v_data_table
  .v-data-footer__select
  .v-input__control
  .v-select__selections {
  padding-left: 5px;
}
.cls_v_data_table
  .v-data-footer__select
  .v-input__control
  .v-select__selections
  .v-select__selection {
  padding-right: 4px;

  /* color: rgb(122 101 22); */
}

.cls_v_data_table
  .v-data-footer__select
  .v-input__control
  .v-input__append-inner {
  /* background-color: rgb(254, 205, 37); */
  height: 100%;
  padding-top: 11%;
  padding-bottom: 3px;
  margin: 0px;
  padding-left: 0px;
  border-left: rgb(122 101 22) 1px solid;
}

.cls_v_data_table
  .v-data-footer__select
  .v-input__control
  .v-input__append-inner
  .v-input__icon--append
  i {
  /* color: rgb(122 101 22); */
}
.cls_v_data_table .v-data-footer .No_Data_Available {
  /* background-color: rgb(254, 205, 37);
  color: rgb(122 101 22); */
}
 
.cls_v_data_table tbody tr:hover {
  /* background: #ffc10738 !important; */
}

.cls_v_data_table  .theme--light.v-btn.v-btn--disabled{
      opacity: 0.6;
}

.v-menu__content .v-list {
  /* background-color: rgb(254, 205, 37) !important; */
}

.v-menu__content .v-list .v-list-item__content {
  /* color: rgb(122 101 22); */
}



 

  .v-text-field .v-select__slot .v-input__icon i {
  /* color: rgb(122 101 22) !important; */
}
  .v-text-field .v-input__slot {
  /* background-color: rgb(254, 205, 37) !important; */
}

  .v-text-field .v-select__slot input::placeholder {
  /* color: rgb(122 101 22) !important; */
}
  .v-text-field .v-text-field__slot input::placeholder {
  /* color: rgb(122 101 22) !important; */
}



/* Vue 3 */

.v-data-table__thead span{
  font-weight: bold;
} 