/* line 4, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
.widget {
  width: 100%;
  margin-right: 50px; }
  /* line 7, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
  .widget__stats {
    background-color: white;
    max-height: 50px;
    min-height: 50px;
    padding: 0;
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: black; }
    /* line 19, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
    .widget__stats__currencies {
      flex: 2;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      /* line 25, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
      .widget__stats__currencies > div {
        flex: 1;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 2px 10px;
        border-radius: 5px;
        transition: .5s ease-in-out; }
        /* line 35, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
        .widget__stats__currencies > div .badge {
          margin-top: 4px;
          font-size: 11px;
          font-weight: bold;
          background-color: rgba(0, 0, 0, 0.2);
          padding: 2px 20px;
          border-radius: 5px;
          margin-bottom: 2px;
          color: black; }
        /* line 45, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
        .widget__stats__currencies > div .degree {
          font-size: 14px; }
        /* line 48, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
        .widget__stats__currencies > div:hover {
          background-color: #101820;
          color: white; }
          /* line 51, /home/ubuntu/timesheet-tca/app/assets/stylesheets/widget-navbar.scss */
          .widget__stats__currencies > div:hover .badge {
            color: white; }
