/* Copyright © 2017 Brightstar Lottery. This software and all information contained therein is confidential and proprietary and shall not be duplicated, used, disclosed or disseminated in any way except as authorized by the applicable license agreement, without the express written permission of Brightstar Lottery. All authorized reproductions must be marked with this language. */
.winners-circle-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.winners-circle-header {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
@media (max-width: 664px) {
  .winners-circle-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .winners-circle-header {
    margin-bottom: 10px;
  }
}

/* Copyright © 2017 Brightstar Lottery. This software and all information contained therein is confidential and proprietary and shall not be duplicated, used, disclosed or disseminated in any way except as authorized by the applicable license agreement, without the express written permission of Brightstar Lottery. All authorized reproductions must be marked with this language. */
.winners-circle-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 5px 5px 0px 0px;
}
.winners-circle-sort__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.winners-circle-sort__label {
  color: #414D5C;
  font-size: 16px;
  padding-right: 22px;
  margin-bottom: 0;
}
.winners-circle-sort__instant-search-field {
  position: relative;
  margin-left: 16px;
}
.winners-circle-sort__input-icon {
  position: absolute;
  padding: 12px 15px 12px 0px;
  right: 0;
  color: #2C85D8;
}
.winners-circle-sort .form-control {
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
}
@media (max-width: 664px) {
  .winners-circle-sort {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .winners-circle-sort__form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .winners-circle-sort__label {
    margin-bottom: 5px;
  }
  .winners-circle-sort__instant-search-field {
    margin-left: 0;
  }
}

