/*-----START Bootstrap Modal CSS------------*/
.modal-confirm {
  color: #636363;
  width: 600px !important;
  max-width: 600px !important;
}

.modal-confirm .modal-content {
  padding: 0;
  border-radius: 10px;
  border: none;
  margin-top: 60px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
  height: 0 !important;
  padding: 0 !important;
}

.modal-confirm .modal-banner {
  overflow: hidden;
  height: 150px;
  border-radius: 10px 10px 0 0;
  background-image: url("/challenges/images/banner-botgames-generic-modal.png?v=2025060");
  background-size: cover;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;

  font-weight: 600;
  color: #333;
}

.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 30px !important;
  min-width: 100px;
  background-color: #ff5a10 !important;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  justify-content: center !important;
}

.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 9;
  /* background: #82ce34; */
  padding-top: 25px;

  text-align: center;
  background: linear-gradient(180deg, #ffbc03 0%, #ff5a10 100%);

  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
  font-size: 46px;
  position: relative;
  top: 3px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
}
#download-btn-modal {
  line-height: 28px;
}

/* CSS for GUID display*/
.button-modal {
  align-items: center;
  appearance: none;
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  margin: 0px 5px -8px 5px;
}

.button-copy {
  background: url("/challenges/images/icon__copy.png") center no-repeat;
}

.button-redirect {
  background: url("/challenges/images/icon__redirect.png") center no-repeat;
}

.button-modal:focus {
  box-shadow: #969699 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #656668 0 -3px 0 inset;
}

.button-modal:hover {
  box-shadow: rgba(187, 184, 194, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #5b5b5e 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-modal:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.text-modal {
  width: 22em;
  text-align: center;
  margin: 0 5px;
  font-weight: bold;
  border-color: black;
  border-radius: 6px;
}

.GUID-container {
  margin-bottom: -1rem;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/*-----END Bootstrap Modal CSS------------*/
/*-----START Bootstrap Modal Card CSS-----*/

.card {
  overflow: hidden;
  border-radius: 10px;
}

.card-body .rotate {
  z-index: 8;
  float: right;
  height: 100%;
}

.card-body .rotate i {
  color: rgba(20, 20, 20, 0.15);
  position: absolute;
  left: 0;
  left: auto;
  right: -10px;
  bottom: 0;
  display: block;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.card h2.score-label,
.card h2.score-value {
  font-weight: 500;
}

.card h2.score-label {
  color: #ffbc03;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1.6rem !important;
  vertical-align: middle;
}

.card h3.score-value {
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.card h4.score-value {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.material-icons {
  color: #fff;
  vertical-align: middle;
  display: inline-block !important;
  /* padding-top: 5px; */
  font-size: 22px;
  line-height: 1rem !important;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.bg-complete {
  background-color: #333;
}

.bg-value {
  background-color: #444;
}

/*-----END Bootstrap Modal Card CSS-----*/

.pathfinder-challenge-banner {
  content: url("/challenges/images/banner-botgames-generic.png") !important;
  width: 100%;
  height: 100%;
}
