﻿.individual-award {
  color: #fff;
}
.individual-award:nth-child(even) .award-side {
  order: 2;
}
.individual-award:nth-child(even) .award-side .award-title {
  margin-right: 0;
  margin-left: 50px;
}
.individual-award:nth-child(even) .award-side .award-title h2 {
  text-align: left;
}
.individual-award:nth-child(even) .award-side .award-title .ellipsis {
  left: auto;
  right: 50%;
}
.individual-award:nth-child(even) .nominees-container {
  order: 1;
}
.individual-award .nominees-container {
  align-self: end;
}
.individual-award .nominees-container.voted {
  align-self: center;
}
.individual-award .nominees-container .nominees {
  position: relative;
}
.individual-award .nominees-container .nominees .loader {
  background: rgba(0, 0, 0, 0.5) url(Assets/images/loading_dots.gif) no-repeat center;
  background-size: 60%;
}
.individual-award .nominees-container .nominees .nominee-card {
  margin: 15px 0;
}
.individual-award .nominees-container .nominees .nominee-card .image-box {
  overflow: hidden;
  height: 170px;
  /*background: url(Assets/svg/nominee_card_background.svg);
                    background-repeat: no-repeat;
                    background-size: cover;*/
  position: relative;
}
.individual-award .nominees-container .nominees .nominee-card .image-box span {
  font-family: "SharpSansDisplayNo1_Bold";
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transform: rotate(90deg);
  position: absolute;
  width: 60px;
  top: 23px;
  right: -8px;
  background: linear-gradient(90deg, #D8B97D -4.24%, #704D25 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.individual-award .nominees-container .nominees .nominee-card .image-box img {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.individual-award .nominees-container .nominees .nominee-card .card-body {
  padding: 0;
  font-family: 'SharpSansDisplayNo1_Medium';
}
.individual-award .nominees-container .nominees .nominee-card .card-body [class*="col-"] {
  margin: 5px 0;
}
.individual-award .nominees-container .nominees .nominee-card .card-body .player-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.individual-award .nominees-container .nominees .nominee-card .card-body .country-flag-box {
  overflow: hidden;
  height: 20px;
}
.individual-award .nominees-container .nominees .nominee-card .card-body .country-flag-box img {
  object-fit: cover;
  height: 100%;
  margin: auto 0 auto auto;
  display: block;
}
.individual-award .nominees-container .nominees .nominee-card .card-body .current-team-label,
.individual-award .nominees-container .nominees .nominee-card .card-body .positions-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}
.individual-award .nominees-container .nominees .nominee-card .card-body .team-short-name,
.individual-award .nominees-container .nominees .nominee-card .card-body .positions-short {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button {
  width: calc(100% - 47.5px);
  display: flex;
  position: relative;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button {
  padding: 10px 0;
  width: 100%;
  border: none;
  background: #373737;
  border-radius: 3px;
  outline: none;
  font-family: 'SharpSansDisplayNo1_Medium';
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button:disabled {
  opacity: 1;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted {
  background-color: #078930;
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted .bi-x-circle {
  display: none;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted i {
  font-size: 20px;
  margin-right: 5px;
  display: flex;
  height: 20px;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.open-btn {
  display: none;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button i {
  font-size: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button span {
  padding: 2px 0;
  display: inline-block;
  height: 20px;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button {
  padding: 10px 0;
  width: 100%;
  border: none;
  background: #D8B97D;
  border-radius: 3px;
  outline: none;
  font-family: 'SharpSansDisplayNo1_Medium';
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  display: inline-flex;
  justify-content: center;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button:disabled {
  opacity: 0.4;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted {
  background-color: #078930;
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted .bi-x-circle {
  display: none;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted:hover .bi-x-circle {
  display: flex;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted:hover .bi-check2-circle {
  display: none;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted i {
  font-size: 20px;
  margin-right: 5px;
  display: flex;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button span {
  padding: 2px 0;
  display: inline-block;
  height: 20px;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.closed-btn {
  display: none;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button:not(:disabled):not(.voted):hover {
  background: linear-gradient(138.67deg, #D8B97D 0%, #D9BA7F 17%, #DCBE86 24%, #E0C693 30%, #E7D0A4 34%, #F0DDBB 38%, #F5E5C9 40%, #F0DDBB 43%, #E7D0A4 49%, #E0C693 55%, #DCBE86 63%, #D9BA7F 74%, #D8B97D 100%);
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button .loader {
  display: none;
  background: #000 url(Assets/images/loading_dots.gif) no-repeat center;
  background-size: 100%;
  border-radius: 3px;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .info-box {
  height: 40px;
  background: #373737;
  border-radius: 3px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  cursor: pointer;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .info-box:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #373737;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .info-box i {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
  height: 20px;
}
.individual-award .nominees-container .nominees .nominee-card .card-bottom .info-box i::before {
  vertical-align: top;
}
.individual-award .nominees-container .nominees .modal .modal-content {
  background-color: #373737;
  border-radius: 10px;
  width: 390px;
  margin: auto;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header {
  height: 255px;
  padding: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  border: none;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .bck-gold {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .bck-gold img {
  object-fit: cover;
  height: 100%;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info {
  font-family: "CircularStd_Medium";
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info h4 {
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info h5 {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.6;
  margin: 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info span {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info .player-country {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 18px;
  margin: 50px 0 0 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info .player-country .flag-box {
  height: 100%;
  display: inline-block;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info .player-country .flag-box img {
  height: 100%;
  display: block;
  object-fit: contain;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-general-info .player-country .country-name {
  font-size: 14px;
  height: 100%;
  margin: 0 10px;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-photo {
  position: absolute;
  width: 200px;
  height: 240px;
  bottom: 0;
  right: 20px;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-photo img {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header button {
  outline: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: #FFF;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-header button span {
  width: 22px;
  height: 22px;
  display: block;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body {
  padding: 20px;
  font-family: "CircularStd_Medium";
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info > div {
  padding: 5px 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info > div {
  height: 50px;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .team-logo {
  max-width: 50px;
  text-align: center;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .team-logo img {
  display: inline-block;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .team-info {
  padding: 0 10px;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .team-info p {
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  margin: 4px 0;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .team-info span {
  margin: 5px 0;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .shirt-number {
  max-width: 50px;
  position: relative;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .shirt-number .shirt-icon {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(Assets/svg/shirt.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-team-info .current-team-info .shirt-number .shirt-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "CircularStd_Bold";
  font-size: 10px;
  line-height: 13px;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-bio {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-bio .label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 7.5px 0;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-bio .bio-label {
  text-align: left;
}
.individual-award .nominees-container .nominees .modal .modal-content .modal-body .player-bio .bio-value {
  text-align: right;
}
.individual-award .nominees-container .selected-nominee {
  display: none;
}
.individual-award .nominees-container .selected-nominee .return-nominees-label {
  align-self: center;
  text-align: center;
}
.individual-award .nominees-container .selected-nominee .return-nominees-label button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #FFF;
  font-family: 'SharpSansDisplayNo1_Medium';
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.individual-award .nominees-container .selected-nominee .return-nominees-label button:hover {
  text-decoration-line: underline;
}
.individual-award .nominees-container .selected-nominee .card-col {
  font-family: 'SharpSansDisplayNo1_Medium';
}
.individual-award .nominees-container .selected-nominee .card-col .thank-label {
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  margin-bottom: 35px;
}
.individual-award .nominees-container .selected-nominee .card-col .thank-label p {
  margin: 0;
}
.individual-award .nominees-container .selected-nominee .card-col .thank-label i {
  font-size: 30px;
  color: #D8B97D;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card {
  max-width: 200px;
  margin: auto;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .player-photo {
  overflow: hidden;
  height: 220px;
  /* background: url(Assets/svg/nominee_card_background.svg);
                        background-repeat: no-repeat;
                        background-size: cover;*/
  position: relative;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .player-photo span {
  font-family: "SharpSansDisplayNo1_Bold";
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transform: rotate(90deg);
  position: absolute;
  width: 60px;
  top: 23px;
  right: -8px;
  background: linear-gradient(90deg, #D8B97D -4.24%, #704D25 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .player-photo img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .player-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .player-country-flag {
  margin: 15px 0;
  overflow: hidden;
  height: 16px;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .player-country-flag img {
  object-fit: cover;
  height: 100%;
  margin: auto 0 auto auto;
  display: block;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #D8B97D;
  text-transform: uppercase;
  margin-top: 15px;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-icons {
  text-align: center;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-icons .share-icon-border {
  margin: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #D8B97D;
  display: inline-block;
  position: relative;
  line-height: 28px;
  cursor: pointer;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-icons .share-icon-border.fb:hover {
  background: #1877F2;
  border: none;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-icons .share-icon-border.tt:hover {
  background: #009EF7;
  border: none;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-icons .share-icon-border .icon-facebook-brands {
  height: 25px;
  font-size: 25px;
}
.individual-award .nominees-container .selected-nominee .card-col .selected-card .share-icons .share-icon-border .icon-twitter {
  font-size: 23px;
  height: 23px;
}
.individual-award .award-side {
  display: flex;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 1s;
}
.individual-award .award-side.winner {
  background-size: auto 60%;
  background-position: top;
}
.individual-award .award-side.winner.male {
  background-image: url(https://stconcacafwp001.blob.core.windows.net/media/x5yht2kw/davies-1.png);
}
.individual-award .award-side.winner.female {
  background-image: url(https://stconcacafwp001.blob.core.windows.net/media/k5efq3nr/dunn-1.png);
}
.individual-award .award-side.male {
  /*background-image: url(Assets/svg/award_background_male.svg);*/
  background-image: url(Assets/images/HirvingLozano_background.png);
}
.individual-award .award-side.female {
  /*background-image: url(Assets/svg/award_background_female.svg);*/
  background-image: url(Assets/images/AlexMorgan_background.png);
}
.individual-award .award-side .award-title {
  display: inline-block;
  align-self: flex-end;
  position: relative;
  width: 100%;
  margin-right: 50px;
  overflow: hidden;
}
.individual-award .award-side .award-title h2 {
  font-family: 'SharpSansDisplayNo1_Black';
  font-weight: 800;
  font-size: 90px;
  line-height: 100px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-align: right;
}
.individual-award .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000 url(Assets/images/loading_dots.gif) no-repeat center;
  z-index: 999;
  background-size: 100%;
}
@media (max-width: 1199.98px) {
  .individual-award .award-side .award-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button {
    display: flex;
    position: relative;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted i {
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.closed-btn {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted i {
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.open-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .individual-award .nominees-container {
    order: 2 !important;
  }
  .individual-award .nominees-container .nominees {
    padding-top: 0;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted i {
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.closed-btn {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted i {
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted span {
    display: inline;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button span {
    display: inline;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.open-btn {
    display: none;
  }
  .individual-award .nominees-container .selected-nominee .return-nominees-label {
    margin: 15px 0;
  }
  .individual-award .award-side {
    height: 450px;
    order: 1 !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .individual-award .award-side .award-title {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .individual-award .award-side .award-title h2 {
    font-size: 75px;
    line-height: 85px;
    padding: 0;
    position: relative;
  }
  .individual-award .award-side .award-title .ellipsis {
    display: block;
    width: 100%;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .individual-award .award-side .award-title h2 {
    /*font-size: 67px;
                    line-height: 73px;*/
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 425.98px) {
  .individual-award .award-side .award-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 425.98px) {
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted i {
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.voted span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.open-voting button.closed-btn {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted i {
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.voted span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button span {
    display: none;
  }
  .individual-award .nominees-container .nominees .nominee-card .card-bottom .vote-button.closed-voting button.open-btn {
    display: none;
  }
  .individual-award .nominees-container .nominees .modal .modal-content .modal-header .player-photo {
    position: absolute;
    width: 150px;
    height: 180px;
    bottom: 0;
    right: 20px;
  }
}