//.auto-col {
//  flex-direction: column;
//}
//.auto-row {
//  flex-direction: row;
//}
//.auto-row-vc {
//  @extend .auto-row;
//  align-items: center;
//}
//.auto-row,.auto-col {
//  width: 100%;
//  height: 100%;
//  display: flex;
//  gap: 10px;
//}
//
//.auto-row,.auto-col .static {
//  flex-grow: 0;
//  flex-shrink: 0;
//}
//.auto-row,.auto-col .auto {
//  border-radius: 4px;
//  overflow: hidden;
//  flex: 1;
//}
//.auto-height{
//  height: auto !important;
//}
