.k-input-inner{
    width: 100%;
    height: 34px;
    border-radius: 4px;
    color: inherit;
}
.k-input{

}
.k-input-button
.k-button-solid-base{
    background-color: #ffff !important;
}
.k-input-button
{
    background-color: #ffffff !important;
}
.k-animation-container{
width: 300px !important;
}
.button.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button
{
    background-color: #ffffff !important;
}
.k-icon-button{
    background-color: rgb(0 0 0 / 0%) !important;
    border-color: #ffffff !important;
    background-image: none !important;

}
.k-table-th{
    background-color: rgb(0 0 0 / 0%) !important;
    border-color: #ffffff !important;
    background-image: none !important;
}
.k-table-row{
    border-color: #ffffff !important;
    background-image: none !important;
}
.k-table-header{
    background-color: rgb(0 0 0 / 0%) !important;
    border-color: #ffffff !important;
    background-image: none !important;
    font-weight:600 !important;
}
.k-table-header .k-table-th{
    background-color: rgb(0 0 0 / 0%) !important;
    border-color: #ffffff !important;
    background-image: none !important;
    font-weight:600 !important;
}
.customer-photo {
          display: inline-block;
          box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
          margin: 0 10px 0;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background-size: 100%;
          background-repeat: no-repeat;
          vertical-align: middle;
      }

      .k-table-th:nth-child(1){
        width: 20%;
      }
      .k-table-th:nth-child(2){
        width: 80%;
      }
      .k-table-list .k-table-row.k-selected{
        background-color:#3C94C7 !important;
        color:#ffffff;
      }