@media (max-width: 576px) {
    .themed-container{
        padding:0 !important;
    }    
    html{
        font-size: 12px;
    }
  }
.radio{
    display: flex;
    align-items: center;
}
.keyboard {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #e1f0f8;
  padding:4px 12px;
  border-radius: 6px;
  color: #807e7e;
}
.blueColor {
  cursor: pointer;
  color:#007bff;
}

.hide {
  display: none !important;
}
/* .hide{
    display: none;
} */