/* =============================================================
   GENERAL STYLES
 ============================================================ */
:root {
  --borderH: #2c6e95;
  --bodyColor: #FFFFFF;
  --meniuColor: #F8F8F8;
  --navbarToggle: #000;
  --navbarToggleB: #FFF;
  --upButton: #2c6e95;
  --topAHover: #F8F8F8;
  --topAHoverBack: #2c6e95;
  --topUl: #F8F8F8;
  --textColor: #000;
  --backColor: #F8F8F8;
  --stiriColor: #222;
  --stiriColorB: #d9edf7;
  --indicatorLi: #2c6e95;
  --indicatorActiv: #5AA8CC;
  --text-paragrafs: #000;
  --toggleButtons: #2c6e95;
  --toggleHover: #5AA8CC;
  --backgroundA #F8F8F8;
  --cardColorDm: #F8F8F8;
  --stireBorder: #999;
  --stireBackground: #F8F8F8;
  --scrollBar: #c2f0fc;
  --scrollThumb: #2c6e95;
  --hoverColor: #5AA8CC;
  --tableSesi: #2c6e95;
  --tableEven: #f3f3f3;
  --tableAni: #f1f1f1;
  --tableHover: #555;
  --inputCol: #F8F8F8;
}

[data-theme="dark"] {
  --borderH: #e2e2e2;
  --bodyColor: #222;
  --meniuColor: #000;
  --navbarToggle: #222;
  --navbarToggleB: #999;
  --upButton: #2c6e95;
  --topAHover: #222;
  --topAHoverBack: #19B288;
  --topUl: #222;
  --textColor: #F8F8F8;
  --backColor: #000;
  --stiriColor: #F9F9F9;
  --stiriColorB: #222;
  --indicatorLi: #3a6351;
  --indicatorActiv: #19B288;
  --text-paragrafs: #F8F8F8;
  --toggleButtons: #19B288;
  --toggleHover: #5AA8CC;
  --backgroundA #000;
  --cardColorDm: #000;
  --stireBorder: #444;
  --stireBackground: #222;
  --scrollBar: #222;
  --scrollThumb: #19B288;
  --hoverColor: #0f6f55;
  --tableSesi: #009879;
  --tableEven: #444;
  --tableAni: #222;
  --tableHover: #333;
  --inputCol: #000;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  background-color: var(--bodyColor);
}

.set-radius-zero {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.content-wrapper {
  margin-top: 40px;
  padding-bottom: 90px;
}

.header-line {
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--borderH);
  color: var(--textColor);
}

.pad-botm {
  padding-bottom: 30px;
}

.text-col {
  color: var(--textColor);
}

.prof-img {
  border-radius: 5px;
}

.prof-panel {
  background-color: var(--backColor);
  color: var(--textColor);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 20px;
  /* border-top-right-radius: 20px; */
}

.prof-panel ul li a {
  /* font-weight: bold; */
  color: var(--borderH);
}

.prof-panel ul li a:hover {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
  border-bottom: 0;
}

.slideeeer {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.stire-body-shadow {
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9); */
  /* border: 2px solid red; */
}

.stiri-color {
  color: var(--stiriColor);
  background-color: var(--stiriColorB);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.read-more {
  text-decoration: none;
  font-weight: bold;
}

#stiri-interne {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0;
}

#stiri-externe {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border: 0;
}

/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */
.right-div {
  float: right;
  padding: 20px;
}

#menu-top ul {
  background-color: var(--topUl);
}

#menu-top a {
  color: var(--borderH);
  background-color: var(--backgroundA);
  text-decoration: none;
  font-weight: bold;
  padding: 15px 15px 15px 15px;
}

#menu-top a:hover {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
}

#menu-top a:focus {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
}

#menu-top a:active {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
}

#menu-top span {
  color: var(--borderH);
  background-color: var(--backgroundA);
  text-decoration: none;
  font-weight: bold;
  padding: 15px 15px 15px 15px;
}

#menu-top span:hover {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
}

#menu-top span:focus {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
}

#menu-top span:active {
  color: var(--topAHover);
  background-color: var(--topAHoverBack);
}

.li-spanul {
  padding-top: 11px;
  padding-bottom: 10px;
}

.menu-section {
  background-color: var(--meniuColor);
  border-bottom: 3px solid var(--borderH);
  width: 100%;
}

.menu-top-active {
  background-color: #eeeeee;
}

/* ??? */
/* ??? */
.navbar-inverse {
  background-color: var(--meniuColor);
  border-color: rgba(155, 153, 153, 0.23);
}

.navbar {
  min-height: 90px;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}

.navbar-toggle {
  background-color: var(--navbarToggle);
  border: 2px solid var(--navbarToggleB);
}

/* ----- Up button ----- */
#up-button {
  display: inline-block;
  text-decoration: none;
  background-color: var(--upButton);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#up-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#up-button:hover {
  cursor: pointer;
  background-color: #333;
}

#up-button:active {
  background-color: #555;
}

#up-button.show {
  opacity: 1;
  visibility: visible;
}

.indicatoare {
  /* color: black; */
}

.carousel-indicators li {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: var(--indicatorLi);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
  background-color: var(--indicatorActiv);
}

/* =============================================================
   DASHBOARD STYLES
 ============================================================ */
.img-comments {
  border: 3px double black;
  height: 60px;
}

.chat-widget-main {
  max-height: 330px;
  overflow: auto;
}

.slide-bdr {
  border: 3px solid #e1e1e1
}

.chat-widget-left:after {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #F70E62;
  border-width: 15px;
  margin-left: -15px;
}

.chat-widget-left {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #F70E62;
  font-size: 12px;
}

.chat-widget-right:after {
  top: 100%;
  right: 10%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #5AA8CC;
  border-width: 15px;
  margin-left: -15px;
}

.chat-widget-right {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #5AA8CC;
  font-size: 12px;
}

.chat-widget-name-left {
  color: #000;
  margin-top: 30px;
  margin-left: 60px;
  text-align: left;
}

.img-left-chat {
  border: 3px double #e1e1e1;
  float: left;
  margin-right: 30px;
}

.img-right-chat {
  border: 3px double #e1e1e1;
  float: right;
  margin-left: 30px;
}

.chat-widget-main img-right {
  border: 3px double #e1e1e1;
  float: left;
}

.chat-widget-name-left h4 {
  font-weight: normal;
  font-size: 11px;
}

.chat-widget-name-left h5 {
  font-weight: normal;
  font-size: 10px;
}

.chat-widget-name-right h4 {
  font-weight: normal;
  font-size: 11px;
}

.chat-widget-name-right h5 {
  font-weight: normal;
  font-size: 10px;
}

.chat-widget-name-right {
  color: #000;
  margin-top: 40px;
  margin-right: 60px;
  text-align: right;
}

.recent-users-sec img {
  max-height: 80px;
  margin: 15px;
}

.back-widget-set {
  background-color: transparent;
}

#harta {
  width: 600px;
  height: 450px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section {
  padding: 15px 20px 15px 20px;
  color: var(--textColor);
  font-size: 13px;
  background-color: var(--meniuColor);
  text-align: center;
  border-top: 3px solid var(--borderH);
}

.footer-section a, .footer-section a:hover {
  color: #000;
}

.credit-noi a {
  text-decoration: none;
  color: var(--textColor);
}

.credit-noi a:hover {
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.05);
  color: #3EC380;
}

.purple:hover {
  color: #BE7FD1 !important;
}

/* =============================================================
   PAGES SECTION STYLES
 ============================================================ */
.text-paragraf {
  text-align: justify !important;
  color: var(--textColor);
  font-size: 14px;
}

.h2-toggles {
  color: var(--toggleButtons);
  cursor: pointer;
  font-weight: bold;
}

.h2-toggles:hover {
  color: var(--toggleHover);
}

.h2-toggles:active {
  color: green;
}

.h2-toggles:focus {
  color: pink;
}

.h3-toggles {
  color: var(--toggleButtons);
  cursor: pointer;
  font-weight: bold;
}

.h3-toggles:hover {
  color: var(--toggleHover);
}

.h3-toggles:active {
  color: green;
}

.h4-toggles {
  color: var(--toggleButtons);
  cursor: pointer;
  font-weight: bold;
}

.h4-toggles:hover {
  color: var(--toggleHover);
}

.h4-toggles:active {
  color: green;
}

#licentaDiv {
  display: none;
}

#masterDiv {
  display: none;
}

.formatorCurs {
  color: var(--textColor);
}

.i-class-right {}

.intrebare-content {
  border-left: 4px solid var(--toggleButtons);
}

.intrebare-hdiv {
  padding-left: 10px;
}

.div-intrebari {
  padding-left: 10px;
}

.text-dreapta {
  float: right;
}

.dropdown-menu>li.active>a {
  color: var(--topAHover) !important;
  background: var(--topAHoverBack) !important;
}

li>.dropdown-toggle: {}

.descriere-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.carte-icon {
  width: 35px !important;
  height: 35px !important;
}

.card-color-dm {
  background-color: var(--cardColorDm);
}

.proiect-content {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stiri-interne-img {
  width: 240px;
  height: 160px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}

.stiri-interne-img:hover {
  /* cursor: pointer; */
}

.stiri-externe-img:hover {
  /* cursor: pointer; */
}

.center-img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.buttonsLog {
  font-weight: bold;
}

.title-rectangle {

}

.content-rectangle {

}

.lista-posturi-concurs {
  padding: 5px 0 0 0;

  text-align: center;
  font-weight: bold;
}

.element-posturi-activ {
    background-color: var(--tableSesi);
    color: var(--textColor);
}

.element-posturi {

}

.post-concurs-data {

}

.concurs-data-inscriere {

}

.concurs-data-finalizare {

}

.concurs-pozitie {

}

.download-pdf {
    margin-bottom: 5px;
}

.pdf-content {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    height: 800px;
    width: 900px;
}

/* ======================== light button css ================================ */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #5AA8CC;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #19B288;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.slider svg {
  color: #222;
  position: absolute;
  transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
  pointer-events: none;
}

.feather-moon {
  opacity: 0;
  left: 9px;
  bottom: 9px;
  transform: translateX(4px);
}

.feather-sun {
  opacity: 1;
  right: 10px;
  bottom: 9px;
  transform: translateX(0px);
}

input:checked+.slider .feather-moon {
  opacity: 1;
  transform: translateX(0);
}

input:checked+.slider .feather-sun {
  opacity: 0;
  transform: translateX(-4px);
}

.bigtext {
  font-size: 16px;
}

.lab-center {
  text-align: center;
  border-bottom: 1px solid var(--borderH);
  color: var(--textColor);
  width: 50%;
  padding-bottom: 25px;
  display: block;
  margin: auto;
}

.titlu-oferta {
  text-align: center;
}

.titlu-oferta h3 span {
  color: #5AA8CC;
}

.titlu-oferta h4 span {
  color: #b9223b;
}

.titlu-oferta h3 {
  color: var(--textColor);
}

.titlu-oferta h4 {
  color: var(--textColor);
}

.titlu-oferta p {
  color: var(--textColor);
}

.competente h3, .invatat h3, .detalii h3 {
  color: #5AA8CC;
}

.invatat h4 {
  color: #b9223b;
}

.hai-set {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
  height: auto;
}

.burse-mobilitati h4 {
  color: #5AA8CC;
}

.burse-mobilitati p, .burse-mobilitati h3, .burse-mobilitati ul {
  color: var(--textColor);
  text-align: justify;
}

.dark-button {
  margin-top: 8px;
}

/* ================== Backend ================== */
.post-uri-body {}

.post-uri-body:hover {
  transform: scale(1.01);
}

.child-div-img {
  float: left;
}

.child-div-text {
  margin-left: 10px;
  font-weight: bold;
}

.content-section {
  padding: 10px 20px;
  background-color: var(--stireBackground);
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}

.article-title {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.imagine-stire {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  /* width: 50%; */
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 52px;
  width: 52px;
  margin-right: 16px;
  border-radius: 50%;
  border: 1px solid var(--stireBorder);
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--stireBorder);
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.page-numz {
  text-align: center;
}

.page-numz-a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.next-prev-buttons {
  border-top: 1px solid var(--stireBorder);
}

.border-title-bottom {
  /* border: 1px solid #000;
  background-color: #000; */
  float: right;
}

.border-title-bottom-right {}

.prev-left {
  float: left;
}

.next-right {
  float: right;
}

.prev-left a:hover {
  color: #F8F8F8;
  text-decoration: none;
}

.next-right a:hover {
  text-decoration: none;
  color: #F8F8F8;
}

/* === Alight items === */
.impreuna {
  display: inline;
}
.pentru-dreapta {
  float: right;
}
.pentru-stanga {
  float: left;
}


.searching-bar {
  /* background-image: url('/css/searchicon.png'); */
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: var(--inputCol);
  color: var(--textColor);
  width: 600px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-bottom: 12px;
  outline: none;
}
.input-div {
  /* border: 2px solid red; */
  width: 100%;
}
.searching-bar:focus {
  outline: none;
}
/* === Sesi stintiifice ani table === */
.active2 {
  background-color: black;
  color: green;
}
.styled-ani {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: var(--tableAni);
  border: 1px solid #555;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}
.styled-ani li a {
  display: block;
  color: var(--textColor);
  padding: 8px 16px;
  text-decoration: none;
}

.styled-ani li {
  text-align: center;
  border-bottom: 1px solid #555;
}

.styled-ani li:last-child {
  border-bottom: none;
}

.styled-ani li a.active {
  background-color: var(--tableSesi);
  color: white;
  font-weight: bold;
}

.styled-ani li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* === Sesi stintiifice table === */
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}
.styled-table thead tr {
    background-color: var(--tableSesi);
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: var(--tableEven);
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--tableSesi);
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: var(--tableSesi);
}
.styled-table tbody tr:hover {
  background-color: var(--tableHover);
  color: white;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.styled-table table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.styled-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.styled-table tr { border: 1px solid #ccc; }

	.styled-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.styled-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/* top: 25px; */
		left: 10px;
		width: 10%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
  .styled-table td:nth-of-type(1):before { content: "Nr. Crt."; }
  .styled-table td:nth-of-type(2):before { content: "Nume si Prenume"; }
  .styled-table td:nth-of-type(3):before { content: "Anul de Studiu"; }
  .styled-table td:nth-of-type(4):before { content: "Facultatea"; }
  .styled-table td:nth-of-type(5):before { content: "Tema lucrarii de Cercetare"; }
  .styled-table td:nth-of-type(6):before { content: "Conducatorul Stiintific"; }
  .styled-table td:nth-of-type(7):before { content: "Editare"; }

  .pdf-content {
    height: 600px;
    width: 700px;
  }
}

/* Scroll bar */
/* width */
::-webkit-scrollbar {
  width: 15px;
  background-color: var(--scrollBar);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
/* Track */
::-webkit-scrollbar-track {
  box-sizing: insert 0 0 5px #F8F8F8;
  /* border-radius: 10px; */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollThumb);
  /* border-radius: 10px; */
  border: 1px solid #222;

  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--hoverColor);
}

.grid-container {
  /* display: grid; */
  /* grid-template-columns: auto auto auto; */
  /* padding: 10px; */
}
.video-div {
  width: 320px;
  height: 240px;
  text-align: center;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9); */
  /* border-radius: 10px; */
  /* border: 1px solid red; */
}
.video-div video {
  width: 300px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}
.video-text {
  color: var(--topAHoverBack);
  /* color: black; */
  text-align: center;
  font-weight: bold;
  /* border: 2px solid red; */
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  height: 40px;

}
.struct-all {
  background: url('/static/images/background.png') fixed;
  background-size: contain, cover;
   /* background-color: rgba(0,0,0,0.25); */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(150px, 1fr);
  grid-gap: 2rem;
  grid-auto-flow: dense;
}
.struct-top {

}
.struct-mid {

}
.struct-bot {

}
.struct-div-right {

}
.struct-div-left {

}
.struct-div-mid {

}
.make-them-shadows {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.over img, .haide-set img {
  /* display: flex; */
  width: 450px;
  height: 450px;
}

.titlu-oferta img {
  width: 500px;
  height: auto;
}
/* =============================================================
    Media Query STYLES
  ============================================================ */
/* index */
/* TODO: media query plss */
@media (max-width: 320px) {

}
@media (max-width: 375px) {
  .mobile-responsive {
    display: none;
  }

  .right-div {
    margin-bottom: 10px;
  }

  .smolll {
    width: 180px;
    height: auto;
  }

  .detalii img {
    margin-left: -65px;
    width: 200px;
  }
  .titlu-oferta img {
    width: 200px;
    height: auto;
  }

  .over img{
    display: block;
    width: 200px;
    height: auto;
  }
  .hai-set{
    display: block;
    width: 200px;
    height: auto;
  }

  .erasmuss {
    width: 240px;
    height: auto;
  }

  .erasmuss2 {
    width: 200px;
    height: auto;
  }

  .ing {
    width: 200px;
    height: auto;
  }
  .struct-mid {
    padding-top: 0px;
  }

  .video-div {
    width: 280px;
    height: 210px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9); */
    /* border-radius: 10px; */
    /* border: 1px solid red; */
  }
  .video-div video {
    width: 260px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  }

  .pdf-content {
    height: 500px !important;
    width: 300px !important;
  }
}

@media (max-width: 576px) {
  .stiri-interne-img {
    width: 290px;
    height: 217.5px;
  }
  .searching-bar {
    width: 250px;
  }

  .mobile-responsive {
    display: none;
  }

  .right-div {
    margin-bottom: 10px;
  }

  .detalii img {
    width: 300px;
  }

  .erasmuss {
    width: 250px;
    height: auto;
  }

  .erasmuss2 {
    width: 200px;
  }

  .ing {
    width: 250px;
  }

  .over img, .haide-set img {
    display: flex;
    width: 200px;
    height: auto;
  }
  .titlu-oferta img {
    width: 300px;
    height: auto;
  }
  .struct-mid {
    padding-top: 0px;
  }
  .pdf-content {
    height: 500px;
    width: 330px;
  }
}

@media (min-width: 577px) {
  .mediastuff {
    font-size: 11px;
  }

  .bigtext {
    font-size: 13px;
  }

  .detalii img {
    width: 400px;
  }

  .erasmuss {
    width: 450px;
    height: auto;
  }

  .erasmuss2 {
    width: 400px;
  }

  .ing {
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .over img, .haide-set img {
    display: flex;
    /* width: 200px; */
    height: auto;
  }
  .titlu-oferta img {
    width: 350px;
    height: auto;
  }
  .struct-mid {
    padding-top: 0px;
  }

  .pdf-content {
    height: 600px;
    width: 500px;
  }
}

@media (min-width: 766px) {
  .stiri-interne-img {
    width: 200px;
    height: 150px;
  }

  .mediastuff {
    font-size: 14px;
  }

  .bigtext {
    font-size: 15px;
  }

  .detalii img {
    width: 500px;
  }

  .erasmuss2 {
    width: 500px;
  }

  .ing {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .struct-mid {
    padding-top: 0px;
  }
  .titlu-oferta img {
    width: 500px;
    height: auto;
  }
  .pdf-content {
    height: 500px;
    width: 700px;
  }
}

@media (min-width: 992px) {
  .smolll {
    width: 300px;
    height: auto;
  }

  .mediastuff {
    font-size: 15px;
  }

  .bigtext {
    font-size: 16px;
  }
  .titlu-oferta img {
    width: 500px;
    height: auto;
  }

  .pdf-content {
    height: 600px;
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .mediastuff {
    font-size: 15px;
  }

  .bigtext {
    font-size: 16px;
  }

  .titlu-oferta img {
    width: 500px;
    height: auto;
  }

   .pdf-content {
    height: 700px;
    width: 800px;
  }
}



.set {
  text-align: center;
}


/* =============================================================
    Media Query STYLES
  ============================================================ */
/*  */
