.modal-title {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 350px;
  padding: 16px;
  column-gap: 25px;
  max-width: 100%;
}
.grid2 {
  grid-template-columns: 50% 50%;
  display: grid;
}
#mainModal h2 {
  font-size: 20px;
  font-weight: 300;
}
td[data-name=index] label {
  background-color: transparent;
  border: none;
  width: 100%;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}
th[data-name=index] {
  text-align: center;
}
#mainModal h2.title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gridbox label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px
}
#mainModal .gridbox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.userbox img {
  width: 80px;
  border-radius: 250px
}
.userbox {
  padding: 20px;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 7px;
  background-color: #f9f9f9;
}
td img {
  width: 45px;
  border-radius: 250px;
  margin-bottom: 5px;
  border: 0px solid #d5d5d5;
}
td[data-name="assigned"] {
  text-align: center;
}
th[data-name="vendor"] {
  text-align: center;
}
td[data-name="vendor"] {
  text-align: center;
}
th[data-name="assigned"] {
  text-align: center;
}
th[data-name="description"] {
  min-width: 250px;
}
th[data-name="action"] {
  min-width: 105px;
  text-align: center;
}
.nodata {
  text-align: center;
  padding: 100px;
}
td[data-name="action"] {
  text-align: center;
}
td[data-name=assigned] label {
  background-color: transparent;
  border: none;
  width: 100%
}
td[data-name=vendor] label {
  background-color: transparent;
  border: none;
  width: 100%
}
.userbox p:first-child {
  font-size: 20px;
  font-weight: 300;
  
}
.userbox .fas {
  font-size: 20px;
  color: #696969;
}
.userbox p:nth-of-type(2) {
  font-size: 15px;
  font-weight: 300;
  padding-top: 10px 
  
}
.grid4 {
  grid-template-columns: 23% 23% 23% 23%;
  display: grid;
  column-gap: 2.66666%;
}
.grid3 {
  grid-template-columns: 33% 33% 33% 33%;
  display: grid;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 6px;
}
@media (min-width: 1068px) {
  .modal-dialog {
    width: 1050px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 1068px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
}
td button {
  padding: 3px 5px;
  font-size: 11px;
  background-color: rgb(227, 227, 227);
  border: 0px solid;
  color: #8e8e8e;
  border-radius: 5px;
  width: 26px;
  height: 26px;
}
td label {
  border: 1px solid #eaeaea;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
}
th label {

  font-weight: 400;
}
.btn-primary.add {
  width: 50px;
  height: 50px;
  line-height: 10px;
  border-radius: 250px;
  background-color: #4961da;
  border-color: #4961da;
}
td {
  background: rgb(249, 249, 249);
}
table {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #c1c1c1;
  padding: 10px;
}
th:first-child {
  display: none
}
td:first-child {
  display: none
}
td[contenteditable="true"] label {


    border: 1px solid #92bf7d;
    cursor: text; /* Change cursor to text */
}

/* Styling for contenteditable cells when they are focused */
td[contenteditable="true"]:focus {

    border: 0px solid #007bff; /* Blue border when focused */
    outline: none; /* Remove default outline */
    box-shadow: none; /* Blue shadow */
}
td[contenteditable="true"]:focus label {

    border: 1px solid #007bff; /* Blue border when focused */
    outline: none; /* Remove default outline */
    box-shadow: none; /* Blue shadow */
}
th {
  padding: 5px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
th label {
  font-size: 11px;
  font-weight: 300;
}
.btn-primary.add {
  width: 50px;
  height: 50px;
  line-height: 10px;
  border-radius: 250px;
  background-color: #4961da;
  border-color: #4961da;
}
.actionbuttons .form-control {
  margin-top: 8px 
}
td:nth-of-type(2) {
  background-color: #fff;
  border-right: 1px solid;
  text-align: left;
  
}
td:nth-of-type(2) label {
  border: 0px solid;
  font-size: 15px;
  font-weight: 300;
  
}
th:nth-of-type(2) {
  background-color: #fff;
  border-right: 1px solid;
  min-width: 150px;
  padding-left: 25px;
}
td, th {
  padding: 15px 15px;
  width: 8%;
  text-align: left;
}
.modal-content {
  padding: 10px;
    padding-bottom: 10px;
  padding-bottom: 30px;
}
.actionbuttons {
  display: grid;
  grid-template-columns: auto 70px;
  column-gap: 20px;
}
.actionbuttons .form-control {
  margin-top: 8px 
}
.close {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  display: none;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.form-control {
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 8px;
}
h3 {
  font-size: 24px;
  font-weight: 300;
}

