
body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.h1, h1 {
    font-size: 2.0rem;
}

p{
    margin-bottom: 0;
}

.btn-primary
{
    background: #1AA79F !important;
    border-radius: 0;
    border: none;
}


#main_navbar .btn-primary
{
    padding: 9px 21px;
}

#main_navbar  .nav-link
{
    border-bottom: solid 2px transparent;
    margin: 0px 15px;
    font-size: 16px;
}

#main_navbar  .nav-link.active
{
    border-bottom: solid 2px #1AA79F;
}

.heading-subtitle{font-size: medium;}

footer
{
    background: #C7E8E6;
}

.card.card-item 
,.card.card-staff
{
    border-radius: 0;
    border: none;
    height: 100%;
}
.descrizione {padding-top: 20px; }

.mft-desc p{padding-top: 20px;  }

.card.card-item  .card-body
{
    border: 2px solid #C7E8E6;
    border-bottom: none;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}

.card.card-item .card-footer
,.card.card-staff .card-footer
{
    border: none;
    padding: 0;
    margin-top: 4px;
}

.card.card-item .card-footer .btn-primary
,.card.card-staff .card-footer .btn-primary
{
    font-weight: bold;
    padding: 15px 15px;
    line-height: 1;
}

.card.card-item  .card-title
{
    color: #1AA79F;
    font-weight: 500;
    font-size: 18px;

}

.card-item
{
    position: relative;
}



.card.card-staff .card-body {
    border: 2px solid #C7E8E6;
    border-top: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}


.card.card-staff .card-title
{
    color: #1AA79F;
    font-weight: 500;
    font-size: 18px;
}

.card-description
{
    height: 200px;
    overflow: hidden;


    display: block;
    display: -webkit-box;
    height: auto;
    height: 51px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ext-icon
{
    background: #1AA79F;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;

}

.ext-icon i
{
    transform: rotate(45deg);
}



footer ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li a{
    text-decoration: none;
    color: #000;
}

footer ul li
{
    margin-bottom: 10px;
}

.back-link {
    font-size: smaller;
    font-weight: 600;
    color: #47a9a1;
}
/**PRENOTAZIONE MEDICA**/

.corsi-text{padding-bottom: 20px;}

.prenota-slot {
    background: #93ded9;
    margin: 4px 15px;
    padding: 6px 3px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #048a7b;
    border-radius: 3px;
    cursor: pointer;
  }

  .prenota-scad-slot
  {
    background: #93ded9;
    margin: 4px 15px;
    padding: 6px 3px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #048a7b;
    opacity: 0.5;
    text-decoration: line-through;
    border-radius: 3px;

  }

  .empty-slot
  {
    text-align: center;
    margin: 4px 15px;
    padding: 6px 3px;
    font-size: 12px;
  }
  

  

    .prenota-prestazione-holder
    {
        background: #e5f8f6;
        margin-top: -148px;
    }

    .prenota-prestazione-cont
    {
        padding-top: 20px;
    }


    .module-title
    {
        color: #0d8f87;
        font-weight: bold;
        padding: 18px 17px;
        text-align: left;
        background: #93ded9;
    }

 .slots-cont
{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    padding-top: 0;
    max-height: 202px;
    overflow: hidden;

}

.show-all-slots .slots-cont
{
    max-height:none;
}




.show-more-slots
{
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    border-top: solid 1px #ccc;
    margin: 0px 15px;
    color: #47a9a1;
    font-weight: 600;
    font-size: small;
}

.slot-day-text
{
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 10px;

}



.empty-slot.not-avail-slot
{
    text-decoration: line-through;
}

.slot-control {
    cursor: pointer;
    height: 26px;
    width: 26px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    background: #ffffffd4;
    color: #4ab3a6;
    border-radius: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slot-control.disabled-slot-control
{
    opacity: 0.7;
}

.module-container
{
    display: flex;
    justify-content: center;
}

.week_day_data
{
    font-weight: normal;
}

.staff-dips-txt {
    padding: 40px 4px 15px 4px;
    border-bottom: solid 1px #cccc;
    margin: 0 15px;
    font-size: 15px;
}

.dropdown-menu .nav-item a.nav-link {
    margin: 0px 15px;
    padding: 3px 3px;
    font-size: 14px !important;
}


.navbar  
{
    padding: 0;
}

.navbar-nav > .nav-item > a.nav-link
{
    padding: 22px 8px;
    height: 100%;
}







@media  screen and  (max-width:767px) 
{
    .navbar-brand img
    {
        width: 272px;
    }


    .navbar-nav > .nav-item > a.nav-link
    {
        padding: 8px 8px;
        height: auto;
    }

    #main_navbar .btn-primary {
        margin-left: 10px;
    }

    .dropdown-menu .nav-item a.nav-link {

        font-size: 16px !important;
    }

}


@media  screen and  (max-width:1200px) 
{
    .prenota-prestazione-holder
    {
        margin-top: 50px;
    }

    

}

/********FINE PRENOTAZIONE MEDICA**********/
  
  .week_day
  {
    background: #ccc;
    padding: 5px;
    margin: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    cursor: pointer;
  }
  
  
  .week_day.current_day
  ,.prenota-slot.slot-selected
  {
  
   background: #1AA79F;
  
   color: #fff;
  
  }
  
  .prenota-cont 
  {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-width: 50px;
   
}


.heading 
{
    background: linear-gradient(90deg, rgb(57 201 174) 0%, rgb(71 169 161) 100%);
    min-height: 234px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    color: #fff;
}

.slider__arrow--prev {
    left: 1.5rem;
}

.slider__arrow--next {
    right: 1.5rem;
}



.gallery .gal-item img
{
    width: 100%;
}




.glide__arrow
{
    background-color: #1AA79F !important;
}



@media  screen and  (min-width:1400px) 
{

    .dropdown:hover .dropdown-menu 
    {
        display: block;
    }

}