@import '../base.scss';

.ss-container-orderRemainderBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 60px;
  background: rgba(255, 184, 94, 0.1);
  border-radius: 2px;
  border: 1px solid rgba(255, 222, 180, 1);

  .ss-right-item {
    flex: 0 0 fit-content;
    font-size: 14px;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
    line-height: 20px;
  }
  .ss-left-item {
    flex: 0 0 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid rgba(251, 97, 97, 1);
    width: 56px;
    color: rgba(251, 97, 97, 1);
    &:hover{
      cursor: pointer;
    }
  }
}
