html,body, article { height: 100%; margin: 0px; padding: 0px; }

*{
    font-family: 'montserrat', sans-serif;
}
.text-white{
    color:#fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

input,button,select{
    outline: none;
}

/*SELECCIÓ TIPUS*/
.page-wrapper,.seleccio-tipus-row,.seleccio-tipus{
    height: 100%;
}

.seleccio-tipus-titol{
    text-align: center;
}

.seleccio-tipus {
    display: table;
}

.seleccio-tipus-inner {
    display: table-cell;
    vertical-align: middle;
}

.seleccio-alumnes{
    background-color: #000;
    border-right: 3px solid #fff;
}

.seleccio-docents{
    background-color:#000;
}

.seleccio-tipus-titol{
    color: #fff;
    font-size: 50px;
    padding: 20px 10px;
}

.seleccio-tipus-btn{
    display: block;
    margin: auto;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
}

.seleccio-tipus a{
    color: #000;
    text-decoration: none;
}


/*REGISTRE*/
.registre-wrapper{
    background: #000;
    padding: 70px 0px;
    height: auto;
    min-height: 100% !important;
}

.titol-registre{
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.form-registre{
    margin: auto;
    margin-top: 50px;
    border:2px solid #fff;
    border-radius: 3px;
    padding: 30px;
    /*background: #fff;*/
    box-shadow: 1px 1px 10px #797979;
}

.form-registre label{
    color:#fff;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

.check-erasmus input {
    width: 30px;
    height: 30px;
}

.check-erasmus{
    color:#fff;
    display: flex;
}

.check-erasmus span {
    vertical-align: top;
    line-height: 1.2;
    margin-right: 10px;
    font-size: 15px;
}

.erasmus-text{
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}

input[type="checkbox"]{
    accent-color: #fff
}

.politica-form label {
    font-size: 14px !important;
    line-height: 1.2;
}

.politica-form input[type="checkbox"] {
    margin-right: 10px;
}

.submit{
    display: inline-block;
    margin-top: 10px;
}

input.submit {
    width: auto;
    margin: auto;
    margin-top: 20px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff ;
    transition: all 0.5s;
}

input.submit:hover{
    background-color: #fff;
    color: #000 ;
}

.missatge-nom-correcte{
    margin-top: 20px;
}

span#wrong_pass_alert {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
}

span#wrong_pass_alert_reset {
    float: right;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
i#togglePassword, i#togglePassword2 {
    top: 70%;
    right: 20px;
    position: absolute;
}

/*LOGIN*/
form#signIn div {
    margin: auto;
}

form#signIn input{
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 3px;
}

form#signIn label{
    color:#fff;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

form#signIn .inicisessiobtn{
    width: auto;
    margin: auto;
    display: block;
    margin-top: 30px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: all 0.5s;
}

form#signIn .inicisessiobtn:hover{
    background-color: #fff;
    color: #000;
}

.forgot-password{
    color: #a3a3a3;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.forgot-password:hover{
    color: #a3a3a3;
}

i#togglePasswordLogin {
    position: absolute;
    right: 10px;
    top: 69%;
}

.logo-login {
    width: 120px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

/*COMPTE*/
.logo-menu {
    width: 120px;
    height: auto;
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.account-wrapper, .account-wrapper .row-account, .reserva-wrapper{
    height: 100vh;
    min-height: 100%;
    width: 100%;
}

.account-wrapper .row{
    height: auto;
    min-height: 100%;
    width: 100%;
}

.sidebar{
    top:0;
    left: 0;
    bottom: 0;
    background: #111;
    padding-top: 50px;
    height: auto;
    min-height: 100%;
    padding-bottom: 50px;
}
 
.sidebar h1{
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
}
 
.sidebar a{
    display: block;
    padding: 10px 20px;
    color: #bbb;
    text-decoration: none;
}
 
.sidebar a:hover{
    color: #fff;
    margin-left: 20px;
    transition: 0.4s;
}

/*PERFIL*/
.perfil-usuari h1{
    color:#000;
    margin-top:50px;
    font-size: 50px;
    font-weight: 800;
}

.dades-usuari-perfil-content, .envia-orla-manual-content{
    box-shadow: 0px 0px 6px #0000002e;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sep {
    height: 1px;
    border: 1px solid #0000004e;
    margin-bottom: 20px;
}

.envia-orla-manual-content h5{
    text-align: center;
    font-weight: 600;
}

.envia-orla-manual-content p{
    text-align: center;
}

.envia-orla-manual-content button{
    display: block;
    margin: auto;
    border: none;
    color: #fff;
    background: #000;
    border-radius: 3px;
    padding: 15px 30px;
    margin-top: 20px;
    cursor: pointer;
}

input::file-selector-button {
    font-weight: bold;
    border-radius: 3px;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.5em 1.5em;
    display: block;
    margin: auto;
}

.btns-perfil{
    margin-top: 40px;
}

.btn-perfil button {
    background: #000;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    width: 100%;
    display: block;
    margin: auto;
    min-height: 70px;
    margin: 15px 0px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.btn-perfil a{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

form.form-triar-orla label {
    width: 100%;
    font-weight: bold;
}

form.form-triar-orla select {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
}

form.form-triar-orla input {
    background: #000 !important;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
}


 

/*EXTRES*/
.extres-content h4{
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

table.taula-extres-active, .taula-extres{
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.extres-active-content, .extres-inactive-content{
    padding: 20px 0px;
}

table.taula-extres-active td, .taula-extres td{
    background-color: #000;
    color: #fff;
    padding: 20px;
}

table.taula-extres-active tr:first-child td:first-child{ border-top-left-radius: 3px; }
table.taula-extres-active tr:first-child td:last-child{ border-top-right-radius: 3px; }

table.taula-extres-active tr:last-child td:first-child{ border-bottom-left-radius: 3px; }
table.taula-extres-active tr:last-child td:last-child{ border-bottom-right-radius: 3px; }

table.taula-extres tr:first-child td:first-child{ border-top-left-radius: 3px; }
table.taula-extres tr:first-child td:last-child{ border-top-right-radius: 3px; }

table.taula-extres tr:last-child td:first-child{ border-bottom-left-radius: 3px; }
table.taula-extres tr:last-child td:last-child{ border-bottom-right-radius: 3px; }

td.extra-preu{
    font-size: 20px;
    font-weight: 600;
}

td.extra-name{
    font-size: 20px;
}

td.extra-afegir input{
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-right: 10px;
}

form.form-eliminar-extra button{
    background: #fff;
    border: none !important;
    width: 25px;
    height: 25px;
    font-weight: 600;
    border-radius: 3px;
}

button.submit-extres{
    margin-top: 20px !important;
    display: block;
    margin: auto;
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
}

.no-extres{
    text-align: center;
    font-size: 18px;
}

.logout button{
    background: none !important;
    border: none !important;
    padding-left: 25px;
}

h1.titol-personalitza{
    margin-top: 50px;
    font-size: 50px;
    font-weight: 800;
}

.dades-personalitza{
    font-size: 20px;
}

td.extra-eliminar.extra-eliminar-0 form {
    display: none !important;
}

/*FORGOT PASSWORD*/
.forgot-password-wrapper{
    background: #000;
    padding: 100px 0px;
    height: auto;
    min-height: 100% !important;
}

.forgot-password-inner{
    margin:auto;
    border:3px solid #fff;
    border-radius: 3px;
    padding:30px;
}

/*RESERVA*/
.reserva-wrapper .row{
    height: auto;
    min-height: 100%;
    width: 100%;
}

div#modalReserva .btn-primary {
    background: #FFC43D !important;
    border: 1px solid #FFC43D;
    color: #000;
}

#modalReserva .modal-body p{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

button.close{
    background: none !important;
    border: none !important;
    font-size: 20px;
    font-weight: 600;
}

.reserva-titol{
    padding-top: 50px;
    font-size: 50px;
    font-weight: 800;
}

h5.diareserva{
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

p.newdatap {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

button.button-reserva{
    padding: 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    width: 20%;
    min-width: 200px;
}

button.button-triardia {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    margin: 10px;
}

h5.triardiatitol {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}


/*PAGAMENT*/
.btn-pagament{
    margin: 20px auto;
    display: block;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 20px;
}

.btn-pagament:hover{
    background: #000;
}

.triar-pagament{
    margin-top: 20px;
}

.form-tipus-pagament button {
    margin: 10px;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

form.form-amount {
    margin-top: 20px;
}

/*FOTO*/
.foto-container {
    background: #FFC43D;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #d6d6d6;
    margin-top: 20px;
}

.foto-container h5 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 25px;
}

.foto-container button, .btn-descarregar-fotos button {
    border-radius: 5px;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: auto;
    display: block;
}

.btn-descarregar-fotos{
    text-decoration: none;
}

.foto-container a{
    text-decoration: none;
}

/*FOTOS ERASMUS*/

.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.file > input[type='file'] {
    display: none
}
  
.file > label {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 29%);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.file > label:hover {
    border-color: hsl(0, 0%, 21%);
}
  
.file > label:active {
    background-color: hsl(0, 0%, 96%);
}
  
.file > label > i {
    padding-right: 5px;
}
  
.file--upload > label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}
  
.file--upload > label:hover {
    border-color: hsl(204, 86%, 53%);
    background-color: hsl(204, 86%, 96%);
}
  
.file--upload > label:active {
    background-color: hsl(204, 86%, 91%);
}

#image-preview{
    max-width: 180px;
}

.file-upload-preview img{
    display: block;
    margin: auto;
    margin-top: 20px;
}

/*RESERVES*/
.row-reserva{
    border: 2px solid #000;
    border-radius: 3px;
    margin: 10px 0px;
    padding: 10px 20px;
    text-align: center;
    background: #000;
    color: #fff;
}

.row-reserva-header{
    border: 2px solid #000;
    border-radius: 3px;
    margin: 10px 0px;
    padding: 10px 20px;
    text-align: center;
    background: #000;
    color: #fff;
}

.row-reserva p{
    margin-bottom: 0px !important;
}

.row-reserva-header p{
    color: #FFC43D;
    font-weight: bold;
    margin-bottom: 0px;
}

/*FOTOS ERASMUS*/
.fotos-erasmus-container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.btn-fotos-erasmus {
    background: #000;
    padding: 50px;
    width: 45%;
    text-align: center;
    border-radius: 4px;
}

.btn-fotos-erasmus a {
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 600;
    color: #FFC43D;
}



/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*---------------------CONTROL---------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

/*----------------------*/
/*----------------------*/
/*--------PANELL--------*/
/*----------------------*/
/*----------------------*/
button.option-panell {
    background: #000;
    width: 100%;
    margin: 10px;
    padding: 30px;
    border-radius: 3px;
    border: none;
    cursor:pointer;
    transition:all 0.5s;
    color:#fff;
}

button.option-panell:hover {
    background: #292929;
    box-shadow: 5px 5px 14px #0000008f;
}

button.option-panell a {
    color: #fff !important;
    text-decoration: none;
}

/*---------------------*/
/*---------------------*/
/*-------ALUMNES-------*/
/*---------------------*/
/*---------------------*/
#control .accouunt-wrapper, #control .row-account {
    width: auto;
    height: auto;
    min-height: auto;
}

#control .sidebar {
    display: flex;
    padding-top:30px;
    padding-bottom:30px;
}

#control .sidebar a {
    display: inline-block;
}

#control .sidebar h1 {
    padding: 0px 20px;
}

table.taula-control {
    table-layout: fixed;
    min-width: 100%;
    position: relative;
    margin: 20px 0px 100px 0px;
    border:1px solid #f2f2f2;
}

table.taula-control tr:nth-child(even){
    background-color: #f2f2f2;
}

table.taula-control p {
    margin-bottom: 0px !important;
}

.row-alumne td, .row-header-alumnes th {
    padding: 10px 5px !important;
}

.row-header-alumnes th{
    cursor:pointer;
}

.sort-icon {
    margin-left: 5px;
    color:#fff;
    font-size:12px;
}

tr.row-header-alumnes {
    background: #484848;
    color: #fff;
}


form.form-fotos-orles label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

form.form-fotos-orles input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.form-fotos-orles input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    transition:all 0.5s;
}

.form-fotos-orles input[type="submit"]:hover{
    background: #292929;
    box-shadow: 5px 5px 14px #0000008f;
}


.row-modal.row.row-form-modal-alumne form {
    margin: 40px 5px 0px 5px;
    background: #f0f0f0;
    width: 48%;
    margin-top: 15px;
    padding: 30px 15px;
}

form.form-estat-pagament label {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/*---------------------*/
/*---------------------*/
/*-------DOWNLOAD------*/
/*---------------------*/
/*---------------------*/
select#idClasse {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}

button#filterButton {
    padding: 13px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: auto;
    min-width: 350px;
    margin-top: 30px;
    transition:all 0.5s;
}

button#filterButton:hover {
    background: #292929;
    box-shadow: 5px 5px 14px #0000008f;
}

form#fieldsForm {
    margin: 20px 0px;
}

form#fieldsForm input {
    width: 25px;
    height: 25px;
    border: 1px solid #000 !important;
    vertical-align: middle;
    margin: 9px 0px;
}

form#fieldsForm input.checkbox:focus {
    border: 1px solid #000!important;
    background-color: #fff!important;
    border-radius: 2px!important;
    outline: none;
}


/*Afegir classe*/
form.form-afegir-classe .form-group{
    margin: 14px 0px;
}

.form-afegir-classe input[type="submit"]{
    background: #000;
    color: #fff;
    border: none;
    padding: 13px 22px;
    border-radius: 3px;
    margin-top: 15px;
}

form.form-afegir-classe select{
    padding: 10px !important;
    display: block;
    margin: 10px 0px;
    width: 100%;
}

/*.buscador-classe select{
    padding: 15px 100px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.buscador-classe button{
    background: #000;
    color: #fff;
    padding: 13px 30px;
}

.buscador-classe button:hover{
    color: #fff;
}*/

.pagination{
    justify-content: center;
    margin-top: 50px;
}

span.pagination-button{
    padding: 10px 15px;
    background: #585858;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    cursor:pointer;
}

span.pagination-button.page-num.active{
    background-color: #000;
}

p.list-group-item{
    background: none !important;
}

.search-bar input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

/*---------- NEW ----------*/
.control h1,.control h2,.control h3,.control h4,.control h5,.control h6,.control p,.control a,.control span,.control div,.control section,.control label{
    font-family:'Open Sans',sans-serif ;
}

body{
    background-color:#F4F7F6;
}

#page-content{
    padding: 50px 0px;
}

/*---------- NAV ----------*/
.navbar{
    background-color: #000;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.nav-item{
    margin: 0px 10px;
}

.nav-link{
    color: #afafaf;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.nav-link:hover{
    color:#fff;
}

.nav-link.active{
    color:#fff;
    font-weight: 600;
}

.navbar-toggler-icon {
    background-image: url(https://orlesgirona.com/panell/images/bars-solid.svg);
}

navbar-collapse {
    margin: 20px 10px;
}


/*-----------------------------*/
/*---------- CONTROL ----------*/
/*-----------------------------*/

/*---------- PANELL ----------*/
button.option-btn {
    color: #fff;
    margin: 16px 16px;
    padding: 24px;
    background: #6c757d;
    border: none !important;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #00000063;
    transition:all 0.5s;
    width: 100%;
}

button.option-btn:hover{
    background: #5c636a;
    transform: scale(1.02);
}


/*---------- GENERAL CONTROL ----------*/
.content-header{
    border-bottom: 1px solid #00000039;
}
.page-title{
    font-size: 36px;
    color:#222;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.btn-afegir{
    display: inline-block;
    margin-top: -15px;
    padding: 7px 20px;
    margin-right: 20px;
}

.btn-afegir i{
    margin-right: 10px;
}

.page-search{
    padding: 20px 0px;
}

/*--- filtre buscar classe ---*/
.buscador-classe select {
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #0000003b;
    outline: none;
    max-width: 25%;
}

.buscador-classe button {
    font-size: 14px;
    padding: 10px 15px;
    margin-top: -4px;
}

/*--- Search bar ---*/
.search-bar{
    float:right;
}

.search-bar input{
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #0000003b;
    outline: none;
    width: 250px;
}

/*--- Table ---*/
#info-content{
    margin-top: 30px;
}

.info-table {
    width: 100%;
    /*border: 1px solid  #00000039;*/
    box-shadow: 1px 1px 15px #0000003b;
    table-layout: fixed;

}

tr.info-tabble-header th {
    background: #000;
    padding: 20px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.info-table-content td {
    padding: 10px 10px;
    font-size: 14px;
}

.info-table-content{
    background: #fff;
    border-bottom: 1px solid #00000039;
}

.info-table-content:hover{
    background:#F4F7F6;
}

.info-table-content p{
    margin-bottom: 0px;
    max-height: 60px;
    overflow: scroll;
}

.info-tabble-header th:first-child {
    border-top-left-radius: 5px;
}

.info-tabble-header  th:last-child {
    border-top-right-radius: 5px;
}

td:first-child:last-child {
    border-bottom-left-radius: 10px;
}

/*---------- CLASSES ----------*/
#classes .search-bar {
    float: left;
}

#classes #info-content{
    margin-top: 0px;
}

/*---------- ALUMNES ----------*/
.sort-icon{
    cursor: pointer;
}

.menu-edit{
    display: flex;
    justify-content: space-around;
}

.btn-edit {
    padding: 0px 8px 4px 8px;
}

.btn-edit i {
    font-size: 14px;
}

.ordre-alumne{
    width: 100%;
}

a.btn.btn-secondary.btn-submenu-control {
    border-radius: 50px;
    padding: 4px 14px;
}

/*---------- modal tabs alumnes ----------*/
#tabs-info-modal .nav-link {
    letter-spacing: normal;
}

ul#tabs-info-modal {
    margin-bottom: 30px;
}

.tab-pane {
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    box-shadow: 5px 5px 5px #fafafa;
    padding: 40px 20px;
}

.form-popup label{
    display: block;
}

.info-modal-alumne input, .form-popup select, .form-popup input{
    display: block;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.text-info-popup {
    padding: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.input-date {
    display: block;
    margin: 10px 0px;
    padding: 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.info-orla-popup{
    padding: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.info-orla-popup .orla-titol {
    font-size: 18px;
}

.info-orla-popup .orla, .info-orla-popup .preu {
    display: inline;
    margin-right: 10px;
}
/*-----------------------------------*/
/*---------- PERFIL USUARI ----------*/
/*-----------------------------------*/

/*---------- PERFIL ----------*/
.box-white-background{
    background-color:#fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #0000002e;
}

.dades-alumne .right{
    float: right;
}

.dades-alumne h5{
    font-size: 25px;
}

.dades-alumne p, .alumne-erasmus p{
    font-size: 14px;
}

.dades-alumne select {
    padding: 7px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #0000003b;
    outline: none;
    font-size: 14px;
}

.dades-alumne button {
    font-size: 14px;
    padding: 7px 15px;
    margin-top: -4px;
}

.alumne-erasmus{
    margin-top: 30px;
}

.alumne-erasmus button{
    font-size: 14px;
    padding: 7px 20px;
    margin-right: 10px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.multi-step-container {
    max-width: 100%;
    margin: 0px auto 50px auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.steps {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.step {
    flex: 1;
    max-width: 18%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #e0e0e0;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
}

.step.active {
    background-color: #000;
    color: white;
}

.step.completed {
    background-color: #28a745;
    color: white;
}

.step:hover {
    transform: scale(1.05);
}

.step-content {
    border-top: 2px solid #e0e0e0;
    padding-top: 20px;
}

.step-panel {
    display: none;
}

.step-panel.active {
    display: block;
}

.btn-step-container {
    margin: 20px auto;
}

button.next {
    margin-left: auto;
    display: flex;
    padding: 7px 20px;
}

@media (max-width: 768px) {
    .step {
        flex: 1 1 45%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .step {
        flex: 1 1 100%;
        padding: 15px;
    }
}

/*---------- RESERVA ----------*/
.dies-reserva .row{
    flex-wrap: wrap;
}

.dia-reserva {
    background: #e6e6e6;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 5px 3px 10px #0000003d;
}

.dia-reserva h5, .dia-reserva p {
    text-align: center;
}

.dia-reserva p{
    font-size: 14px;
}

.dia-reserva select{
    display: block;
    margin: auto;
    width: 50%;
    padding: 7px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #0000003b;
    outline: none;
    font-size: 14px;
    margin-top: 20px;
}

.dia-reserva button{
    display: block;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    padding: 7px 20px;
    width: 30%;
}

/*---------- RESERVA SI ----------*/
.reserva-usuari{
    text-align: center;
}

.reserva-usuari h4 {
    margin-bottom: 30px;
    font-weight: bold;
}

p.diareserva-text {
    margin-bottom: 0px !important;
    font-size: 19px;
    font-weight: 600;
}

p.diareserva {
    font-style: italic;
    font-size: 15px;
}

p.horareserva {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}
