@font-face {
  font-family: "League Gothic";
  src: url("fonts/LeagueGothic-Regular.woff2") format("woff2"),
    url("fonts/LeagueGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'League Gothic';
  src: url('fonts/LeagueGothic-CondensedRegular.woff2') format('woff2'),
      url('fonts/LeagueGothic-CondensedRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

#preloadfont {
  font-family: "League Gothic";
  font-size: 0;
  position: absolute;
  visibility: hidden;
}

.selected-prepaid-services-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}

.selected-prepaid-services-list li {
  padding: 5px 8px;
  border-radius: 15px;
  font-size: 14px;
  background: #ddd;
  color: #000;
}

.gcard_tpl_theme_wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.gcard_tpl_theme_wrapper li {
  border: 1px solid #ddd;
  padding: 5px 8px;
  border-radius: 15px;
  cursor: pointer;
}

.gcard_tpl_theme_wrapper li.active,
.gcard_tpl_theme_wrapper li:hover {
  background: #333;
  border: #333;
  color: #fff;
}

.gcard_tpl_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}

.gcard_tpl_wrapper li {
  margin: 10px;
  flex: 0 0 15em;
}

.gcard_tpl_wrapper li img {
  border-radius: 15px;
  transition: box-shadow 0.3s ease-in-out;
}

.gcard_tpl_wrapper li img:hover {
  cursor: pointer;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.gcard_tpl_wrapper li.active img {
  border-radius: 15px;
  border: 4px solid #000;
}

#preview_gift_card {
  width: 100%;
  border-radius: 15px;
  letter-spacing: 30px;
}

.dollar-sign {
  padding: 3px 5px;
  background-color: #ddd;
  border-radius: 5px 0 0 5px;
}

.form-control {
  height: 41px !important;
}

.select2-selection__rendered {
  position: relative;
  top: 5px;
}

.loading-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  z-index: 9999;
  text-align: center;
}

.project_member_name {
  display: block;
}

#thesisShowFrm h2 {
  font-size: 40px;
  color: #006d9c;
  margin-bottom: 30px;
  line-height: 1em;
}

#thesisShowFrm h3 {
  font-size: 30px;
  font-weight: bold;
  color: #006d9c;
  margin-bottom: 30px;
  line-height: 1em;
}

#thesisShowFrm h4 {
  font-size: 20px;
  font-weight: bold;
  color: #006d9c;
  margin-bottom: 30px;
  line-height: 1em;
}

.select2-selection--single {
  height: 36px !important;
}

.select2-selection--single .select2-selection__rendered {
  height: 36px !important;
  line-height: 35px !important;
}

.tabover {
  margin-right: 100px;
}

@media (max-width: 767px) {
  .tabover {
    margin-right: 0px;
  }
}

.img-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  align-content: center;
  margin: 10px 0;
}

.preview-content {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.preview-content:last-child {
  border-bottom: none;
}

.preview-content span {
  font-weight: bold;
}

.preview-content .img-box {
  width: 100px;
  height: 100px;
  display: block;
  background: #ddd;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
}

.preview-content .img-box.file-selected,
label.file-selected {
  background-image: url("https://sdev-www.humber.ca/assets/snippets/ce-program-frm/images/pdf.png") !important;
}

.preview-content .img-box::after {
  content: "Upload File";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font: normal normal 14px sans-serif, Arial;
  line-height: 0;
  color: #ababab;
  text-align: center;
  opacity: 0.3;
}

.ministry-tip-btn {
  border-radius: 100%;
  padding: 0 9px;
  position: absolute;
  margin-left: 10px;
  margin-top: -1px;
  background-color: #006d9c;
  font-weight: bold;
  border: none;
  right: -50px;
  top: 0;
}

.file-image {
  display: inline-block;
  position: relative;
}

.file-image input {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 0;
}

.file-image .reset {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

.file-image .reset:before {
  content: "\d7";
  font: normal normal 40px/39px sans-serif, Arial;
  color: #fa8e8e;
}

.file-image .image,
.img-box {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  border: 1px solid #dbdbdb;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.file-image .image:before,
.file-image .image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font: normal normal 14px sans-serif, Arial;
  line-height: 0;
  color: #ababab;
  text-align: center;
}

.file-image .image:before {
  content: "+";
  font-size: 100px;
  margin-top: -20px;
}

.file-image .image:after {
  content: "Upload File";
  margin-top: 30px;
}

.file-image .reset {
  display: none;
}

.file-image input:not([title=""]) ~ .reset {
  display: block;
}

.file-image input:not([title=""]) ~ .image {
  border: 0 none;
}

.file-image input:not([title=""]) ~ .image:before,
.file-image input:not([title=""]) ~ .image:after {
  display: none;
}

.upload-groups {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.upload-control {
  margin-right: 10px;
}

.form-row > h2 {
  margin-bottom: 15px;
}

.form-group label {
  position: relative;
}

.form-section {
  display: none;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  padding: 15px 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
  background-color: #014b77;
  font-weight: bold;
  color: #fff;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  opacity: 1;
}

/* Mark input boxes that gets an error on validation: */
.invalid {
  /*   background-color: #f3979f; */
  border: 2px solid red;
}

input[type="radio"].invalid,
input[type="checkbox"].invalid {
  box-shadow: 0 0 0 2px palevioletred;
}

@media only screen and (max-device-width: 768px) {
  input[type="date"]:after {
    content: attr(placeholder);
  }
}

.spinner-icon {
  margin: auto 0;
  text-align: center;
  display: none;
  padding: 20px;
  background: lightgrey;
  font-weight: bold;
  margin: 10px 0;
}

.spinner-icon > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-icon .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-icon .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.btns-icon-block.submission-stage .spinner-icon {
  display: block;
}

.btns-icon-block.submission-stage .btn {
  display: none;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
