/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #202121;
  font-weight: normal;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.eot");
  src: url("../fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Light.woff2") format("woff2"),
    url("../fonts/Graphik-Light.woff") format("woff"),
    url("../fonts/Graphik-Light.ttf") format("truetype"),
    url("../fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik-Regular.woff") format("woff"),
    url("../fonts/Graphik-Regular.ttf") format("truetype"),
    url("../fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.eot");
  src: url("../fonts/Graphik-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik-Bold.woff") format("woff"),
    url("../fonts/Graphik-Bold.ttf") format("truetype"),
    url("../fonts/Graphik-Bold.svg#Graphik-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Graphik";
}
img {
  height: auto;
  max-width: 100%;
}
.pagina_login {
  background: url("../img/fons_login.jpg") no-repeat center center;
  width: 100vw;
  height: 100vh;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.capa_login {
  width: 100%;
  max-width: 500px;
  color: #fff;
  text-align: center;
}

.capa_login img {
  width: 300px;
}
.capa_login .titol {
  font-size: 27px;
  margin-top: 5px;
  font-weight: bold;
  width: 100%;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px;
}
.capa_login .t1 {
  font-size: 17px;
  font-family: "Graphik";
  margin-bottom: 7px;
  font-weight: normal;
}
.capa_login .t2 {
  font-size: 13px;
  font-family: "Graphik";
  margin-bottom: 20px;
  font-weight: normal;
}
.capa_login form {
  width: 300px;
  margin: 0px auto;
}
.capa_login input[type="text"],
.capa_login input[type="password"] {
  width: 100%;
  font-family: "Graphik";
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
  margin-bottom: 7px;
  outline: none;
  color: white;
  font-size: 14px;
  /*
    font-family: 'Graphik';
  width: 100%;
  padding: 15px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.1);
  margin-bottom: 10px;
  outline: none;
  color: #fff;
    border-radius:3px;
    */
}

.capa_login input[type="text"]::placeholder,
.capa_login input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.capa_login input[type="text"]:focus,
.capa_login input[type="password"]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.capa_login .btn_enviar {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: normal;

  font-family: "Graphik";
  font-size: 13px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}

.capa_login .btn_enviar:hover {
  background-color: #8b827a;
  color: white;
}

/*
.capa_login .btn_enviar {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 8px 20px;
  font-family: 'Graphik';
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}*/
.capa_login .link_registrate,
.capa_login .titol_registre {
  margin-top: 35px;
  font-family: "Graphik";
  text-decoration: underline;
  font-size: 13.5px;
  cursor: pointer;
  font-weight: normal;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
.capa_login .link_registrate:hover {
  opacity: 1;
}
#register_user {
  display: none;
}
#register_user .titol_registre {
  opacity: 1;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: default;
  font-family: "Graphik";
  font-weight: bold;
}
.capa_login select {
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);

  margin-bottom: 15px;
  outline: none;
  -webkit-appearance: none;
}
.capa_login select:focus {
  background: #b5b5b5;
}

.entiendo {
  display: block;
  margin: 25px 0 15px 0 !important;
  font-size: 14px !important;
  font-weight: normal;
}

.capa_login span {
  display: block;
  text-align: left;
  font-family: "Graphik";
  font-size: 12px;
  margin-bottom: 5px;
}
.capa_login .opcions_checkbox {
  display: block;
  text-align: left;
  font-family: "Graphik";
  font-size: 14px;
  margin-bottom: 25px;
}
.capa_login .opcions_checkbox label {
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.capa_login .opcions_checkbox label:focus {
}

.container {
  width: 1800px;
  margin: 0px auto;
}
@media only screen and (max-width: 1800px) {
  .container {
    width: 95%;
  }
}
.header .top {
  border-bottom: 1px solid #e4e7eb;
  text-align: right;
  text-transform: uppercase;
  padding: 20px 0px;
  font-size: 11px;
}

.header .top strong {
  font-weight: bold;
}
.header .top .nombre_user {
  display: inline-block;
  line-height: 1;
}

.header .top .container > div {
  border-right: 1px solid #e4e7eb;
  padding-left: 15px;
  padding-right: 15px;
}

.header .top .nombre_user img {
  max-height: 8px;
  margin: 0 5px;
}
.header .top .cerrar_session {
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  color: black;
}
.header .top .cerrar_session:hover {
  color: black;
  opacity: 0.7;
}
.header .bottom {
  border-bottom: 1px solid #e4e7eb;
  padding: 15px 0px;
  position: relative;
  text-align: center;
}

.header .bottom .container{
  position: relative;
}

.header .bottom .container .notify{
  position: absolute;
  top:0px;
  right:0px;
  background: url("../img/bell.svg") no-repeat center center;
  width: 25px;
  height: 30px;
  z-index: 9;
  background-size: contain;
  cursor: pointer;
}

.header .bottom .container .notify span{
  font-size: 10px;
  color:#fff;
  background: red;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  right: -9px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .bottom .menu {
  position: absolute;
  left: 50px;
  top: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 14px;
  color: black;
  z-index: 99999999;
}
/*
.header .bottom .menu .icon {
  width: 20px;
  height: 20px;
  background: url("../img/icon-menu.svg") no-repeat center center;
  margin-right: 10px;
}
*/

.header .bottom .menu .icon {
  margin-right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.header .bottom .menu .icon span {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #005776;
  top: 5px;
  left: 0px;
  transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}

.header .bottom .menu .icon span:nth-child(2) {
  margin-top: 7px;
}

.header .bottom .menu .icon.actiu span:nth-child(1) {
  transform: rotate(45deg);
  margin: 3px 0 0 0;
}

.header .bottom .menu .icon.actiu span:nth-child(2) {
  transform: rotate(-45deg);
  margin: 3px 0 0 0;
}

.header .bottom img {
  width: 200px;
  margin-bottom: -5px;
}

.app {
  width: 100%;
  display: flex;
}

.app .menu_left {
  margin-left: -400px;
  width: 400px;
  background-color: #f4f7f6;
  height: calc(100vh - 111px);
  transition: margin 0.8s ease-in-out;
  border-top: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
  position: fixed;
  left: 0px;
  top: 111px;
  z-index: 9999;
}
.app .menu_left.active {
  overflow-y: scroll;
  margin-left: 0px;
}

.app .menu_left.reduxmore {
  height: calc(100vh - 60px);
}

.app .contingut_right {
  width: calc(100%);
  height: auto;
  padding: 0px 50px;
  margin-bottom: 150px;
}

.app .contingut_right.active {
  width: 100%;
}
.app .contingut_right .contingut {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  height: auto;
  padding-top: 90px;
}

.alert_register_user {
  padding: 13px;
  background: #efefef;
  font-size: 18px;
  color: #000;
  display: none;
}

.alert_register_user.active {
  display: block;
}
.alert_invalid_login {
  width: 100%;
    padding: 25px;
    background: #f6c7c7;
    font-size: 18px;
    color: #000;
    border: solid red 2px;
    margin-top: 10px;
    z-index: 999;
    display: none;
    opacity: 1;
}

.alert_invalid_login.active {
  display: block;
}
.missatge_centrat {
  padding: 10%;
  text-align: center;
  font-family: "Graphik";
  font-size: 20px;
}

.menu_left ul {
  /*background-color: #d7d2cb;*/
}
.menu_left ul li {
}
.menu_left > ul > li:hover a {
  background-color: rgba(158, 184, 191, 0.2);
}
.menu_left ul > li a {
  border-bottom: 1px solid #e4e7eb;
  display: block;
  padding: 25px 40px;

  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.menu_left ul > li a.active {
  color: white;
  background-color: #9eb8bf;
}
.menu_left ul li > ul {
  min-width: 100%;
  background-color: white;
  display: none;
}

.menu_left > ul > li:first-child > a.active {
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  background-image: url(../img/mes.svg) !important;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.menu_left > ul > li:first-child > a.active {
  background-image: url(../img/less.svg) !important;
}

/*

.menu_left ul li:first-child a {
  border-top: 0px;
}

.menu_left ul li:last-child a {
  border-bottom: 1px solid #707070;
}
.menu_left ul li a.active,
.menu_left ul li a:hover {
  background-color: #8c8279;
  color: #fff;
}

.menu_left ul li ul {
  background: #fff;
  padding: 25px 70px;
}
*/

.my_profile .saludo {
  color: black;
  font-size: 40px;
  font-family: "Graphik";
  font-weight: bold;
}

.my_profile .forms {
  border: 1px solid #e6eaea;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}

.my_profile .forms form {
  min-height: 250px;
  margin-bottom: 40px;
}

.my_profile .forms form#dades_personals {
  display: flex;
  flex-wrap: wrap;
}

.my_profile .forms form#dades_personals .foto {
  padding: 25px;
  width: 350px;
  overflow: hidden;
}
.my_profile .forms form#dades_personals .foto .img_personal {
  width: 300px;
  height: 400px;
  /*  padding-bottom: 134%;*/
  margin: 10px 0;
  max-width: 100%;
  background-size: cover !important;
}
.my_profile .forms form#dades_personals .foto .img_personal.no_padding {
  padding-bottom: 0px;
}

.my_profile .forms form#dades_personals .foto .img {
  display: block;
}
.my_profile .forms form#dades_personals .foto input {
  display: none;
}
.my_profile .forms form#dades_personals.active .foto img {
  cursor: pointer;
}
.my_profile .forms form#dades_personals.active .foto img:hover {
  opacity: 0.8;
}
.my_profile .forms form#dades_personals.active .foto input {
  display: inline-block;
  margin-top: 5px;
}

.my_profile .forms form#dades_personals .cols {
  padding: 25px;
  display: flex;
  width: calc(100% - 350px);
}
.my_profile .forms form#dades_personals .cols .col {
  width: 33.3%;
  padding: 0px 20px;
}

.my_profile .forms form .cap {
  width: 100%;
  background-color: #9eb8bf;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  align-items: center;
  font-size: 16px;
}

.my_profile .forms form .valor {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px solid transparent;
  flex-direction: column;
}

.my_profile .forms form .valor span {
  width: 100%;
  color: #9d9b9b;
}

.my_profile .forms form .valor span p {
  color: #9eb8bf;
}

.my_profile .forms form .valor .editar {
  width: 20px;
  height: 20px;
  background: url("../img/editar-icon-color.svg") no-repeat center center;
  background-size: cover !important;
  margin-left: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  display: none;
}

.my_profile .forms form span {
  font-family: "Graphik";
  font-size: 13px;
  display: block;
  font-weight: bold;
  color: #9eb8bf;
}
.my_profile .forms form.active span {
}
.my_profile .forms form.active span audio {
  margin-top: 15px;
  outline: none;
  width: 100%;
}
.my_profile .forms form span label {
  font-family: "Graphik";
  font-size: 14px;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 23px;
  align-items: center;
  padding-left: 0px;
}
.my_profile .forms form span label.audio {
  margin-top: 30px;
}
.my_profile .forms form span label.audio audio {
  outline: none;
}
.my_profile .forms form span input {
  width: 100%;
  padding: 10px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0px;
  outline: none;
  border-radius: 0px;
  display: none;
  border-bottom: 1px solid #e6eaea;
}
.my_profile .forms form.active select {
  display: none;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 5px;
  border: 0px;
  border-bottom: 1px solid #e6eaea;
}
.my_profile .forms form.active select:focus {
  border-bottom: 1px solid #8c8279;
}
.my_profile .forms form input:focus {
  border-bottom: 1px solid #8c8279;
}
.my_profile .forms form.active span label {
  display: none;
}
.my_profile .forms form span .opcions_checkbox {
  margin-top: 10px;
}
.my_profile .forms form span .opcions_checkbox label {
  display: none;
  margin-top: 0px;
}
.my_profile .forms form span .opcions_checkbox label.checked {
  display: inline-flex;
}
.my_profile .forms form.active span .opcions_checkbox label {
  display: inline-flex;
  font-size: 13px;
  color: #000;
  margin-right: 15px;
  cursor: pointer;
  font-weight: normal;
}
.my_profile .forms form.active span .opcions_checkbox label input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.my_profile .forms form.active input {
  display: block;
  font-size: 17px;
  font-family: "Graphik";
}
.my_profile .forms form.active input[type="file"] {
  font-size: 12px;
}
.my_profile .forms form.active select {
  display: block;
  font-family: "Graphik";

  font-size: 17px;
  padding: 8px 0px;
  outline: none;
}
.my_profile .forms form .cap .link_editar {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  height: 35px;
  margin: 5px 0px;
  align-items: center;
}
.my_profile .forms form .cap .link_editar::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon-editar.svg") no-repeat center center;
  background-size: cover !important;
  display: inline-block;
  margin-right: 5px;
}
.my_profile .forms form.active .cap .link_editar {
  display: none;
}
.my_profile .forms form .cap .link_guardar {
  display: none;
}
.my_profile .forms form.active .cap .link_guardar {
  display: inline-flex;
  cursor: pointer;
  background-color: #d7d2cb;
  color: #707070;
  height: 35px;
  margin: 5px 0px;
  align-items: center;
  padding: 0px 25px;
}
.my_profile .forms form.active .cap .link_guardar::before {
}
.wprap_calendari {
  display: none;
}
.wprap_calendari.actiu {
  display: block;
}

.calendari {
  padding: 0px 10%;
}
.calendari.actiu {
  opacity: 1;
  cursor: inherit;
}
.calendari .top {
  display: flex;
}
.calendari .top > div {
  font-weight: bold;
  color: #202121;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  background: #f4f6fa;
  font-size: 13px;
  font-family: "Graphik";
  border: 1px solid #ebedf6;
}
.calendari .top > div:first-child {
  max-width: 95px;
  background: none;
  border: 0px;
}

.calendari .cos .row {
  display: flex;
}
.calendari .cos .row > div {
  width: 100%;
  padding: 14px;
  border: 1px solid #ebedf6;
  display: inline-block;
}

.calendari .cos .row:hover > div {
  /*opacity: 0.6;*/
}
.calendari .cos .row:hover > div:first-child {
  opacity: 1;
}
.calendari .cos .row > div:first-child {
  border: 0px;
  text-align: right;
  padding: 0px 14px;
  max-width: 95px;
  margin-top: -8px;
  font-size: 11px;
}

.calendari .cos .row .opcions {
  background-color: #fff;
  cursor: pointer;
  font-size: 0px;
}
/*4fdbda*/
.calendari .cos .row .opcions.active {
  background: #9eb8bf url("../img/checking-mark.svg") no-repeat 20% center;
  background-size: contain !important;
  border-color: #78939a;
  font-size: 12px;
  padding: 5px 14px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.llistat_persones {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}

.llistat_persones .box {
  width: calc(33% - 100px);
  margin: 50px;
  text-align: center;
}
.llistat_persones .box .img {
  width: 100%;
  padding-bottom: 135%;
  background-size: cover !important;
  transition: all 1s cubic-bezier(0.26, 1.04, 0.54, 1);
}

.llistat_persones .box .img:hover {
  opacity: 0.5;
}
.llistat_persones .box a {
  text-decoration: none;
}
.llistat_persones .box .title {
  color: black;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: normal;
  font-family: "Graphik";
  margin-top: 22px;
  margin-bottom: 25px;
}

.llistat_persones .box audio {
  outline: none;
}

.fitxa_client {
  display: flex;
}
.fitxa_client .left {
  width: 25%;
}
.fitxa_client .left .img {
  width: 100%;
  padding-bottom: 135%;
  background-size: cover !important;
}

.fitxa_client .left .title {
  color: black;
  font-size: 26px;
  font-weight: bold;
  font-family: "Graphik";
  margin-top: 30px;
  margin-bottom: 20px;
}
.fitxa_client .left .dep {
  color: #005776;
  font-family: "Graphik";
  margin-bottom: 20px;
  line-height: 1.5;
}
.fitxa_client .left audio {
  outline: none;
  max-width: 100%;
}
.fitxa_client .right {
  width: 75%;
  padding: 0px 50px;
}

.reserva form {
  border: 1px solid #e6eaea;
}
.reserva form .cap {
  font-family: "Graphik";
  background-color: #9eb8bf;
  color: #fff;
  padding: 20px 40px;
  font-size: 16px;
}

.reserva form .camps {
  padding: 25px;
  display: flex;
}
.reserva form .camps > div {
  width: 100%;
  margin: 0px 25px;
}
.reserva form .camps select {
  padding: 10px;
  width: 100%;
}

.valor_center {
  margin: 0px auto;
  text-align: center;
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.valor_center .camp {
  margin: 0px 20px;
  text-align: left;
}
.valor_center .camp p {
  color: #9eb8bf;
  font-weight: bold;
  font-family: "Graphik";
  font-size: 13px;
}
.my_profile .forms form#mi_disponibilidad select {
  width: 100%;
  padding: 10px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0px;
  outline: none;
  border-radius: 0px;
  border-bottom: 1px solid #d9d8d8;
}

.calendari_dis {
  padding: 25px;
}

.calendari .cos .row .opcions.disponible {
  background-color: #005776;
}
.calendari .cos .row .opcions.disponible.marcat {
  background-color: #a6c09b;
}
#data_selected {
  padding: 25px;
  padding-top: 0px;
  display: none;
  width: 100%;
}
#data_selected .row{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

#data_selected .row textarea{
  width: 100%;
  max-width: 500px;
  height: 120px;
  padding: 15px;
}

#data_selected.actiu {
  display: block;
  margin-top: 25px;
  font-size: 14px;
}

#data_selected span {
  margin: 0px 25px;
}
#data_selected span i {
  font-style: italic;
}
#data_selected .btn_reservar {
  margin: 0px 25px;
  color: #005776;
  text-decoration: underline;
  font-family: "Graphik";
  cursor: pointer;
  display: inline-block;
}

.dnone {
  display: none !important;
}

.calendari_dis .top_calendari {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.calendari_dis .top_calendari span {
  border: 1px solid #202121;
  cursor: pointer;
  color: #202121;
  padding: 12px 15px;
  font-size: 12px;
  border-radius: 25px;
  font-weight: normal;
  transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
.calendari_dis .top_calendari span:hover {
  background-color: #9eb8bf;
  border: 1px solid #9eb8bf;
  color: white;
}
.calendari_dis .top_calendari .any_mes {
  font-weight: bold;
  font-size: 25px;
  color: #202121;
  font-family: "Graphik";
}
.change {
  color: #005776;
  text-decoration: underline;
  cursor: pointer;
}
.titol_marron {
  font-family: "Graphik";
  font-weight: bold;
  color: black;
  font-size: 40px;
  margin-bottom: 20px;
}
.taula .t {
  font-weight: bold;
  font-size: 11px !important;
}
.taula .t,
.taula .f {
  display: flex;
  font-size: 14px;
  padding:0px 25px;
}

.taula .conversa{
  display: none;
  flex-direction: column;
}
.taula .conversa.active{
  display: flex;
  background: #efefef;
  padding: 25px 20%;
  max-height: 350px;
  overflow-y: scroll;
}

.conversa .enviar{
  margin-top: 35px;
  display: flex;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.conversa .enviar > div{
  width:100%;
}

.conversa .enviar textarea{
  width:100%;
  height: 50px;
  padding: 15px;
  border:1px solid #ccc;
}

.taula .conversa .left{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
.taula .conversa .right{
  margin-top: 10px;
  margin-bottom: 10px;
  width:100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 60px;
}
.taula .conversa .inner{
  font-weight: normal;
  color: #202121;
  font-size: 12px;
  line-height: 1.4;
  max-width: 60%;
}
.taula .conversa .inner .text{
  background: #ccc;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.taula .conversa .inner .text img{
  margin-left: 5px;
  margin-right: 5px;
}

.taula .conversa .left .inner .text{
  background: #9eb8bf;
  color:#fff;
}

.send_xat{
  margin-left: 15px;
  cursor: pointer;
}

.taula .conversa .right b{
  text-align: right;
}

.taula .conversa  .inner .data{
  margin-top: 5px;
  font-size: 10px;
  font-style: italic;
  padding-left: 10px;
}

.taula .conversa .right  .inner .data{
  margin-top: 5px;
  font-size: 10px;
  font-style: italic;
  padding-right: 10px;
  text-align: right;
}



.taula .conversa b{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.taula .t span.mini, .taula .f span.mini{
  max-width: 35px;
  padding: 0px;
}

.taula .f {
  border-top: 1px solid #e6eaea;
}
.taula .f.remarcat{
  background-color: rgba(158, 184, 191, 0.31) !important;
}

.taula .f:hover {
  background-color: rgba(158, 184, 191, 0.11);
}

.taula .t span,
.taula .f span {
  width: 100%;
  padding: 10px 10px;
  flex: 1;
}
.taula .t span.nom,
.taula .f span.nom {
  flex: 1.5;
}

.taula .t span.gran,
.taula .f span.gran {
  flex: 1.5;
}
.taula .f {
  align-items: center;
}
.taula .f span .img {
  min-width: 60px;
  height: 68px;
  background-size: cover !important;
  margin-right: 15px;
}
.taula .f span.nom,
.taula .f span.nom a {
  display: flex;
  align-items: center;
  color: #707070;
  text-decoration: none;
  font-family: "Graphik";
}
.taula .t span {
  text-transform: uppercase;
  color: #707070;
}

.taula .t span:first-child,
.taula .f span:first-child {
  padding-left: 0px;
}

.label_blau {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #9eb8bf;
  color: #fff;
  display: inline-block;
  /*min-width: 120px;*/
  text-align: center;
  font-size: 12px;
}

.label_marro {
  background-color: #f5f7f6;
  padding: 10px 20px;
  border-radius: 25px;
  color: #202121;
  display: inline-block;
  text-align: center;
  margin: 4px 2px;
  font-size: 12px;
}
.requests {
  padding-left: 25px;
}
.options {
  margin: 0px 15px;
  cursor: pointer;
}

.alert_completa {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  border: 1px solid;
  margin-top: 45px;
  border-radius: 4px;
}
.alert_completa b {
  font-weight: bold;
}

.div_guardar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.link_guardar {
  padding: 13px 50px;
  background-color: #005776;
  margin-right: 25px;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  cursor: pointer;
}
.link_guardar:hover {
  opacity: 0.7;
}

.label_form {
  font-family: "Graphik";
  font-size: 13px;
  color: #9d9b9b;
  margin-bottom: 5px;
}

.taula .f span a {

}

.carac {
}
.carac .t {
  font-family: "Graphik";
  display: block;
  padding: 25px 40px;
  color: black;
  font-size: 16px;
}
.carac .t:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/flag.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
}

.carac label {
  display: block;
  border-top: 1px solid #e4e7eb;
  padding: 20px 85px;
  font-size: 13px;
}
.carac label:hover {
  background-color: #9eb8bf;
  cursor: pointer;
}

.carac label input {
  display: none;
}

.carac label {
  background-image: url(../img/selec-off.svg);
  background-position: 50px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.carac > label.active {
  background-image: url(../img/selec-on.svg);
}

.llistat_persones .box .departament {
  color: #9eb8bf;
  display: block;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
  font-family: "Graphik";
  line-height: 1.4;
}
.fitxa_client .left .extras {
  margin-top: 20px;
}
.fitxa_client .left .extras label {
  color: #707070;
  font-size: 14px;
  margin-right: 5px;
}
.fitxa_client .left .extras span {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 14px;
}
.fitxa_client .left .extras span.blau {
  background-color: #005776;
  color: #fff;
}
.fitxa_client .left .extras span.marro {
  color: #fff;
  background-color: #8c8279;
}
.fitxa_client .left .extras span.blanc {
  color: #8c8279;
  border: 1px solid #8c8279;
}

#eliminar_audio {
  text-decoration: underline;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}
.my_profile .forms form .valor .t {
  color: #000;
}
#subir p {
  color: #9d9b9b;
  font-family: "Graphik";
  font-size: 13px;
}
#subir .inner {
  padding: 20px;
  padding-top: 0px;
}
#subir .t {
  font-size: 13px;
  color: #333;
  font-family: "Graphik";
  margin-top: 15px;
  margin-bottom: 10px;
}
#subir .spearador {
  border-bottom: 1px dotted #333;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 30px;
}
#listaDeDispositivos {
}

#upload_file {
  background-color: #f1f3f4;
  border-radius: 25px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  min-width: 200px;
}
#upload_file:hover {
  background-color: #e5e7e8;
}
#upload_file img {
  max-width: 30px;
  margin-right: 15px;
}
#grabador {
  border-radius: 25px;
  padding: 10px 0px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}
#grabador span {
  display: inline-flex;
  width: auto;
}
#grabador img {
  width: 41px;
  border-radius: 25px;
  margin-right: 7px;
  background-color: #f1f3f4;
  border: 0px;
  padding: 7px;
  cursor: pointer;
}
#grabador img:hover {
  background-color: #e5e7e8;
}
#grabador .play {
}
#duracion {
  display: inline-flex;
  align-items: center;
}
.wrap-select {
  display: flex;
  align-items: center;
}
.wrap-select img {
  width: 31px;
}
#listaDeDispositivos {
  font-size: 12px;
}

.my_profile .forms form.active input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px !important;
  border: 0px;
  left: inherit;
}
.my_profile .forms form.active input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #d9d8d8;
  background-color: white;
  margin: 0px;
}
.my_profile
  .forms
  form.active
  input[type="checkbox"][readonly="readonly"]:before {
  background: #111;
}
.my_profile .forms form.active input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
.my_profile
  .forms
  form.active
  input[type="checkbox"][readonly="readonly"]:checked:after {
  border: solid white;
  border-width: 0 2px 2px 0;
}

.header.redux .bottom {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.app.redux .menu_left {
  top: 60px;
}

.taula .f span.email {
  font-size: 13px;
}
.taula .f span .t {
  display: none;
}

.taula_phone {
  display: none;
}

.img_conversa{
  position: relative;
}
.filtre_request{
  float:right;
  font-weight: bold;
  font-family: "Graphik";
  font-size: 13px;
  color: #9eb8bf;
}
.filtre_request select{
  padding:8px 15px;
  margin-left: 10px;
}

.pagina12 .titol_marron{
  margin-bottom: 35px;
}

.img_conversa > div{
  content:"";
  font-size: 10px;
  color: #fff;
  background: red;
  border-radius: 20px;
  position: absolute;
  top: -11px;
  right: -9px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.llistat_notificacions {
  width:330px;
  max-width: 85vw;
  position: absolute!important;
  top: 100%;
  margin-left: 15px;
  margin-top: 15px;
  border: 1px solid #404040;
  background: #ffffff;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
  cursor: initial;
  font-size: 14px;
  right: -22px;
  display: none;
  z-index: 9999;
  padding: 20px 0px
}

.llistat_notificacions .n{
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color:#000;
  align-items: center;
  text-align: left;
  line-height: 1.4;
}
.llistat_notificacions .n span{
  flex: 0.8;
}
.llistat_notificacions .n .foto_petita{
  max-width: 55px;
  max-height: 55px;
  overflow: hidden;
  border-radius: 50px;
  flex: 0.2;
}

.llistat_notificacions .n b{
  font-weight: bold;
}

.llistat_notificacions.active{
  display: block;
}
.llistat_notificacions::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  position: absolute;
  display: inline-block;
  top: -11px;
  right: 22px;
}
.llistat_notificacions::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -10px;
  right: 22px;
}


@media (max-width: 768px) {
  .taula {
    display: none;
  }
  .taula .t {
    display: none;
  }
  .taula .f span .t {
    display: block;
    text-transform: uppercase;
    color: #707070;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Graphik";
  }
  .taula .f {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 25px;
    padding-top: 25px;
  }
  .taula .f span {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .requests {
    padding-left: 0px;
  }
  .menu_left ul li a {
    padding: 25px;
  }

  .my_profile .forms form#dades_personals {
    flex-direction: column;
  }
  .my_profile .forms form#dades_personals .cols {
    width: 100%;
    flex-direction: column;
  }
  #grabador {
  }
  .app .contingut_right {
    width: 100%;
    padding: 0px 25px;
  }
  .llistat_persones {
    flex-wrap: wrap;
  }
  .llistat_persones .box {
    width: 100%;
    margin: 25px;
  }
  .fitxa_client {
    flex-wrap: wrap;
  }
  .fitxa_client .left {
    width: 100%;
    text-align: center;
  }
  .fitxa_client .right {
    width: 100%;
    margin-top: 25px;
    padding: 0px;
  }
  .reserva form .camps {
    flex-wrap: wrap;
  }
  .reserva form .camps > div {
    margin: 10px;
  }
  .calendari {
    padding: 0px;
    padding-right: 15px;
  }
  .calendari_dis {
    padding: 0px;
  }
  .calendari .top > div {
    padding: 10px 3px;
  }
  .calendari .cos .row .opcions {
    padding: 10px 5px;
  }
  .calendari .top > div:first-child {
    padding: 0px;
    min-width: 45px;
  }
  .calendari .cos .row > div:first-child {
    padding: 0px;
    font-size: 12px;
    min-width: 45px;
    padding-right: 5px;
  }
  .calendari_dis .top_calendari {
    padding: 20px;
    margin-bottom: 0px;
  }
  .header .bottom {
    position: fixed;
    top: 46px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 15px 5px;
    text-align: right;
    z-index: 999;
  }
  .header .bottom.stiky {
    top: 0px;
  }
  .app .menu_left {
    position: fixed;
    z-index: 999;
  }
  .header .top {
    padding: 15px 25px;
  }
  .my_profile .forms form#dades_personals .cols .col {
    width: 100%;
  }
  .my_profile .forms form#dades_personals .foto {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    max-width: 100%;
  }
  .my_profile .forms form#dades_personals .foto .img_personal {
    background-size: cover !important;
  }
  .my_profile .forms form#dades_personals .cols .col {
    padding: 0px;
  }
  .calendari .cos .row .opcions.active {
    padding: 5px 5px;
    background: #005776;
    font-size: 8px;
  }

  .ghost {
    height: 124px;
    display: block;
    width: 100%;
  }
  .carac {
    margin-bottom: 15px;
  }
  .carac label {
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
  .header .bottom .menu {
    left: 25px;
  }
  .valor_center {
    flex-wrap: wrap;
  }
  .valor_center .camp {
    margin: 10px 20px;
    width: 100%;
  }
  .taula_phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .taula_phone .box {
    width: 100%;
    display: flex;
    margin-top: 25px;
  }
  .taula_phone .box .img {
    width: 30%;
  }
  .taula_phone .box .img .img_photo {
    width: 100%;
    padding-bottom: 135%;
    background-size: cover !important;
  }
  .taula_phone .box .right {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .taula_phone .box .right .label {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    flex-wrap: wrap;
  }
  .taula_phone .box .right .label .t {
    margin-right: 10px;
    font-family: "Graphik";
  }
  .taula_phone .box .right .nombre {
    text-decoration: none;
    font-family: "Graphik";
    color: #8c8279;
  }
  .label_blau,
  .label_marro {
    font-size: 13px;
    padding: 5px 10px;
    min-width: inherit;
  }
  .taula_phone .box .right .link {
    text-decoration: underline;
    color: #005776;
  }
  #data_selected.actiu {
    flex-direction: column;
    align-items: center;
  }
  #data_selected span {
    margin: 20px;
    text-align: center;
  }
  .reserva form {
    margin-bottom: 25px;
  }
  .calendari_dis .top_calendari span:last-child {
    text-align: right;
  }
  .calendari_dis .top_calendari .any_mes {
    text-align: center;
  }
  .app .contingut_right .contingut {
    padding-top: 0px;
  }
  .fitxa_client .left .img {
    width: 300px;
    padding-bottom: 0px;
    height: 400px;
    margin: 0px auto;
  }
  .llistat_persones .box .img {
    width: 300px;
    padding-bottom: 0px;
    height: 400px;
    margin: 0px auto;
  }
  .my_profile .forms form#dades_personals .foto .img_personal {
    margin: 0px auto;
  }
  .header .bottom img {
    margin-right: 15px;
    width: 160px;
  }
}

.preview2 {
  overflow: hidden;
  width: 300;
  height: 400px;
  display: none;
  max-width: 100%;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}

.cropper-view-box {
  outline: 1px solid #fff !important;
  color: #fff !important;
}

.options_image {
  display: flex;
  justify-content: space-between;
}
#del_file {
  background-color: #f1f3f4;
  border-radius: 25px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}
#del_file img {
  margin-right: 10px;
}
#add_file {
  background-color: #f1f3f4;
  border-radius: 25px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}

#add_file img {
  margin-right: 10px;
}

#add_file:hover,
#del_file:hover {
  background-color: #e5e7e8;
}

.options_image {
  margin-top: 15px;
}


.taula .f span.nom b, .taula .f span.nom a b{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.links_custom{
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #707070;
  border: 1px solid #707070;
  padding: 7px 15px;
  border-radius: 25px;
  font-size: 13px;
}
.links_custom:hover{
  background-color: #9eb8bf;
  color:#000;
  border-color: #9eb8bf;
}
.links_custom img{
  margin-right: 10px;
  width:16px;
}