#desemnat {
  background-color: #fff;
  border: 1px solid #854e10;
}
.bg-primary {
  color: #fff;
}

body {
  padding-right: 0 !important;
  overflow-y: auto !important;
  background: linear-gradient(
    -45deg,
    #f8cf5d,
    #ffda73,
    #d6ad3c,
    #ffebb5
  ) !important;
  background-size: 200% 400% !important;
  animation: gradient 15s ease infinite !important;
  height: 100vh !important;
}

@media print {
  .break-after {
    page-break-after: always;
  }
  .break-before {
    page-break-before: always !important;
    display: none !important;
  }
  body {
    width: 21cm;
    height: 29.7cm;
    margin: 0;
    padding: 0;
    max-width: 100vh;
  }

  @page {
    size: A4;
  }
}

@media screen {
  .yourClassName {
    display: none;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.Backdrop {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.cdlp {
  font-size: 30px;
  height: 100vh;
  background-color: red;
  color: black;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Modal {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 21rem;
  /* width: 25rem; */
  z-index: 100;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 600px) {
  .Modal {
    height: 30rem;
    width: 90vw;
  }
}

.Open {
  background-color: rgb(222, 222, 222);
  padding-top: 4rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
}

.modal__button {
  margin: 10px;
  padding: 0 20px;
}

.Close {
  opacity: 0;
  transform: translateX(-50%) translateY(-150vh);
}

#close__modal {
  color: rgb(85, 85, 85);
}

.modal__text {
  color: rgb(85, 85, 85);
  text-align: center;
}

.CloseModal {
  position: fixed;
  top: 0.5rem;
  right: 0.9rem;
  cursor: pointer;
  display: flex;
}

.CloseModal > svg {
  fill: rgba(0, 0, 0, 0.5);
}

.request__modal {
  height: 300px;
  width: 600px;
}
/* poti modifica de acum: */
.progress {
  margin-bottom: 35px;
}
.textPagina {
  color: #fff;
}
.h1 {
  font-size: 15px;
}

.fas {
  color: #fff;
  text-shadow: 2px 2px 4px rgb(4, 11, 24);
  font-size: 1.5em;
  margin-right: 5px;
}
#btnLogOut {
  float: right;
  margin: auto;
}
#leftNav {
  width: 80%;
}
#csie {
  float: left;
  height: 50px; 
  margin-left: 2vw;
  margin-right: 1vw;
}
#divLogOut {
  justify-content: right;
  align-items: right;
  width: 20%;
}
#faculty_name {
  font-size: 10px;
  text-decoration: none;
  cursor: default;
  color: #fff;
  text-align: left;
  line-height: 0.1px;
  border-radius: 4px;
}

.navbar {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 12%;
}
#titleform {
  margin-top: 12px;
  font-size: 16px;
}
.pagina {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.658);
  height: 88%;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 5%;
  height: 90%;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.MuiTabs-scrollButtons.Mui-disabled {
  opacity: 0.3;
}

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #e9ac03;
}

/* FORM TYPOGRAPHY*/

#loginbtn {
  background-color: #7d6d00;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(138, 99, 0, 0.4);
  box-shadow: 0 10px 30px 0 rgba(255, 214, 93, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#logInForm {
  justify-content: center;
  align-items: center;
}
#loginbtn:hover {
  background-color: #c29533;
}

#loginbtn:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#titltulicenta {
  margin: 5px;
  width: 25vw;
}
input[type='file'] {
  width: 25vw;
  margin: 5px;
}
.btn.btn-secondary,
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-success {
  margin: 5px;
}
a {
  text-decoration: none !important;
}


/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #edb856;
  content: '';
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after {
  width: 100%;
}
.prof {
  height: 30px;
  text-align: center;
  margin-top: 10px;
}
