@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?00d11cdb0310b4acd08fb2a4fa708636);
  src: url(/fonts/icomoon.eot?00d11cdb0310b4acd08fb2a4fa708636#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?dd73591610830b214b024b5b7b399105) format("truetype"), url(/fonts/icomoon.woff?8defc14876da3d25494cfe4384104df1) format("woff"), url(/fonts/icomoon.svg?0dd8bc8584d1fb957b45cd17b99d8a9e#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iscrizioni:before {
  content: "\e900";
}

.icon-presenza:before {
  content: "\e901";
}

.icon-esami:before {
  content: "\e902";
}

.icon-test:before {
  content: "\e903";
}

.icon-cfu:before {
  content: "\e904";
}

.icon-sedi:before {
  content: "\e905";
}

.icon-titoli:before {
  content: "\e906";
}

.icon-convenzioni:before {
  content: "\e907";
}

.icon-soddisfazione:before {
  content: "\e908";
}

.icon-iscritti:before {
  content: "\e909";
}

/*==============================================generali===========================================================*/
body {
  animation: fadeInAnimation ease 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.line-height-16 {
  line-height: 16.8px;
}

.line-height-26 {
  letter-spacing: 0;
  line-height: 26px;
}

.overflowXHidden {
  overflow-x: hidden !important;
}

.overflowYHidden {
  overflow-y: hidden !important;
}

.back-to-top {
  font-size: 14px;
  z-index: 9992;
}

.scrollable-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* Define custom styles for tables */
table {
  border: 1px solid #dee2e6;
  background-color: #fff;
  width: 100%;
  margin-bottom: 25px;
}

th p, td p {
  margin-bottom: 0px;
}

th, td {
  border: 1px solid #dee2e6;
  padding: 12px 16px;
}

.list-style-none {
  list-style-type: none;
}

.border-right-white {
  border-right: white;
}

.border-left-white {
  border-left: white;
}

.border-none {
  border: none !important;
}

#bar-black {
  width: 88px;
  height: 4px;
  background: #53504B;
  border-radius: 2px;
}

.hero-img-responsive {
  height: auto;
}

@media (max-width: 576px) {
  .hero-img-responsive {
    max-height: 60vh;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.z-index-1 {
  z-index: -1;
}

.img-carousel {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  z-index: 15;
}

.image-product {
  height: 430px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.img-card-degree {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 80px;
  position: relative;
  z-index: 15;
}

.border-curriculum {
  border: 1px #DADADA solid;
}

.numeroverde:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1.5px;
}

.n-verde-desktop {
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 23px !important;
}

.containerimg {
  position: relative;
  width: 100%;
  height: 142px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

.nav-tabs .nav-link {
  border: none;
}

.border-transparent {
  border-color: transparent;
}

.imgcardd {
  position: absolute;
  bottom: -250px;
  z-index: 15;
  margin: auto;
}

.shadow-mobile {
  box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 4px 0px;
}

tbody tr:hover {
  background-color: #f5f5f5;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-10 {
  border-radius: 10px;
}

.scrollable-item {
  flex: 1;
}

p {
  white-space: inherit !important;
}

#back-to-top-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
}

.btn-danger {
  --bs-btn-hover-bg: #9A2F26;
}

button:disabled {
  background-color: #FFDA56;
}

@media (max-width: 700px) {
  .content-home {
    padding-top: 10px !important;
  }
  .button-group {
    display: flex;
    justify-content: center;
  }
  #map {
    height: 300px;
  }
  .border-card-listing {
    border-radius: 80px 16px 16px 16px !important;
  }
  .border-img-card {
    border-radius: 80px 16px 80px 0px !important;
  }
}
#header {
  display: flex;
  justify-content: center;
}

/*checkbox*/
.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-checkbox input {
  margin-right: 10px;
}

.custom-checkbox small {
  margin-top: 6px;
  flex: 1;
}

@media (min-width: 800px) {
  .content-home {
    padding-top: 120px !important;
  }
  .border-card-listing {
    border-radius: 80px 16px 16px 16px !important;
  }
  .border-img-card {
    border-radius: 80px 16px 80px 16px !important;
  }
}
.bg-grey {
  background-color: rgb(244, 244, 244);
}

.border-radius-12 {
  border-radius: 12px;
}

.bg-warning {
  background-color: #FFDA56 !important;
}

.bg-warning-light {
  background-color: #FFEBA3 !important;
}

.border-grey {
  border-color: rgb(173, 163, 163);
}

.rettangolo {
  width: 300px;
  height: 150px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-grey-light {
  border-color: rgb(210, 203, 203);
}

.border-radius {
  border-radius: 20px;
}

.space-a {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a:not([class]), .space-aa {
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  color: #9A2F26;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
}

.venetian-red-color {
  color: #9A2F26;
}

.border-red {
  border: solid;
  border-color: #9A2F26 !important;
}

.venetian-red-background {
  background-color: #9A2F26 !important;
}

.bg-img-color {
  background-color: rgba(154, 47, 38, 0.8);
}

.margin-top-10 {
  margin-top: 10%;
}

.img-card {
  z-index: 15;
  position: absolute;
  top: -50%;
  margin: auto;
}

.div-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 80px;
  position: relative;
  width: 410px;
  height: 140px;
  overflow: hidden;
}

.text-404 {
  font-size: 150px;
  text-shadow: 13px 8px 12px rgba(0, 0, 0, 0.3);
}

.inter {
  font-family: "Inter", sans-serif;
}

.lexend {
  font-family: "Lexend", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend", sans-serif !important;
  font-weight: 700 !important;
}

h2 strong, h3 strong {
  font-weight: bold !important;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.no-text-decoration {
  text-decoration: none;
}

.img-sedi {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  z-index: 15;
}

.btn-sedi {
  border-radius: 0% !important;
  font-size: 14px;
}

.border-radius-6 {
  border-radius: 6%;
}

.border-solid {
  border: solid;
}

.div-master {
  position: relative;
  display: inline-block;
}

.background-postgraduate {
  background-size: cover;
  background-position: center;
}

.div-area-postgraduate {
  height: 370px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.div-area {
  height: 430px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-auto {
  cursor: auto !important;
}

.bg-orientamento {
  background-color: #FFF5D0;
}

.icon-size {
  width: 50px;
  height: auto;
}

/* p:not([class]) {
   margin-bottom: 3rem !important;
} */
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]) {
  margin-bottom: 1.5rem !important;
  /* Imposta il margine inferiore desiderato */
}

.h-0 {
  height: 0px;
}

.height_50 {
  height: 50px;
}

.height-80-width-80 {
  width: 80px;
  height: 80px;
}

.height-900-width-900 {
  width: 900px;
  height: 900px;
}

.height-600-width-300 {
  width: 300px;
  height: 600px;
}

.height-100 {
  height: 100px;
}

.height-130 {
  height: 130px;
}

.height-170 {
  height: 170px;
}

.height-200 {
  height: 200px;
}

.height-220 {
  height: 220px;
}

.height-678 {
  height: 678px;
}

.height-300 {
  height: 300px;
}

.height-350 {
  height: 350px;
}

.height-450 {
  height: 450px;
}

.height-400 {
  height: 400px;
}

.height-700 {
  height: 700px;
}

.height-75 {
  height: 75px;
}

.width-18rem {
  width: 18rem;
}

.width-800 {
  width: 800px;
}

.width-400 {
  width: 400px;
}

.max-width-650 {
  max-width: 650px;
}

.width-310 {
  width: 310px;
}

.width-300 {
  width: 300px;
}

.width-100 {
  width: 100px;
}

.width-70 {
  width: 70px;
}

.width-40 {
  width: 40px;
}

.width-30 {
  width: 30px;
}

.width-18 {
  width: 18%;
}

.width-15 {
  width: 15%;
}

.width-12 {
  width: 12%;
}

.lineheight-57 {
  line-height: 57.6px;
}

.lineheight-28 {
  line-height: 28px;
}

.lineheight-40 {
  line-height: 40px;
}

.lineheight-60 {
  line-height: 60px;
}

/*font style*/
.fs-12 {
  font-size: 14px !important;
}

.ft-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-500 {
  font-weight: 500;
}

/*---------------------------------------------*/
/*===========================================================navbar desktop===========================================================*/
.logo {
  width: 170px;
}

.menu-open {
  position: fixed;
  background-color: white;
  z-index: 999;
}

.shadow-navbar {
  box-shadow: 1px 1px 10px #c5c5c5;
}

.select-lang:focus {
  outline: none;
}

.select-lang option:hover {
  background-color: rgb(244, 244, 244);
}

i.header {
  -webkit-text-stroke: 0.5px;
}

.input-group input.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.activee {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 15px;
}

.button-toggle:hover {
  color: #9A2F26;
}

.hover:hover {
  text-decoration: underline;
  text-underline-offset: 15px;
  border: 0 transparent solid;
}

.accedi-btn {
  border-radius: 30px;
  color: #9A2F26;
  border: 1.5px solid var(--primary-50-main, #9A2F26);
  background-color: white;
}

/*===========================================================navbar mobile ===========================================================*/
.richiediinfopdp {
  border-radius: 30px;
  background: var(--primary-50-main, #9A2F26);
  color: #9A2F26;
  color: white;
  font-size: 16px;
  font-weight: 600;
  word-wrap: break-word;
  border: solid var(--primary-50-main, #9A2F26);
}

.mobile-style {
  --bs-btn-hover-border-color: none;
  border-radius: 10px;
}

.card-navbar-mobile {
  width: 202px;
  height: 128px;
}

.img-nav-mobile-30 {
  width: 30px;
  height: 30px;
  position: relative;
}

.shadow-mobile {
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.15);
}

.img-nav-mobile-24 {
  width: 12px;
  height: 24px;
  position: relative;
}

.btn-card-mobile {
  position: absolute;
  left: 10%;
  top: 9%;
  z-index: 999;
}

.mx-5-navMobile {
  margin-right: 2.3rem !important;
  margin-left: 2.3rem !important;
}

.contattaci-btn {
  width: 140px;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1.5px #9A2F26 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: #9A2F26;
  font-size: 16px;
  font-weight: 600;
  word-wrap: break-word;
}

.contattaci-btn:hover {
  background-color: #f7d1db;
  border-radius: 30px;
  color: #9A2F26;
  border: 1.5px solid var(--primary-50-main, #9A2F26);
}

.richiediinfo:hover {
  background-color: #f7d1db;
  border-radius: 30px;
  color: #9A2F26;
  border: 1.5px solid var(--primary-50-main, #9A2F26);
}

.hover-white-btn:hover {
  background-color: #f7d1db !important;
  border-radius: 30px;
  color: #9A2F26;
  border: solid var(--primary-50-main, #9A2F26);
}

.hover-white-btn {
  background-color: white;
  border-radius: 30px;
  color: #9A2F26;
  border: solid var(--primary-50-main, white);
}

.richiediinfo {
  width: 140px;
  height: 52px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #9A2F26;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: white;
  border: 1.5px solid var(--primary-50-main, #9A2F26);
}

.richiediinfopdp:hover {
  background-color: #f7d1db;
  border-radius: 30px;
  color: #9A2F26;
  border: solid var(--primary-50-main, #9A2F26);
}

#overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8999;
  display: block;
}

.nav-filter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: 9998;
  overflow: auto;
}

.nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 330px;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: 9998;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  overflow-y: auto;
}

.nav-mobile-link {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 330px;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: 9999;
  overflow-y: auto;
}

.nav-mobile.open,
.nav-mobile-link.open {
  transform: translateY(0);
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.1);
}

.open {
  transform: translateY(0);
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.1);
}

.buttons-nav {
  width: 330px;
  padding: 10px 20px;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.15);
}

/*====================================================================homepage desktop====================================================================*/
.header-overlay {
  position: absolute;
  top: 350px;
  left: 35%;
  transform: translate(-35%, -35%);
}

.text-on-img {
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-35%, -35%);
}

@media (min-width: 700px) and (max-width: 1000px) {
  .margin-top-mobile {
    margin-top: 50px !important;
  }
  .text-on-img {
    position: absolute;
    top: 25%;
    left: 35%;
    transform: translate(-35%, -35%);
  }
  .card-area {
    border-radius: 16px 16px 16px 16px !important;
  }
  .card-area img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
}
@media (min-width: 1000px) {
  .head-pdp-postgraduate {
    align-items: center;
    height: 370px;
    z-index: 0;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 80px;
  }
  .head-pdp {
    align-items: center;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .width-navbar {
    width: 1000px;
  }
}
#cerchiopieno {
  position: absolute;
  z-index: -1;
  left: 10%;
  transform: translate(-50%, -35%);
}

.button-active {
  border-radius: 30px;
  box-shadow: 30px;
  padding: 5%;
  font-weight: bold;
  background-color: white !important;
  color: black;
}

button.VueCarousel-dot--active {
  width: 30px !important;
  border-radius: 27px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #9A2F26 !important;
  width: 25px;
}

.owl-stage {
  padding-bottom: 20px !important;
}

.width-height-cardtriennale {
  width: 412px;
  height: 400px;
}

.width-height-cardmaster {
  width: 412px;
  height: 100%;
}

/*===========================================================template base===========================================================*/
ul {
  margin-bottom: 25px;
}

ul li p {
  margin-bottom: 5px;
}

.table-dark {
  --bs-table-bg: #53504B ! important;
}

th {
  font-weight: normal !important;
}

table tr:first-child {
  --bs-table-bg: #53504B ! important;
}

table tr:first-child th,
table tr:first-child td {
  color: white !important;
  background-color: #53504B !important;
}

.table-bordered {
  border-color: #DADADA !important;
}

.accordion-button:not(.collapsed) {
  color: none;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus(.collapsed) {
  border-color: white;
}

.accordion-button:focus {
  border-color: white;
  box-shadow: none !important;
}

.accordion {
  --bs-accordion-btn-focus-border-color: white !important;
  --bs-accordion-active-bg: white !important;
}

/*=================================================listing=================================================*/
.border-card-listing {
  border-radius: 16px 16px 16px 80px;
}

.border-img-card {
  border-bottom-left-radius: 80px;
  border-top-left-radius: 16px;
}

.p-4-listing {
  padding: 1.2rem !important;
}

.border-img-mobile-card {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.border-cards-mobile {
  border-top-left-radius: 80px;
}

.shadow-white {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 36.07%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  z-index: 1;
}

.red-line {
  background: #9A2F26;
  position: absolute;
  top: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 80px;
  height: 38%;
  width: 99%;
  z-index: -0.5;
}

.img-for-card {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 997;
}

.partner-for-card {
  position: absolute;
  left: 55%;
  right: 10%;
  top: 5%;
  z-index: 997;
}

.btn-card-sedi {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 999;
}

.border-card-listing {
  border-radius: 16px 16px 16px 80px;
}

.border-img-card {
  border-bottom-left-radius: 80px;
  border-top-left-radius: 16px;
}

@media (min-width: 360px) and (max-width: 799px) {
  .red-line {
    height: 34%;
    width: 100%;
    border-bottom-right-radius: 80px;
  }
  .img-for-card {
    left: 2.5%;
    top: 2.5%;
  }
  .btn-card-sedi {
    position: absolute;
    left: 5%;
    top: 27%;
    z-index: 999;
  }
  .py-sm-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .width-height-cardtriennale {
    width: 330px !important;
    height: 360px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .width-height-cardmaster {
    width: 330px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .text-on-img {
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translate(-35%, -35%);
  }
  .border-card-listing {
    border-radius: 80px 16px 16px 16px !important;
  }
  .border-img-card {
    border-radius: 80px 16px 80px 0px !important;
  }
  .featured {
    margin-left: 2rem;
  }
  /*pdp corso*/
  .head-pdp {
    z-index: auto;
    box-shadow: none;
    border-bottom-right-radius: 0;
  }
  .head-pdp-2 {
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin: 0 auto;
    max-width: 90vw;
  }
  main {
    margin-top: 100px !important;
  }
  .card-area {
    border-radius: 16px 16px 16px 16px !important;
  }
  .card-area img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .margin-top-mobile {
    margin-top: 50px !important;
  }
}
@media (min-width: 800) and (max-width: 1100px) {
  .red-line {
    height: 34%;
    width: 100%;
    border-bottom-right-radius: 80px;
  }
  .img-for-card {
    left: 2.5%;
    top: 2.5%;
  }
  .btn-card-sedi {
    position: absolute;
    left: 5%;
    top: 27%;
    z-index: 999;
  }
  .width-height-cardtriennale {
    width: 300px !important;
    height: 360px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .width-height-cardmaster {
    width: 300px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .text-on-img {
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translate(-35%, -35%);
  }
  .border-card-listing {
    border-radius: 80px 16px 16px 16px !important;
  }
  .border-img-card {
    border-radius: 80px 16px 80px 0px !important;
  }
  .featured {
    margin-left: 2rem;
  }
  .margin-top-mobile {
    margin-top: 50px !important;
  }
}
.VueCarousel-slide {
  padding: 15px;
}

@media (min-width: 200px) and (max-width: 359px) {
  .red-line {
    height: 32%;
    width: 98%;
    border-bottom-right-radius: 80px;
  }
  .img-for-card {
    left: 2%;
    top: 2%;
  }
  .text-on-img {
    position: absolute;
    top: 30%;
    left: 35%;
    transform: translate(-35%, -35%);
    padding: 5px;
  }
  .featured {
    margin-left: 0.4rem;
  }
  .width-height-cardtriennale {
    width: 310px !important;
    height: 370px !important;
  }
  .width-height-cardmaster {
    width: 310px !important;
    height: 400px !important;
  }
  .border-card-listing {
    border-radius: 80px 16px 16px 16px !important;
  }
  .border-img-card {
    border-radius: 80px 16px 80px 0px !important;
  }
  main {
    margin-top: 100px !important;
  }
  .card-area {
    border-radius: 16px 16px 16px 16px !important;
  }
  .card-area img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .margin-top-mobile {
    margin-top: 50px !important;
  }
}
@media (min-width: 600px) and (max-width: 700px) {
  .width-height-cardtriennale {
    width: 330px !important;
    height: 360px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .width-height-cardmaster {
    width: 330px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .featured {
    margin-left: 6.5rem;
  }
  main {
    margin-top: 100px !important;
  }
  .card-area {
    border-radius: 16px 16px 16px 16px !important;
  }
  .card-area img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
}
.nav-link-button {
  white-space: nowrap;
  display: inline-block;
  border: 0 transparent solid;
}

.btn-card {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-for-card {
  position: absolute;
  left: 5%;
  top: 27%;
  z-index: 999;
}

.sei-interessato {
  position: relative;
  bottom: 65%;
  z-index: 995;
}

.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(163, 163, 163, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9A2F26;
}

textarea {
  resize: none;
}

.form-check-input:checked {
  background-color: #9A2F26;
  border-color: #9A2F26;
}

.circle-grey {
  width: 28px;
  height: 28px;
  background: #EDEDED;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

/*===========================================pdp corso=============================================*/
.line {
  color: rgb(220, 217, 217);
  border-left: 1px solid;
}

li.list-item {
  margin-bottom: 3px;
}

.sidebar-item.active {
  color: black !important;
  font-weight: bold !important;
  text-decoration: none !important;
  cursor: default !important;
}

.sidebar-p:has(> a.active)::before {
  content: "— ";
}

.popover-body {
  padding: 0px 0px 0px 0px;
  border: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.popover {
  background-color: #212529 !important;
  border-color: #212529 !important;
  border-radius: 12px;
}

.info-popover, .info-popover:hover {
  background-color: rgb(244, 244, 244);
  border-color: rgb(244, 244, 244);
  padding: 0px;
}

.p-indice::before {
  content: "— ";
  padding-right: 10px;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 6%;
}

.a-indice::before {
  content: "•";
  padding-right: 10px;
  font-weight: 900;
  font-size: 16px;
  left: 5%;
  top: 32%;
}

.p-indice {
  position: relative;
}

.p-doc::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  padding-left: 20px;
  font-weight: 400;
  /* Utilizza 400 per Regular */
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 6%;
}

.p-doc {
  position: relative;
}

.my-div {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  transition: transform 0.5s;
  transform: translateY(100%);
}

.show {
  transform: translateY(0);
}

.box-shadow-class {
  box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.75);
  /* altre proprietà stile */
}

.body-opacity {
  background-color: rgba(0, 0, 0, 0.5);
  /* Opaco nero con un valore di opacità del 50% */
}

/*<div id="__bv_popover_0__"role="tooltip"tabindex="-1"class="popover b-popover bs-popover-top"x-placement="top"style="position:absolute; transform: translate3d(353px, 5956px, 0px); top:0px; left:0px; will-change:transform;"></div>*/
/*==========================================cosa stai cercando==============================================*/
.modal-header {
  border-bottom: transparent !important;
}

/*====================================sedi=========================================*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: transparent;
  border-radius: 30px !important;
}

.nav-link:hover {
  border: none !important;
}

.nav-link.active {
  font-weight: bold;
  background: white;
}

.sidebar.fixed {
  position: fixed;
  top: 150px;
  /* Regola questa altezza in base alle tue esigenze */
  opacity: 1;
}

/* Stile della barra laterale con opacità ridotta */
.sidebar.fade-out {
  opacity: 0;
}

.VueCarousel-dot-container {
  margin-top: 0 !important;
}

.VueCarousel-dot {
  padding: 5px !important;
}

.bg-gray {
  background-color: #f5f5f5;
}

.card-area {
  border-radius: 16px 16px 16px 80px;
}

.card-area img {
  border-bottom-left-radius: 80px;
  border-top-left-radius: 16px;
}

main {
  margin-top: 120px;
}

.height-80 {
  height: 80px;
}

.section-welcome {
  background-image: url("/img/home/hero.jpg");
  background-size: cover;
  background-position-x: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .section-welcome {
    min-height: 310px;
  }
}
.select-lang {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border: none;
  background-image: url("/img/arrow-grey.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  text-indent: -10px;
}

.select-filter {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 321px;
  background-size: 27px;
}

.select-provincia {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 205px;
  background-size: 27px;
}

.select-regione {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 375px;
  background-size: 27px;
}

@media (max-width: 800px) {
  .select-regione {
    background-position-x: 290px;
  }
  .select-filter {
    background-position-x: 300px;
  }
  .select-provincia-form {
    background-position-x: 290px;
  }
}
.select-laurea {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 350px;
  background-size: 27px;
}

.select-corso-cfu {
  background-image: url(/img/arrow-grey.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 27px;
}

.select-provincia-res {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 460px;
  background-size: 27px;
}

.select-statuario {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 100px;
  background-size: 27px;
  text-overflow: ellipsis;
}

.select-tipologia {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 10px;
  background-size: 27px;
}

.select-anno {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 100px;
  background-size: 27px;
}

.select-magistrale {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 275px;
  background-size: 27px;
}

.select-provincia-form {
  background-image: url("/img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 530px;
  background-size: 27px;
}

#background-cerchi {
  background-image: url("/img/cerchiovuoto.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 490px;
  background-position-y: top;
}

.background-cerchio-mobile {
  background-image: url("/img/cerchiogiallo-mobile.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.cerchiovuoto {
  background-image: url("/img/Ellipse43.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.cerchiopieno {
  background-image: url("/img/cerchiopieno.png");
  background-repeat: no-repeat;
  background-position: top;
}

.cerchiopienoscuro {
  background-image: url("/img/cerchiopienoscuro.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.cerchio-mobile {
  background-image: url("/img/cerchio-mobile.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.cerchiopieno-mobile {
  background-image: url("/img/cerchiopieno-mobile.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.ellipse {
  background-image: url("/img/Ellipse34.png");
  background-repeat: no-repeat;
  background-position: left;
}

.accordion-button::after {
  background-image: none;
  background-image: url("/img/arrow-grey.svg");
  background-position: center right;
  background-size: 27px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  background-image: url("/img/arrow-grey.svg");
  background-position: center right;
  background-size: 27px;
}

.bg-sei-interessato {
  background-image: url("/img/Background.png");
  background-repeat: no-repeat;
}

.form-control.form-light {
  background: transparent !important;
  color: #fff !important;
}

.form-control.form-light::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 14px;
}

.form-control.form-light::placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 14px;
}

.form-select.form-light {
  text-indent: 0px;
  background-color: transparent;
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
}

.form-select.form-light option, .form-select.form-light optgroup {
  background-color: #9A2F26 !important;
}

.form-check-input.form-light {
  background-color: transparent !important;
}

/* Aggiungi queste regole al tuo CSS */
.logo-container {
  margin-top: auto;
}

.logo-img {
  max-height: 60px; /* Puoi adattare l'altezza massima a tua discrezione */
}

@media (max-width: 767.98px) {
  .logo-container {
    display: flex;
    justify-content: start;
    margin-top: 20px; /* Puoi adattare il margine superiore a tua discrezione */
  }
}
