.tk-pad-l-20 {
  padding-left: 20px;
}
.tk-grid {
  display: grid;
}
.tk-cursor-pointer {
  cursor: pointer;
}
.tk-grid-col-span-2 {
  grid-column: span 2;
}
.tk-pad-top-10 {
  padding-top: 10px;
}
.tk-display-none {
  display: none;
}
.tk-display-none-imp {
  display: none !important;
}
.tk-display-block {
  display: block;
}
.tk-mar-l-40 {
  margin-left: 40px;
}
.tk-bgcolor-white {
  background-color: white;
}
.tk-text-center {
  text-align: center;
}
