/**
 * Copyright (c) 2021 Open Assessment Technologies SA
*/

.runner {
  .test-runner-scope {
    .action-bar.content-action-bar.horizontal-action-bar.top-action-bar {
      .control-box {

        & > .connectivity-box {
          margin-left: 0px;
          margin-right: 40px;
          &.with-message {
            .message-connect {
              margin-left: 3px;
              margin-right: 0px;
            }
          }
        }

        & > .progress-box {
          & > .qti-controls {
            margin-left: 0px;
            margin-right: 20px;
          }
        }

        & > .timer-box {
          .timer-toggler {
            right: 20px;
          }
          .timer-wrapper {
            .countdown {
              &:first-child {
                &::before {
                  content: ' ';
                }
              }
              &:last-child {
                &::before {
                  content: none;

                }
              }
            }
          }
        }

      }
    }
  }
}
