﻿@font-face {
  font-family: GskPrecission-Thin;
  src: url(../font/GSKPrecision-Light.woff);
}
@font-face {
  font-family: GskPrecission-Light;
  src: url(../font/GSKPrecision-Light.woff);
}
@font-face {
  font-family: GskPrecission-Regular;
  src: url(../font/GSKPrecision-Regular.woff);
}
@font-face {
  font-family: GskPrecission-Bold;
  src: url(../font/GSKPrecision-Bold.woff);
}
.left-text {
  text-align: left;
}
@media (max-width: 768px) {
  .left-text {
    text-align: center;
  }
}

.right-text {
  text-align: right;
}
@media (max-width: 768px) {
  .right-text {
    text-align: center;
  }
}

.mainConteiner {
  min-height: 100vh;
}

.paginationHeader {
  font-family: "GskPrecission-Thin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.14px;
  text-align: right;
  /*    display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;*/
}
@media (max-width: 768px) {
  .paginationHeader {
    padding: 10px !important;
    text-align: center;
    font-size: 0.75rem;
  }
}

.paginationHeader > * {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .paginationHeader > * {
    margin-right: 3px;
  }
}

.pageNameHeader {
  padding-left: 10px;
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
}
@media (max-width: 992px) {
  .pageNameHeader {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .pageNameHeader {
    font-size: 1.5rem;
    line-height: 45px;
  }
}

.preview-href {
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  color: rgb(243, 102, 51) !important;
  text-decoration: none;
  white-space: nowrap;
}
.preview-href:hover {
  font-weight: bold;
}

.master-empty-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

.controls-group * {
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.25px;
  text-align: left;
  line-height: 24px;
}
.controls-group * input[readonly], .controls-group * input[readonly=readonly] {
  color: rgb(43, 43, 42);
  background-color: rgb(240, 239, 237) !important;
}
.controls-group * select[disabled], .controls-group * select[disabled=disabled] {
  color: rgb(43, 43, 42);
  background-color: rgb(240, 239, 237) !important;
}
.controls-group * textarea[readonly], .controls-group * textarea[readonly=readonly] {
  color: rgb(43, 43, 42);
  background-color: rgb(240, 239, 237) !important;
}
@media (max-width: 768px) {
  .controls-group * {
    font-size: 0.75rem;
  }
}

.sort-arrows {
  color: #000000;
}

/*controls*/
.base-dropdown {
  color: #000000;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .base-dropdown {
    font-size: 0.75rem;
  }
}

.dropDown-Gray {
  color: rgb(43, 43, 42);
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid rgb(43, 43, 42);
  width: 80px;
  height: 32px;
}
@media (max-width: 768px) {
  .dropDown-Gray {
    width: 60px;
    height: 27px;
  }
}

.textbox-gray {
  color: #000000;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .textbox-gray {
    font-size: 1rem;
  }
}

.adminGrid a {
  font-weight: 500;
}
.adminGrid a:hover {
  color: #000000;
}
@media (max-width: 576px) {
  .adminGrid {
    padding: 15px;
  }
}

.adminGridView a {
  color: rgb(243, 102, 51) !important;
  font-weight: normal;
  padding-bottom: 2px;
  text-decoration: none;
  white-space: nowrap;
}
.adminGridView a:hover {
  color: #000000 !important;
}

.form-check-input:checked {
  background-color: rgb(243, 102, 51);
  border-color: rgb(243, 102, 51);
}

.wordBreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all !important;
}
@media (max-width: 768px) {
  .wordBreak {
    word-wrap: unset;
    overflow-wrap: unset;
    word-break: unset !important;
  }
}

.gridViewBreakWord .dxgvADDC {
  word-wrap: break-word; /* For detailed rows shown in adaptivity mode in devexpress to allow long strings separated by fullstops to be broken into next line */
  overflow-wrap: break-word;
  word-break: break-all !important;
}

.button-orange {
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 16px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 8px 20px;
  background-color: rgb(243, 102, 51);
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .button-orange {
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 8px;
  }
}
.button-orange:hover {
  color: #000000;
  background-color: orange;
}

.button-orange-lg {
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 16px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 8px 20px;
  background-color: rgb(243, 102, 51);
  color: #ffffff;
  padding: 10px 40px 10px 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .button-orange-lg {
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 8px;
  }
}
.button-orange-lg:hover {
  color: #000000;
  background-color: orange;
}
@media (max-width: 768px) {
  .button-orange-lg {
    padding: 5px 20px 5px 20px;
  }
}

.button-white {
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 16px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 8px 20px;
  background-color: #ffffff;
  color: #000000 !important;
  border: 1px solid black;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .button-white {
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 8px;
  }
}
.button-white:hover {
  background-color: rgb(239, 239, 237);
}

.open-button {
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 16px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 8px 20px;
  background-color: rgb(243, 102, 51);
  color: #ffffff !important;
  border: 1px solid rgb(243, 102, 51);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .open-button {
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 8px;
  }
}
.open-button:hover {
  background-color: orange;
  color: #000000 !important;
}
@media (max-width: 768px) {
  .open-button {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 576px) {
  .open-button {
    letter-spacing: 0.5px;
    font-size: 0.63rem;
  }
}

.button-bulk {
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 16px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 8px 20px;
  display: block;
  height: 40px;
  background-color: rgb(243, 102, 51);
  color: #ffffff;
  border: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .button-bulk {
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 8px;
  }
}
.button-bulk:hover {
  color: #000000;
  background-color: orange;
}

.button-toogle-bulk {
  position: relative;
  top: 50%;
  width: 120px;
  height: 38px;
  margin-top: -20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .button-toogle-bulk {
    margin: -20px auto 0 auto;
  }
}

.spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.spinner {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.default-table {
  color: rgb(43, 43, 42);
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.25px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.default-table th {
  white-space: nowrap;
}
.default-table a {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .default-table {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .default-table {
    font-size: 0.63rem;
  }
}

.default-table-header a {
  color: rgb(43, 43, 42);
  font-weight: 700;
  line-height: 20px;
}

.navbarContainer {
  align-items: center;
  height: 70px;
  opacity: 1;
  color: rgb(43, 43, 42) !important;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 16px;
  border-bottom: 1px solid rgb(240, 239, 237);
}
@media (max-width: 768px) {
  .navbarContainer {
    font-size: 0.63rem;
  }
}
@media (max-width: 0) {
  .navbarContainer {
    height: auto;
    margin: 0;
  }
}

.navbarAppName {
  font-family: "GskPrecission-Light", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

.navbarUserName {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbarUserName a {
  font-family: "GskPrecission-Bold", sans-serif;
  color: inherit !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: right;
  text-decoration: none;
}
.navbarUserName:hover {
  color: orange;
}

.app-logo {
  width: 98px;
  height: 56px;
}
@media (max-width: 768px) {
  .app-logo {
    width: 75px;
    height: 42px;
  }
}

.nav-logo {
  flex: 0 0 60%;
}
@media (max-width: 0) {
  .nav-logo {
    flex: 0 0 100%;
    justify-content: center;
  }
}

.nav-User {
  flex: 0 0 40%;
  justify-content: flex-end;
}
@media (max-width: 0) {
  .nav-User {
    flex: 0 0 100%;
    justify-content: center;
  }
}

.logout-icon:hover {
  filter: brightness(0%);
}

.dashboard {
  background-color: rgb(250, 249, 247);
  min-height: inherit;
}

#flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 150px 150px 150px;
}
@media (max-width: 1200px) {
  #flex-container {
    padding: 25px 100px 100px 100px;
  }
}
@media (max-width: 992px) {
  #flex-container {
    padding: 25px 75px 75px 75px;
  }
}
@media (max-width: 768px) {
  #flex-container {
    padding: 15px 50px 50px 50px;
  }
}
@media (max-width: 576px) {
  #flex-container {
    padding: 15px 50px 50px 50px;
  }
}

.flex-item {
  /*flex-grow: 1;*/
  flex-basis: calc(33.3333% - 10px);
  margin: 5px;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  color: rgb(43, 43, 42);
  opacity: 1;
  font-style: normal;
  letter-spacing: 0;
  word-wrap: break-word;
}
.flex-item a {
  color: rgb(43, 43, 42);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .flex-item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .flex-item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .flex-item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .flex-item {
    flex-basis: calc(100% - 10px);
    text-align: center;
  }
}

.dashboard-label {
  font-family: "GskPrecission-Bold", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 992px) {
  .dashboard-label {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .dashboard-label {
    font-size: 1.5rem;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .dashboard-label {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

.dashboard-description {
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 768px) {
  .dashboard-description {
    font-size: 0.75rem;
    line-height: 19px;
  }
}

.dashboard-description-bold {
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 21px;
  color: rgb(243, 102, 51) !important;
}
@media (max-width: 768px) {
  .dashboard-description-bold {
    font-size: 0.75rem;
    line-height: 19px;
  }
}
.dashboard-description-bold:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

.footer {
  padding: 30px 0;
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid rgb(240, 239, 237);
  opacity: 1;
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.16px;
  text-align: center;
}
.footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer ul a {
  color: inherit;
  text-decoration: none;
}
.footer ul a:hover {
  color: #000000;
  text-decoration: underline !important;
  font-weight: bold;
}
.footer li {
  padding: 0 10px;
}
.footer .copyright {
  margin-top: 15px;
  font-size: 1rem;
  margin-bottom: 0;
  letter-spacing: 0.22px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    font-size: 0.75rem;
    padding: 15px 0;
  }
}

.pageTitleContainer {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 30px;
  opacity: 1;
}
@media (max-width: 768px) {
  .pageTitleContainer {
    padding: 10px 15px 10px 15px;
  }
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 2px;
  background-color: rgb(230, 230, 230);
}

.titleContent {
  display: flex;
  padding-left: 10px;
  align-items: center;
  color: rgb(43, 43, 42);
  font-style: normal;
}
@media (max-width: 768px) {
  .titleContent {
    flex-direction: column;
    height: auto;
  }
}

.form-login {
  max-width: 330px;
  text-align: center;
}
.form-login .form-floating:focus-within {
  z-index: 2;
}
.form-login input[type=text] {
  margin-bottom: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-login input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login-logo {
  width: 150px;
  height: 86px;
}
@media (max-width: 768px) {
  .login-logo {
    margin-bottom: 0 !important;
    width: 112px;
    height: 64px;
  }
}

.login-text {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .login-text {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .login-button {
    font-size: 1rem;
  }
}

.nomination-label {
  color: rgb(43, 43, 42);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 16px;
}

.nomination-dropdown {
  color: #000000;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .nomination-dropdown {
    font-size: 0.75rem;
  }
}

.nomination-buttons {
  text-align: right !important;
}
@media (max-width: 768px) {
  .nomination-buttons {
    text-align: center !important;
  }
}

.nomination-textarea {
  height: 150px !important;
}

.user-profile-textbox {
  color: #000000;
  border-radius: 8px;
}

.user-profile-dropdown {
  color: #000000;
  border-radius: 8px;
}

.error-container {
  padding: 0;
}
.error-container * {
  font-family: "GskPrecission-Light", sans-serif;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .error-container {
    padding: 10px;
  }
}

.error-title {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .error-title {
    font-size: 1.5rem;
  }
}

.error-message {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .error-message {
    font-size: 0.75rem;
  }
}

.tabContainer ul li input {
  color: #000000;
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
}
.tabContainer ul li input:hover {
  color: #000000;
}
.tabContainer ul li input.active {
  color: #000000 !important;
  border-color: #ffffff #ffffff rgb(243, 102, 51) #ffffff !important;
  border-width: 3px;
}
@media (max-width: 768px) {
  .tabContainer ul li input {
    font-size: 0.63rem;
    letter-spacing: 0.5px;
  }
}

.download-bottom {
  text-align: right;
}
@media (max-width: 768px) {
  .download-bottom {
    text-align: right;
  }
}

.aspChecbox {
  border: none;
  accent-color: rgb(243, 102, 51);
}

.checkbox-text-bold {
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 21px;
  color: rgb(243, 102, 51) !important;
}
@media (max-width: 768px) {
  .checkbox-text-bold {
    line-height: 19px;
  }
}
.checkbox-text-bold:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

.report-type-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .report-type-container {
    justify-content: center;
  }
}

.report-type {
  max-width: 200px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .report-type {
    max-width: 150px;
    font-size: 0.9rem;
  }
}

.certificate-footer {
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 50px;
  float: right;
  text-align: center;
  border-top: 1px solid #000000;
}

.add-nominee-textbox {
  color: #000000;
  border-radius: 8px;
}

.nominee-info-text {
  opacity: 1;
  color: rgba(43, 43, 42, 0.7);
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-align: left;
  line-height: 20px;
}
@media (max-width: 768px) {
  .nominee-info-text {
    font-size: 0.75rem;
    line-height: 15px;
  }
}

.nominee-help-text {
  color: #d32752;
}

.nominee-slected-text {
  opacity: 1;
  color: rgb(43, 43, 42);
  font-family: "GskPrecission-Light", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-align: left;
  line-height: 36px;
}
@media (max-width: 768px) {
  .nominee-slected-text {
    font-size: 1rem;
    line-height: 20px;
  }
}

.selected-container {
  background-color: rgb(239, 239, 237);
  border-radius: 10px;
}

.selected-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgb(43, 43, 42);
}

.delete-icon {
  height: 20px;
  width: 20px;
}

.search-icon {
  height: 30px;
  width: 30px;
}

.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.newNominationContainer * {
  font-family: "GskPrecission-Light", sans-serif;
}

.subHeaderText {
  font-size: 1.5rem;
  color: rgb(43, 43, 42);
  letter-spacing: 0.25px;
  line-height: 40px;
}

.infoText {
  color: rgb(43, 43, 42);
  font-size: 0.9rem;
  letter-spacing: 0.25px;
  line-height: 20px;
}
@media (max-width: 576px) {
  .infoText {
    font-size: 0.75rem;
  }
}

.actionContainer {
  border-bottom: 1px solid #dee2e6;
}

.filterContainer {
  border-bottom: 1px solid #dee2e6;
}

.searchIcon {
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.accordion-button {
  background-color: rgb(250, 249, 247);
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
  background-color: rgb(243, 102, 51);
  border-color: rgb(243, 102, 51);
  color: #ffffff;
}

.accordion-item .accordion-label {
  font-weight: bold;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .accordion-item {
    font-size: 0.9rem;
  }
}

.wordCount {
  display: inline-block;
  position: relative;
  float: right;
}
@media (max-width: 768px) {
  .wordCount {
    font-size: 0.75rem;
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.button-scroll-top {
  background-color: rgb(243, 102, 51);
  border-color: rgb(243, 102, 51);
  color: #ffffff;
}

@media (max-width: 576px) {
  .toastOverrided {
    max-width: 220px;
    font-size: 0.75rem;
  }
}

.toast-container {
  z-index: 9999;
}

.page-link {
  font-family: "GskPrecission-Light", sans-serif;
  color: rgb(243, 102, 51);
  text-align: center;
}

.page-link.active {
  background-color: beige;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  height: 50px;
  box-sizing: border-box;
}

.toogle-switch {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(239, 239, 237);
  transition: 1s ease all;
  z-index: 1;
}

.button-toogle-bulk.r,
.button-toogle-bulk.r .layer {
  border-radius: 5px;
}

#buttonAwardSwitch .knobs:before {
  content: "Cash";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 55px;
  height: 30px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 8px 4px;
  background: rgb(243, 102, 51);
  border-radius: 10%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
#buttonAwardSwitch .toogle-switch:active + .knobs:before {
  width: 46px;
  border-radius: 2px;
}
#buttonAwardSwitch .toogle-switch:checked:active + .knobs:before {
  margin-left: -26px;
}
#buttonAwardSwitch .toogle-switch:checked + .knobs:before {
  content: "Ecard";
  left: 58px;
}

.info-labels {
  font-family: "GskPrecission-Thin", sans-serif;
  font-size: 0.9rem;
  color: #000000;
}
.info-labels a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.info-labels a:hover {
  text-decoration: underline;
}
