@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#tfc-cad-downloads {
  animation: slideUpFadeIn 1.7s ease;
  position: relative;
  z-index: 1000;
}

#tfc-cad-downloads-part-number-select,
#tfc-cad-downloads .selectize-input {
  font-size: 20px;
  display: block;
  width: 90%;
  padding: 15px !important;
  border: 4px solid #0292be !important;
  border-radius: 6px;
  min-height: 85px;
  display: flex;
  transition: background-color 0.6s ease;
}

#tfc-cad-downloads .tjc-cad-downloads-select-wrapper {
  position: relative;
}

#tfc-cad-downloads .tjc-cad-downloads-select-wrapper .loader-wpr {
  display: none;
  width: 10%;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
}

#tfc-cad-downloads .tjc-cad-downloads-select-wrapper .loader-wpr .loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #0292be; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#tfc-cad-downloads .selectize-input:focus-within {
  background-color: #f9f9f9;
}

#tfc-cad-downloads .tjc-table-wrap {
  display: none;
}

.tjc-cad-download-wrap {
  padding: 45px 0px;
  margin-bottom: 175px;
}

#tfc-cad-downloads-part-number-select-selectized {
  font-size: 20px;
}

#tfc-cad-downloads #tfc-cad-downloads-form {
  margin: 45px auto;
  font-size: 15px;
  padding: 45px;
  background-color: #f9f9f9;
}

#tfc-cad-downloads .item {
  padding: 10px !important;
}

#tfc-cad-downloads .selectize-dropdown-content {
  font-size: 15px;
  position: realtvie;
  z-index: 1000;
}

#tfc-cad-downloads .selectize-dropdown-content .option {
  margin: 0.5em 0;
}

table#tfc-cad-downloads-table {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0 none;
  overflow: hidden;
  margin: 45px 0;
}

table#tfc-cad-downloads-table > tbody,
table#tfc-cad-downloads-table > tbody > tr {
  display: block;
  width: 100%;
}

table#tfc-cad-downloads-table > tbody > tr > th,
table#tfc-cad-downloads-table > tbody > tr > td {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 65px;
}

#tfc-cad-downloads-table th,
#tfc-cad-downloads-table thead td {
  background-color: #0092be;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#tfc-cad-downloads-table td {
  color: #3a3a3a;
  border: 1px solid #fff;
  padding: 10px;
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
}

#tfc-cad-downloads-table th p,
#tfc-cad-downloads-table td p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#tfc-cad-downloads-table table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #tfc-cad-downloads-part-number-select,
  #tfc-cad-downloads .selectize-input {
    width: 100%;
  }

  #tfc-cad-downloads #tfc-cad-downloads-form {
    margin: 25px auto;
    padding: 15px;
  }

  #tfc-cad-downloads .tjc-cad-downloads-select-wrapper .loader-wpr {
    bottom: -100px;
    left: 50%;
    transform: translateX(-100%);
    top: unset;
    right: unset;
  }

  .tjc-cad-download-wrap {
    padding: 25px 0px;
    margin-bottom: 100px;
  }
}
