.tcc {
  background-color: var(--main-light);
  padding: 2rem 0rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  height: calc(100% - 15vH);
}
.tcc .title {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0 2rem;
}
.tcc .tcc-btn {
  background: var(--main-blue);
  padding: 0.3rem 1.2rem;
  color: var(--main-light);
  font-size: 0.9rem;
  margin: 1rem 2rem;
  border-radius: 100px;
  font-weight: bold;
}
.tcc .tcc-btn:focus {
  outline: none;
  box-shadow: none;
}
.tcc .tcc-table {
  font-size: 0.9rem;
  width: 93.5%;
  color: var(--main-grey);
}

.modal-tcc {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  position: fixed;
  top: 0rem;
  right: 0;
  width: calc(100% - 22vW);
  height: 100vH;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal-tcc .show-tcc {
  top: 5rem;
  width: 25rem;
  height: auto;
  padding: 2rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
.modal-tcc .show-tcc .close {
  position: absolute;
  top: 3%;
  right: 6%;
  font-size: 2rem;
  cursor: pointer;
  color: var(--main-grey);
}
.modal-tcc .show-tcc .icon {
  margin: 1rem auto;
  margin-bottom: 0;
  font-size: 3rem;
  color: var(--main-blue);
}
.modal-tcc .show-tcc .title-tcc {
  color: var(--main-blue);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1rem auto;
  margin-top: 0rem;
}
.modal-tcc .show-tcc .new-tcc {
  margin: 0;
}
.modal-tcc .show-tcc .fileUpload {
  background-color: var(--main-bg);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: var(--main-light);
  font-size: 0.9em;
  font-weight: bold;
  margin: 1.25em auto;
  /*20px/16px 0*/
  overflow: hidden;
  padding: 0.3rem;
  /*14px/16px*/
  position: relative;
  text-align: center;
  width: 160px;
  cursor: pointer;
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-tcc .show-tcc .fileUpload:hover, .modal-tcc .show-tcc .fileUpload:active, .modal-tcc .show-tcc .fileUpload:focus {
  background: var(--main-bg);
  cursor: pointer;
}
.modal-tcc .show-tcc .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 148px;
  height: 46px;
  cursor: pointer;
}
.modal-tcc .show-tcc button {
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  padding: 0.3rem;
  color: var(--main-light);
  font-size: 0.9rem;
  margin: 1rem;
  border-radius: 100px;
  width: 6rem;
  margin: auto;
  margin-top: 1rem;
  font-weight: bold;
}
.modal-tcc .show-tcc button:focus {
  outline: none;
  box-shadow: none;
}
.modal-tcc .show-tcc input[type=file] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.modal-tcc .show-tcc .custom-file-upload {
  border: 1px solid var(--main-light);
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.modal-tcc .show-tcc .hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 1rem;
}
.modal-tcc .show-tcc .hours span {
  margin: 0.5rem;
  text-align: left;
  width: 100%;
  font-weight: bold;
  margin-left: 3rem;
  margin-right: 3rem;
  font-size: 0.9;
}
.modal-tcc .show-tcc .hours #hoursInput {
  width: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
}
.modal-tcc .show-tcc .handle-pdf {
  width: 50rem;
  height: 30rem;
}
.modal-tcc .show-tcc .close-btn {
  margin: 1rem auto;
}
.modal-tcc .show-tcc .close-btn button {
  background: var(--main-link);
  border: 1px solid var(--main-link);
  border-radius: 100px;
  width: 100px;
  color: var(--main-light);
}
.modal-tcc .show-tcc .close-btn button:focus {
  outline: none;
  box-shadow: none;
}
.modal-tcc #pdfShow {
  top: 1rem;
  margin: 4.5rem auto;
}
.modal-tcc #visShow {
  top: 0rem;
  width: 50rem;
  margin: 5.5rem auto;
  position: absolute !important;
  left: 25rem !important;
}
.modal-tcc #visShow .handle-form {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal-tcc #visShow .handle-form .handle-row {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.modal-tcc #visShow .handle-form .handle-row .handle-double-input .handle-input {
  width: 100%;
}
.modal-tcc #visShow .handle-form .handle-row .handle-input {
  width: 50%;
}
.modal-tcc #visShow .handle-form .handle-row .handle-input .form-label {
  margin-right: 1.8rem !important;
  margin-left: 0rem !important;
  font-size: 0.9rem;
  font-weight: bold;
}
.modal-tcc #visShow .handle-form .handle-row .handle-input .form-control {
  margin-right: 1.8rem !important;
  margin-left: 0rem !important;
  width: 20rem;
  height: 3rem;
  border-radius: 0;
}
.modal-tcc #visShow .handle-form .handle-row .handle-input .form-control:focus {
  outline: none;
  box-shadow: none;
}

#pdf {
  top: 0rem !important;
  width: 50rem !important;
  height: 40rem !important;
  margin: 5.5rem auto !important;
  position: absolute;
  left: 15rem;
}

.title-modal-svg {
  font-size: 56px !important;
}

.form-label {
  font-weight: bold;
  font-size: 0.9rem;
}

.label-file {
  background-color: var(--main-bg);
  border-radius: 25px;
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  cursor: pointer;
  margin: 0 auto;
  padding: 6px 20px;
}

.div-btn-atividade-form {
  display: flex;
  justify-content: center;
}

.btn-envia-atividade {
  font-weight: bold;
  background: var(--main-blue);
  padding: 0.3rem 1.2rem;
  color: var(--main-light);
  font-size: 0.9rem;
  margin: 1rem 2rem;
  border-radius: 100px;
}

.btn-envia-atividade:focus {
  outline: none;
  box-shadow: none;
}

.title-modal-atividade {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--main-blue);
  font-weight: 700;
}

.modal-content {
  border-radius: 45px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.div-btn-atividade-form {
  display: flex;
  justify-content: center;
}

input[type=file] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}

.show-modal {
  display: flex !important;
}

@media (max-width: 768px) {
  .modal-tcc {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    height: 100vH;
  }

  .modal-tcc .show-tcc {
    width: 54%;
  }
}
.handle-pdf {
  width: 50rem;
  height: 30rem;
}

.close-btn {
  margin: 1rem auto;
}
.close-btn button {
  background: var(--main-link);
  border: 1px solid var(--main-link);
  border-radius: 100px;
  width: 100px;
  color: var(--main-light);
}
.close-btn button:focus {
  outline: none;
  box-shadow: none;
}

.modal-title {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0 2rem;
  color: var(--main-blue);
  margin-bottom: 0.7rem;
}

#visShow {
  width: 50rem;
  margin: 5.5rem auto;
  position: absolute !important;
  left: 25rem !important;
}
#visShow .handle-form {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#visShow .handle-form .handle-row {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#visShow .handle-form .handle-row .handle-input {
  width: 50%;
}
#visShow .handle-form .handle-row .handle-input .form-label {
  font-size: 0.7rem;
}
#visShow .handle-form .handle-row .handle-input .form-control {
  border-radius: 0;
}
#visShow .handle-form .handle-row .handle-input .form-control:focus {
  outline: none;
  box-shadow: none;
}

.modal.show .tcc {
  transform: none;
}

.modal.show .modal-dialog {
  transform: scale(0.8) translate(-10%, -10%);
}

#pdfIcon {
  color: var(--main-grey) !important;
}

#eyeIcon {
  color: var(--main-grey) !important;
}

.show-modal {
  display: flex !important;
}

/*# sourceMappingURL=tcc.css.map */
