@charset "UTF-8";
/* IMPORTS */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.eot");
  src: url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype"), url("fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.eot");
  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype"), url("fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-BoldItalic.eot");
  src: url("fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("fonts/Montserrat-BoldItalic.woff") format("woff"), url("fonts/Montserrat-BoldItalic.ttf") format("truetype"), url("fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-ExtraLight.eot");
  src: url("fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("fonts/Montserrat-ExtraLight.woff") format("woff"), url("fonts/Montserrat-ExtraLight.ttf") format("truetype"), url("fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Italic.eot");
  src: url("fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Italic.woff2") format("woff2"), url("fonts/Montserrat-Italic.woff") format("woff"), url("fonts/Montserrat-Italic.ttf") format("truetype"), url("fonts/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* COLORS */
/* SIZES */
/* MIXINS */
/* EXTENDS */
/* STYLES */
* {
  outline: none;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html, body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

body {
  background-color: #020d25;
  min-height: 100vh;
  /*  background-image: url(../images/trama.svg);
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 27vw 27vw; */
}
body #main {
  min-height: 100vh;
  /* &:before {
      content: "";
      width: 27vw;
      height: 27vw;
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url(../images/trama.svg);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 27vw 27vw;
      z-index: -1;
      @include transform( rotate( -180deg) );
  } */
}

.langSwitcher {
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 60px;
  height: 100%;
  color: white;
  text-transform: uppercase;
}
.langSwitcher > div {
  cursor: pointer;
}
.langSwitcher > div.active {
  font-weight: 700;
}
.langSwitcher.homeSwitcher {
  top: 0;
  height: 40px;
  width: 100px;
  flex-direction: row;
}

.flexc #main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.flexc #main > #logo {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 40px;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.flexc #main > #logo .logoWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flexc #main > #logo .logoWrap > img {
  max-width: 200px;
  max-height: 60px;
  height: 60px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-bottom: 20px;
}
.flexc #main > #logo > .search .searchFieldWrap {
  position: relative;
}
.flexc #main > #logo > .search .searchResults {
  display: none;
  max-height: 240px;
  height: auto;
  position: relative;
  background: white;
  border-radius: 3px;
  margin-top: 5px;
  padding: 5px;
  overflow-y: auto;
}
.flexc #main > #logo > .search .searchResults .resultItem {
  background-color: #e2e3e7;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.flexc #main > #logo > .search .searchResults .resultItem a {
  padding: 7px 5px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.flexc #main > #logo > .search .searchLoadig {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flexc #main > #logo > .search .searchLoadig img {
  width: 80px;
}
.flexc #main > #logo > .search span:not(.searchLoadig) {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 99.2'%3E%3Cpath fill='%23FFFFFF' d='M99.5,90.6L67,58.1c-0.7-0.7-1.8-0.7-2.5,0L63,59.6l-2-2c1.5-1.7,2.8-3.6,4-5.6c9.5-16.7,3.6-37.9-13-47.4 C43.8,0,34.5-1.2,25.5,1.3c-8.9,2.5-16.4,8.3-21,16.3c-9.5,16.7-3.6,37.9,13,47.4c5.4,3.1,11.3,4.5,17.1,4.5 c8.7,0,17.3-3.3,23.8-9.4l2,2l-1.6,1.6c-0.7,0.7-0.7,1.8,0,2.5l32.5,32.5c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5l5.7-5.7 C100.2,92.4,100.2,91.2,99.5,90.6 M57.4,56.3C57.3,56.3,57.3,56.3,57.4,56.3c-0.1,0.1-0.2,0.2-0.2,0.2c-3.8,4-8.7,6.9-14.2,8.4 c-8,2.2-16.5,1.2-23.7-3C4.3,53.4-0.9,34.3,7.6,19.3c4.1-7.2,10.8-12.5,18.9-14.7c2.7-0.8,5.5-1.1,8.3-1.1c5.3,0,10.6,1.4,15.4,4.1 c7.2,4.1,12.5,10.8,14.7,18.9c2.2,8,1.2,16.5-3,23.7C60.6,52.4,59.1,54.5,57.4,56.3 M92.6,95l-30-30l3.2-3.2l30,30L92.6,95z M24.4,59.2c-0.3,0.6-0.9,0.9-1.5,0.9c-0.3,0-0.6-0.1-0.9-0.2c-6.9-3.9-11.9-10.4-14-18C5.9,34.1,6.9,26,10.8,19.1 c0.5-0.8,1.6-1.1,2.4-0.7c0.8,0.5,1.1,1.6,0.7,2.4c-3.5,6.1-4.4,13.2-2.5,20c1.9,6.8,6.3,12.4,12.4,15.9 C24.6,57.2,24.9,58.3,24.4,59.2'/%3E%3C/svg%3E");
  cursor: pointer;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.flexc #main > #logo > .search input {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 50px;
  font-weight: 300;
  font-size: 100%;
  width: 100%;
  padding-left: 45px;
  border: 0px;
  color: #fff;
}
.flexc #main > .containerWrapper {
  flex-grow: 1;
  align-self: stretch;
  padding: 40px;
  padding-left: 0;
}
.flexc #main > .containerWrapper > header {
  margin-bottom: 40px;
}
.flexc #main > .containerWrapper > header:before {
  content: " ";
}
.flexc #main > .containerWrapper > header > #menu {
  background-color: #345d9d;
  box-shadow: 0px 3px 25px 0px #000000;
}
.flexc #main > .containerWrapper > header > #menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
  position: relative;
}
.flexc #main > .containerWrapper > header > #menu > ul > li {
  list-style: none;
  padding: 10px 20px;
  border-right: 1px solid #345d9d;
  flex: 1 1 0px;
}
.flexc #main > .containerWrapper > header > #menu > ul > li.userLogout {
  border-right: none !important;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0px 20px;
}
.flexc #main > .containerWrapper > header > #menu > ul > li.userLogout > a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}
.flexc #main > .containerWrapper > header > #menu > ul > li > a {
  font-weight: 300;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > header > #menu > ul > li > a.account {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.2 100'%3E%3Cpath fill='%23FFFFFF' d='M99.8,66.4c-1-0.2-1.9,0.4-2.1,1.4c-1.1,5.7-5.1,19.8-18.2,28.4c-13.2-8.7-17.2-22.8-18.3-28.7l18.3-6.8 l14.6,5.4c0.9,0.3,1.9-0.1,2.3-1c0.3-0.9-0.1-1.9-1-2.3l-15.3-5.7c-0.4-0.1-0.8-0.1-1.2,0l-11.6,4.3c-7.4-6.5-16.8-10.1-26.7-10.1 C18.2,51.3,0,69.5,0,91.9c0,2.2,0.2,4.4,0.5,6.6c0.1,0.9,0.9,1.5,1.7,1.5h76.6c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2,0.1,0.4,0.1 c0.3,0,0.6-0.1,0.9-0.3c15-9.3,19.5-25,20.8-31.3C101.4,67.5,100.8,66.6,99.8,66.4 M3.5,91.9c0-20.4,16.6-37,37-37 c8.4,0,16.4,2.8,22.9,7.9l-4.8,1.8c-0.8,0.3-1.2,1.2-1.1,2c0.7,4.7,3.9,19.5,16.5,29.8H3.8C3.6,94.9,3.5,93.4,3.5,91.9 M89.9,68 c0.7,0.6,0.9,1.7,0.2,2.5L79.2,83.6c-0.3,0.4-0.8,0.6-1.3,0.6c0,0-0.1,0-0.1,0c-0.5,0-0.9-0.2-1.2-0.5L70,77.3 c-0.7-0.7-0.7-1.8,0-2.5c0.7-0.7,1.8-0.7,2.5,0l5.3,5.2l9.7-11.7C88.1,67.5,89.2,67.4,89.9,68 M40.6,48c13.2,0,24-10.8,24-24 c0-13.2-10.8-24-24-24s-24,10.8-24,24C16.6,37.2,27.3,48,40.6,48 M40.6,3.5C51.8,3.5,61,12.7,61,24s-9.2,20.5-20.5,20.5 c-11.3,0-20.5-9.2-20.5-20.5S29.3,3.5,40.6,3.5'/%3E%3C/svg%3E");
}
.flexc #main > .containerWrapper > header > #menu > ul > li > a.logout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.9 91.4'%3E%3Cpath fill='%23FFFFFF' d='M91.4,48L91.4,48L91.4,48L75.8,63.8c-0.3,0.3-0.8,0.5-1.3,0.5c-0.4,0-0.9-0.2-1.2-0.5 c-0.7-0.7-0.7-1.8,0-2.5L86,48.5H44.7c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8H86L73.3,32.2c-0.7-0.7-0.7-1.8,0-2.5 c0.7-0.7,1.8-0.7,2.5,0l15.6,15.8h0l0,0c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.3,0.3,0.5c0.2,0.4,0.2,0.9,0,1.3c-0.1,0.2-0.2,0.3-0.3,0.5 C91.5,47.9,91.5,48,91.4,48 M84.5,66.5c-0.8-0.5-1.9-0.2-2.4,0.6c-7.6,12.8-21.5,20.8-36.4,20.8C22.4,87.9,3.5,69,3.5,45.7 S22.4,3.5,45.7,3.5c14.9,0,28.8,8,36.4,20.8c0.5,0.8,1.6,1.1,2.4,0.6c0.8-0.5,1.1-1.6,0.6-2.4C76.9,8.6,61.8,0,45.7,0 C20.5,0,0,20.5,0,45.7c0,25.2,20.5,45.7,45.7,45.7c16.1,0,31.2-8.6,39.4-22.5C85.6,68,85.3,67,84.5,66.5'/%3E%3C/svg%3E");
}
.flexc #main > .containerWrapper > header > #menu > ul > li.active > a {
  font-weight: 700;
  font-style: italic;
}
.flexc #main > .containerWrapper > header > #menu > ul > li.active > a.account:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 90px;
  background: #E2E3E7;
  z-index: 1;
  margin-top: -5px;
  margin-left: -25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.2 100'%3E%3Cpath fill='%23020d25' d='M99.8,66.4c-1-0.2-1.9,0.4-2.1,1.4c-1.1,5.7-5.1,19.8-18.2,28.4c-13.2-8.7-17.2-22.8-18.3-28.7l18.3-6.8 l14.6,5.4c0.9,0.3,1.9-0.1,2.3-1c0.3-0.9-0.1-1.9-1-2.3l-15.3-5.7c-0.4-0.1-0.8-0.1-1.2,0l-11.6,4.3c-7.4-6.5-16.8-10.1-26.7-10.1 C18.2,51.3,0,69.5,0,91.9c0,2.2,0.2,4.4,0.5,6.6c0.1,0.9,0.9,1.5,1.7,1.5h76.6c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2,0.1,0.4,0.1 c0.3,0,0.6-0.1,0.9-0.3c15-9.3,19.5-25,20.8-31.3C101.4,67.5,100.8,66.6,99.8,66.4 M3.5,91.9c0-20.4,16.6-37,37-37 c8.4,0,16.4,2.8,22.9,7.9l-4.8,1.8c-0.8,0.3-1.2,1.2-1.1,2c0.7,4.7,3.9,19.5,16.5,29.8H3.8C3.6,94.9,3.5,93.4,3.5,91.9 M89.9,68 c0.7,0.6,0.9,1.7,0.2,2.5L79.2,83.6c-0.3,0.4-0.8,0.6-1.3,0.6c0,0-0.1,0-0.1,0c-0.5,0-0.9-0.2-1.2-0.5L70,77.3 c-0.7-0.7-0.7-1.8,0-2.5c0.7-0.7,1.8-0.7,2.5,0l5.3,5.2l9.7-11.7C88.1,67.5,89.2,67.4,89.9,68 M40.6,48c13.2,0,24-10.8,24-24 c0-13.2-10.8-24-24-24s-24,10.8-24,24C16.6,37.2,27.3,48,40.6,48 M40.6,3.5C51.8,3.5,61,12.7,61,24s-9.2,20.5-20.5,20.5 c-11.3,0-20.5-9.2-20.5-20.5S29.3,3.5,40.6,3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 35px;
}
.flexc #main > .containerWrapper > header > #menu > ul > li.active > a.account:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 60px;
  background: #E2E3E7;
  z-index: 1;
  margin-left: -32px;
  border-radius: 50%;
  margin-top: 68px;
}
.flexc #main > .containerWrapper > .container > #clientDash {
  display: block;
}
.flexc #main > .containerWrapper > .container > #clientDash > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 40px;
  background-color: #E2E3E7;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile {
  flex-grow: 1;
  padding: 0px 10px;
  min-width: 250px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile > .clientProfileName {
  color: #020d25;
  font-weight: 700;
  font-size: 115%;
  display: block;
  text-align: center;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile > .addAccom {
  margin: 90px auto 25px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList {
  flex-grow: 0;
  max-width: 750px;
  width: 100%;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > h2 {
  margin: 0;
  font-weight: 500;
  color: #000;
  font-size: 200%;
  line-height: 150%;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom {
  background-color: #fff;
  border: 1px solid #D4D5D8;
  margin-bottom: 10px;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomInfo {
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomInfo > .accomImg {
  border-radius: 50%;
  border: 1px solid #E2E3E7;
  margin-right: 20px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomInfo > .accomImg > img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomInfo h3 {
  font-weight: 700;
  font-size: 115%;
  color: #020d25;
  margin: 0px 10px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomInfo .aloState {
  font-size: 13px;
  font-weight: 400;
  margin: 10px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps {
  border-left: 1px solid #D4D5D8;
  width: 55px;
  align-self: stretch;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps > span, .flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps a {
  display: block;
  width: 100%;
  height: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps > span:first-of-type, .flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps a:first-of-type {
  border-bottom: 1px solid #D4D5D8;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps > span > img, .flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps a > img {
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .accomInfoWrapper > .accomOps span.share {
  opacity: 0.3;
  cursor: not-allowed;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .settingsOptions {
  height: 0px;
  overflow: hidden;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .settingsOptions > a {
  margin: 0px 10px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom > .settingsOptions .editar {
  background-color: #D4D5D8;
  color: #020d25;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom.selected {
  margin: 0px -24px 10px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom.selected > .accomInfoWrapper {
  background-color: #D4D5D8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 5px 0px 5px 24px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom.selected > .accomInfoWrapper > .accomOps {
  border-left-color: #fff;
  width: 79px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom.selected > .accomInfoWrapper > .accomOps > span {
  border-bottom-color: #fff;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom.selected > .accomInfoWrapper > .accomOps > span img {
  margin-left: -12px;
}
.flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > #accoms > .accom.selected > .settingsOptions {
  height: auto;
  padding: 10px;
}
.flexc #main > .containerWrapper > .container > #addNew {
  display: none;
}
.flexc #main > .containerWrapper > .container > #addNew ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #addNew ::-moz-placeholder { /* Firefox 19+ */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #addNew :-ms-input-placeholder { /* IE 10+ */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #addNew :-moz-placeholder { /* Firefox 18- */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span, .flexc #main > .containerWrapper > .container > #addNew .adds > a {
  opacity: 0;
  visibility: hidden;
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span.edit, .flexc #main > .containerWrapper > .container > #addNew .adds > a.edit {
  opacity: 1;
  visibility: visible;
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span.addInfo, .flexc #main > .containerWrapper > .container > #addNew .adds > a.addInfo {
  background-size: auto 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 102.8'%3E%3Cpath fill='%23D4D5D8' d='M100,31.8v65.3c0,2.8-2.3,5.1-5.1,5.1H48.1c-2.8,0-5.1-2.3-5.1-5.1V50.6c-3.4,2.7-7.6,4.5-12,5.1 c-0.1,0-0.2,0-0.4,0c-0.3,2.9-2.1,5.3-2.3,5.7c-0.3,0.4-0.8,0.7-1.3,0.7c-1,0.4-2.2,5.3-2.2,11c0,0.4-0.2,0.8-0.4,1.2l-0.5,0.6 c-2,2.3-2,2.4-1,11.2c0.3,2.6-1.3,3.7-2.5,4.5c-1.3,0.9-2.8,1.9-3.7,5.4c-0.1,0.5-0.5,0.9-0.9,1.1l-10.5,5.5 c-0.3,0.1-0.6,0.2-0.8,0.2c-0.6,0-1.2-0.3-1.6-0.9l-2.6-4.4c-0.3-0.4-0.3-1-0.2-1.4l13.4-44.8c-5.5-4-9.1-10-10-16.8 c-0.8-6.5,0.9-12.9,4.9-18.1c4-5.2,9.8-8.5,16.3-9.4c2.8-0.4,5.6-0.3,8.3,0.3c1,0.2,1.6,1.2,1.4,2.2c-0.2,1-1.2,1.6-2.2,1.4 c-2.3-0.5-4.7-0.6-7-0.3c-5.5,0.7-10.5,3.6-13.9,8C7.8,23.1,6.3,28.5,7,34.1c0.8,6.1,4.3,11.6,9.5,14.9c0.7,0.4,1,1.3,0.8,2.1 L3.8,96.3l1.3,2.2l8.3-4.3c1.4-4.2,3.5-5.6,5-6.6c0.9-0.6,0.9-0.6,0.9-1c-1.1-9.8-1-10.7,1.8-14l0.1-0.1c0.1-4.2,0.8-12.2,4.6-13.7 c0.6-1,1.5-2.9,1.3-4.4c-0.1-0.5,0.1-1,0.4-1.4c0.3-0.4,0.8-0.6,1.3-0.7c0.6,0,1.2-0.1,1.8-0.1c5.5-0.7,10.5-3.6,13.9-8 c3.4-4.4,4.9-9.9,4.2-15.5c-0.6-4.5-2.6-8.7-5.8-11.9c-0.7-0.7-0.7-1.9,0-2.6c0.7-0.7,1.9-0.7,2.6,0c3.4,3.5,5.6,7.8,6.5,12.5h17.7 c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8H52.3c0.3,5.8-1.5,11.4-5.1,16c-0.2,0.3-0.4,0.5-0.6,0.7v50c0,0.8,0.6,1.4,1.4,1.4h46.8 c0.8,0,1.4-0.6,1.4-1.4V31.8c0-0.8-0.6-1.4-1.4-1.4h-11c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8h11C97.7,26.7,100,29,100,31.8 M91.3,76.4c0.6,0,1.1-0.2,1.4-0.7c0.6-0.8,0.5-1.9-0.3-2.5L72.6,58.1c-0.6-0.5-1.5-0.5-2.2,0L50.6,73.1c-0.8,0.6-1,1.7-0.3,2.5 c0.6,0.8,1.7,1,2.5,0.3l18.8-14.2L90.3,76C90.6,76.3,91,76.4,91.3,76.4 M72.4,91.1v-6.4h-1.9v6.4c0,1-0.8,1.8-1.8,1.8H58 c-1,0-1.8-0.8-1.8-1.8V75.8c0-0.6,0.3-1.1,0.7-1.5l13.5-10.1c0.6-0.5,1.5-0.5,2.2,0l13.5,10.1c0.5,0.3,0.7,0.9,0.7,1.5v15.2 c0,1-0.8,1.8-1.8,1.8H74.3C73.2,92.9,72.4,92.1,72.4,91.1 M74.3,81.1c1,0,1.8,0.8,1.8,1.8v6.4h7.1V76.8L71.5,68l-11.7,8.8v12.5h7.1 v-6.4c0-1,0.8-1.8,1.8-1.8H74.3z M31.8,22.3C32.5,9.9,42.8,0,55.4,0c13.1,0,23.7,10.6,23.7,23.7c0,4.1-1.1,8-3,11.5 c0.2,0.1,0.3,0.2,0.5,0.3c1.5,1.3,2.4,3.2,2.6,5.2c0.1,2-0.5,4-1.9,5.5c-1.3,1.5-3.2,2.4-5.2,2.6c-0.2,0-0.3,0-0.5,0 c-1.8,0-3.6-0.7-5-1.9c-1.5-1.3-2.4-3.2-2.6-5.2c-0.1-2,0.5-4,1.9-5.5c1.3-1.5,3.2-2.4,5.2-2.6c0.6,0,1.1,0,1.7,0.1 c1.8-3,2.8-6.5,2.8-10c0-11.1-9-20-20-20c-11.1,0-20,9-20,20c0,0.4-0.1,0.7-0.3,0.9c1.4,1.5,2.3,3.4,2.6,5.5c0.3,2.6-0.4,5.3-2,7.4 c-1.6,2.1-4,3.5-6.6,3.8c-0.4,0.1-0.9,0.1-1.3,0.1c-4.9,0-9.2-3.7-9.9-8.7c-0.3-2.6,0.4-5.3,2-7.4c1.6-2.1,4-3.5,6.6-3.8 C28.3,21.3,30.2,21.6,31.8,22.3 M75.5,40.9c-0.1-1.1-0.5-2-1.3-2.7c-0.7-0.6-1.6-1-2.6-1c-0.1,0-0.2,0-0.3,0c-1.1,0.1-2,0.5-2.7,1.3 c-0.7,0.8-1,1.8-1,2.9c0.1,1.1,0.5,2,1.3,2.7c0.8,0.7,1.8,1.1,2.9,1c1.1-0.1,2-0.5,2.7-1.3C75.2,43,75.5,42,75.5,40.9 M34.1,30.6 c-0.4-3.2-3.1-5.5-6.3-5.5c-0.3,0-0.5,0-0.8,0.1c-1.7,0.2-3.2,1.1-4.2,2.4c-1,1.3-1.5,3-1.3,4.7c0.5,3.5,3.7,5.9,7.1,5.5 c1.7-0.2,3.2-1.1,4.2-2.4C33.8,33.9,34.3,32.2,34.1,30.6'/%3E%3C/svg%3E%0A");
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span.addPrices, .flexc #main > .containerWrapper > .container > #addNew .adds > a.addPrices {
  background-size: 28px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 99.6'%3E%3Cpath fill='%23D4D5D8' d='M94.6,32.6h-8.9l3.9-21.2c0.2-1-0.5-1.9-1.4-2.1L38,0c-0.5-0.1-0.9,0-1.3,0.3C36.2,0.6,36,1,35.9,1.5 l-1.7,9.4l-20.4,3.4c-0.5,0.1-0.9,0.3-1.2,0.7c-0.3,0.4-0.4,0.9-0.3,1.3l3,16.3H5.4C2.4,32.6,0,35,0,38v56.2c0,3,2.4,5.4,5.4,5.4 h89.1c3,0,5.4-2.4,5.4-5.4V38C100,35,97.6,32.6,94.6,32.6 M85.7,12.5l-3.7,20.1h-41l5-27.5L85.7,12.5z M37.4,13c0-0.1,0-0.2,0-0.3 l1.6-8.8l3.5,0.7l-5.1,28.1h-3.6L37.4,13z M33.5,14.6l-3.3,18h-3.9l-3-16.3L33.5,14.6z M19.9,16.9l2.9,15.8h-3.9l-2.8-15.1 L19.9,16.9z M96.5,75.4H78.2c-5.4,0-9.8-4.4-9.8-9.8c0-5.4,4.4-9.8,9.8-9.8h18.3V75.4z M96.5,52.2H78.2c-7.4,0-13.3,6-13.3,13.4 c0,7.4,6,13.3,13.3,13.3h18.3v15.3c0,1-0.8,1.9-1.9,1.9H5.4c-1,0-1.9-0.8-1.9-1.9V38c0-1,0.8-1.9,1.9-1.9h89.1c1,0,1.9,0.8,1.9,1.9 V52.2z M70.9,65.6c0,4,3.2,7.2,7.2,7.2c4,0,7.2-3.2,7.2-7.2c0-4-3.2-7.2-7.2-7.2C74.2,58.4,70.9,61.6,70.9,65.6 M81.8,65.6 c0,2-1.6,3.7-3.7,3.7c-2,0-3.7-1.6-3.7-3.7c0-2,1.6-3.7,3.7-3.7C80.2,61.9,81.8,63.6,81.8,65.6'/%3E%3C/svg%3E");
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span.active, .flexc #main > .containerWrapper > .container > #addNew .adds > a.active {
  opacity: 1;
  visibility: visible;
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span.active.addInfo, .flexc #main > .containerWrapper > .container > #addNew .adds > a.active.addInfo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 102.8'%3E%3Cpath fill='%23020d25' d='M100,31.8v65.3c0,2.8-2.3,5.1-5.1,5.1H48.1c-2.8,0-5.1-2.3-5.1-5.1V50.6c-3.4,2.7-7.6,4.5-12,5.1 c-0.1,0-0.2,0-0.4,0c-0.3,2.9-2.1,5.3-2.3,5.7c-0.3,0.4-0.8,0.7-1.3,0.7c-1,0.4-2.2,5.3-2.2,11c0,0.4-0.2,0.8-0.4,1.2l-0.5,0.6 c-2,2.3-2,2.4-1,11.2c0.3,2.6-1.3,3.7-2.5,4.5c-1.3,0.9-2.8,1.9-3.7,5.4c-0.1,0.5-0.5,0.9-0.9,1.1l-10.5,5.5 c-0.3,0.1-0.6,0.2-0.8,0.2c-0.6,0-1.2-0.3-1.6-0.9l-2.6-4.4c-0.3-0.4-0.3-1-0.2-1.4l13.4-44.8c-5.5-4-9.1-10-10-16.8 c-0.8-6.5,0.9-12.9,4.9-18.1c4-5.2,9.8-8.5,16.3-9.4c2.8-0.4,5.6-0.3,8.3,0.3c1,0.2,1.6,1.2,1.4,2.2c-0.2,1-1.2,1.6-2.2,1.4 c-2.3-0.5-4.7-0.6-7-0.3c-5.5,0.7-10.5,3.6-13.9,8C7.8,23.1,6.3,28.5,7,34.1c0.8,6.1,4.3,11.6,9.5,14.9c0.7,0.4,1,1.3,0.8,2.1 L3.8,96.3l1.3,2.2l8.3-4.3c1.4-4.2,3.5-5.6,5-6.6c0.9-0.6,0.9-0.6,0.9-1c-1.1-9.8-1-10.7,1.8-14l0.1-0.1c0.1-4.2,0.8-12.2,4.6-13.7 c0.6-1,1.5-2.9,1.3-4.4c-0.1-0.5,0.1-1,0.4-1.4c0.3-0.4,0.8-0.6,1.3-0.7c0.6,0,1.2-0.1,1.8-0.1c5.5-0.7,10.5-3.6,13.9-8 c3.4-4.4,4.9-9.9,4.2-15.5c-0.6-4.5-2.6-8.7-5.8-11.9c-0.7-0.7-0.7-1.9,0-2.6c0.7-0.7,1.9-0.7,2.6,0c3.4,3.5,5.6,7.8,6.5,12.5h17.7 c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8H52.3c0.3,5.8-1.5,11.4-5.1,16c-0.2,0.3-0.4,0.5-0.6,0.7v50c0,0.8,0.6,1.4,1.4,1.4h46.8 c0.8,0,1.4-0.6,1.4-1.4V31.8c0-0.8-0.6-1.4-1.4-1.4h-11c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8h11C97.7,26.7,100,29,100,31.8 M91.3,76.4c0.6,0,1.1-0.2,1.4-0.7c0.6-0.8,0.5-1.9-0.3-2.5L72.6,58.1c-0.6-0.5-1.5-0.5-2.2,0L50.6,73.1c-0.8,0.6-1,1.7-0.3,2.5 c0.6,0.8,1.7,1,2.5,0.3l18.8-14.2L90.3,76C90.6,76.3,91,76.4,91.3,76.4 M72.4,91.1v-6.4h-1.9v6.4c0,1-0.8,1.8-1.8,1.8H58 c-1,0-1.8-0.8-1.8-1.8V75.8c0-0.6,0.3-1.1,0.7-1.5l13.5-10.1c0.6-0.5,1.5-0.5,2.2,0l13.5,10.1c0.5,0.3,0.7,0.9,0.7,1.5v15.2 c0,1-0.8,1.8-1.8,1.8H74.3C73.2,92.9,72.4,92.1,72.4,91.1 M74.3,81.1c1,0,1.8,0.8,1.8,1.8v6.4h7.1V76.8L71.5,68l-11.7,8.8v12.5h7.1 v-6.4c0-1,0.8-1.8,1.8-1.8H74.3z M31.8,22.3C32.5,9.9,42.8,0,55.4,0c13.1,0,23.7,10.6,23.7,23.7c0,4.1-1.1,8-3,11.5 c0.2,0.1,0.3,0.2,0.5,0.3c1.5,1.3,2.4,3.2,2.6,5.2c0.1,2-0.5,4-1.9,5.5c-1.3,1.5-3.2,2.4-5.2,2.6c-0.2,0-0.3,0-0.5,0 c-1.8,0-3.6-0.7-5-1.9c-1.5-1.3-2.4-3.2-2.6-5.2c-0.1-2,0.5-4,1.9-5.5c1.3-1.5,3.2-2.4,5.2-2.6c0.6,0,1.1,0,1.7,0.1 c1.8-3,2.8-6.5,2.8-10c0-11.1-9-20-20-20c-11.1,0-20,9-20,20c0,0.4-0.1,0.7-0.3,0.9c1.4,1.5,2.3,3.4,2.6,5.5c0.3,2.6-0.4,5.3-2,7.4 c-1.6,2.1-4,3.5-6.6,3.8c-0.4,0.1-0.9,0.1-1.3,0.1c-4.9,0-9.2-3.7-9.9-8.7c-0.3-2.6,0.4-5.3,2-7.4c1.6-2.1,4-3.5,6.6-3.8 C28.3,21.3,30.2,21.6,31.8,22.3 M75.5,40.9c-0.1-1.1-0.5-2-1.3-2.7c-0.7-0.6-1.6-1-2.6-1c-0.1,0-0.2,0-0.3,0c-1.1,0.1-2,0.5-2.7,1.3 c-0.7,0.8-1,1.8-1,2.9c0.1,1.1,0.5,2,1.3,2.7c0.8,0.7,1.8,1.1,2.9,1c1.1-0.1,2-0.5,2.7-1.3C75.2,43,75.5,42,75.5,40.9 M34.1,30.6 c-0.4-3.2-3.1-5.5-6.3-5.5c-0.3,0-0.5,0-0.8,0.1c-1.7,0.2-3.2,1.1-4.2,2.4c-1,1.3-1.5,3-1.3,4.7c0.5,3.5,3.7,5.9,7.1,5.5 c1.7-0.2,3.2-1.1,4.2-2.4C33.8,33.9,34.3,32.2,34.1,30.6'/%3E%3C/svg%3E%0A");
}
.flexc #main > .containerWrapper > .container > #addNew .adds > span.active.addPrices, .flexc #main > .containerWrapper > .container > #addNew .adds > a.active.addPrices {
  background-size: 28px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 99.6'%3E%3Cpath fill='%23020d25' d='M94.6,32.6h-8.9l3.9-21.2c0.2-1-0.5-1.9-1.4-2.1L38,0c-0.5-0.1-0.9,0-1.3,0.3C36.2,0.6,36,1,35.9,1.5 l-1.7,9.4l-20.4,3.4c-0.5,0.1-0.9,0.3-1.2,0.7c-0.3,0.4-0.4,0.9-0.3,1.3l3,16.3H5.4C2.4,32.6,0,35,0,38v56.2c0,3,2.4,5.4,5.4,5.4 h89.1c3,0,5.4-2.4,5.4-5.4V38C100,35,97.6,32.6,94.6,32.6 M85.7,12.5l-3.7,20.1h-41l5-27.5L85.7,12.5z M37.4,13c0-0.1,0-0.2,0-0.3 l1.6-8.8l3.5,0.7l-5.1,28.1h-3.6L37.4,13z M33.5,14.6l-3.3,18h-3.9l-3-16.3L33.5,14.6z M19.9,16.9l2.9,15.8h-3.9l-2.8-15.1 L19.9,16.9z M96.5,75.4H78.2c-5.4,0-9.8-4.4-9.8-9.8c0-5.4,4.4-9.8,9.8-9.8h18.3V75.4z M96.5,52.2H78.2c-7.4,0-13.3,6-13.3,13.4 c0,7.4,6,13.3,13.3,13.3h18.3v15.3c0,1-0.8,1.9-1.9,1.9H5.4c-1,0-1.9-0.8-1.9-1.9V38c0-1,0.8-1.9,1.9-1.9h89.1c1,0,1.9,0.8,1.9,1.9 V52.2z M70.9,65.6c0,4,3.2,7.2,7.2,7.2c4,0,7.2-3.2,7.2-7.2c0-4-3.2-7.2-7.2-7.2C74.2,58.4,70.9,61.6,70.9,65.6 M81.8,65.6 c0,2-1.6,3.7-3.7,3.7c-2,0-3.7-1.6-3.7-3.7c0-2,1.6-3.7,3.7-3.7C80.2,61.9,81.8,63.6,81.8,65.6'/%3E%3C/svg%3E");
}
.flexc #main > .containerWrapper > .container > #addNew .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.flexc #main > .containerWrapper > .container > #addNew .buttons > button {
  margin: 20px 0px 0px;
  font-weight: 300;
  font-size: 100%;
  border-radius: 8px;
  height: 50px;
  width: 130px;
  display: table;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices {
  display: none;
  position: relative;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices #editTarifas {
  position: absolute;
  top: 20px;
  right: 0px;
  display: block;
  cursor: pointer;
  width: 27px;
  height: 27px;
  background-image: url(../images/edit.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .tarifaItem.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: no-drop;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid {
  border-bottom: 1px solid #D4D5D8;
  /* input[type=text], select, input[type=url] {
      display: block;
      max-width: none;
      width: 100%;
      color: $gh_green;
      font-weight: 400;
      font-size: 100%;
      padding: 15px;
      border: none;
      margin: 0;
      &:disabled {
          background-color: transparent;
      }
  } */
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid:last-of-type {
  border-bottom-color: transparent;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid .seasons {
  cursor: pointer;
  border-radius: 5px;
  background-color: #020d25;
  padding: 12px 15px;
  width: auto;
  color: white;
  font-weight: 600;
  max-width: 150px;
  text-align: center;
  /* &:after {
      display: block;
      font-size: 10px;
      font-weight: 400;
      line-height: 35px;
      color: $gh_green;
      text-align: center;
      writing-mode: vertical-rl;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 15px center;
      background-size: 8px auto;
      width: 50px;
      height: 50px;
      @include transition(all 0.6s ease);
      @include transform( rotate(-90deg));
  } */
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid .seasons.open {
  box-shadow: 0 0 15px #020d25;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid .seasons + .seasonsDescr {
  text-align: center;
  font-size: 12px;
  margin-left: 10%;
  font-weight: 500;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid .delSeasonWrap {
  width: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid .delSeason {
  width: 40px;
  height: 49px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid .delSeason::after {
  content: "✕";
  color: #020d25;
  font-size: 25px;
  line-height: 40px;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid.addNSeason {
  display: block;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .grid.addNSeason .addNewsSeason {
  margin: 0 20px;
  background: #d4d5d8;
  color: #020d25;
  font-weight: 600;
  border: 1px solid #bfbfbf;
  padding: 0 20px;
  height: 40px;
  width: auto;
}
.flexc #main > .containerWrapper > .container > #addNew #addPrices .buttons .notVisible {
  display: none;
}
.flexc #main > .containerWrapper > .container > #clientDocs .goback, .flexc #main > .containerWrapper > .container > #clientMedia .goback {
  position: absolute;
  margin-top: -50px;
}
.flexc #main > .containerWrapper > .container > #clientDocs h2, .flexc #main > .containerWrapper > .container > #clientMedia h2 {
  margin: 50x 0px 10px;
  font-weight: 500;
  color: #020d25;
  font-size: 200%;
  line-height: 150%;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div {
  display: block;
  width: 220px;
  height: 210px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #D4D5D8;
  position: relative;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div .accomImg, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div .accomImg {
  width: 83px;
  height: 83px;
  border: 1px solid #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  overflow: hidden;
  margin: 15px auto 20px;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div .accomImg > img, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div .accomImg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div .icon, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div .icon {
  width: 83px;
  height: 83px;
  margin: 15px auto 10px;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div .icon > img, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div .icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div h3, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div h3 {
  color: #020d25;
  margin: 0 auto;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div a, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div a img, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .media, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .media {
  cursor: pointer;
  position: relative;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .media:after, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: transparent;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .media:hover:after, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .media:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310.4 310.4'%3E%3Cpath fill='%23DCA66C' d='M188.8,233.9c0,0,3.5-2.1,6.4,0.9c16,16,64.1,64.1,64.1,64.1c12.8,12.8,30.7,15.8,42,4.5l2-2c11.3-11.3,8.3-29.2-4.5-42 c0,0-48.2-48.2-64.3-64.3c-2.8-2.8-0.7-6.3-0.7-6.3c29-48.4,22.7-110.4-18.9-152c-49.1-49.1-129-49.1-178.1,0 c-49.1,49.1-49.1,129,0,178.1C78.5,256.6,140.5,262.9,188.8,233.9z M60.1,191.7c-36.3-36.3-36.3-95.3,0-131.6 c36.3-36.3,95.3-36.3,131.6,0c36.3,36.3,36.3,95.3,0,131.6C155.4,228,96.4,228,60.1,191.7z M171.7,110.5 c-12-28.4-44.8-41.7-73.2-29.7c-6.6,2.8-14.2-0.3-17-6.9c-2.8-6.6,0.3-14.2,6.9-17c41.6-17.6,89.7,1.9,107.3,43.5 c2.8,6.6-0.3,14.2-6.9,17c-1.7,0.7-3.4,1-5.1,1C178.6,118.4,173.8,115.4,171.7,110.5z'/%3E%3C/svg%3E%0A");
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .media > img, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .doc .icon, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .doc .icon {
  transition: transform 0.6s ease;
  transform: scale(1) rotate(0deg);
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .doc .icon:after, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .doc .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310.4 310.4'%3E%3Cpath fill='%23DCA66C' d='M188.8,233.9c0,0,3.5-2.1,6.4,0.9c16,16,64.1,64.1,64.1,64.1c12.8,12.8,30.7,15.8,42,4.5l2-2c11.3-11.3,8.3-29.2-4.5-42 c0,0-48.2-48.2-64.3-64.3c-2.8-2.8-0.7-6.3-0.7-6.3c29-48.4,22.7-110.4-18.9-152c-49.1-49.1-129-49.1-178.1,0 c-49.1,49.1-49.1,129,0,178.1C78.5,256.6,140.5,262.9,188.8,233.9z M60.1,191.7c-36.3-36.3-36.3-95.3,0-131.6 c36.3-36.3,95.3-36.3,131.6,0c36.3,36.3,36.3,95.3,0,131.6C155.4,228,96.4,228,60.1,191.7z M171.7,110.5 c-12-28.4-44.8-41.7-73.2-29.7c-6.6,2.8-14.2-0.3-17-6.9c-2.8-6.6,0.3-14.2,6.9-17c41.6-17.6,89.7,1.9,107.3,43.5 c2.8,6.6-0.3,14.2-6.9,17c-1.7,0.7-3.4,1-5.1,1C178.6,118.4,173.8,115.4,171.7,110.5z'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: opacity 0.6s ease;
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .doc .icon:hover, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .doc .icon:hover {
  transform: scale(1.1) rotate(-5deg);
}
.flexc #main > .containerWrapper > .container > #clientDocs .aloFiles .doc .icon:hover:after, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles .doc .icon:hover:after {
  opacity: 1;
  cursor: pointer;
}
.flexc #main > .containerWrapper > .container > #clientDocs .adds > span, .flexc #main > .containerWrapper > .container > #clientDocs .adds > a, .flexc #main > .containerWrapper > .container > #clientMedia .adds > span, .flexc #main > .containerWrapper > .container > #clientMedia .adds > a {
  background-size: 30px auto;
}
.flexc #main > .containerWrapper > .container > #clientDocs .adds > span.downloadIcon, .flexc #main > .containerWrapper > .container > #clientDocs .adds > a.downloadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > span.downloadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > a.downloadIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.1 22.5'%3E%3Cpath fill='%23ffffff' d='M13.4,13.2V0.5c0-0.3,0.2-0.5,0.5-0.5s0.5,0.2,0.5,0.5v12.7l4-3.9c0.2-0.2,0.5-0.2,0.7,0 c0.2,0.2,0.2,0.5,0,0.7l-4.8,4.8l0,0l0,0c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0 c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0l0,0l0,0L8.7,9.9c-0.2-0.2-0.2-0.5,0-0.7C8.9,9,9.2,9,9.4,9.2L13.4,13.2z M28.1,7.9v13 c0,0.7-0.5,1.3-1.1,1.4c-0.1,0-0.1,0.1-0.2,0.1H2.2c-2,0-2.2-1-2.2-1.5V3.4c0-0.8,0.7-1.5,1.5-1.5h6.1c0.4,0,0.8,0.2,1.1,0.4 l2.6,2.6c0.2,0.2,0.2,0.5,0,0.7c-0.2,0.2-0.5,0.2-0.7,0L7.9,3.1C7.8,3,7.7,2.9,7.6,2.9H1.5C1.2,2.9,1,3.1,1,3.4V21 c0,0.4,0.7,0.5,1.2,0.5h22.9C25,21.3,25,21.2,25,21V6.3c0-0.3-0.2-0.5-0.5-0.5h-7.4c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5 h7.4c0.8,0,1.5,0.7,1.5,1.5v0.2h0.6C27.4,6.4,28.1,7.1,28.1,7.9 M26.5,21.5c0.4,0,0.6-0.2,0.6-0.5v-13c0-0.3-0.2-0.5-0.5-0.5H26V21 C26,21.3,26.2,21.5,26.5,21.5'/%3E%3C/svg%3E ");
}
.flexc #main > .containerWrapper > .container > #clientDocs .adds > span.uploadIcon, .flexc #main > .containerWrapper > .container > #clientDocs .adds > a.uploadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > span.uploadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > a.uploadIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.3 22.2'%3E%3Cpath fill='%23ffffff' d='M20.1,12.5c-0.1,0.1-0.2,0.1-0.4,0.1c-0.1,0-0.3,0-0.4-0.1l-4.3-4.2v13.5c0,0.3-0.2,0.5-0.5,0.5 s-0.5-0.2-0.5-0.5V8.3l-4.3,4.2c-0.2,0.2-0.5,0.2-0.7,0c-0.2-0.2-0.2-0.5,0-0.7l5.1-5.1c0,0,0,0,0,0l0,0c0,0,0,0,0,0 c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0s0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l0,0c0,0,0,0,0,0 l5.1,5.1C20.3,11.9,20.3,12.3,20.1,12.5 M23.9,4.6c-0.7,0-1.4,0.1-2,0.4c-0.8-2.9-3.4-5-6.5-5c-2.6,0-4.9,1.4-6,3.7 c-0.6-0.3-1.3-0.5-2-0.5c-2.2,0-4.1,1.8-4.1,4C1.4,7.7,0,9.4,0,11.3c0,2.3,1.9,4.1,4.1,4.1h4.4c0.3,0,0.5-0.2,0.5-0.5 c0-0.3-0.2-0.5-0.5-0.5H4.1c-1.7,0-3.1-1.4-3.1-3.1c0-1.6,1.2-3,2.8-3.1c0.3,0,0.5-0.3,0.4-0.5c0-0.1,0-0.2,0-0.3 c0-1.7,1.4-3.1,3.1-3.1c0.7,0,1.3,0.2,1.9,0.6C9.4,5,9.5,5,9.7,4.9c0.1,0,0.3-0.2,0.3-0.3C10.9,2.4,13,1,15.4,1c2.8,0,5.2,2,5.7,4.8 c0,0.2,0.1,0.3,0.3,0.4c0.1,0.1,0.3,0.1,0.5,0c0.6-0.4,1.4-0.5,2.1-0.5c2.4,0,4.4,2,4.4,4.4c0,2.4-2,4.4-4.4,4.4h-3.1 c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5h3.1c3,0,5.4-2.4,5.4-5.4C29.3,7.1,26.8,4.6,23.9,4.6'/%3E%3C/svg%3E ");
}
.flexc #main > .containerWrapper > .container > #clientDocs .adds > span.active.downloadIcon, .flexc #main > .containerWrapper > .container > #clientDocs .adds > a.active.downloadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > span.active.downloadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > a.active.downloadIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.1 22.5'%3E%3Cpath fill='%2300383F' d='M13.4,13.2V0.5c0-0.3,0.2-0.5,0.5-0.5s0.5,0.2,0.5,0.5v12.7l4-3.9c0.2-0.2,0.5-0.2,0.7,0 c0.2,0.2,0.2,0.5,0,0.7l-4.8,4.8l0,0l0,0c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0 c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0l0,0l0,0L8.7,9.9c-0.2-0.2-0.2-0.5,0-0.7C8.9,9,9.2,9,9.4,9.2L13.4,13.2z M28.1,7.9v13 c0,0.7-0.5,1.3-1.1,1.4c-0.1,0-0.1,0.1-0.2,0.1H2.2c-2,0-2.2-1-2.2-1.5V3.4c0-0.8,0.7-1.5,1.5-1.5h6.1c0.4,0,0.8,0.2,1.1,0.4 l2.6,2.6c0.2,0.2,0.2,0.5,0,0.7c-0.2,0.2-0.5,0.2-0.7,0L7.9,3.1C7.8,3,7.7,2.9,7.6,2.9H1.5C1.2,2.9,1,3.1,1,3.4V21 c0,0.4,0.7,0.5,1.2,0.5h22.9C25,21.3,25,21.2,25,21V6.3c0-0.3-0.2-0.5-0.5-0.5h-7.4c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5 h7.4c0.8,0,1.5,0.7,1.5,1.5v0.2h0.6C27.4,6.4,28.1,7.1,28.1,7.9 M26.5,21.5c0.4,0,0.6-0.2,0.6-0.5v-13c0-0.3-0.2-0.5-0.5-0.5H26V21 C26,21.3,26.2,21.5,26.5,21.5'/%3E%3C/svg%3E ");
}
.flexc #main > .containerWrapper > .container > #clientDocs .adds > span.active.uploadIcon, .flexc #main > .containerWrapper > .container > #clientDocs .adds > a.active.uploadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > span.active.uploadIcon, .flexc #main > .containerWrapper > .container > #clientMedia .adds > a.active.uploadIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.3 22.2'%3E%3Cpath fill='%2305393F' d='M20.1,12.5c-0.1,0.1-0.2,0.1-0.4,0.1c-0.1,0-0.3,0-0.4-0.1l-4.3-4.2v13.5c0,0.3-0.2,0.5-0.5,0.5 s-0.5-0.2-0.5-0.5V8.3l-4.3,4.2c-0.2,0.2-0.5,0.2-0.7,0c-0.2-0.2-0.2-0.5,0-0.7l5.1-5.1c0,0,0,0,0,0l0,0c0,0,0,0,0,0 c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0s0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l0,0c0,0,0,0,0,0 l5.1,5.1C20.3,11.9,20.3,12.3,20.1,12.5 M23.9,4.6c-0.7,0-1.4,0.1-2,0.4c-0.8-2.9-3.4-5-6.5-5c-2.6,0-4.9,1.4-6,3.7 c-0.6-0.3-1.3-0.5-2-0.5c-2.2,0-4.1,1.8-4.1,4C1.4,7.7,0,9.4,0,11.3c0,2.3,1.9,4.1,4.1,4.1h4.4c0.3,0,0.5-0.2,0.5-0.5 c0-0.3-0.2-0.5-0.5-0.5H4.1c-1.7,0-3.1-1.4-3.1-3.1c0-1.6,1.2-3,2.8-3.1c0.3,0,0.5-0.3,0.4-0.5c0-0.1,0-0.2,0-0.3 c0-1.7,1.4-3.1,3.1-3.1c0.7,0,1.3,0.2,1.9,0.6C9.4,5,9.5,5,9.7,4.9c0.1,0,0.3-0.2,0.3-0.3C10.9,2.4,13,1,15.4,1c2.8,0,5.2,2,5.7,4.8 c0,0.2,0.1,0.3,0.3,0.4c0.1,0.1,0.3,0.1,0.5,0c0.6-0.4,1.4-0.5,2.1-0.5c2.4,0,4.4,2,4.4,4.4c0,2.4-2,4.4-4.4,4.4h-3.1 c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5h3.1c3,0,5.4-2.4,5.4-5.4C29.3,7.1,26.8,4.6,23.9,4.6'/%3E%3C/svg%3E ");
}
.flexc #main > .containerWrapper > .container > #clientDocs form ::-webkit-input-placeholder, .flexc #main > .containerWrapper > .container > #clientMedia form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #clientDocs form ::-moz-placeholder, .flexc #main > .containerWrapper > .container > #clientMedia form ::-moz-placeholder { /* Firefox 19+ */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #clientDocs form :-ms-input-placeholder, .flexc #main > .containerWrapper > .container > #clientMedia form :-ms-input-placeholder { /* IE 10+ */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #clientDocs form :-moz-placeholder, .flexc #main > .containerWrapper > .container > #clientMedia form :-moz-placeholder { /* Firefox 18- */
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #clientDocs form h3, .flexc #main > .containerWrapper > .container > #clientMedia form h3 {
  margin-top: 5px;
}
.flexc #main > .containerWrapper > .container > #clientDocs form input[name=link], .flexc #main > .containerWrapper > .container > #clientMedia form input[name=link] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='492.36 0 935.279 1080'%3E%3Cpolygon fill='%23020d25' points='492.36,0 492.36,1080 1427.64,540 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 10px auto;
}
.flexc #main > .containerWrapper > .container > #clientDocs form input[name=link]:focus, .flexc #main > .containerWrapper > .container > #clientDocs form input[name=link].infoEdit, .flexc #main > .containerWrapper > .container > #clientMedia form input[name=link]:focus, .flexc #main > .containerWrapper > .container > #clientMedia form input[name=link].infoEdit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='492.36 0 935.279 1080'%3E%3Cpolygon fill='%23DCA66C' points='492.36,0 492.36,1080 1427.64,540 '/%3E%3C/svg%3E%0A");
}
.flexc #main > .containerWrapper > .container > #clientDocs form input, .flexc #main > .containerWrapper > .container > #clientDocs form select, .flexc #main > .containerWrapper > .container > #clientDocs form textarea, .flexc #main > .containerWrapper > .container > #clientMedia form input, .flexc #main > .containerWrapper > .container > #clientMedia form select, .flexc #main > .containerWrapper > .container > #clientMedia form textarea {
  height: 50px;
  background-color: #fff;
  border: none;
  max-width: none;
  width: 100%;
  margin-bottom: 8px;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 100%;
  border: 1px solid #D4D5D8;
}
.flexc #main > .containerWrapper > .container > #clientDocs form input:disabled, .flexc #main > .containerWrapper > .container > #clientDocs form select:disabled, .flexc #main > .containerWrapper > .container > #clientDocs form textarea:disabled, .flexc #main > .containerWrapper > .container > #clientMedia form input:disabled, .flexc #main > .containerWrapper > .container > #clientMedia form select:disabled, .flexc #main > .containerWrapper > .container > #clientMedia form textarea:disabled {
  cursor: not-allowed;
}
.flexc #main > .containerWrapper > .container > #clientDocs form select > option:disabled, .flexc #main > .containerWrapper > .container > #clientMedia form select > option:disabled {
  color: #E2E3E7;
  font-weight: 400;
  font-size: 100%;
}
.flexc #main > .containerWrapper > .container > #clientDocs form textarea, .flexc #main > .containerWrapper > .container > #clientMedia form textarea {
  resize: none;
  padding: 10px;
  height: 213px;
}
.flexc #main > .containerWrapper > .container > #clientDocs form .marL, .flexc #main > .containerWrapper > .container > #clientMedia form .marL {
  margin-left: 10px;
}
.flexc #main > .containerWrapper > .container > #clientDocs form .marL > div, .flexc #main > .containerWrapper > .container > #clientMedia form .marL > div {
  max-width: 300px;
}
.flexc #main > .containerWrapper > .container > #clientDocs form .marL > .buttons, .flexc #main > .containerWrapper > .container > #clientMedia form .marL > .buttons {
  justify-content: flex-end;
}
.flexc #main > .containerWrapper > .container > #clientLog {
  background-color: #E2E3E7;
  padding: 20px;
  border: 1px solid #D4D5D8;
  position: relative;
  z-index: 1;
}
.flexc #main > .containerWrapper > .container > #clientLog .gridWrapper {
  margin-bottom: 20px;
}
.flexc #main > .containerWrapper > .container > #clientLog .gridWrapper .header .filter {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.6s ease;
  transform: rotate(-90deg);
}
.flexc #main > .containerWrapper > .container > #clientLog .gridWrapper .header .filter.cresc {
  transform: rotate(-90deg) scale(-1, 1);
}
.flexc #main > .containerWrapper > .container > #clientLog .gridWrapper .grid:not(.header) {
  background-color: #fff;
}
.flexc #main > .containerWrapper > .container > #clientLog .gridWrapper .grid > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexc #main > .containerWrapper > .container > #clientLog .gridWrapper .grid img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.flexc #main > .containerWrapper > .container .withTabs {
  padding: 20px;
  border: 1px solid #D4D5D8;
  position: relative;
  z-index: 1;
  background-color: #E2E3E7;
  min-height: calc(100vh - 173px);
}
.flexc #main > .containerWrapper > .container .withTabs .closeTab {
  position: absolute;
  right: 0;
  top: -50px;
  background-color: transparent;
  width: auto;
}
.flexc #main > .containerWrapper > .container .withTabs .closeTab::after {
  content: "✕";
  color: white;
  font-size: 35px;
}
.flexc #main > .containerWrapper > .container .withTabs .adds {
  position: absolute;
  top: -1px;
  left: -46px;
}
.flexc #main > .containerWrapper > .container .withTabs .adds > span, .flexc #main > .containerWrapper > .container .withTabs .adds > a {
  display: block;
  position: relative;
  width: 45px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.6s ease;
}
.flexc #main > .containerWrapper > .container .withTabs .adds > span.active, .flexc #main > .containerWrapper > .container .withTabs .adds > a.active {
  background-color: #E2E3E7;
  border: 1px solid #D4D5D8;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 0px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel h1 {
  margin: 0;
  font-weight: 700;
  color: #020d25;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 20px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper h3 {
  color: #020d25;
  margin: 0;
  font-weight: 700;
  font-size: 115%;
  padding-bottom: 10px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper input[type=text], .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper textarea, .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper select, .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper input[type=url] {
  display: block;
  max-width: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E2E3E7;
  color: #020d25;
  font-weight: 400;
  font-size: 100%;
  padding: 15px;
  margin-bottom: 8px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper textarea {
  resize: none;
  height: 120px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .quartoNumber {
  font-size: 26px;
  color: #020d25;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .quartoNumber span {
  font-size: 14px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldGroup .fieldWrapTitle {
  color: #020d25;
  font-weight: 700;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldWrap.hasIdioma {
  position: relative;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldWrap.hasIdioma span {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E2E3E7;
  font-weight: 600;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldWrap.hasIdioma input, .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldWrap.hasIdioma textarea {
  padding-left: 60px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldWrap.hasIdioma textarea + span {
  bottom: unset;
  top: 0;
  left: 0;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .fieldWrap.mb-10 {
  margin-bottom: 27px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper #quartoNomeTarif span {
  font-size: 12px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .loc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.406 28.018'%3E%3Cpath fill='%231A181B' d='M10.203,0C4.577,0,0,4.68,0,10.432c0,7.385,9.445,17.03,9.848,17.437c0.093,0.096,0.221,0.149,0.355,0.149 c0.133,0,0.261-0.054,0.355-0.149c0.402-0.405,9.848-10.028,9.848-17.437C20.406,4.68,15.83,0,10.203,0 M10.203,26.794 C8.471,24.948,1,16.629,1,10.432C1,5.232,5.129,1,10.203,1s9.203,4.232,9.203,9.432C19.406,16.649,11.937,24.951,10.203,26.794 M10.203,4.485c-2.524,0-4.577,2.052-4.577,4.576c0,2.523,2.053,4.577,4.577,4.577s4.578-2.054,4.578-4.577 C14.781,6.537,12.727,4.485,10.203,4.485 M10.203,12.638c-1.973,0-3.577-1.604-3.577-3.577c0-1.972,1.604-3.576,3.577-3.576 s3.578,1.604,3.578,3.576C13.781,11.034,12.176,12.638,10.203,12.638'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: 10px 10px;
  padding-left: 45px !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper #aloMap {
  width: 100%;
  height: 220px;
  margin-bottom: 8px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input {
  position: relative;
  margin-bottom: 8px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  display: block;
  max-width: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E2E3E7;
  color: #020d25;
  font-weight: 400;
  font-size: 100%;
  padding: 15px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input input[type=number]::-webkit-inner-spin-button, .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -4px;
  right: 0px;
  margin: 0px 15px;
  border-radius: 50%;
  border: 1px solid #020d25;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span:after {
  color: #020d25;
  font-size: 14px;
  font-weight: 700;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span.plus:after {
  content: "+";
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span.minus {
  right: 45px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span.minus:after {
  content: "-";
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span.disabled {
  border-color: #E2E3E7 !important;
  cursor: default;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper .number-input > span.disabled:after {
  color: #E2E3E7 !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .generalInfoWrapper {
  max-width: 320px;
  width: 100%;
  padding-right: 5px;
  flex-shrink: 0;
  flex-grow: 0;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .generalInfoWrapper .divisions label {
  color: #020d25;
  font-size: 14px;
  font-weight: 600;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .generalInfoWrapper .divisions.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: no-drop;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .generalInfoWrapper .divisions.disabled input {
  pointer-events: none;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper {
  padding-left: 5px;
  flex-grow: 1;
  max-width: calc(100% - 320px);
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojHead {
  display: flex;
  align-items: center;
  padding: 0 30px;
  list-style: none;
  margin: 0;
  top: 1px;
  position: relative;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojHead .tabsAlojHeadItem {
  background-color: white;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 15px;
  color: #020d25;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #D4D5D8;
  cursor: pointer;
  min-width: 180px;
  left: -1px;
  position: relative;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent {
  background-color: white;
  border: 1px solid #D4D5D8;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent .tabsAlojItem {
  width: 100%;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent .roomExtra, .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent .roomExtraImages {
  display: none;
  padding: 40px 15px 5px;
  border-color: rgba(210, 210, 210, 0.2);
  border-width: 2px;
  border-radius: 4px;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent .roomExtra > .roomExtraInput, .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent .roomExtraImages > .roomExtraInput {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0;
  border: 1px solid #e2e3e7;
  max-width: 180px;
  padding: 5px 10px;
  background: #f3f3f3;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .tabsAloj .tabsAlojContent .roomExtraImages {
  display: block;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider {
  margin-bottom: 10px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .toggleId {
  background-color: #D4D5D8;
  color: #020d25;
  font-weight: 700;
  padding: 15px 15px 15px 50px;
  transition: all 0.6s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .toggleId:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 14px;
  transition: all 0.6s ease;
  transform: rotate(90deg);
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .toggleId.opened:after {
  transform: rotate(90deg) scale(-1, 1);
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider {
  display: none;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #020d25 !important;
  font-style: italic;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) ::-moz-placeholder { /* Firefox 19+ */
  color: #020d25 !important;
  font-style: italic;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) :-ms-input-placeholder { /* IE 10+ */
  color: #020d25 !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) span:not(.plusIcon) {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20px;
  flex: 1 0 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #020d25;
  margin-right: 5px;
  transition: all 0.6s ease;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-image: none;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) span:not(.plusIcon).checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405.272 405.272'%3E%3Cpath fill='%23020d25' d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/svg%3E");
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) span:not(.plusIcon).disabled {
  cursor: no-drop;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) label {
  font-weight: 400;
  font-size: 100%;
  color: #020d25;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) input {
  border: 0;
  border-bottom: 1px solid #020d25;
  padding: 5px 0px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div:not(.addOther) img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 5px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div .fieldOther > *:not(:first-child) {
  margin: 0 5px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div .canaisOther span:not(.plusIcon) {
  flex: 1 0 20px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div .canaisOther input.otherInputDefault {
  margin-left: 7px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider .addOther {
  color: #020d25;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider .addOther .plusIcon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAMAAAC/MqoPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGQjk3QUVGMTU0ODExRUM5QkMxQ0I1Mjk1NUNBN0UxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGQjk3QUYwMTU0ODExRUM5QkMxQ0I1Mjk1NUNBN0UxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZCOTdBRUQxNTQ4MTFFQzlCQzFDQjUyOTU1Q0E3RTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZCOTdBRUUxNTQ4MTFFQzlCQzFDQjUyOTU1Q0E3RTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69uDKIAAACx1BMVEUANDxHeHzf6On9/f16mp/5+vpxlZkdX2XN2doANT0ANj4ANj4rZ237/PwAOEDj6utKen98nKH8/f0AP0fO2tvy9PTP2tz2+fnd5eZ2mJyMqKsAOUFwlJmAoKTo7u8ANz98nKD09vft8fElYmnu8vIgYWZIeX7i6era4uPp7+8pZWyCoKU5bnSHpahfh4uWsbRFdnve5+iDoaX3+vpZg4jr7/EAPEMAOUFiio76+/t/n6Pz9fUAVFvR3N3l7OwwaW+as7bn7e6Oqq3X4eImY2g8cHXs8PEAPkW1x8lNe4AARU3m7O2Fo6fq7+/19/d0lpuzxcdQfoJOfIF9naKUr7J4mJ06cHWRrK9ojpMvaG/S3d51l5xWgobAz9AAPUWNqazU3t8AR07w8vPQ29wATlW9zM40bHJ5mZ4AREv09vZ7m59Gd3wAPkYFVl3W4OEASlDb4+RahIi6y81DdHnF09RkjJDBz9FhiY1pj5T2+PhRf4Nvk5gnZGrF09Xk6+wAQkqht7ttkZayxMaovb+jubzc5OV+nqKIpakARUze5ucAQEjV3+AAQkm5yswAO0I+cndEdXrL19mVsLNchoqxxMYASU/T3d/E0tOQrK8AUFeJp6q8y83H1dYjYWdzlZofYGXG1NYKWV8aXWNXg4dHeH2Pq66gtrqctLiftbnZ4eKEoqZmjZGvwsTh6OlnjZGtwMKsv8EAUlkAS1G4ycsARk63yMoNWl+SrbCGo6hVgYVAc3iiuLumu762yMpukpeZs7XC0NJLe3/M2NknZGuYsbVUgIXI1tcATFJbhYkyanC0xsi+zc8ATlUza3EATVPK1tjx8/QqZmwTW2E2bHK/ztBehotTf4StwMSdtbg4bXOnvL9ji4+bs7ctaG5qkJUAQUgASlGqvcERWmBrkZalur5BdHkcXmSKqKukub0AU1qTrrFPfYL///97uwhQAAAA7XRSTlP//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDqQUQKAAAG+UlEQVR42uzdZVNcSRQG4IZhkty6DDIwYZjCg7sP7u4ECRoIFMTd3d09G9/IxmWzcXfZZd3dvX/EAglZIsCcrRSzdfq8H/g43Q89dWtud59uxo0RdWOK1YfmHfENn6A0QieYEdpMTpm1RpY6RZbNF0YLQE9wGOssseciW+z5UYWcbhdwxpm9LLI+PR41vV+innUVeVlQNFq6+lCOzLpJ5LRYpHTXskzWffQb3VHSXYdGsp6in+yOkK4OGsx6zpqjdvjoO75nhsRmEzq6dhczLPu8kdE1fWQD6fKI4bjoRSuYoZl7ExXdK5gZnmnumOi/RALoq95BRE+YwSBZEoaHfnMsiJ6+GA99kQSin63FQ9eB5Eyah4autIfRWYwCC909CkiPasBCz50BpI8MwUJfvg5I963CQh/zCEgfvRcLvb8HkL65CQv9/Z+A9FFvY6FPigPS5VNY6LXvAensChb66mVQ+l0s9CwbKP0CFnpRJJSuw0I/rofS87DQT8tQuh8W+lUJSo/BQp8HlbMSLPRvwHRrLPQgMH2EAgm9FEw3w0K/IC79oLh0nbj0peLS88Slh4pLdxSXHiMu3Vpcuou4dDNh6Qpx6eoyYekqe6ITXSB6dKGwdGUfohOd6EQnOtGJTnSiE53oRCc60YlOdKITnehEJzrRiU50ohOd6EQnOtGJTnSiE53oRCc60YkuAD3MAUwfiqUUYASYbrzSfU1IiOkri1dIBZh+3dQL2oplexIScp2cfCIiMtzcGmJd7ZQqBYiece1kcLDJK4tn8JtgepyJJ7SVW1ZtGfh38b17NeHhDzd+OnVyxXyHwjIXP13SgttOBtDVWxYF5jBkGfXbJV2TZfd0u52hvgxnhmQHVXVNV9y2jmOIk1aX2gX9xKDXGfIkntK8jL7+FsMfi+qQF+h2X73GhMjIMc/RC1L0TJDMOvIMPWw7Eye+Xp3pSUykeMb+S5+SKRSdLX1KdzsvlpytWNlBdxBMzqSRqsd0bxvR6Mx50mN6lCwcXfZUtNF9hjHxYrO8jX5XFpAu69rol4WkJyoYdxsrCUhnqywZnyLioLcO+wLGNwhK38b4fEHpDowPFJR+ifGPhXzKMWki4+aC0v0ZnyUovZlxf0Hp5cI+5qR1jM8U9Am/n/EgQemFjNcKSr/BuNMwMelTWl9aK4Uc9pyIVrq1kO/r/m1TFestRKTXtdFVHgL+qLExbZ+RLRVwRtaqfUaWa1qEozvvfLL6Mki4X7HF6if04QMEow/RPl1p3TtYLPqVTuvr24SS7w7rRC+YL5A8yv2ZvTQZFcLIf/Z5bgdVhIsY8MyAjBf2zcUeFmH3mHnW9Jftlrwfjh3+w5IjXeyRzf1jLWb4g5mzC7reGa2dVzwXKbylepKm+/3wc3YsSR+Czj3sy5itrj1XQagWNyUF5IXGlLgMta/u43D9u4pjUVMDH4bXfFacbWUSPHFtun9z4re+d9I8+hoUj77wf+VmDwM/vKONtAHtSbvja15Z+W5zs79/+uV1ntkzasYHHpvpcmOCtwpS9qNQq6KVYXbTXYdrPnB3i/BxSk6w9DIN0S4e5526sr4qvtG2n0GxtQ0E07+2NfDDO9po7N+exviqLfX1Y1JTvb3HaZefsMx1ynfTTFcbr+IJfuVNKMdR7KUUt86NCjuJTnSiE53oRCc60YlOdKITnehEJzrRiU50ohOd6EQnOtGJTnSiE53oRCc60YlO9P9Md+HC0q2JTnSR6CVI6NGFYLojErrKnuhEF4iuLhN2U7jCDEzPQ0LncPpFLHR44eRSLHR4AYgOCz0GTD+Ihe4Ipg/CQvcD0//CQj8Kpm/AQg8A05Ow0HVg+hdY6Clg+iIsdPCRP/JCLPRSKN3icyz0IChdvwkLPQlKH1yEhf4GlL4iCwv9KpSesxoL/TT0LL+WWiz049DTK+NmY6EviATSP1qPhZ4FvUlpV38s9NXLgHTzeiz0Tx4A6eXjsNC3Qm8mtvLCQr8Pvf81PB8L3XYPkH4yFgt9ZSKQXq3EQtf+CqT3xs3zvUOfMxBIL0VDdwMePSYtREO32w2j27yFhg6djf5zNh46cK7iUSoeehPsrM7x+XjoWtghrQEKPHSeIv3vnnK9RY8fDaDvT8ZEj65zNnzQr3FMdK6tNJg+OQMXnZ9bZehsrC1HRlduN+y+icxDHBudu0fpDVlonNaAj859snuejnc2SeYI6Tzfs6dxtyifw1HSecP47tci9Ad8OFI6D3Mc1fXym5Tp4MrR0jmfsK+rL73+fFHvdqW36dzVr0X/4shLFmdKNBw5nfOIurQ1zp31kmwxOtSp1/thBHrb28zv5WdlWZYkqfWvPi4wy84InTAOvTXJ5y5OPTAxuMbssG2BcXrwjwADAMttjIFpiqvuAAAAAElFTkSuQmCC");
  background-size: contain;
  margin-right: 5px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .alojTabs {
  background-color: white;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .alojTabs .alojTabsHead {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .alojTabs .alojTabsHead .alojTabsLabel {
  padding: 10px;
  width: auto;
  min-width: 120px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  color: #020d25;
  font-weight: 700;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .alojTabs .alojTabsHead .alojTabsLabel.active {
  background-color: #D4D5D8;
  border-bottom: 1px solid #020d25;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .alojTabs .alojTabsContentWrap {
  padding: 10px;
  display: none;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .alojTabs .alojTabsContentWrap.active {
  display: block;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .roomImages {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-self: stretch;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .roomImages .roomImageWrapper {
  width: 100%;
  max-height: 120px;
  height: 100%;
  position: relative;
  cursor: pointer;
  /*  .addToRoomImg{
       width: 100%;
       object-fit: cover;
       height: 100%;
       &.active{
           transform: scale(1.05);
           border: 2px solid #020d25;
           border-radius: 3px;
           -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
           -ms-border-radius: 3px;
           -o-border-radius: 3px;
           -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
           -ms-transform: scale(1.05);
           -o-transform: scale(1.05);
       }
   } */
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .roomImages .roomImageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  /*  &.active{
       border: 2px solid #020d25;
       &::before{
           content: '';
           width: 30px;
           height: 30px;
           bottom: 0;
           right: 0;
           background-color: #020d25;
           position: absolute;
       }
   } */
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .roomImages .roomImageWrapper.imgSelected {
  box-shadow: 0px 0px 0px 2px #020d25;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .roomImages .roomImageWrapper.imgSelected::before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-color: #020d25;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NDguMDUiIGhlaWdodD0iMzIwLjA1IiB2aWV3Qm94PSIwIDAgNDQ4LjA1IDMyMC4wNSI+DQogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPg0KICAgIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+DQogICAgICA8cGF0aCBkPSJNNDM4LjY4LDkuMzhhMzIsMzIsMCwwLDEsMCw0NS4yOWwtMjU2LDI1NmEzMiwzMiwwLDAsMS00NS4zLDBsLTEyOC0xMjhhMzIsMzIsMCwwLDEsNDUuMy00NS4zbDEwNS4zOSwxMDUuM0wzOTMuNDcsOS4zOGEzMiwzMiwwLDAsMSw0NS4zLDBaIiBzdHlsZT0iZmlsbDogI2YzZjNmMyIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 9;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  padding: 10px 20px;
  font-size: 100%;
  font-weight: 300;
  color: #020d25;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #020d25 !important;
  font-style: italic !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid ::-moz-placeholder { /* Firefox 19+ */
  color: #020d25 !important;
  font-style: italic !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid :-ms-input-placeholder { /* IE 10+ */
  color: #020d25 !important;
  font-style: italic !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid:last-of-type {
  border-bottom-color: transparent;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid.season {
  grid-template-columns: 2fr 2fr 2fr 1fr;
  background-color: rgba(200, 200, 200, 0.6);
  padding: 0px;
  margin-top: 1px !important;
  padding-left: 40px;
  position: relative;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid.season .fieldGroup {
  padding: 0 10px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid.season .fieldWrap span {
  border: 1px solid rgba(11, 55, 62, 0.5);
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid.season .fieldWrap input[type=text], .flexc #main > .containerWrapper > .container .withTabs .panel .grid.season .fieldWrap textarea {
  border: 1px solid rgba(11, 55, 62, 0.5) !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid.seasonAdd .addNewsSeason {
  cursor: pointer;
  border-radius: 5px;
  background-color: #020d25;
  padding: 12px 15px;
  width: auto;
  color: white;
  font-weight: 600;
  max-width: 220px;
  text-align: center;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid > .flexWrapper label {
  flex-shrink: 0;
  align-self: center;
  padding: 15px;
  margin-right: 10px;
  width: 145px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid > .flexWrapper label + input {
  text-align: right;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .grid textarea {
  max-height: 70px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .header {
  background: #D4D5D8;
  font-weight: 700;
  padding: 20px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia {
  text-align: center;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload {
  height: 470px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload, .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload {
  position: relative;
  border: 1px dashed #D4D5D8;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload > img, .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload > img {
  height: 140px;
  width: auto;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload > p, .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload > p {
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
  margin: -25px 0px 0px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload > p > span, .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload > p > span {
  color: #020d25;
  text-decoration: underline;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload > span, .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload > span {
  display: block;
  color: #c4c4c4;
  font-weight: 400;
  font-size: 100%;
  margin: 40px 0px 15px;
  transition: color 0.6s ease-in-out;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload > span.warning, .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload > span.warning {
  color: #D8000C;
  font-weight: 700;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload > input[type=file], .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload > input[type=file] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload.imagePrev {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  min-height: 450px;
  height: 50vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload.imagePrev > * {
  opacity: 0;
  visibility: hidden;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload .uploadLoad {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload .uploadLoad .uploadLoadWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload .uploadLoad .loaderGif {
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload .uploadLoad .loaderGif img {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .multiUpload .uploadLoad .counter {
  font-weight: bold;
  font-size: 14px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti {
  height: 70px;
  padding: 5px 25px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti__info {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti__info span.incoInfo {
  color: #797979;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 0;
  background-image: url("data:image/png;base64,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");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .swiper-wrapper {
  align-items: center;
  position: absolute;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .swiper-slide {
  width: 80px;
  height: 60px;
  padding: 5px;
  transition: padding 0.6s ease;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .swiper-slide > span.delete {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0%;
  right: 0%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .swiper-slide > span.delete:before {
  width: 100%;
  height: 100%;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .infoEdit {
  padding: 0px;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti .infoEdit > span.delete {
  opacity: 1;
  visibility: visible;
}
.flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .uploadedMulti img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #D4D5D8;
}
.flexc #main > .containerWrapper > .container .gridWrapper .grid {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  padding: 10px 20px;
  font-size: 100%;
  font-weight: 300;
  color: #020d25;
  border-bottom: 1px solid #D4D5D8;
}
.flexc #main > .containerWrapper > .container .gridWrapper .header {
  background: #D4D5D8;
  font-weight: 700;
  padding: 20px;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasHead {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 20px;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap textarea {
  max-height: 70px;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .campanhaImgPreview {
  width: 100%;
  height: 120px;
  background-color: #e2e3e7;
  border: 1px solid #345d9d;
  position: relative;
  padding: 5px;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .campanhaImgPreview::before {
  content: "+";
  border: 1px dashed #345d9d;
  width: 99%;
  height: 98%;
  position: relative;
  font-size: 60px;
  color: #919191;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .campanhaImgPreview.imgPrev {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .campanhaImgPreview.imgPrev::before {
  display: none;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .deleteCampWrap {
  width: 200%;
  height: 49px;
  background-color: #e2e3e7;
  border-radius: 5px;
  padding: 12px 15px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .deleteCampWrap .deleteCamp {
  flex: 1 0 40px;
  max-width: 40px;
  height: 49px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
.flexc #main > .containerWrapper > .container .campanhasTab .campanhasList .campanhasListWrap .deleteCampWrap .deleteCamp::after {
  content: "✕";
  color: #020d25;
  font-size: 25px;
  line-height: 40px;
}
.flexc #main > .containerWrapper > .container .campanhasTab .addCampanhas {
  cursor: pointer;
  border-radius: 5px;
  background-color: #020d25;
  padding: 12px 15px;
  width: auto;
  color: white;
  font-weight: 600;
  max-width: 260px;
  text-align: center;
}
@media (max-width: 1280px) {
  .flexc #main {
    flex-direction: column;
  }
  .flexc #main > #logo {
    flex-direction: row;
    align-items: center;
  }
  .flexc #main > .containerWrapper {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .flexc #main > #logo {
    padding: 40px 40px 0px;
  }
  .flexc #main > #logo > img {
    width: 220px;
  }
  .flexc #main > #logo > .search {
    margin: 0px 25px 0 auto;
  }
  .flexc #main > .containerWrapper > header > #menu {
    display: none;
  }
  .flexc #main > .containerWrapper > header > #menu > ul {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    transition: opacity 0.3s ease-in-out;
  }
  .flexc #main > .containerWrapper > header > #menu > ul > li {
    border-right: none;
  }
  .flexc #main > .containerWrapper > header > #menu > ul > li:last-of-type {
    position: absolute;
    right: 40px;
    width: 150px;
  }
  .flexc #main > .containerWrapper > header > #menu.open > ul {
    opacity: 1;
    visibility: visible;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div {
    flex-direction: column;
    justify-content: flex-start;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile {
    width: 100%;
    padding: 0px;
    position: relative;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile .clientProfilePhoto {
    text-align: left !important;
    margin: -60px 0px 0px !important;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile .clientProfilePhoto > img {
    width: 120px !important;
    height: 120px !important;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile .clientProfileName {
    max-width: 120px;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div > .clientProfile > .addAccom {
    margin: 0px;
    position: absolute;
    top: 30px;
    right: 0px;
  }
  .flexc #main > .containerWrapper > .container > #clientDash > div > .accomsList > h2 {
    margin-top: 20px;
    text-align: center;
  }
  .flexc #main > .containerWrapper > .container > #clientDocs .aloFiles, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles {
    margin-bottom: 15px;
  }
  .flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div {
    display: block;
    width: 180px;
    height: 180px;
  }
  .flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div .accomImg, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div .accomImg {
    width: 70px;
    height: 70px;
  }
  .flexc #main > .containerWrapper > .container > #clientDocs .aloFiles > div .icon, .flexc #main > .containerWrapper > .container > #clientMedia .aloFiles > div .icon {
    width: 70px;
    height: 70px;
    margin: 15px auto 10px;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper {
    flex-direction: column;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper #aloMap {
    height: 250px;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .generalInfoWrapper {
    max-width: none;
    padding-right: 0px;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper {
    padding-left: 0px;
    max-width: none;
    width: 100%;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider {
    margin-bottom: 10px;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div {
    flex-direction: column;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .infoWrapper > .extrasWrapper .toggleSliders > .toggleSlider > .slider > div > div {
    width: 100%;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 10px;
  }
  .flexc #main > .containerWrapper > .container .withTabs .panel .multimedia .singleUpload {
    height: 400px;
  }
  .flexc #main > .containerWrapper > .container .gridWrapper .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 10px;
  }
  .flexc #main > .containerWrapper > .container .gridWrapper .header {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .flexc #main > #logo > .search {
    display: none;
  }
}

select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(32deg, #D4D5D8 50%, transparent 50%), linear-gradient(148deg, #D4D5D8 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50% - 4px), calc(100% - 15px) calc(50% + 4px);
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
select:disabled {
  opacity: 1;
  background-image: none;
}
select:focus {
  background-image: linear-gradient(32deg, #020d25 50%, transparent 50%), linear-gradient(148deg, #020d25 50%, transparent 50%);
}
select:invalid {
  color: #E2E3E7;
}

.flexWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flexGrow {
  flex-grow: 1;
}

.flexStick {
  flex-shrink: 0;
}

.flexCol {
  flex-direction: column !important;
}

.noTramas {
  background-image: none !important;
}
.noTramas #main:before {
  content: none !important;
  background-image: none !important;
}

.sign #main > #logo {
  display: flex;
  justify-content: center;
  margin: 40px 0px 75px;
  gap: 15px;
}
.sign #main > #logo > img {
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sign #main > #logo > img.logoGh {
  width: 320px;
}
.sign #main > .signWrapper {
  display: flex;
  max-width: 875px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sign #main > .signWrapper > div {
  width: 50%;
  padding: 40px;
  transition: all 0.6s ease;
}
.sign #main > .signWrapper > div#login {
  background-color: #345d9d;
}
.sign #main > .signWrapper > div#login .btn-block {
  background-color: #020d25;
  color: #fff;
}
.sign #main > .signWrapper > div#login .errors {
  margin: 10px -40px;
  padding: 0px 40px;
}
.sign #main > .signWrapper > div#regist {
  background-color: #D4D5D8;
}
.sign #main > .signWrapper > div#regist .btn-block {
  background: #fff;
  color: #020d25;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign #main > .signWrapper > div.active {
  transform: scale(1.1);
}
.sign #main > .signWrapper > div > .card-header {
  color: #fff;
  font-size: 200%;
  font-weight: 500;
  text-align: center;
}
.sign #main > .signWrapper > div > .card-body > p {
  color: #fff;
  font-weight: 400;
  font-size: 100%;
  text-align: center;
  margin-top: 0px;
}
.sign #main > .signWrapper > div > .card-body > form input {
  height: 50px;
  background: #fff;
  border: none;
  max-width: none;
  width: 100%;
  margin-bottom: 8px;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 100%;
}
.sign #main > .signWrapper > div > .card-body .btn-block {
  margin: 20px auto 0px;
  font-weight: 300;
  font-size: 100%;
  border-radius: 8px;
  height: 50px;
  width: 130px;
  display: table;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media (max-width: 960px) {
  .sign #main > #logo {
    margin: 25px 0px 50px;
  }
  .sign #main > #logo > img {
    width: 280px;
  }
  .sign #main > .signWrapper {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .sign #main > .signWrapper > div {
    min-width: 320px;
  }
}
@media (max-width: 640px) {
  .sign #main > .signWrapper > div {
    width: 80%;
  }
}

.regist #main .containerWrapper {
  align-self: center;
}
.regist #main .containerWrapper .container {
  background-color: #D4D5D8;
  max-width: 960px;
  margin: auto;
}
.regist #main .containerWrapper .container > a {
  font-size: 100%;
  font-weight: 400;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #020d25;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.regist #main .containerWrapper .container > a:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 14px;
}
.regist #main .containerWrapper .container > h2 {
  color: #000;
  font-size: 200%;
  font-weight: 500;
  text-align: center;
}
.regist #main .containerWrapper .container > form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  padding: 0px 20px 40px;
  margin: 0px auto;
}
.regist #main .containerWrapper .container > form > div {
  width: 340px;
}
.regist #main .containerWrapper .container > form > div label {
  font-size: 115%;
  color: #020d25;
  display: block;
  line-height: 150%;
  font-weight: 300;
}
.regist #main .containerWrapper .container > form > div .form-group input {
  height: 50px;
  background: #fff;
  border: none;
  max-width: none;
  width: 100%;
  margin-bottom: 8px;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 100%;
}
.regist #main .containerWrapper .container > form > div .knowledge {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1em 0;
}
.regist #main .containerWrapper .container > form > div .knowledge span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid #020d25;
  background-color: transparent;
  border-radius: 50%;
  color: #020d25;
  margin-right: 5px;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 12px;
  cursor: pointer;
}
.regist #main .containerWrapper .container > form > div .knowledge span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.6s ease;
}
.regist #main .containerWrapper .container > form > div .knowledge span.checked:before {
  background-color: #020d25;
}
.regist #main .containerWrapper .container > form > div .knowledge #policyCheck {
  font-size: 0px;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.regist #main .containerWrapper .container > form > div .knowledge p {
  font-size: 12px;
  font-weight: 400;
  color: #020d25;
  margin: 0px;
  line-height: 12px;
}
.regist #main .containerWrapper .container > form > div .knowledge p a {
  color: #020d25;
}
.regist #main .containerWrapper .container > form > div .btn-block {
  margin: 20px 0px 0px auto;
  font-weight: 300;
  font-size: 100%;
  border-radius: 8px;
  height: 50px;
  width: 130px;
  display: table;
  border: none;
  cursor: pointer;
  background-color: #345d9d;
  color: #fff;
  transition: all 0.6s ease;
}
@media (max-width: 1280px) {
  .regist #main .containerWrapper .container {
    max-width: none;
  }
}
@media (max-width: 960px) {
  .regist #main .containerWrapper .container > h2 {
    margin-top: 0px;
  }
  .regist #main .containerWrapper .container > form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.goback {
  font-size: 100%;
  font-weight: 400;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.goback:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23FFFFFF' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 14px;
}

.adminDash {
  display: block;
}
.adminDash > div {
  padding: 20px;
  background-color: #E2E3E7;
  min-height: calc(100vh - 173px);
}
.adminDash > div h1 {
  margin: 0;
  font-weight: 700;
  color: #020d25;
  font-size: 30px;
  line-height: 1;
}
.adminDash > div .filtersWrapper {
  margin-top: 20px;
  max-width: 250px;
  width: 100%;
  margin-right: 20px;
}
.adminDash > div .filtersWrapper > .toggleSlider {
  margin-bottom: 20px;
}
.adminDash > div .filtersWrapper > .toggleSlider > .toggleId {
  background-color: #fff;
  color: #020d25;
  border: 1px solid #D4D5D8;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  transition: all 0.6s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.adminDash > div .filtersWrapper > .toggleSlider > .toggleId:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 14px;
  transition: all 0.6s ease;
  transform: rotate(180deg);
}
.adminDash > div .filtersWrapper > .toggleSlider > .toggleId.opened {
  position: relative;
  background-color: #D4D5D8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.adminDash > div .filtersWrapper > .toggleSlider > .toggleId.opened:after {
  transform: rotate(90deg) scale(-1, 1);
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider {
  display: none;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div {
  display: block;
  padding: 15px;
  background: #fff;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #020d25 !important;
  font-style: italic;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div ::-moz-placeholder { /* Firefox 19+ */
  color: #020d25 !important;
  font-style: italic;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div :-ms-input-placeholder { /* IE 10+ */
  color: #020d25 !important;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #020d25;
  margin-right: 5px;
  transition: all 0.6s ease;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-image: none;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div span.checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405.272 405.272'%3E%3Cpath fill='%23020d25' d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/svg%3E");
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div label {
  font-weight: 400;
  font-size: 100%;
  color: #020d25;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div input {
  border-bottom: 1px solid #020d25;
  padding: 5px 0px;
}
.adminDash > div .filtersWrapper > .toggleSlider > .slider > div > div img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 5px;
}
.adminDash > div .listWrapper {
  flex-shrink: 1;
  flex-grow: 1;
  margin-top: 20px;
}
.adminDash > div .listWrapper .list {
  margin: 0px 0px 20px;
}
.adminDash > div .listWrapper .list > .addAccom, .adminDash > div .listWrapper .list .addUser {
  margin: -38px 0px 10px auto;
  display: block;
  text-decoration: none;
}
.adminDash > div .listWrapper .list table, .adminDash > div .listWrapper .list td, .adminDash > div .listWrapper .list th, .adminDash > div .listWrapper .list tr {
  border-spacing: 0px;
}
.adminDash > div .listWrapper .list table {
  background: #fff;
  border: 1px solid #D4D5D8;
  width: 100%;
}
.adminDash > div .listWrapper .list table tr:first-of-type {
  background-color: #D4D5D8;
}
.adminDash > div .listWrapper .list table tr:first-of-type > td {
  border-bottom-width: 0px;
}
.adminDash > div .listWrapper .list table tr:last-of-type > td {
  border-bottom-width: 0px;
}
.adminDash > div .listWrapper .list table tr th {
  color: #020d25;
  font-size: 100%;
  font-weight: 700;
  padding: 25px 0px;
}
.adminDash > div .listWrapper .list table tr th.order {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  cursor: pointer;
}
.adminDash > div .listWrapper .list table tr th.order:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 15px;
  height: 8px;
  margin-left: 8px;
  transition: all 0.6s ease;
  transform: rotate(-90deg);
}
.adminDash > div .listWrapper .list table tr th.order.cresc:after {
  transform-origin: right;
  transform: rotate(-90deg) scale(-1, 1);
}
.adminDash > div .listWrapper .list table tr th, .adminDash > div .listWrapper .list table tr td {
  text-align: left;
}
.adminDash > div .listWrapper .list table tr th:first-of-type, .adminDash > div .listWrapper .list table tr td:first-of-type {
  text-align: center;
}
.adminDash > div .listWrapper .list table tr td {
  border-bottom: 1px solid #D4D5D8;
  padding: 10px 0px;
}
.adminDash > div .listWrapper .list table tr td a {
  text-decoration: none;
}
.adminDash > div .listWrapper .list table tr td a > img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.adminDash > div .listWrapper .list table tr td .validade-expired {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background-color: #D8000C;
  margin-right: 5px;
}
.adminDash > div .listWrapper .list table tr td .validade-warning {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background-color: chocolate;
  margin-right: 5px;
}
.adminDash > div form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  /*max-width: 760px;*/
  padding: 0px 20px 40px;
  margin: 0px auto;
}
.adminDash > div form > div {
  width: 340px;
}
.adminDash > div form > div h2 {
  font-weight: 400;
  margin: 25px 0px 0px;
}
.adminDash > div form > div label {
  font-size: 115%;
  color: #020d25;
  display: block;
  line-height: 150%;
  font-weight: 300;
}
.adminDash > div form > div input, .adminDash > div form > div select, .adminDash > div form > div textarea {
  height: 50px;
  background-color: #fff;
  border: none;
  max-width: none;
  width: 100%;
  margin-bottom: 8px;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 100%;
  color: #020d25;
}
.adminDash > div form > div input:disabled, .adminDash > div form > div select:disabled, .adminDash > div form > div textarea:disabled {
  background-color: #D4D5D8;
}
.adminDash > div form > div textarea {
  height: 150px;
  resize: none;
  padding: 10px 5px;
}
.adminDash > div form > div .btn-block {
  margin: 20px 0px 0px auto;
  font-weight: 300;
  font-size: 100%;
  border-radius: 8px;
  height: 50px;
  width: 130px;
  display: table;
  border: none;
  cursor: pointer;
  background-color: #345d9d;
  color: #fff;
  transition: all 0.6s ease;
}
.adminDash > div form > div a {
  color: #345d9d;
  display: table;
  margin-left: auto;
  text-decoration: none;
}
.adminDash > div form > div ul {
  padding-left: 20px;
  color: #020d25;
  font-weight: 300;
  list-style: none;
}
.adminDash > div form > div ul li {
  padding: 3px 0px;
}
.adminDash > div form > div ul li:before {
  content: "•";
  color: #020d25;
  font-weight: 500;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em;
  margin-left: -1em;
}
.adminDash > div form > div ul li.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.adminDash > div form > div ul li.row img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.adminDash > div form > div ul li.row label {
  text-transform: uppercase;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border: 2px solid #020d25;
  font-size: 11px;
  text-align: center;
  line-height: 50px;
}
.adminDash > div form > div ul li.row p {
  color: #020d25;
  font-size: 100%;
  font-weight: 300;
  margin-left: 10px;
}
.adminDash > div form > div ul li.row p b {
  font-weight: 500;
}
.adminDash > div .media, .adminDash > div .doc {
  transition: all 0.6s ease;
  margin: 5px;
  line-height: 0px;
  position: relative;
}
.adminDash > div .media:after, .adminDash > div .doc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: transparent;
  transition: all 0.6s ease;
}
.adminDash > div .media.doc:after, .adminDash > div .doc.doc:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px auto auto -30px;
}
.adminDash > div .media:hover:after, .adminDash > div .doc:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310.4 310.4'%3E%3Cpath fill='%23DCA66C' d='M188.8,233.9c0,0,3.5-2.1,6.4,0.9c16,16,64.1,64.1,64.1,64.1c12.8,12.8,30.7,15.8,42,4.5l2-2c11.3-11.3,8.3-29.2-4.5-42 c0,0-48.2-48.2-64.3-64.3c-2.8-2.8-0.7-6.3-0.7-6.3c29-48.4,22.7-110.4-18.9-152c-49.1-49.1-129-49.1-178.1,0 c-49.1,49.1-49.1,129,0,178.1C78.5,256.6,140.5,262.9,188.8,233.9z M60.1,191.7c-36.3-36.3-36.3-95.3,0-131.6 c36.3-36.3,95.3-36.3,131.6,0c36.3,36.3,36.3,95.3,0,131.6C155.4,228,96.4,228,60.1,191.7z M171.7,110.5 c-12-28.4-44.8-41.7-73.2-29.7c-6.6,2.8-14.2-0.3-17-6.9c-2.8-6.6,0.3-14.2,6.9-17c41.6-17.6,89.7,1.9,107.3,43.5 c2.8,6.6-0.3,14.2-6.9,17c-1.7,0.7-3.4,1-5.1,1C178.6,118.4,173.8,115.4,171.7,110.5z'/%3E%3C/svg%3E%0A");
}
.adminDash > div .media img, .adminDash > div .doc img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adminDash > div .media span, .adminDash > div .doc span {
  display: block;
  color: #020d25;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  margin: 10px auto;
}
.adminDash > div .delete {
  margin: 25px auto 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.clientProfilePhoto {
  text-align: center;
  margin: 10px auto 25px;
  position: relative;
}
.clientProfilePhoto > img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
}
.clientProfilePhoto form {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.boxSettings {
  margin: 30px 0 40px;
}
.boxSettings .boxSettingsHead {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.boxSettings .boxSettingsHead h3 {
  margin: 15px 15px 15px 0;
}
.boxSettings .boxSettingsHead .addItem {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.boxSettings .boxSettingsList {
  background-color: white;
  max-height: 380px;
  overflow-y: scroll;
}
.boxSettings .boxSettingsList table {
  width: 100%;
}
.boxSettings .boxSettingsList table thead th {
  padding: 10px 0;
  font-size: 20px;
}
.boxSettings .boxSettingsForm {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  display: none;
}
.boxSettings .boxSettingsForm form {
  padding: 0;
  align-items: center;
}
.boxSettings .boxSettingsForm form input[type=text] {
  border-width: 1px;
  padding: 15px 10px;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 10px;
}
button, .button, .boxSettings .boxSettingsForm form input[type=submit] {
  font-weight: 300;
  font-size: 100%;
  border-radius: 8px;
  height: 50px;
  width: 130px;
  display: table;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
button.button, .button.button, .boxSettings .boxSettingsForm form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
button.go, .button.go, .boxSettings .boxSettingsForm form input.go[type=submit] {
  background-color: #345d9d;
  color: #fff;
}
button.cancel, .button.cancel, .boxSettings .boxSettingsForm form input.cancel[type=submit] {
  background-color: #D4D5D8;
  color: #020d25;
}
button.danger, .button.danger, .boxSettings .boxSettingsForm form input.danger[type=submit] {
  background-color: #e37d7e;
  color: #fff;
}

.swiper-button-prev, .swiper-button-next {
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 50%;
  margin-top: -7px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "" !important;
  font-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.3 50'%3E%3Cpolygon fill='%23020d25' points='0,25 43.3,50 43.3,0 '/%3E%3C/svg%3E%0A");
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after {
  left: 0px;
}

.swiper-button-next:after {
  right: 0px;
  transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #D4D5D8;
}
.box.pop {
  border-color: #020d25;
}

.marLauto {
  margin-left: auto;
}

#clientProfile {
  display: none;
  position: absolute;
  background: #E2E3E7;
  right: 40px;
  z-index: 5;
  box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}
#clientProfile .flexWrapper {
  padding: 40px;
}
#clientProfile .flexWrapper > .clientProfile {
  width: 185px;
}
#clientProfile .flexWrapper > .clientProfile > .clientProfilePhoto {
  margin: 0 auto 0 0;
  width: 115px;
}
#clientProfile .flexWrapper > .clientProfile > .clientProfilePhoto > img {
  width: 115px;
  height: 115px;
}
#clientProfile .flexWrapper > .clientProfile > .clientProfilePhoto input {
  width: 115px;
  height: 115px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
#clientProfile .flexWrapper > .clientProfile > .clientProfilePhoto:after {
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #020d25;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: calc(50% + 40px);
  cursor: pointer;
  transform: translateX(-50%);
}
#clientProfile .flexWrapper > .clientProfileData {
  width: 360px;
}
#clientProfile .flexWrapper > .clientProfileData label {
  font-weight: 300;
  font-size: 110%;
  color: #020d25;
  display: block;
  margin-bottom: 15px;
}
#clientProfile .flexWrapper > .clientProfileData input {
  display: block;
  max-width: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D4D5D8;
  color: #020d25;
  font-weight: 300;
  font-size: 100%;
  padding: 15px;
  margin-bottom: 8px;
}
#clientProfile .flexWrapper > .clientProfileData input:disabled {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.35);
}
#clientProfile .flexWrapper > .clientProfileData .form-item + label {
  margin-top: 30px;
}
#clientProfile .flexButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 40px 40px;
}
#clientProfile .flexButtons .cancel {
  margin-right: 10px;
}
#clientProfile .flexButtons .danger {
  margin-right: auto;
}

.popupConfirm {
  display: none;
  width: 880px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #E2E3E7;
  padding: 40px;
  z-index: 2;
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.15);
  transition: 0.6s all ease;
  transform: translate(-50%, -50%);
}
.popupConfirm > h1 {
  color: #020d25;
  font-size: 500;
  font-size: 200%;
  text-align: center;
}
.popupConfirm > p {
  color: #020d25;
  font-weight: 400;
  font-size: 100%;
  margin: 0;
  text-align: center;
}
.popupConfirm .flexButtons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.popupConfirm .flexButtons > a {
  margin: 0px 10px;
}

.manageUser {
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.277 27.911'%3E%3Cpath fill='%23020d25' d='M27.475,11.334v15.073c0,0.83-0.675,1.504-1.504,1.504H1.504C0.675,27.911,0,27.237,0,26.407V1.791 c0-0.829,0.675-1.504,1.504-1.504h16.089c0.277,0,0.5,0.223,0.5,0.5c0,0.276-0.223,0.5-0.5,0.5H1.504C1.226,1.287,1,1.512,1,1.791 v24.616c0,0.278,0.226,0.504,0.504,0.504h24.467c0.278,0,0.504-0.226,0.504-0.504V11.334c0-0.277,0.225-0.5,0.5-0.5 C27.252,10.834,27.475,11.057,27.475,11.334 M27.713,7.131L15.351,19.495c-0.02,0.019-0.045,0.031-0.065,0.05 c-0.013,0.015-0.018,0.032-0.03,0.045c-0.086,0.086-0.196,0.127-0.308,0.138c-0.01,0.002-0.017,0.007-0.025,0.01l-6.833,1.74 c-0.077,0.02-0.155,0.029-0.232,0.029c-0.24,0-0.474-0.094-0.649-0.271c-0.234-0.232-0.325-0.563-0.244-0.884l1.741-6.835 c0.002-0.008,0.007-0.014,0.009-0.022c0.01-0.112,0.052-0.222,0.138-0.308c0.013-0.014,0.031-0.019,0.046-0.031 c0.019-0.021,0.03-0.046,0.051-0.065L19.475,2.561h0.001l2.134-2.135c0.568-0.568,1.561-0.568,2.129,0l3.975,3.976 C28.465,5.155,28.465,6.379,27.713,7.131 M24.82,8.612l-4.991-4.99L9.912,13.54l4.996,4.996L24.82,8.612z M13.918,18.959 l-4.438-4.438l-1.517,5.955L13.918,18.959z M27.006,5.109l-3.977-3.976c-0.189-0.191-0.522-0.191-0.712,0l-1.78,1.782l4.99,4.99 l1.479-1.481C27.369,6.062,27.369,5.471,27.006,5.109'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 10px 10px auto;
}

.pagination > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.pagination > ul > li {
  padding: 4px;
}
.pagination > ul > li > a, .pagination > ul > li > span {
  text-decoration: none;
  font-size: 100%;
  font-weight: 300;
  color: #020d25;
}
.pagination > ul > li.active > span {
  text-decoration: underline;
  font-weight: 700;
}

#overview {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
}
#overview.show {
  display: block;
}

.errors {
  color: #D8000C;
  background-color: #e37d7e;
  margin: 10px 0px;
}
.errors ul {
  max-width: 760px;
  padding: 20px;
  margin: 0px auto;
}
.errors ul li {
  font-size: 100%;
  padding: 5px 0px;
}
@media (max-width: 880px) {
  .errors {
    padding: 0px 20px;
  }
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 720px;
  padding: 25px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.popup .close {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup p {
  font-size: 100%;
  font-weight: 400;
}
.popup.popup-success {
  background-color: #DFF2BF;
}
.popup.popup-success .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%234F8A10' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E");
}
.popup.popup-success p {
  color: #4F8A10;
}
.popup.popup-failed {
  background-color: #e37d7e;
}
.popup.popup-failed .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23D8000C' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E");
}
.popup.popup-failed p {
  color: #D8000C;
}

.hidden {
  opacity: 0 !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0px !important;
}

.addAccom, .addUser {
  max-width: 140px;
  width: 100%;
  border: 1px solid #345d9d;
  padding: 5px;
  cursor: pointer;
}
.addAccom > .addBt, .addUser > .addBt {
  border: 1px dashed #345d9d;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.addAccom > .addBt:before, .addUser > .addBt:before {
  content: "+";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #020d25;
  margin: 0px 10px 0px 5px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.addAccom > .addBt > span, .addUser > .addBt > span {
  margin: 0px;
  color: #020d25;
  width: 100%;
  font-size: 12px;
  font-weight: 200;
  color: #020d25;
  text-transform: uppercase;
}
.addAccom > .addBt > span > b, .addUser > .addBt > span > b {
  font-weight: 700;
  display: block;
}

span.delete {
  border-radius: 50%;
  background: #020d25;
  cursor: pointer;
  transition: all 0.6s ease;
}
span.delete:after {
  content: "✖";
  color: #D4D5D8;
  font-size: 10px;
  transition: all 0.6s ease;
}
span.delete:hover {
  background: #D8000C;
}
span.delete:hover:after {
  color: #020d25;
}

a.delete {
  color: #D8000C;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 100%;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.6s ease;
}
a.delete:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D8000C' d='m442.154 145c10.585 0 17.924-10.701 13.955-20.514-14.093-34.841-48.275-59.486-88.109-59.486h-18.414c-6.867-36.273-38.67-65-77.586-65h-32c-38.891 0-70.715 28.708-77.586 65h-18.414c-39.834 0-74.016 24.645-88.109 59.486-3.969 9.813 3.37 20.514 13.955 20.514zm-202.154-115h32c21.9 0 40.49 14.734 46.748 35h-125.496c6.258-20.266 24.848-35 46.748-35z'/%3E%3Cpath fill='%23D8000C' d='m111.053 470.196c1.669 23.442 21.386 41.804 44.886 41.804h200.121c23.5 0 43.217-18.362 44.886-41.804l21.023-295.196h-331.938zm185.966-214.945c.414-8.274 7.469-14.655 15.73-14.232 8.274.414 14.646 7.457 14.232 15.73l-8 160c-.401 8.019-7.029 14.251-14.969 14.251-8.637 0-15.42-7.223-14.994-15.749zm-97.768-14.232c8.263-.415 15.317 5.959 15.73 14.232l8 160c.426 8.53-6.362 15.749-14.994 15.749-7.94 0-14.568-6.232-14.969-14.251l-8-160c-.413-8.273 5.959-15.316 14.233-15.73z'/%3E%3C/svg%3E");
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
}
a.delete:hover {
  background: #D8000C;
  color: #e37d7e;
}
a.delete:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23e37d7e' d='m442.154 145c10.585 0 17.924-10.701 13.955-20.514-14.093-34.841-48.275-59.486-88.109-59.486h-18.414c-6.867-36.273-38.67-65-77.586-65h-32c-38.891 0-70.715 28.708-77.586 65h-18.414c-39.834 0-74.016 24.645-88.109 59.486-3.969 9.813 3.37 20.514 13.955 20.514zm-202.154-115h32c21.9 0 40.49 14.734 46.748 35h-125.496c6.258-20.266 24.848-35 46.748-35z'/%3E%3Cpath fill='%23e37d7e' d='m111.053 470.196c1.669 23.442 21.386 41.804 44.886 41.804h200.121c23.5 0 43.217-18.362 44.886-41.804l21.023-295.196h-331.938zm185.966-214.945c.414-8.274 7.469-14.655 15.73-14.232 8.274.414 14.646 7.457 14.232 15.73l-8 160c-.401 8.019-7.029 14.251-14.969 14.251-8.637 0-15.42-7.223-14.994-15.749zm-97.768-14.232c8.263-.415 15.317 5.959 15.73 14.232l8 160c.426 8.53-6.362 15.749-14.994 15.749-7.94 0-14.568-6.232-14.969-14.251l-8-160c-.413-8.273 5.959-15.316 14.233-15.73z'/%3E%3C/svg%3E");
}

.formRow {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  margin: 0px !important;
  padding: 0px !important;
  align-items: center !important;
}
.formRow label {
  margin: 0px 10px 0px 0px;
  text-align: right;
}
.formRow select {
  height: 50px;
  background-color: #fff;
  border: none;
  max-width: none;
  width: auto;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 100%;
  color: #020d25;
}
.formRow button {
  margin-left: 10px;
  width: 80px;
}

#mediaShow {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
}
#mediaShow #closeMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #020d25;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  margin-top: -20px;
  cursor: pointer;
}
#mediaShow #closeMedia:after {
  content: "✖";
  color: #E2E3E7;
  font-size: 25px;
  line-height: 40px;
}
#mediaShow > div {
  background: #E2E3E7;
  padding: 40px;
}
#mediaShow > div img, #mediaShow > div iframe {
  max-height: calc(100vh - 160px);
  max-width: calc(100vw - 440px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
#mediaShow > div form {
  max-width: 280px;
}
#mediaShow > div form .box h3 {
  color: #020d25;
  margin: 0;
  font-weight: 700;
  font-size: 115%;
  padding-bottom: 10px;
}
#mediaShow > div form .box input[type=text], #mediaShow > div form .box textarea, #mediaShow > div form .box select {
  display: block;
  max-width: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E2E3E7;
  color: #020d25;
  font-weight: 400;
  font-size: 100%;
  padding: 15px;
  margin-bottom: 8px;
}
#mediaShow > div form .box textarea {
  resize: none;
  height: 160px;
}
#mediaShow > div form .box .mediaAdded {
  font-size: 14px;
  color: #020d25;
}
#mediaShow > div form .box .mediaAdded span {
  display: block;
  font-weight: 700;
}

#menuToggle {
  display: none;
}
#menuToggle + label {
  display: none;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
#menuToggle + label div {
  position: relative;
  top: 0;
  height: 6px;
  background-color: #E2E3E7;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
}
#menuToggle + label div:first-child {
  transform-origin: 0;
}
#menuToggle + label div:last-child {
  margin-bottom: 0;
  transform-origin: 35px -5px;
}
#menuToggle + label div:nth-child(2) {
  right: 0;
  width: 35px;
}
#menuToggle:checked + label div:first-child {
  top: -3px;
  transform: rotateZ(45deg);
}
#menuToggle:checked + label div:last-child {
  top: 5px;
  transform: rotateZ(45deg);
}
#menuToggle:checked + label div:nth-child(2) {
  width: 42px;
  top: 0;
  right: 5px;
  transform: rotateZ(-45deg);
}
@media (max-width: 960px) {
  #menuToggle + label {
    display: block;
  }
}

.alojTopHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.alojTopHead .alojTopHeadControls {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.alojTopHead .alojTopHeadControls .buttons > button.go {
  margin: 0 !important;
}