:root {
  --scrollbarBG: #fff;
  --thumbBG: #c4c4c4;
  --primary-color: rgb(130, 0, 150);
  --active-unfocused-icons: #8d8d8d;
  --iOS-active-unfocused-icons: #9a99a2;
  --active-focused-icons: #272727;
  --active-focused-icons-escuro: #838383;
  --inactive-icons: #c7c7c7;
  --text-high-emphasis: #242424;
  --text-low-emphasis: #bdbdbd;
  --text-error-color: #b00020;
  --cor-conteudo-site: #f7f7f7;
  --branco: #ffffff;
  --laranja: #ff8e11;
}

html {
  scroll-padding-top: 150px;
}

body {
  color: var(--active-focused-icons);
}
#pages-body__forms {
  margin: 0 auto;
  max-width: 100vw !important;
  background: #efefef;
  padding-left: 60px !important;
}
#formMap {
  height: 350px;
  width: 97%;
  margin: 30px 0;
}
html:not([data-scroll='0']) .nav-forms__titleButtons__title-scroll {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
html:not([data-scroll='0']) .nav-forms__text,
html:not([data-scroll='0']) .nav-forms__titleButtons__title {
  display: none;
}
html:not([data-scroll='0']) .nav-forms--background {
  max-height: 56px;
  top: 68px;
}
html:not([data-scroll='0']) .nav-forms__content-field {
  height: 56px;
  padding: 15px 32px;
}
html:not([data-scroll='0']) .nav-forms__titleButtons {
  height: 100%;
}

::placeholder {
  color: var(--active-unfocused-icons) !important;
  font-weight: 500 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--active-unfocused-icons) !important;
  font-weight: 500 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--active-unfocused-icons) !important;
  font-weight: 500 !important;
}
.nav-forms__titleButtons__title-scroll {
  display: none;
}
.nav-forms--background {
  margin: 0;
  background: linear-gradient(180deg, #9c00b4 22.4%, #78008b 100%);
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 10;
  max-height: 90px;
  max-width: 100vw !important;
}
.nav-forms__content-field {
  height: 90px;
  padding: 5px 32px;
}
.nav-forms__content,
.nav-forms__fields,
.nav-forms-partner-final {
  max-width: 1300px;
  margin: 0 auto;
}

.nav-forms__buttons-buttonSave {
  color: #fff;
  background-color: #dd00ff;
  border-radius: 4px;
  width: 90px;
  height: 28px;
  border: none;
  font-size: 12px;
  font-weight: 700;
}
.nav-forms__buttons-buttonSubmit {
  margin-left: 20px;
  color: #dd00ff;
  background-color: transparent;
  border: 1px solid #dd00ff;
  border-radius: 4px;
  width: 90px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.5;
  pointer-events: none;
}
.nav-forms__buttons-buttonSubmit--active {
  color: #fff;
  pointer-events: auto;
  background-color: #dd00ff;
  opacity: unset;
}

.nav-forms__text {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}
.nav-forms__titleButtons__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 41px;
  margin: 0;
}

.nav-forms__fields__title {
  color: (var(--active-focused-icons));
  font-size: 21px;
  font-weight: 700;
  width: fit-content;
}
.nav-forms__fields__subtitle {
  color: (var(--active-focused-icons));
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

#formsPartnerTabs .tab-pane .nav-forms__fields__subtitle:not(:last-child) {
  font-size: 14px;
  font-weight: 600;
}

#parceiro .nav-forms__fields__subtitle {
  margin-bottom: 10px;
  font-size: 16px !important;
}

.nav-forms__fields {
  background-color: #fff;
  padding: 41px 30px;
  position: relative;
  min-height: 75vh;
}
#formPartner .nav-forms__fields .col {
  padding: 0 !important;
}

.nav-forms__fields .col-5 {
  padding: 0 !important;
}
.nav-forms-fields-partner {
  max-width: 100vw;
  margin-top: 65px;
}
.nav-forms-fields-partner__title--data,
.nav-forms-fields-partner__title--contact,
.nav-forms-fields-partner__title--location,
.nav-forms-fields-partner__title--network,
.nav-forms-fields-partner__title--logo {
  width: 96%;
  height: 40px;
  margin-top: 40px;
  overflow: hidden;
}
.nav-forms-fields-partner__title--data::after {
  display: inline-block;
  width: 84%;
  height: 55%;
  content: '';
  border-bottom: 1px solid var(--active-focused-icons);
  margin-right: -100%;
}
.nav-forms-fields-partner__title--location::after {
  display: inline-block;
  width: 80%;
  height: 55%;
  content: '';
  border-bottom: 1px solid var(--active-focused-icons);
  margin-right: -100%;
}
.nav-forms-fields-partner__title--contact::after {
  display: inline-block;
  width: 75%;
  height: 55%;
  content: '';
  border-bottom: 1px solid var(--active-focused-icons);
  margin-right: -100%;
}
@media (max-width: 1199px) {
  .nav-forms-fields-partner__title--network::after {
    display: inline-block;
    width: 84%;
    height: 55%;
    content: '';
    border-bottom: 1px solid var(--active-focused-icons);
    margin-right: -100%;
  }
  .nav-forms-fields-partner__title--network,
  .nav-forms-fields-partner__title--logo {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .nav-forms-fields-partner__title--network::after {
    display: inline-block;
    width: 87%;
    height: 55%;
    content: '';
    border-bottom: 1px solid var(--active-focused-icons);
    margin-right: -100%;
  }
}

.nav-forms-fields-partner__title--logo::after {
  display: inline-block;
  width: 60%;
  height: 58%;
  content: '';
  border-bottom: 1px solid var(--active-focused-icons);
  margin-right: -100%;
}
.nav-forms__fields-input label {
  color: var(--active-focused-icons);
  font-size: 16px;
  font-weight: normal;
  position: relative;
  transition: 0.2s ease all;
  background: none;
}
.nav-forms__fields-inputs--topMargin {
  margin-top: 32px;
}
.nav-forms__fields-inputs label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inherit;
  left: auto;
  top: auto;
}
.nav-forms__fields-input {
  width: 100%;
}
.nav-forms_fields-input-marginTop {
  margin-top: 32px;
}
.nav-forms__fields-inputs input,
.nav-forms__fields-inputs button,
.nav-forms-fields-secondaryManager__group-dropdown button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 8px;
  height: 55px !important;
  padding-left: 15px;
}
.nav-forms__fields-inputs--white {
  background-color: var(--branco) !important;
}
.nav-forms-fields-secondaryManager__group-dropdown button {
  padding: 20px !important;
}

.hourInput,
.datetimepicker-input {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 8px 0 0 8px !important;

  height: 55px !important;
  padding-left: 15px;
}
.nav-forms__fields-input p {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  /* width: 30%; */
  margin: 0;
  margin-top: 20px;
}
.nav-forms-partner-files__xls {
  width: 100%;
}
.files-xls {
  min-width: 100%;
}
.files-xls-action {
  width: 65%;
}
.nav-forms-partner-files__warning {
  width: 35%;
}
.search-mapList input {
  border: none;
  background-color: #f4f4f4;
  width: 100%;
  padding-left: 18px;
}
.nav-forms-fields-secondaryManager-title {
  color: var(--active-focused-icons);
  font-size: 22px;
  font-weight: 800;
}
.nav-forms-fields-secondaryManager p {
  color: var(--active-focused-icons);
  font-size: 16px;
  font-weight: 800;
}
.nav-forms-fields-secondaryManager-button__edit {
  color: #820096;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: none;
}
.nav-forms-fields-secondaryManager__group-delete__button {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--active-focused-icons);
}

.nav-forms__fields-challenge-dropWeekdays-group p {
  font-size: 16px;
  font-weight: 700;
}
.nav-forms-fields-secondaryManager__group-dropdown ul {
  padding-left: 0;
}
.nav-forms-fields-secondaryManager__group-dropdown ul,
.nav-forms__fields-challenge-dropWeekdays-group ul {
  list-style-type: none;
}
.nav-forms-fields-secondaryManager__group-dropdown
  [type='checkbox']:not(:checked)
  + label,
.nav-forms-fields-secondaryManager__group-dropdown
  [type='checkbox']:checked
  + label,
.nav-forms__fields-challenge-dropWeekdays-group
  [type='checkbox']:not(:checked)
  + label,
.nav-forms__fields-challenge-dropWeekdays-group
  [type='checkbox']:checked
  + label {
  width: 100%;
  height: 47px;
  padding-left: 40px;
}
.nav-forms-fields-secondaryManager__group-dropdown
  [type='checkbox']:checked
  + label::after,
.nav-forms__fields-challenge-dropWeekdays-group
  [type='checkbox']:checked
  + label::after {
  left: 0;
}

.nav-forms__fields-challenge-dropWeekdays-group > ul {
  padding: 0;
  width: 375px;
  height: 400px;
  overflow: hidden;
  left: 0;
  border-radius: 0px 0px 8px 8px;
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
}

.nav-forms__fields-challenge-dropWeekdays-group ul {
  padding: 0;
  top: 62%;
  width: 100%;
  height: 400px;
  overflow: hidden;
  left: 0;
}
@media (max-width: 1100px) {
  .nav-forms__fields-challenge-dropWeekdays-group {
    align-items: flex-start;
    max-width: 300px !important;
  }
  .nav-forms__fields-challenge-dropWeekdays-group ul {
    padding: 0;
    top: 56%;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .nav-forms__fields-inputs-time {
    padding-left: 5px !important;
  }
}
.nav-forms-fields-secondaryManager__group-hide {
  display: none !important;
}

.nav-forms-fields-secondaryManager__group-dropdown .dropdown-menu {
  width: 100%;
  height: 374px;
  left: 0;
  top: 53px;
  background: var(--branco);
  border-radius: 0px 0px 8px 8px;
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: auto;
}
.nav-forms-fields-secondaryManager__group-dropdown .dropdown-menu > li {
  padding-top: 5px;
  padding-left: 20px;
}
.nav-forms__fields-challenge-dropWeekdays-group .dropdown-menu > li {
  padding-top: 20px;
  padding-left: 20px;
}

.nav-forms-fields-secondaryManager__group-dropdown .dropdown-toggle::after {
  content: '';
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 14px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 12.9129L7.16546 8.33398L5.01514 10.3707L11.9999 17.0007L18.9999 10.3707L16.8343 8.33398L11.9999 12.9129Z' fill='%238D8D8D'/%3E%3C/svg%3E%0A");
}
.nav-forms-fields-secondaryManager__group-dropdown p {
  font-size: 12px;
  font-weight: 500;
  color: var(--active-unfocused-icons);
}
.nav-forms-fields-secondaryManager img {
  margin-left: 10px;
}
.nav-forms__fields-challenge-dropWeekdays,
.nav-forms__fields-challenge-dropWeekdays:focus {
  padding: 0 16px 0 20px !important;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 1px solid var(--active-unfocused-icons);
  height: 55px !important;
  padding-left: 15px;
  margin-top: 10px;
}
.nav-forms__fields-challenge-dropWeekdays::after {
  content: '';
  width: 24px;
  height: 24px;
  border: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 12.9129L7.16546 8.33398L5.01514 10.3707L11.9999 17.0007L18.9999 10.3707L16.8343 8.33398L11.9999 12.9129Z' fill='%238d8d8d'/%3E%3C/svg%3E%0A");
}
/* --------------Store Locator CSS--------------   */
/* InfoBubble font size */
.bh-sl-window {
  font-size: 13px;
}

.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
}

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
}

.bh-sl-container {
  box-sizing: border-box;
  color: #555;
  float: left;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  width: 100%;
  /* Avoid issues with Google Maps and CSS frameworks */
}
.bh-sl-container > * {
  box-sizing: content-box !important;
}
.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: left;
  margin-top: 15px;
  width: 100%;
}
.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
  width: 100%;
}
@media (min-width: 768px) {
  .bh-sl-container .form-input {
    width: auto;
  }
}
.bh-sl-container .form-input label {
  display: block;
  font-weight: bold;
  width: 100%;
}
@media (min-width: 768px) {
  .bh-sl-container .form-input label {
    display: inline-block;
    width: auto;
  }
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 15px 0;
  padding: 6px 12px;
  width: 100%;
  -webkit-border-radius: 4px;
}
@media (min-width: 768px) {
  .bh-sl-container .form-input input,
  .bh-sl-container .form-input select {
    width: auto;
    margin: 0 15px 0 10px;
  }
}
.bh-sl-container .loc-alt-dist {
  display: none;
}
.bh-sl-container button {
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 6px 12px;
  white-space: nowrap;
  -webkit-border-radius: 4px;
}
.bh-sl-container .bh-sl-loading {
  background: url('/media/sygpointweb/assets/img/ajax-loader.gif') no-repeat;
  float: left;
  margin: 4px 0 0 10px;
  height: 16px;
  width: 16px;
}
.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  margin: 15px 0;
  width: 100%;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  float: left;
  list-style: none;
  margin: 0 100px 0 0;
  padding: 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  clear: left;
  display: block;
  float: left;
  margin: 5px 0;
  width: 100%;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
  vertical-align: text-bottom;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin-right: 8px;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
}
.bh-sl-container .bh-sl-map-container {
  clear: left;
  float: left;
  margin-top: 27px;
  width: 100%;
}
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-map-container {
    margin-bottom: 30px;
  }
}
.bh-sl-container .bh-sl-map-container a {
  color: #005293;
  text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:active,
.bh-sl-container .bh-sl-map-container a:focus,
.bh-sl-container .bh-sl-map-container a:hover {
  text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
  font-size: 13px;
  height: 485px;
  overflow-x: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-loc-list {
    width: 100%;
  }
}
.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
  border: 1px solid #fff;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
  box-sizing: border-box;
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .list-label {
  background: #00192d;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 15px;
  padding: 4px 7px;
  text-align: center;
  width: auto;
  min-width: 13px;
}
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  color: #8e8e8e;
  font-weight: bold;
  font-style: italic;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid rgba(0, 82, 147, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  height: 20px;
  position: relative;
  width: 100%;
}
.bh-sl-container
  .bh-sl-loc-list
  .bh-sl-close-directions-container
  .bh-sl-close-icon {
  right: 6px;
  top: 0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
  margin: 0 2%;
  /* Avoid issues with table-layout */
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
  table-layout: auto;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table,
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  vertical-align: middle;
  border-collapse: separate;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  padding: 1px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
  margin: 10px 0;
  border: 1px solid #c0c0c0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
  padding: 3px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  margin: 15px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
  margin: 0 15px;
}
.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  font-size: 15px;
  font-weight: bold;
}
.bh-sl-container .bh-sl-map {
  float: left;
  height: 530px;
  width: 100%;
}
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-map {
    width: 75%;
  }
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  color: #005293;
  cursor: pointer;
  display: inline-block;
  font-size: bold 14px;
  padding: 10px;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #555;
  cursor: auto;
  text-decoration: none;
}

/* Modal window */
.bh-sl-overlay {
  background: url(../img/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.bh-sl-overlay .bh-sl-modal-window {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
  -webkit-box-shadow: 0 0 10px #656565;
  -moz-box-shadow: 0 0 10px #656565;
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  height: 620px;
  width: 920px;
  z-index: 10010;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
  margin-top: 50px;
  /* increase map container margin */
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 1%;
  /* there's already a margin on the top of the map-container div */
  width: 98%;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  right: 22px;
  top: 13px;
}

.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px;
}
.bh-sl-close-icon:after,
.bh-sl-close-icon:before {
  background: #ccc;
  content: '';
  display: block;
  height: 24px;
  margin: -3px 0 0 -1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 3px;
  top: 3px;
  width: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bh-sl-close-icon:hover:after,
.bh-sl-close-icon:hover:before {
  background: #b3b3b3;
}
.bh-sl-close-icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*# sourceMappingURL=storelocator.css.map */

/* --------------END Store Locator CSS--------------   */

.files-xls__info,
.files-xls__contact,
.files-logo__info,
.files-example-info {
  font-size: 12px;
  font-weight: 500;
}

.files-xls__download {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.files-xls__download a,
.files-xls__contact a {
  color: var(--primary-color);
  text-decoration: underline;
}
.files-xls__warning {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.files-xls__warning span {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
}
.files-xls__upload > label {
  color: #fff;
  width: 150px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  margin: 0;
}

.files-xls__upload-button > label {
  background-color: var(--primary-color);
}
.files-xls__upload--inactive > span {
  color: var(--inactive-icons);
}
.files-xls__upload--active > span {
  color: var(--active-focused-icons);
}
.files-xls__upload--inactive > img {
  display: none !important;
}
.files-xls__upload--active > img {
  width: 24px;
  height: 24px;
}
.files-xls__upload > input {
  display: none;
}
.files-xls__upload span {
  font-size: 14px;
  font-weight: 400;
}
.files-logo__upload {
  max-width: 357px;
}
.files-logo__example {
  max-width: 358px;
  padding-top: 50px;
}
.files-logo__upload {
  width: 40%;
}
.files-logo__example {
  width: 35%;
}
#logoFile,
#logoFileUpdate {
  display: none;
}
#gallery {
  margin-top: 10px;
  width: 357px;
  min-height: 375px;
}
#gallery > img {
  width: 357px;
  height: 357px;
  margin: 0;
  margin-bottom: 10px;
}
#drop-area {
  width: 357px;
  min-height: 357px;
}
#dropGift-area {
  width: 357px;
  height: 225px;
  border: 1px dashed var(--active-unfocused-icons);
  padding-top: 15px;
  margin: 0;
}
#drop-area {
  border: 1px dashed var(--active-unfocused-icons);
  padding-top: 45px;
  margin: 0;
}
#dropGift-area.highlight,
#drop-area.highlight {
  border-color: purple;
}
.files-logo__upload-area_button-text {
  color: var(--active-unfocused-icons);
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
.files-logo__upload-area__logoGiftCard {
  margin-bottom: 8px;
}
.files-logo__upload-error {
  color: var(--text-error-color);
  font-size: 12px;
}
.files-logo__upload-area > img {
  width: 86px;
  height: 109px;
  margin-bottom: 50px;
}
.files-logo__upload-area > div > input {
  display: none;
}
.files-logo__upload-area_button {
  color: #fff;
  background-color: var(--primary-color);
  width: 180px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  margin: 0;
}
.files-logo__upload-area--hide {
  display: none !important;
}
.files-logo__example-close__logo,
.upload-area--logoPreview,
.upload-area--giftCardView {
  border-radius: 4px;
}
.upload-area--giftCardView {
  width: 357px;
  height: 225px;
}

.upload-area--logoPreview-buttons,
.upload-area--logoGiftCardPreview-buttons {
  position: absolute;
  left: 309px;
  top: 80px;
  width: 36px;
  height: 95px;
}

.upload-area--logoGiftCardPreview-buttons {
  position: absolute;
  left: 340px;
  top: initial;
  width: 36px;
  height: 95px;
  margin-top: 10px;
}
.upload-area--logoPreview-buttons button,
.upload-area--logoGiftCardPreview-buttons button {
  width: 36px;
  height: 36px;
}
.upload-area--logoPreview-buttons--remove,
.upload-area--giftCardView-buttons--remove {
  border: none;
  background: rgba(216, 216, 216, 0.4);
  box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5);
  border-radius: 6px;
}
.upload-area--logoPreview-buttons--remove:hover,
.upload-area--giftCardView-buttons--remove:hover {
  background: rgba(216, 216, 216, 0.75);
  transition: 0.5s;
}
.upload-area--logoPreview-buttons--remove img,
.upload-area--giftCardView-buttons--remove img {
  opacity: 0.75;
}
.upload-area--logoPreview-buttons--remove:focus,
.upload-area--giftCardView-buttons--remove:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.upload-area--logoPreview-buttons--update,
.upload-area--giftCardView-buttons--update {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background: rgba(216, 216, 216, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M13.65 2.35C12.2 0.9 10.21 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C11.73 16 14.84 13.45 15.73 10H13.65C12.83 12.33 10.61 14 8 14C6.4087 14 4.88258 13.3679 3.75736 12.2426C2.63214 11.1174 2 9.5913 2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.66 2 11.14 2.69 12.22 3.78L9 7H16V0L13.65 2.35Z' fill='white'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5);
}
.upload-area--logoPreview-buttons--update:hover,
.upload-area--giftCardView-buttons--update:hover {
  background: rgba(216, 216, 216, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M13.65 2.35C12.2 0.9 10.21 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C11.73 16 14.84 13.45 15.73 10H13.65C12.83 12.33 10.61 14 8 14C6.4087 14 4.88258 13.3679 3.75736 12.2426C2.63214 11.1174 2 9.5913 2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.66 2 11.14 2.69 12.22 3.78L9 7H16V0L13.65 2.35Z' fill='white'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4px 4px rgba(177, 177, 177, 0.5);
  transition: 0.5s;
}
.upload-area--logoPreview-buttons--update img,
.upload-area--giftCardView-buttons--update img {
  opacity: 0.75;
}

.files-logo__example p {
  margin: 0;
}
.files-logo__upload-area_info {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-color);
  padding: 0 25px;
}
.files-logo__upload-area_info span {
  font-size: 16px;
  font-weight: 400;
  color: var(--active-unfocused-icons);
  margin-top: 20px;
}

.files-logo__example--share {
  background-image: url(/media/sygpointweb/assets/img/fileExampleShare.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.files-logo__example--share img {
  position: relative;
  left: 136px;
  top: 45px;
  width: 90px;
  height: 90px;
}
.files-example-info {
  margin-bottom: 28px !important;
}
.files-logo__example-close {
  margin-bottom: 32px;
  height: 88px;
  padding: 10px 15px;
}
.files-logo__example-close,
.files-logo__example-open {
  box-shadow: 0px 6px 6px 0px var(--thumbBG);
  -webkit-box-shadow: 0px 6px 6px 0px var(--thumbBG); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 6px 6px 0px var(--thumbBG); /* Firefox 3.5 - 3.6 */
  border-radius: 5px;
}
.files-logo__example-close__logo {
  width: 48px;
  height: 48px;
}
.example-close__info-title,
.example-open__info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.example-close__info-challenge,
.example-open__info-challenge {
  font-size: 10px;
  font-weight: 500;
}
.example-close__info-date {
  color: var(--active-unfocused-icons);
  font-size: 10px;
  font-weight: 500;
  margin-top: 6px !important;
}

.files-logo__example-close__info {
  height: 100%;
}

.files-logo__example-open__info {
  height: 48px;
}

.files-logo__example-close__info,
.files-logo__example-open__info {
  width: 62%;
}

.files-logo__example-close__info .row-items-description__share {
  margin-top: 15px;
}

.files-logo__example-close__info .row-items-description__share .purpleButton {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 2px 4px rgba(177, 177, 177, 0.35));
  border: none;
  height: 20px;
  background-color: var(--laranja);
  font-size: 12px;
  padding: 2px 3px;
  margin-left: 5px;
}

.files-logo__example-close__info
  .row-items-description__share
  .purpleButton
  img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.files-logo__example-close .row-items-dateMobile {
  font-size: 9px !important;
  color: var(--active-unfocused-icons);
  margin-top: 10px;
  margin-bottom: 0;
}

.files-logo__example-close__button,
.files-logo__example-open__button {
  height: 100%;
}
.files-logo__example-close__button img {
  width: 24px;
  height: 24px;
}
.example-close__sygpoints,
.example-open__sygpoints {
  color: #fff;
  background: linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%);
  border-radius: 6px;
  padding: 0 8px;
}
.example-close__sygpoints img {
  width: 12px;
  height: 12px;
}
.files-logo__example-open-title {
  border-bottom: 1px solid var(--thumbBG);
  padding: 10px 15px;
}
.files-logo__example-open__content {
  padding: 10px 15px;
  box-shadow: 0px 5px 8px rgba(177, 177, 177, 0.4);
  -webkit-box-shadow: 0px 5px 8px rgba(177, 177, 177, 0.4); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 5px 8px rgba(177, 177, 177, 0.4);
}
.files-logo__example-open-title__text h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.files-logo__example-open-title__text p {
  font-size: 12px;
  font-weight: 5600;
}
.files-logo__example-open-title__button {
  width: 30%;
}
.files-logo__example-open__date h2 {
  color: var(--thumbBG);
  font-size: 14px;
  font-weight: 700;
}
.files-logo__example-open__conditions h2 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .files-logo__upload {
    max-width: 300px;
  }
  #drop-area,
  #gallery {
    width: 300px;
    min-height: 380px;
  }
  #gallery > img {
    width: 300px;
    height: 300px;
    margin: 0;
    margin-bottom: 10px;
  }

  .files-logo__example--share img {
    position: relative;
    left: 130px;
    top: 80px;
    width: 85px;
    height: 85px;
  }
  .files-example-info {
    margin-bottom: 15px !important;
  }
  .files-logo__example-close__info,
  .files-logo__example-open__info {
    width: 58%;
  }

  .upload-area--logoPreview-buttons {
    position: absolute;
    left: 253px;
    top: 80px;
  }
}
/* Forms Footer */

.nav-forms-partner-final {
  background-color: #f8f8f8;
  padding: 32px 59px 32px 32px;
}
.nav-forms-partner-final__title p {
  color: var(--active-focused-icons);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.nav-forms-partner-final__title span {
  color: var(--active-focused-icons);
  font-size: 12px;
  font-weight: 600;
}
.nav-forms-partner-final-textArea {
  height: 154px;
  margin-bottom: 40px;
}
.nav-forms-partner-final-textArea textarea {
  resize: none;
  height: 154px;
  outline: none;
  overflow: auto;
  position: relative;
  top: -12px;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nav-forms-partner-final-textArea textarea:focus {
  outline: none !important;
  border: none !important;
}
.nav-forms-partner-final__submit {
  color: var(--inactive-icons);
  width: 400px;
}
.nav-forms-partner-final__submit h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
.nav-forms-partner-final__submit p {
  font-size: 16px;
  font-weight: 700;
}
.nav-forms-partner-final__submit button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 13px;
  background-color: var(--inactive-icons);
  border: none;
  border-radius: 6px;
  pointer-events: none;
}
.nav-forms-partner-final__submit-title--active,
.nav-forms-partner-final__submit--active
  > .nav-forms-partner-final__submit-title--inactive {
  display: none;
}
.nav-forms-partner-final__submit--active
  > .nav-forms-partner-final__submit-title--active {
  display: block;
}
.nav-forms-partner-final__submit--active h1 {
  color: var(--primary-color);
}
.nav-forms-partner-final__submit--active p {
  color: var(--active-focused-icons);
}
.nav-forms-partner-final__submit--active button {
  background-color: var(--primary-color);
  pointer-events: auto;
}
/* Network options */
.forms-partner-network {
  width: 100%;
  border: 1px solid var(--active-focused-icons);
}
.forms-partner-network p {
  color: var(--active-focused-icons);
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.forms-partner-network__header {
  border-bottom: 1px solid var(--active-focused-icons);
  padding: 15px 33px;
}
.forms-partner-network__header-options p {
  padding: 0 14px;
}
#formsPartnerNetworkList,
#formsPartnerNetworkList ul {
  list-style-type: none;
}
#formsPartnerNetworkList > li {
  padding-right: 39px;
}

/* Scrollbars Styling */
/* .forms-partner-network__fields {
  scrollbar-width: 11px;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.menu__level, .bh-sl-loc-list {
  scrollbar-width: 11px;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
} */
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 10px;
  border: 2px solid var(--scrollbarBG);
}
/* .forms-partner-network__fields::-webkit-scrollbar, .menu__level::-webkit-scrollbar, .bh-sl-loc-list::-webkit-scrollbar, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 11px;  
}
.forms-partner-network__fields::-webkit-scrollbar-track, .menu__level::-webkit-scrollbar-track, .bh-sl-loc-list::-webkit-scrollbar-track, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.forms-partner-network__fields::-webkit-scrollbar-thumb, .menu__level::-webkit-scrollbar-thumb, .bh-sl-loc-list::-webkit-scrollbar-thumb, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 10px;
  border: 2px solid var(--scrollbarBG);
} */

/* End Scrollbars Styling */

.forms-partner-network__fields {
  height: 400px;
  overflow-y: scroll;
}
.forms-partner-network__fields-options {
  width: 195px;
}
.forms-partner-network__fields-buttons--edit {
  margin-left: 18px;
}
.forms-partner-network__fields-buttons--remove {
  margin-right: 9px;
}
.forms-partner-network__fields-options button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 28px;
  height: 28px;
}
.forms-partner-network__fields-options img {
  width: 100%;
  height: 100%;
}
.forms-partner-network__fields-options input {
  width: 19px;
  height: 19px;
}
.forms-partner-network__fields-iconFolder {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}

.forms-partner-network__fields-list > div:first-child {
  cursor: pointer;
}

/* Checkbox CSS */
.forms-partner-network__fields-folder {
  cursor: pointer;
  user-select: none;
  margin: 0;
}
input[type='checkbox'] {
  display: none;
}
/* Base for label styling */
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--active-focused-icons);
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
/* checked mark aspect */
[type='checkbox']:checked + label:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background: url(/media/sygpointweb/assets/img/iconCheck.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
  border-radius: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2);
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type='checkbox']:disabled:checked + label:after {
  color: #fff;
  background-color: var(--inactive-icons);
  cursor: initial;
}

[type='checkbox']:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type='checkbox']:checked:focus + label:before,
[type='checkbox']:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 6px rgba(203, 34, 237, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2);
}

.forms-partner-network__fields-iconFolder {
  content: url('/media/sygpointweb/assets/img/iconOpenOption.png');
  margin-right: 8px;
}
.forms-partner-network__fields-iconFolder--close {
  content: url('/media/sygpointweb/assets/img/iconCloseOption.png');
  margin-right: 8px;
}
.forms-partner-network__fields-folder::before {
  content: url('/media/sygpointweb/assets/img/iconFolderClose.png');
  width: 24;
  height: 24px;
  margin-right: 8px;
}
.forms-partner-network__fields-folder--open::before {
  content: url('/media/sygpointweb/assets/img/iconFolderOpen.png');
  display: inline-block;
  margin-right: 8px;
}
.forms-partner-network__fields-file::before {
  content: url('/media/sygpointweb/assets/img/iconFile.png');
  width: 24;
  height: 24px;
  margin-right: 8px;
}
.forms-partner-network__fields-folder-nested {
  display: none;
}

.activeNetwork {
  display: block;
}
.forms-partner-network-changes {
  margin: 35px 0;
}
.forms-partner-network-changes__addElement,
.button-SecManagerPassword {
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
.forms-partner-network-changes__addElement::before,
.forms-partner-network-changes__addQr::before {
  content: url('/media/sygpointweb/assets/img/iconOpenOptionPurple.png');
  margin-right: 17px;
}
.forms-partner-network-changes__reset {
  color: var(--primary-color);
  width: 120px;
  height: 47px;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-right: 36px;
  letter-spacing: 0.0125em;
  line-height: 25px;
}
.forms-partner-network-changes__reset:focus {
  border: 1px solid var(--primary-color);
}
.forms-partner-network-changes__save {
  width: 137px;
  height: 55px;
}
.forms-partner-network-changes__saveNetwork {
  width: 266px;
  height: 47px;
}
.forms-partner-network-changes__save,
.forms-partner-network-changes__saveNetwork,
.forms-partner-network-changes__savePassword {
  color: var(--branco);
  background-color: var(--primary-color);
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
}

.nav-forms-partner-insertMap,
.nav-forms__fields-inputs_button-updateMap {
  width: 265px !important;
  color: var(--branco);
  background-color: var(--primary-color) !important;
  border: 3px solid var(--primary-color) !important;
  border-radius: 8px !important;
}
.nav-forms-partner-insertMap img,
.nav-forms__fields-inputs_button-updateMap img {
  margin-left: 18px;
}
.nav-forms__fields-inputs_button-updateMap {
  margin-top: 10px;
}

/* Modal Styling */

.network-changes__modal-dialog {
  min-width: 800px;
  position: relative;
  top: 20%;
}

.network-changes__modal-content {
  height: 470px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.15);
}
.network-changes__modal-content-header {
  background-color: #f4f4f4;
  padding: 16px 20px;
}
.network-changes__modal-content-header h5 {
  font-size: 16px;
  font-weight: 800;
  color: #242424;
}
.network-changes__modal-content-header__breadcrumb span {
  margin: 0 5px;
}
.network-changes__modal-body {
  padding: 0;
  overflow-y: auto;
}
.network-changes__modal-body__row {
  border-bottom: 1px solid var(--inactive-icons);
  padding: 13px 20px;
}
.network-changes__modal-body__row-option {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.network-changes__modal-body__row-image {
  width: 24px;
  height: 24px;
}
.network-changes__modal-content-footer input {
  border: none;
  color: #242424;
  font-weight: 600;
  padding-top: 16px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
  font-weight: 600;
  opacity: 1; /* Firefox */
}

.modal__menu-close {
  position: relative;
  bottom: 38px;
  right: 25px;
  font-size: 30px;
}

/* Modal MultiLevelMenu styles */

.menu {
  height: 100%;
}

.menu__wrap {
  position: absolute;
  top: 3.5em;
  bottom: 0;
  height: 334px;
  overflow: hidden;
  width: 100%;
}

.menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu__level:focus {
  outline: none;
}

.menu__level--current {
  visibility: visible;
}

.menu__item {
  display: block;
  /* width: calc(100% - 50px); */
  border-bottom: 1px solid var(--inactive-icons);
}

.menu__link {
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 1em 2.5em 1em 1.5em;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.menu__link[data-submenu]::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9124 11.9996L8.3335 16.834L10.3702 18.9844L17.0002 11.9996L10.3702 4.99963L8.3335 7.1652L12.9124 11.9996Z' fill='%238D8D8D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  padding: 0.25em 1.25em;
}
.menu__link:hover[data-submenu]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9124 11.9996L8.3335 16.834L10.3702 18.9844L17.0002 11.9996L10.3702 4.99963L8.3335 7.1652L12.9124 11.9996Z' fill='%23820096'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.menu__link:hover,
.menu__link:focus {
  color: var(--primary-color);
}

[class^='animate-'],
[class*=' animate-'] {
  visibility: visible;
}

.animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.menu__breadcrumbs {
  font-size: 0.65em;
  line-height: 1;
  position: relative;
  /* padding: 2.5em 3.75em 1.5em 2.5em; */
  background-color: #f4f4f4;
  padding: 16px 20px;
  border-radius: 8px;
}

.menu__breadcrumbs a {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #242424;
}

.menu__breadcrumbs a:last-child {
  pointer-events: none;
}

.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
  color: var(--primary-color);
}

.menu__breadcrumbs a:not(:last-child)::after {
  content: '/';
  display: inline-block;
  padding: 0 0.5em;
  color: #33353e;
}

.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
  color: #33353e;
}

.menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #2a2b30;
  border: none;
  background: none;
}

.menu__back--hidden {
  pointer-events: none;
  opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
  color: #fff;
  outline: none;
}

/* Open and close buttons */

.action {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

.action:focus {
  outline: none;
}

.action--open {
  font-size: 1.5em;
  top: 1em;
  left: 1em;
  display: none;
  color: #fff;
  position: fixed;
  z-index: 1000;
}

.action--close {
  font-size: 1.1em;
  top: 1.25em;
  right: 1em;
  display: none;
  color: #45464e;
}

/* @media screen and (max-width: 40em) {
  .action--open,
  .action--close {
    display: block;
  }
  #ml-menu {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .menu--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
} */

/* Modal ADD/Edit Manager & Confirmation */
#addManager .modal-content,
#editManager .modal-content {
  -webkit-box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
#confirmationModal .modal-content,
.confirmationModalStyle .modal-dialog .modal-content {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
#confirmationModal .modal-content,
.confirmationModalStyle .modal-dialog .modal-content {
  border: none;
  width: 288px;
  min-height: 144px;
}
#addManager .modal-header,
#editManager .modal-header {
  padding: 13px 23px 0 68px;
  border: none;
}
#confirmationModal .modal-header,
.confirmationModalStyle .modal-dialog .modal-header {
  padding: 28px 26px 0 26px;
  border: none;
  text-align: center;
  flex-direction: column;
}

.confirmationModalStyle .modal-dialog .modal-header p {
  margin-top: 10px;
  margin-bottom: 0;
}

#editManager .modal-header h5 {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
}
#addManager .modal-header h5,
#confirmationModal .modal-header h5,
.confirmationModalStyle .modal-dialog .modal-header h5 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-color);
}
#addManager .modal-header h5 + p {
  font-size: 14px;
  font-weight: 600;
  color: var(--active-focused-icons);
}
#editManager .modal-header button,
#addManager .modal-header button {
  font-size: 35px;
  width: 40px;
  padding: 0;
  position: relative;
  bottom: 25px;
}

#addManager .modal-body,
#editManager .modal-body {
  padding: 18px 68px 0;
}
#addManager .modal-body p,
#editManager .modal-body p {
  font-size: 14px;
  font-weight: 600;
  color: var(--active-unfocused-icons);
  margin-bottom: 35px;
}
#addManager .modal-footer,
#editManager .modal-footer {
  border: none;
  padding-bottom: 53px;
}
#confirmationModal .modal-footer,
.confirmationModalStyle .modal-dialog .modal-footer {
  border: none;
}

.formImg__group {
  position: relative;
  width: 354px;
  height: 55px;
  margin-bottom: 36px;
}
.formImg__group svg {
  position: relative;
  left: 10px;
}
.formImg__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-style: 16px;
  font-weight: 700;
  border: 1px solid var(--active-focused-icons-escuro);
  border-radius: 0.5rem;
  outline: none;
  padding: 1rem;
  padding-left: 49px;
  background: none;
  z-index: 1;
}
.formImg__label {
  position: absolute;
  left: 49px;
  top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--active-focused-icons-escuro);
  padding: 0 0.25rem;
  background-color: var(--branco);
  transition: 0.3s;
}

.formImg__input:focus + .formImg__label {
  top: -0.5rem;
  left: 49px;
  height: 16px;
  color: var(--primary-color);
  font-size: 12px;
  z-index: 10;
}

.formImg__input:not(:placeholder-shown).formImg__input:not(:focus)
  + .formImg__label {
  top: -0.5rem;
  left: 49px;
  height: 16px;
  color: var(--primary-color);
  font-size: 12px;
  z-index: 10;
}
.formImg__input:focus,
.formImg__input:not(:placeholder-shown).formImg__input:not(:focus) {
  border: 2px solid var(--primary-color);
  border-radius: 4px;
}

#managerInput + .formImg__label::after {
  content: '';
  display: block;
  position: relative;
  right: 42px;
  bottom: 22px;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C9.06087 0 10.0783 0.421427 10.8284 1.17157C11.5786 1.92172 12 2.93913 12 4C12 5.06087 11.5786 6.07828 10.8284 6.82843C10.0783 7.57857 9.06087 8 8 8C6.93913 8 5.92172 7.57857 5.17157 6.82843C4.42143 6.07828 4 5.06087 4 4C4 2.93913 4.42143 1.92172 5.17157 1.17157C5.92172 0.421427 6.93913 0 8 0ZM12 10.54C12 11.6 11.72 14.07 9.81 16.83L9 12L9.94 10.12C9.32 10.05 8.67 10 8 10C7.33 10 6.68 10.05 6.06 10.12L7 12L6.19 16.83C4.28 14.07 4 11.6 4 10.54C1.61 11.24 0 12.5 0 14V18H6H7.09H8.91H10H16V14C16 12.5 14.4 11.24 12 10.54Z' fill='%238D8D8D'/%3E%3C/svg%3E%0A");
}
#managerInput:focus + .formImg__label::after,
#managerInput:not(:placeholder-shown).formImg__input:not(:focus)
  .formImg__label::after {
  content: '';
  display: block;
  position: relative;
  right: 42px;
  top: 7px;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C9.06087 0 10.0783 0.421427 10.8284 1.17157C11.5786 1.92172 12 2.93913 12 4C12 5.06087 11.5786 6.07828 10.8284 6.82843C10.0783 7.57857 9.06087 8 8 8C6.93913 8 5.92172 7.57857 5.17157 6.82843C4.42143 6.07828 4 5.06087 4 4C4 2.93913 4.42143 1.92172 5.17157 1.17157C5.92172 0.421427 6.93913 0 8 0ZM12 10.54C12 11.6 11.72 14.07 9.81 16.83L9 12L9.94 10.12C9.32 10.05 8.67 10 8 10C7.33 10 6.68 10.05 6.06 10.12L7 12L6.19 16.83C4.28 14.07 4 11.6 4 10.54C1.61 11.24 0 12.5 0 14V18H6H7.09H8.91H10H16V14C16 12.5 14.4 11.24 12 10.54Z' fill='%23820096'/%3E%3C/svg%3E%0A");
}
#managerInput:not(:placeholder-shown).formImg__input:not(:focus)
  + .formImg__label::after {
  bottom: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C9.06087 0 10.0783 0.421427 10.8284 1.17157C11.5786 1.92172 12 2.93913 12 4C12 5.06087 11.5786 6.07828 10.8284 6.82843C10.0783 7.57857 9.06087 8 8 8C6.93913 8 5.92172 7.57857 5.17157 6.82843C4.42143 6.07828 4 5.06087 4 4C4 2.93913 4.42143 1.92172 5.17157 1.17157C5.92172 0.421427 6.93913 0 8 0ZM12 10.54C12 11.6 11.72 14.07 9.81 16.83L9 12L9.94 10.12C9.32 10.05 8.67 10 8 10C7.33 10 6.68 10.05 6.06 10.12L7 12L6.19 16.83C4.28 14.07 4 11.6 4 10.54C1.61 11.24 0 12.5 0 14V18H6H7.09H8.91H10H16V14C16 12.5 14.4 11.24 12 10.54Z' fill='%23820096'/%3E%3C/svg%3E%0A");
}

#emailInput + .formImg__label::after {
  content: '';
  display: block;
  position: relative;
  right: 42px;
  bottom: 20px;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0C0.447715 0 0 0.447715 0 1V13C0 13.5523 0.447715 14 1 14H17C17.5523 14 18 13.5523 18 13V1C18 0.447715 17.5523 0 17 0H1ZM2 2.99993V12H16V2.99997L9.60003 7.79995C9.24447 8.06662 8.75558 8.06662 8.40003 7.79995L2 2.99993ZM14 2H4.00009L9.00003 5.74995L14 2Z' fill='%238d8d8d'/%3E%3C/svg%3E");
}
#emailInput:focus + .formImg__label::after,
#emailInput:not(:placeholder-shown).formImg__input:not(:focus)
  .formImg__label::after {
  content: '';
  display: block;
  position: relative;
  right: 42px;
  top: 10px;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0C0.447715 0 0 0.447715 0 1V13C0 13.5523 0.447715 14 1 14H17C17.5523 14 18 13.5523 18 13V1C18 0.447715 17.5523 0 17 0H1ZM2 2.99993V12H16V2.99997L9.60003 7.79995C9.24447 8.06662 8.75558 8.06662 8.40003 7.79995L2 2.99993ZM14 2H4.00009L9.00003 5.74995L14 2Z' fill='%23820096'/%3E%3C/svg%3E");
}
#emailInput:not(:placeholder-shown).formImg__input:not(:focus)
  + .formImg__label::after {
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0C0.447715 0 0 0.447715 0 1V13C0 13.5523 0.447715 14 1 14H17C17.5523 14 18 13.5523 18 13V1C18 0.447715 17.5523 0 17 0H1ZM2 2.99993V12H16V2.99997L9.60003 7.79995C9.24447 8.06662 8.75558 8.06662 8.40003 7.79995L2 2.99993ZM14 2H4.00009L9.00003 5.74995L14 2Z' fill='%23820096'/%3E%3C/svg%3E");
}

#currentPasswordInput + .formImg__label::after,
#passwordInput + .formImg__label::after,
#passwordConfirmationInput + .formImg__label::after {
  content: '';
  display: block;
  position: relative;
  right: 42px;
  bottom: 22px;
  width: 16px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 19V9H2V19H14ZM14 7C14.5304 7 15.0391 7.21071 15.4142 7.58579C15.7893 7.96086 16 8.46957 16 9V19C16 19.5304 15.7893 20.0391 15.4142 20.4142C15.0391 20.7893 14.5304 21 14 21H2C0.89 21 0 20.1 0 19V9C0 8.46957 0.210714 7.96086 0.585786 7.58579C0.960859 7.21071 1.46957 7 2 7H11V5C11 4.20435 10.6839 3.44129 10.1213 2.87868C9.55871 2.31607 8.79565 2 8 2C7.20435 2 6.44129 2.31607 5.87868 2.87868C5.31607 3.44129 5 4.20435 5 5H3C3 3.67392 3.52678 2.40215 4.46447 1.46447C5.40215 0.526784 6.67392 0 8 0C8.65661 0 9.30679 0.129329 9.91342 0.380602C10.52 0.631876 11.0712 1.00017 11.5355 1.46447C11.9998 1.92876 12.3681 2.47995 12.6194 3.08658C12.8707 3.69321 13 4.34339 13 5V7H14ZM8 16C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14C6 13.4696 6.21071 12.9609 6.58579 12.5858C6.96086 12.2107 7.46957 12 8 12C8.53043 12 9.03914 12.2107 9.41421 12.5858C9.78929 12.9609 10 13.4696 10 14C10 14.5304 9.78929 15.0391 9.41421 15.4142C9.03914 15.7893 8.53043 16 8 16Z' fill='%238d8d8d'/%3E%3C/svg%3E%0A");
}
#currentPasswordInput:focus + .formImg__label::after,
#passwordInput:focus + .formImg__label::after,
#passwordInput:not(:placeholder-shown).formImg__input:not(:focus)
  .formImg__label::after,
#passwordConfirmationInput:focus + .formImg__label::after,
#passwordConfirmationInput:not(:placeholder-shown).formImg__input:not(:focus)
  .formImg__label::after {
  content: '';
  display: block;
  position: relative;
  right: 42px;
  top: 5px;
  width: 16px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 19V9H2V19H14ZM14 7C14.5304 7 15.0391 7.21071 15.4142 7.58579C15.7893 7.96086 16 8.46957 16 9V19C16 19.5304 15.7893 20.0391 15.4142 20.4142C15.0391 20.7893 14.5304 21 14 21H2C0.89 21 0 20.1 0 19V9C0 8.46957 0.210714 7.96086 0.585786 7.58579C0.960859 7.21071 1.46957 7 2 7H11V5C11 4.20435 10.6839 3.44129 10.1213 2.87868C9.55871 2.31607 8.79565 2 8 2C7.20435 2 6.44129 2.31607 5.87868 2.87868C5.31607 3.44129 5 4.20435 5 5H3C3 3.67392 3.52678 2.40215 4.46447 1.46447C5.40215 0.526784 6.67392 0 8 0C8.65661 0 9.30679 0.129329 9.91342 0.380602C10.52 0.631876 11.0712 1.00017 11.5355 1.46447C11.9998 1.92876 12.3681 2.47995 12.6194 3.08658C12.8707 3.69321 13 4.34339 13 5V7H14ZM8 16C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14C6 13.4696 6.21071 12.9609 6.58579 12.5858C6.96086 12.2107 7.46957 12 8 12C8.53043 12 9.03914 12.2107 9.41421 12.5858C9.78929 12.9609 10 13.4696 10 14C10 14.5304 9.78929 15.0391 9.41421 15.4142C9.03914 15.7893 8.53043 16 8 16Z' fill='%23820096'/%3E%3C/svg%3E%0A");
}
#currentPasswordInput:not(:placeholder-shown).formImg__input:not(:focus)
  + .formImg__label::after,
#passwordInput:not(:placeholder-shown).formImg__input:not(:focus)
  + .formImg__label::after,
#passwordConfirmationInput:not(:placeholder-shown).formImg__input:not(:focus)
  + .formImg__label::after {
  bottom: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 19V9H2V19H14ZM14 7C14.5304 7 15.0391 7.21071 15.4142 7.58579C15.7893 7.96086 16 8.46957 16 9V19C16 19.5304 15.7893 20.0391 15.4142 20.4142C15.0391 20.7893 14.5304 21 14 21H2C0.89 21 0 20.1 0 19V9C0 8.46957 0.210714 7.96086 0.585786 7.58579C0.960859 7.21071 1.46957 7 2 7H11V5C11 4.20435 10.6839 3.44129 10.1213 2.87868C9.55871 2.31607 8.79565 2 8 2C7.20435 2 6.44129 2.31607 5.87868 2.87868C5.31607 3.44129 5 4.20435 5 5H3C3 3.67392 3.52678 2.40215 4.46447 1.46447C5.40215 0.526784 6.67392 0 8 0C8.65661 0 9.30679 0.129329 9.91342 0.380602C10.52 0.631876 11.0712 1.00017 11.5355 1.46447C11.9998 1.92876 12.3681 2.47995 12.6194 3.08658C12.8707 3.69321 13 4.34339 13 5V7H14ZM8 16C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14C6 13.4696 6.21071 12.9609 6.58579 12.5858C6.96086 12.2107 7.46957 12 8 12C8.53043 12 9.03914 12.2107 9.41421 12.5858C9.78929 12.9609 10 13.4696 10 14C10 14.5304 9.78929 15.0391 9.41421 15.4142C9.03914 15.7893 8.53043 16 8 16Z' fill='%23820096'/%3E%3C/svg%3E%0A");
}

#editModal .modal-content,
#addelementInput .modal-content,
#addelementInput .modal-content {
  border-radius: 8px;
}

#editModal .modal-content {
  width: 360px;
  height: 227px;
}
#editModal .modal-header {
  border: none;
  padding: 15px 24px;
}
#editModal .modal-body {
  padding: 0 24px;
}
#editModal .forms-partner-network-changes__save {
  width: 191px;
  height: 47px;
}
#editModal .modal-header > h5,
#addelementInput .modal-header > h5,
#addelementInput .modal-header > h5 {
  font-weight: 700;
  font-size: 22px;
}
#editModal .modal-header > button span,
#addelementInput .modal-header,
#addelementInput .modal-header {
  font-size: 30px;
}

#editModal .modal-body > input,
#addelementInput .modal-body > input {
  width: 100%;
  height: 55px;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 8px;
}
#editModal .modal-footer,
#addelementInput .modal-footer {
  border: none;
}

#removeModal .modal-content,
.removeModalStyle .modal-dialog .modal-content,
#resetModal .modal-content,
#saveModal .modal-content {
  width: 288px;
  height: 247px;
  border: none;
  border-radius: 12px;
}
.submitModalStyle .modal-dialog .modal-content {
  width: 378px;
  height: 250px;
  border: none;
  border-radius: 12px;
}
#removeModal .modal-header,
.removeModalStyle .modal-dialog .modal-header,
.submitModalStyle .modal-dialog .modal-header,
#resetModal .modal-header,
#saveModal .modal-header {
  border: none;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 800;
  padding: 33px 26px 0;
}
#removeModal .modal-header h5,
.removeModalStyle .modal-dialog .modal-header h5,
.submitModalStyle .modal-dialog .modal-header h5,
#resetModal .modal-header h5,
#saveModal .modal-header h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
#removeModal .modal-body,
.removeModalStyle .modal-dialog .modal-body,
.submitModalStyle .modal-dialog .modal-body,
#resetModal .modal-body,
#saveModal .modal-body {
  max-height: 47px;
  padding: 0 26px;
  margin-top: 23px;
  margin-bottom: 37px;
}

.submitModalStyle .modal-dialog .modal-body {
  margin-bottom: 62px;
}

#removeModal .modal-body p,
.removeModalStyle .modal-dialog .modal-body p,
.submitModalStyle .modal-dialog .modal-body p,
#resetModal .modal-body p,
#saveModal .modal-body p {
  color: var(--active-focused-icons);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
}
#removeModal .modal-footer-confirmation,
.removeModalStyle .modal-dialog .modal-footer-confirmation,
.submitModalStyle .modal-dialog .modal-footer-confirmation,
#resetModal .modal-footer-confirmation,
#saveModal .modal-footer-confirmation {
  padding: 0;
  height: 60px;
  -webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
}
#removeModal .modal-footer-confirmation button,
.removeModalStyle .modal-dialog .modal-footer-confirmation button,
.submitModalStyle .modal-dialog .modal-footer-confirmation button,
#resetModal .modal-footer-confirmation button,
#saveModal .modal-footer-confirmation button {
  margin: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
#confirmationModal .modal-footer-confirmation button,
.confirmationModalStyle .modal-dialog .modal-footer-confirmation button {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  border: none;
}
#removeModal .modal-footer-confirmation__no,
.removeModalStyle .modal-dialog .modal-footer-confirmation__no,
.submitModalStyle .modal-dialog .modal-footer-confirmation__no,
#resetModal .modal-footer-confirmation__no,
#saveModal .modal-footer-confirmation__no {
  border-radius: 0 0 0 12px;
  border-right: 1px solid var(--inactive-icons) !important;
}
#removeModal .modal-footer-confirmation__yes,
.removeModalStyle .modal-dialog .modal-footer-confirmation__yes,
.submitModalStyle .modal-dialog .modal-footer-confirmation__yes,
#resetModal .modal-footer-confirmation__yes,
#saveModal .modal-footer-confirmation__yes {
  border-radius: 0 0 12px 0;
}
/* ---CSS Base Challenge---  */
.nav-forms__fields {
  padding: 60px 32px;
}
.nav-forms__fields-info .col-4 {
  max-width: 375px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-forms__fields-inputs input {
  width: 100%;
}

.nav-forms__fields-inputs input:not(:placeholder-shown),
.nav-fields-challenges-extraFields-textarea textarea:not(:placeholder-shown),
.nav-forms-challenges-textArea textarea:not(:placeholder-shown) {
  border: 1px solid var(--primary-color) !important;
}

.nav-forms__fields-input p {
  width: 100%;
  color: var(--active-focused-icons);
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  margin-top: 22px;
}
.nav-forms__fields__title {
  padding: 0;
}
.nav-forms__titleButtons__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 41px;
  margin: 0;
}
.nav-forms__titleButtons__title span,
.nav-forms__titleButtons__title-scroll span {
  color: #ff8e11;
}

.nav-forms-fields-challenge__title {
  width: 100%;
  height: fit-content;
  max-height: -moz-fit-content;
  margin-bottom: 22px;
}
.nav-forms-fields-challenge__title .nav-forms__fields__title {
  height: 24px;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 0;
}
.nav-forms-challenges__fields {
  margin: 70px 0;
}

.nav-forms__fields__line {
  height: 20px;
  width: 100%;
  border-bottom: 2px solid var(--active-focused-icons);
  margin-left: 7px;
}
.nav-forms-challenges__notes {
  padding: 23px 30px 35px 30px;
  margin: 0 -33px;
  background-color: rgb(229, 229, 229);
}
.dropManagerAccess-menu {
  top: 60%;
}

#formsChallengeCheckboxGroup {
  gap: 25px 0;
}

#formsChallengeCheckboxGroup .nav-forms__fields-input__checkbox {
  width: 25%;
}
.nav-forms__fields-input__checkbox svg {
  margin-left: 14px;
}
.nav-forms__fields-input__checkbox p {
  margin: 0;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
}

.nav-forms__fields-input label span {
  font-weight: 500;
}

.nav-forms__fields-input__selectLabel {
  margin: 0;
  max-width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700 !important;
  color: var(--active-focused-icons);
}

input[readonly='readonly'] {
  pointer-events: none;
  background: var(--inactive-icons);
}
input[readonly='readonly']::placeholder {
  color: var(--active-focused-icons);
}

.nav-forms__fields-input__selectLabel .select2-container {
  width: 100% !important;
}

/* @media (min-width: 1200px) {
  .nav-forms-challenges-textArea {
    width: 375px;
    height: 154px;
  }
} */

.nav-forms-challenges__notes-textarea {
  width: 45%;
}

@media (max-width: 1200px) {
  .nav-form-challenges .nav-forms__fields-input label span {
    display: flex;
    flex-direction: column;
  }
  .nav-forms-challenges__notes-textarea .nav-forms-partner-final__title {
    display: flex;
    flex-direction: column;
  }
  .nav-forms-challenges-textArea {
    height: 154px;
    margin-bottom: 40px;
  }
  .challenge-inputs-labelMargin {
    margin-bottom: 32px !important;
  }
}
#initialDate .bootstrap-datetimepicker-widget.dropdown-menu {
  inset: 70.5px -165px auto auto !important;
}
.dateTypeDateInitial_input,
.dateTypeDateFinal_input {
  width: 1% !important;
  border: none !important;
}
.dateTypeDateInitial_input:focus,
.dateTypeDateFinal_input:focus {
  background-color: transparent;
}
.initialDateExtraFieldsCheckbox-group,
.finalDateExtraFieldsCheckbox-group,
.initialDateTimeExtraFieldsCheckbox-group,
.finalDateTimeExtraFieldsCheckbox-group,
.initialTimeExtraFieldsCheckbox-group,
.finalTimeExtraFieldsCheckbox-group {
  pointer-events: none;
}
.challenge_datepicker-extraField-hide {
  display: none;
}
.dateExtraFieldsCheckbox-group-selected {
  pointer-events: unset;
}
.nav-forms-challenges-textArea textarea {
  resize: none;
  height: 154px;
  width: 100%;
  outline: none;
  overflow: auto;
  position: relative;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nav-forms-fields-challenge-hoursStyle {
  position: relative;
  bottom: 10px;
  padding: 0 5px;
}
#initialAgeLabel .select2-container,
#finalAgeLabel .select2-container {
  width: 100% !important;
}

.select2-selection,
.select2-selection--single {
  background-color: #fafafa !important;
  height: 55px !important;
  margin-top: 10px;
  padding: 14px 16px 14px 20px !important;
  cursor: pointer !important;
  border: 1px solid var(--active-unfocused-icons) !important;
  border-radius: 8px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 25px !important;
  right: 15px;
}
.select2-search {
  height: 40px;
  padding: 4px 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--active-focused-icons);
  font-weight: 700;
}
.forms-partner-network__fields-options--challenge {
  padding-right: 20px;
}
.forms-challenge-network-bottomBorder {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--inactive-icons);
}
.forms-partner-network-changes__save--challenge {
  width: 165px;
}
.forms-partner-network__info p {
  font-size: 16px;
  font-weight: 700;
  color: var(--active-focused-icons);
}
.forms-partner-network__info img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.forms-partner-network__info span {
  font-size: 16px;
  font-weight: 500;
  color: var(--active-focused-icons);
}
.forms-partner-network-changes__info {
  width: 735px;
  margin-right: 20px;
}
.forms-partner-network-changes__info img,
.nav-forms-challenges__notes__info img,
.forms-partner-network-changes__info--qrCodeChallenge img {
  width: 24px;
  height: 24px;
  margin-right: 17px;
}
.forms-partner-network-changes__info p span {
  font-size: 16px;
  font-weight: 700;
  color: var(--active-focused-icons);
}
.nav-forms-challenges__notes__info p {
  font-size: 12px;
  font-weight: 500;
}
.nav-forms-challenges__notes__info span {
  font-weight: 700;
}
.nav-forms__fields-input__checkbox span {
  font-size: 12px;
  font-weight: 500;
}
.nav-forms__fields-inputs--url {
  max-width: 357px;
}
.nav-forms__fields-inputs--url p {
  font-size: 10px;
}
.nav-forms__fields-info--challenge {
  min-width: 0 !important;
}
@media (max-width: 1250px) {
  .nav-forms__fields-info--challenge {
    max-width: 320px !important;
  }
}

.nav-forms__fields-info-challenge__complementary > p,
.nav-forms__fields-info-challenge__complementary-checkbox > p {
  margin: 0;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.nav-forms__fields-input__checkbox-challenge__complementary {
  border: 1px solid var(--active-focused-icons-escuro);
  border-radius: 5px;
  height: 55px;
  padding-left: 15px;
  width: 100%;
}

.nav-forms__fields-challenge-recommendations-fields > .col-4 {
  max-width: 325px;
}
.nav-forms__fields-challenge-recommendations-fields > .col-4:last-child input {
  margin-top: 34px;
}

.challenge_datepicker {
  padding: 0;
}

.challenge_datepicker * {
  border: none;
}

.challenge_datepicker .form-group {
  margin-left: 0;
}

.challenge_datepicker .input-group {
  border: 1px solid var(--active-unfocused-icons) !important;
  border-radius: 8px;
  height: 55px;
  padding-right: 8px;
}
.challenge_datepicker .input-group-text {
  background: transparent;
}

/* .challenge_datepicker .nav-forms__fields-inputs input:not(:placeholder-shown) {
  border: none;
} */

.input-group-text {
  border-radius: 8px;
}
.challenge_datepicker label,
.typeDate-label label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.challenge_datepicker input {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0 10px 15px;
  border-radius: 5px;
}
.challenge_datepicker input:focus {
  border: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
.datepicker .prev span:before,
.datepicker .next span:before,
.bootstrap-datetimepicker-widget table td span::before {
  font-family: FontAwesome;
}
/* #challenge_datepicker .form-group {
  margin-left: 24px;
} */
.challenge-activation--margin {
  margin-top: 100px;
}

/* Select2 multiple */

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--inactive-icons);
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  height: 36px;
}
.select2-selection__choice button {
  height: 100%;
  width: 24px;
}
.select2-selection__choice button:hover {
  background-color: transparent !important;
}
.select2-selection__choice span {
  padding: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  padding-right: 5px;
  position: unset;
}
.select2-selection__choice button span {
  background-color: var(--active-focused-icons);
  border-radius: 50%;
  font-size: 18px;
  width: 100%;
  display: block;
  color: var(--inactive-icons);
}
.select2-search__field {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var (var(--active-unfocused-icons));
  font-weight: 600;
  width: 100% !important;
  display: block;
  position: relative;
  bottom: 5px;
  color: var(--active-focused-icons);
  padding: 6px 0 0 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  padding-left: 20px;
}
.select2-dropdown {
  border-radius: 0 0 8px 8px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:last-child {
  border-radius: 0 0 8px 8px;
}
.select2-container--default .select2-results > .select2-results__options {
  -webkit-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
}
.select2-results__option--selectable {
  color: var(--active-focused-icons);
  font-weight: 600;
  padding-left: 20px;
  line-height: 17px;
}
.select2-container--open .select2-dropdown {
  left: 0;
  top: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 1px;
  font-size: 30px;
}

/* Hour input */
.nav-forms__fields-inputs-time {
  max-height: 139px;
}
.nav-forms__fields-inputs-time input {
  cursor: pointer;
}
.nav-forms__fields-inputs-time .input-group-text i::before,
.hour-style i::before {
  width: 25px;
  height: 25px;
  content: url(/media/sygpointweb/assets/img/iconClock.png);
}
.dateTypeDateHourInitial_secondDiv .input-group-text i::before,
.dateTypeDateHourFinal_secondDiv i::before {
  width: 24px;
  height: 24px;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13ZM19 8H5V19H9.67C9.24 18.09 9 17.07 9 16C9 14.1435 9.7375 12.363 11.0503 11.0503C12.363 9.7375 14.1435 9 16 9C17.07 9 18.09 9.24 19 9.67V8ZM5 21C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H6V1H8V3H16V1H18V3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V11.1C22.24 12.36 23 14.09 23 16C23 17.8565 22.2625 19.637 20.9497 20.9497C19.637 22.2625 17.8565 23 16 23C14.09 23 12.36 22.24 11.1 21H5ZM16 11.15C14.7137 11.15 13.4801 11.661 12.5705 12.5705C11.661 13.4801 11.15 14.7137 11.15 16C11.15 18.68 13.32 20.85 16 20.85C16.6369 20.85 17.2676 20.7246 17.856 20.4808C18.4444 20.2371 18.9791 19.8798 19.4295 19.4295C19.8798 18.9791 20.2371 18.4444 20.4808 17.856C20.7246 17.2676 20.85 16.6369 20.85 16C20.85 13.32 18.68 11.15 16 11.15Z' fill='%23272727'/%3E%3C/svg%3E%0A");
}
.nav-forms__fields-inputs-time .fa-arrow-up:before,
.hour-style .fa-arrow-up:before {
  content: url(/media/sygpointweb/assets/img/iconArrowDown.svg);
  display: inline-block;
  transform: rotate(180deg);
}
.nav-forms__fields-inputs-time .fa-arrow-down:before,
.hour-style .fa-arrow-down:before {
  content: url(/media/sygpointweb/assets/img/iconArrowDown.svg);
}
[data-action='togglePicker'] .fa-clock-o::before {
  width: 25px;
  height: 25px;
  content: url(/media/sygpointweb/assets/img/iconClock.png);
}
[data-action='togglePicker'] .fa-calendar::before {
  width: 24px;
  height: 24px;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13ZM19 8H5V19H9.67C9.24 18.09 9 17.07 9 16C9 14.1435 9.7375 12.363 11.0503 11.0503C12.363 9.7375 14.1435 9 16 9C17.07 9 18.09 9.24 19 9.67V8ZM5 21C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H6V1H8V3H16V1H18V3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V11.1C22.24 12.36 23 14.09 23 16C23 17.8565 22.2625 19.637 20.9497 20.9497C19.637 22.2625 17.8565 23 16 23C14.09 23 12.36 22.24 11.1 21H5ZM16 11.15C14.7137 11.15 13.4801 11.661 12.5705 12.5705C11.661 13.4801 11.15 14.7137 11.15 16C11.15 18.68 13.32 20.85 16 20.85C16.6369 20.85 17.2676 20.7246 17.856 20.4808C18.4444 20.2371 18.9791 19.8798 19.4295 19.4295C19.8798 18.9791 20.2371 18.4444 20.4808 17.856C20.7246 17.2676 20.85 16.6369 20.85 16C20.85 13.32 18.68 11.15 16 11.15Z' fill='%23272727'/%3E%3C/svg%3E%0A");
}

/* Select2 gender */
#genderLabel
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  color: var(--active-focused-icons);
}
#initialAgeLabel,
#finalAgeLabel {
  width: 100px;
}
#genderLabel .select2-selection__arrow,
#initialAgeLabel .select2-selection__arrow,
#finalAgeLabel .select2-selection__arrow,
#recommendLimitLabel .select2-selection__arrow {
  padding: 0;
  top: 25px;
  right: 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  content: url('/media/sygpointweb/assets/img/iconArrowDown.svg');
  width: 24px;
  height: 24px;
  position: unset;
  margin: 0;
}
.nav-forms-fields-challenge-age {
  margin: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
}
.nav-forms-fields-challenge-age p {
  margin: 0;
}

.nav-forms-fields-challenge-age .nav-forms__fields-input__selectLabel {
  min-width: 100px;
}

.nav-forms__fields-challenge-social__fields-label {
  color: var(--active-focused-icons);
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .nav-forms__fields-challenge-social__fields-label {
    max-width: 320px !important;
  }
}

#recommendLimitLabel
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  color: var(--active-focused-icons);
  font-weight: 700;
}
.nav-forms__fields-challenge-social__fields--column p {
  padding-left: 5px !important;
}

/* Comprar Ganhar Style */
.nav-forms-challenges__requirements-info {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.nav-forms-challenges__fields-comprarGanhar-requirement {
  width: fit-content;
  display: flex;
  align-items: center;
}

#formsChallengesTable {
  width: 100%;
}

#formsChallengesTable table {
  width: 100%;
  border: 1px solid var(--active-unfocused-icons);
  /*width:100%; */
  display: block;
  empty-cells: show;

  /* Decoration */
  border-spacing: 0;
  border: 1px solid;
}

#formsChallengesTable table thead tr:first-child {
  height: 61px;
  padding-right: 10px;
}

#formsChallengesTable table tbody {
  display: block;
  overflow: auto;
}
#formsChallengesTable table thead {
  position: relative;
  display: block;
  width: 100%;
}
#formsChallengesTable table tbody {
  /* Position */
  display: block;
  position: relative;
  width: 100%;
  overflow-y: scroll;
  /* Decoration */
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 50vh;
}

#formsChallengesTable td:first-child,
#formsChallengesTable th:first-child {
  flex-basis: 20%;
  flex-grow: 1;
  max-width: fit-content;
}

#formsChallengesTable table tr {
  width: 100%;
  display: flex;
  align-items: center;
}

#formsChallengesTable table td,
#formsChallengesTable table th {
  flex-basis: 100%;
  flex-grow: 2;
  display: block;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  text-align: center;
}

#formsChallengesTable table td > img {
  width: 48px;
  height: 48px;
}

#formsChallengesTable table td:not(:first-child) {
  max-width: 167px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-forms-challenges--table--retomas table td:not(:first-child) {
  max-width: unset !important;
}

#formsChallengesTable table td:not(:first-child) input {
  max-width: 100%;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 5px;
  padding-left: 5px;
  text-align: center;
}

#formsChallengesTable .uploadButton {
  border-radius: 6px;
  border: none;
  color: var(--branco);
  font-weight: 600;
  background: var(--primary-color);
  width: 105px;
  height: 39px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#formsChallengesTable .changeButton {
  border: none;
  background: none;
  color: var(--primary-color);
  font-weight: 600;
  width: 105px;
  height: 39px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#formsChallengesTable .uploadButton,
#formsChallengesTable .changeButton {
  cursor: pointer;
}

#formsChallengesTable table th:last-child,
#formsChallengesTable table td:last-child {
  padding: 0;
  max-width: 24px;
}

#formsChallengesTable [type='checkbox']:checked + label:after {
  left: 0;
}

.tableRemoveElement button {
  background: none;
  border: none;
  padding: 0;
}

.unfocusedText {
  color: var(--active-unfocused-icons);
}

.focusedText {
  color: var(--active-focused-icons);
}

/* End Comprar e Ganhar */

.nav-forms-challenges__requirements {
  margin-top: 20px;
}
.nav-forms-challenges--unchecked label,
.nav-forms-challenges--unchecked p,
.nav-forms-challenges--unchecked input,
.nav-forms-challenges--unchecked .forms-partner-network__fields-iconFolder,
.nav-forms-challenges--unchecked .forms-partner-network__fields-list,
.nav-forms-challenges--unchecked
  .nav-fields-challenges-extraFields-button
  button,
.nav-forms-challenges--unchecked .forms-partner-network-changes__addElement,
.nav-forms-challenges--unchecked
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.nav-forms-challenges--unchecked .input-group [data-toggle='datetimepicker'] {
  color: var(--inactive-icons) !important;
  pointer-events: none;
}
.nav-forms-challenges--unchecked svg path {
  fill: var(--inactive-icons);
}

.nav-forms-challenges--unchecked .forms-partner-network-changes__reset,
.nav-forms-challenges--unchecked .forms-partner-network-changes__save {
  color: var(--branco) !important;
  pointer-events: none;
}
.nav-forms-challenges--unchecked
  .forms-partner-network-changes__addElement::before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.nav-forms-challenges--unchecked
  .nav-forms-challenges__qrcode-options-label
  input:checked
  ~ .checkmark {
  border: 2px solid var(--inactive-icons);
}
.nav-forms-challenges--unchecked
  .forms-partner-network__fields-list
  .forms-partner-network__fields-options--challenge
  label::after,
.nav-forms-challenges--unchecked
  .nav-forms-challenges__qrcode-options-label
  .checkmark:after,
.nav-forms-challenges--unchecked
  .nav-forms__fields-input__checkbox-challenge__complementary
  [type='checkbox']:checked
  + label:after {
  background: var(--inactive-icons);
}

.forms-partner-network-changes p {
  color: var(--active-focused-icons) !important;
}
.nav-forms-challenges--unchecked .forms-partner-network-changes__reset,
.nav-forms-challenges--unchecked .forms-partner-network-changes__save,
.nav-forms-challenges--unchecked .forms-partner-network-changes__saveNetwork {
  background: var(--inactive-icons);
  border: none;
}

/* Campanhas de Retomas */
.nav-forms-challenge-heading--baseColor {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 22px;
  margin-top: 39px;
}
.nav-forms-challenges__requirements p > span,
.nav-forms__fields__title span {
  color: var(--active-unfocused-icons);
  font-size: 12px;
  font-weight: 600;
}

/* QRCodes isolados */
.nav-forms-challenges__qrcode {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
.nav-forms-challenges__qrcode-options p {
  font-size: 16px;
  font-weight: 700;
  color: var(--active-focused-icons);
}
.nav-forms-challenges__qrcode-options label {
  font-size: 16px;
  font-weight: 600;
  color: var(--active-focused-icons);
}
.nav-forms-challenges__qrcode-options input[type='radio'] {
  display: none;
}

.nav-forms-challenges__qrcode-options-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.nav-forms-challenges__qrcode-options-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.nav-forms-challenges__qrcode-options-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  border: 2px solid var(--active-unfocused-icons);
}

/* On mouse-over, add a grey background color */
.nav-forms-challenges__qrcode-options-label:hover input ~ .checkmark {
  background-color: var(--primary-color);
  border: none;
}

.nav-forms-challenges__qrcode-options-label input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid var(--primary-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.nav-forms-challenges__qrcode-options-label .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.nav-forms-challenges__qrcode-options-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.nav-forms-challenges__qrcode-options-label .checkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary-color);
}

.nav-forms-challenges__fields-qr
  .nav-forms__fields-challenge-social__fields-label
  span {
  font-size: 12px;
}
@media (max-width: 1100px) {
  .btn-qr-trash {
    padding: 0;
    margin-left: 5px;
  }
}
.nav-forms-challenge-qrSeq {
  height: 48px;
}
@media (max-width: 1200px) {
  .nav-forms__fields-info .col-4 {
    padding: 0 15px;
  }
  .nav-forms__fields-info .col-5 {
    padding: 0 15px;
  }
}
.nav-forms-challenge-qrSeq-heading h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}
.nav-forms-challenge-qrSeq-heading p {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
}
.nav-forms-challenge-qrSeq-textarea h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--active-focused-icons);
}
.nav-forms-challenge-qrSeq-textarea textarea {
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 4px;
  font-weight: 600;
  resize: none;
}
.form-control {
  color: var(--active-focused-icons);
  font-weight: 600;
}
.form-control:focus {
  border: 1px solid var(--active-focused-icons);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* Extra Field  */
.nav-forms__fields-challenge-extra-fields {
  margin-top: 35px;
}
.nav-fields-challenges-extraFields {
  font-size: 18px;
  color: var(--active-focused-icons);
  font-weight: 800;
}
.nav-fields-challenges-extraFields + p {
  font-size: 12px;
  font-weight: 600;
}
.nav-fields-challenges-extraFields-button button {
  border: none;
}
.nav-fields-challenges-extraFields-button button img {
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .nav-fields-challenges-extraFields-fieldType {
    max-width: 290px;
    padding: 0 !important;
  }
  .nav-fields-challenges-extraFields-textarea {
    max-width: 300px;
  }
}
.nav-fields-challenges-extraFields-textarea > label span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
.nav-fields-challenges-extraFields-addOptionInput {
  height: 100px;
}
.nav-fields-challenges-extraFields-addOptionInput button {
  background-color: transparent;
  border: none;
}
.nav-forms-challenges-extraField-secondInput--fileType
  .nav-forms-challenges-extraField-secondInput--fileType-doc {
  font-size: 12px;
  position: relative;
  right: 83px;
  top: 22px;
}
.nav-forms-challenges-extraField-secondInput--fileType
  .nav-forms-challenges-extraField-secondInput--fileType-img {
  font-size: 12px;
  position: relative;
  right: 60px;
  top: 22px;
}
.extraRequirementTextarea--size {
  height: 168px !important;
  border: 1px solid var(--active-unfocused-icons) !important;
  resize: none;
}

.nav-forms-challenges__extraRequirement
  .forms-partner-network-changes__addElement {
  border: none;
}
.nav-forms-challenges-extraField-hide {
  display: none;
}

/* GIFTCARD */
.nav-forms-challenges-textArea--giftCard {
  height: 184px;
}
.nav-forms-challenges-textArea--giftCard textarea {
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 4px;
  height: 100%;
  resize: none;
}
.nav-forms-giftCard-rapell-text {
  font-size: 16px;
  font-weight: 700;
}
.nav-forms-giftCard-rapell-text a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* ENDGIFTCARD */

.nav-forms-challenges-extraField-secondInput--date_info p {
  color: var(--primary-color);
  font-size: 14px;
}

.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown ul {
  list-style-type: none;
}
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown
  [type='checkbox']:not(:checked)
  + label,
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown
  [type='checkbox']:checked
  + label {
  width: 100%;
  height: 47px;
  padding-left: 40px;
}
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown
  [type='checkbox']:checked
  + label::after {
  left: 0;
}
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown button {
  color: var(--active-unfocused-icons);
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  width: 357px;
  border: 1px solid var(--active-unfocused-icons);
  border-radius: 8px;
  padding: 0 20px !important;
}
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown
  .dropdown-menu {
  width: 355px;
  height: 374px;
  left: 0;
  border-radius: 0px 0px 8px 8px;
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: auto;
  color: var(--text-high-emphasis);
  font-weight: 600;
}
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown
  .dropdown-menu
  > li {
  padding-top: 5px;
  padding-left: 20px;
}

.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown
  .dropdown-toggle::after {
  content: '';
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 90px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 12.9129L7.16546 8.33398L5.01514 10.3707L11.9999 17.0007L18.9999 10.3707L16.8343 8.33398L11.9999 12.9129Z' fill='%238d8d8d'/%3E%3C/svg%3E%0A");
}
.dropdown-toggle-access {
  background-color: #fafafa !important;
}
.nav-forms-challenges-extraField-secondInput--listType-exampleDropdown p {
  font-size: 12px;
  font-weight: 600;
  color: var(--active-unfocused-icons);
}
.nav-forms-challenges-extraField-secondInput--listType-exampleRadio
  label
  .checkmark {
  top: 4px;
}

.fileType-exampleHeading {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
}
.fileType-exampleHeading span {
  font-size: 12px;
  font-weight: 600;
}

.fileType-exampleButtons__camera,
.fileType-exampleButtons__file {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.fileType-exampleButtons__camera {
  background: var(--laranja);
}
.fileType-exampleButtons__file {
  background: var(--primary-color);
  margin-left: 23px;
}

.exampleCheckboxP,
.exampleRadioP {
  margin-top: 1rem !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--active-focused-icons) !important;
}

.nav-fields-challenges-extraFields-button img {
  max-width: 24px;
  max-height: 24px;
}

.nav-forms-partner-grey {
  background: #f8f8f8;
  margin: 65px -32px 0 -32px;
  padding: 32px;
}
.nav-forms-partner-grey--afterBlock {
  margin-top: 35px;
}
.nav-forms__fields-inputs-time .divider {
  margin-bottom: 78px;
}
.divider {
  width: 9px;
  border-bottom: 2px solid var(--active-unfocused-icons);
  margin: 15px 20px 7px 20px;
  flex-grow: 0;
}

.nav-forms__fields-info-qrGhost {
  content: '';
}
.qrSeqTextarea_textarea {
  padding: 15px;
}
.qrSeqPlaceBussiness_label span,
.qrSeqPlace_label span,
.qrSeqValue_label span {
  font-size: 12px;
}
.qrSeqTextP {
  font-size: 22px;
  font-weight: 800;
  margin: 0 35px 0 20px;
}
.forms-partner-network-changes__addQr {
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  font-size: 22px;
  font-weight: 800;
}
.time-width {
  width: 120px;
}
.time-width + .divider {
  margin: 58px 20px 50px 20px;
}

.button-SecManager {
  color: var(--branco);
  background-color: var(--primary-color) !important;
  border: none !important;
  border-radius: 8px !important;
}

.enableManager_label-color {
  color: var(--active-unfocused-icons) !important;
}
.enableManager_label-bold {
  font-weight: 700 !important;
  color: var(--active-focused-icons) !important;
}
.forms-partner-access__collapse {
  height: 30px !important;
  margin-bottom: 15px !important;
}

.button-SecManagerPassword {
  padding-top: 31px;
}

#SecManagerEmail + .warning-incorrectInputEmail {
  position: relative;
}

.warning-incorrectInputEmail {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
}
.warning-incorrectInput {
  color: #b00020 !important;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 37px;
  left: 10px;
}

#formsPartnerTabs .warning-incorrectInput {
  top: unset;
  left: unset;
}

.forms-partner-network-changes__savePassword {
  width: 250px;
  height: 55px;
}
.nav-forms-challenges__fields-secManager {
  margin: 25px 0;
}
.nav-forms-fields-secondaryManagerView-title {
  color: var(--active-focused-icons);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.nav-forms-fields-secondaryManagerView-title span {
  font-size: 10px;
  font-weight: 500;
}
.nav-forms-fields-secondaryManagerView-challengeAccess ul {
  padding: 0;
  list-style-type: none;
}
.nav-forms-fields-secondaryManagerView-challengeAccess li {
  font-size: 12px;
  font-weight: 500;
}
.activateManager_label,
.deactivateManager_label {
  font-weight: 700 !important;
}
#formsPartnerTabs {
  margin: 0 auto;
  background: var(--branco);
}
#formsPartnerTabs .tabsLine {
  padding: 0 30px;
  margin-top: 15px;
  height: 48px;
}

#tabsLineDiv {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 15px;
}

#formsPartnerTabs .nav-item {
  width: 184px;
  margin: 0;
}
#formsPartnerTabs .nav-link.active {
  color: var(--branco);
  height: 48px;
  background: var(--active-focused-icons);
  border: none;
  border-bottom: 5px solid var(--active-focused-icons);
  transition: 0.5s;
}
.tabsLineLine {
  height: 1px;
  border-bottom: 5px solid var(--active-focused-icons);
}
#formsPartnerTabs .nav-link {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: var(--active-focused-icons);
  background-color: transparent;
  padding-top: 12px;
  border: 1px solid var(--active-focused-icons);
  border-radius: 8px 8px 0px 0px;
  height: 49px;
}
#formsPartnerTabs .nav-link:hover {
  height: 48px;
  border: 2px solid var(--active-focused-icons);
}
.nav-forms-fields-challenge__title-step {
  font-size: 12px;
  font-weight: 800;
  height: 24px;
  padding: 4px 8px;
  margin-right: 8px;
  color: var(--branco);
  background: var(--active-focused-icons);
}

.nav-forms_fields-network-subtitle {
  font-size: 16px;
}
.nav-forms_fields-network-subtitle + div {
  border-bottom: 1px solid var(--inactive-icons);
}
.network-example__table {
  margin-bottom: 13px;
}
.network-example__table th {
  font-size: 11px;
  background: #f2f2f2;
}
.network-example__table td {
  font-size: 10px;
  color: var(--active-unfocused-icons);
}
.network-example__table td,
.network-example__table th {
  padding: 0;
  width: 170px;
  height: 23px;
  border: 1px solid var(--active-unfocused-icons);
  text-align: center;
}
.network-example__table-copy {
  color: var(--inactive-icons) !important;
}
.network-example__table-lastRow {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -10.64%,
    #ffffff 89.36%
  );
  position: relative;
  width: 100%;
  height: 27px;
  bottom: 40px;
}
.network-example {
  max-width: 600px;
  height: 294px;
  padding: 0;
  box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.2);
}
.network-example:not(:last-child) {
  margin-right: 32px;
}
.network-example__text h4 {
  font-size: 16px;
  font-weight: 700;
}
.network-example__text-highlight {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
.network-example__text-highlight img {
  margin-left: 12px;
}
.network-example__button {
  border: none;
  width: 100%;
  height: 100%;
  padding: 21px 23px 20px 23px;
  border-radius: 8px;
}
.network-example__button:hover {
  color: var(--active-focused-icons);
  filter: none;
}

.network-example__button:hover + .network-example__selectedLine,
.network-example__selectedLine:hover {
  background: var(--primary-color);
  transition: 1s;
}
.network-example__selectedLine--active {
  background: var(--primary-color);
  transition: 1s;
  border-radius: 0 0 12px 12px;
  height: 7px;
  cursor: pointer;
}
.network-example__selectedLine {
  background: var(--thumbBG);
  border-radius: 0 0 12px 12px;
  height: 7px;
  cursor: pointer;
}
.network-example__info {
  color: var(--active-unfocused-icons);
  font-size: 12px;
  font-weight: 400;
  margin-top: 23px;
}

.network-example__info img {
  margin-right: 10px;
  filter: opacity(0.5);
}
.network-personalisedExample__info {
  display: block;
}
.network-personalisedExample__info p {
  font-size: 12px;
  font-weight: 400;
  height: fit-content;
  margin: 0;
  line-height: 16px;
}
.network-personalisedExample__info p:not(:last-child) {
  margin-bottom: 15px;
}
.network-personalisedExample__info img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.network-personalisedExample__info span {
  font-weight: 700;
}

.networkLevels__inputLevelAfterFourth {
  margin-top: 20px;
}

#addNetworkLevel {
  width: 175px;
  margin-top: 30px;
}
#addNetworkLevel::before {
  padding-top: 3px;
}

.networkLevels__inputLevel-remove {
  position: relative;
  top: 45px;
}
.nav-forms-fields-challenge__titleTabs {
  margin-bottom: 8px;
}

#uploadXls {
  display: none;
}
.network-example__upload {
  font-size: 16px;
  font-weight: 700;
}
.network-example__upload label {
  text-decoration: underline;
  color: var(--primary-color);
  cursor: pointer;
  margin-bottom: 20px;
}

.progress-bar {
  height: 6px;
  width: 357px;
  background-color: var(--inactive-icons);
  border-radius: 0 0 12px 12px;
}

.progress-bar-fill {
  height: 6px;
  width: 0%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  transition: width 0.25s;
}
.networkXlsPreview {
  color: var(--inactive-icons);
  font-size: 10px;
  font-weight: 700;
  width: 357px;
  height: 70px;
  border: 1px solid var(--inactive-icons);
  border-radius: 4px 4px 0 0;
  padding-left: 22px;
  padding-right: 14px;
}
.networkXlsPreview--active {
  color: var(--text-high-emphasis);
}

.networkXlsPreview .networkXlsFileImg {
  width: 29px;
  height: 40px;
}
.networkXlsPreview span {
  font-size: 14px;
  line-height: 16px;
}
.networkXlsPreview button {
  padding: 0;
}
.uploadXlsButton {
  color: var(--branco);
  font-size: 16px;
  font-weight: 700;
  background: var(--primary-color);
  width: 356px;
  height: 76px;
  border-radius: 8px;
  border: none;
}
.xlsFileRemove {
  fill: var(--inactive-icons);
}

#downloadXlsAtualButton {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: var(--primary-color);
}

#networkXlsPreviewRemove,
#networkXlsPreviewConfirmation {
  display: none;
}
.networkXlsFileUploadingText,
.networkXlsFileUploadedText,
.networkLevels__inputLevelHide {
  display: none !important;
}
.networkXlsFileUploadingText,
.networkXlsFileUploadedText {
  color: var(--text-low-emphasis);
  font-size: 10px !important;
  font-weight: 600;
}
.networkXlsFileImg + div {
  margin-left: 21px;
}

.networkLevelsPersonalisedRow {
  margin-top: 15px;
  margin-bottom: 39px;
  background-color: #f8f8f8;
  margin: 15px -30px 55px -30px;
  padding: 15px 30px 0 30px;
}

label[for='networkLevels'] {
  text-decoration: none;
  color: unset;
}

input#networkLevels {
  margin-left: 15px;
  height: 25px;
  width: 50px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  border: 1px solid var(--active-unfocused-icons);
}

input#networkLevels:focus,
input#networkLevels:not(:placeholder-shown) {
  border-color: var(--primary-color);
}

#addLevelTarget {
  width: 100%;
}
#addLevelTarget input {
  background: var(--branco);
}

.nav-forms-fields-partner__firstBlock {
  margin-top: 20px;
  margin-bottom: 0;
}
.secManagerAccess_text {
  color: var(--active-focused-icons) !important;
  font-weight: 600 !important;
}
.tabsLineBlockedStep {
  pointer-events: none;
  border-bottom: none !important;
  border-color: var(--inactive-icons) !important;
  color: var(--inactive-icons) !important;
}
@media (max-width: 1100px) {
  #drop-area,
  #gallery {
    width: 100%;
  }
  .files-logo__upload,
  .files-logo__example {
    max-width: 315px;
  }
  .files-logo__example--share img {
    left: 113px;
    top: 105px;
  }
  .files-logo__info {
    padding-right: 5px;
  }
}

#sectorLabel .select2 {
  width: 100% !important;
}
#sectorLabel .select2-selection__rendered {
  max-width: 280px;
}
@media (max-width: 1150px) {
  /* #drop-area,
  #gallery {
    width: 100%;
  } */
  /* .files-logo__upload,
  .files-logo__example {
    max-width: 275px;
  }  */
  #sectorLabel .select2-selection__rendered {
    max-width: 225px;
  }
  .networkLevels__inputLevel,
  .networkLevels__inputLevelDefault,
  .networkLevels__inputLevelAfterFourth {
    max-width: 275px;
  }
}
.nav-forms_fields-network-subtitle-personalised {
  color: var(--active-unfocused-icons);
  font-size: 16px;
  font-weight: 600;
  height: fit-content !important;
}
.nav-forms_fields-network-subtitle-personalised svg {
  margin-left: 5px;
}
.nav-forms_fields-network-subtitle-personalised:hover path {
  fill: var(--active-focused-icons);
}
.nav-forms_fields-network-subtitle-personalised-active {
  color: var(--active-focused-icons);
}
.nav-forms_fields-network-subtitle-personalised-active path {
  fill: var(--active-focused-icons);
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
}
.networkLevelsPersonalisedRow__addLevel {
  display: none;
}

.network-tooltip {
  position: relative;
  width: 211px;
  height: 88px;
  top: 20px;
  z-index: 100;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  padding: 17px;
  color: var(--branco);
  background-color: var(--active-focused-icons);
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-50px);
}

.network-tooltip::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 12px;
  background: var(--active-focused-icons);
  top: -2px;
  transform: rotate(45deg);
}
.network-tooltip h4 {
  font-size: 12px;
  font-weight: 800;
}
.network-tooltip p {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
}
.tabsLineBlockedStep-hover:hover .network-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.formsPartnerTabsMobileInfo {
  display: none !important;
}
@media (max-width: 1024px) {
  #formsPartnerTabs,
  #formGiftCard .nav-forms__fields,
  #formGiftCard .nav-forms-partner-final,
  #pages-body__forms .nav-forms__fields,
  #pages-body__forms .nav-forms-partner-final {
    display: none !important;
  }
  .formsPartnerTabsMobileInfo {
    display: flex !important;
    height: 100vh;
    background: var(--primary-color);
    color: var(--branco);
    text-align: center;
    padding: 0 32px;
    margin-top: -1px;
  }
  .formsPartnerTabsMobileInfo h1 {
    font-weight: 800;
  }
  .formsPartnerTabsMobileInfo p {
    font-weight: 600;
    font-size: 20px;
  }
  .formsPartnerTabsMobileInfo span {
    font-weight: 500;
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  #mybar {
    display: flex !important;
  }

  #partnerDashboard .nav {
    padding: 0 !important;
  }

  .navMenu__iconView {
    top: 55px;
  }

  .nav-forms--background {
    top: 55px;
    max-height: 56px;
  }
  #formsPartnerTabs {
    /* margin-top: 68px; */
    display: none !important;
  }
  .tabsLineLine {
    justify-content: start;
  }
  .formsPartnerTabsMobileInfo {
    padding: 0 16px;
  }
  .nav-forms__titleButtons__title-scroll {
    display: block;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
  }
  html[data-scroll='0'] .nav-forms__text,
  html[data-scroll='0'] .nav-forms__titleButtons__title {
    display: none;
  }
  .nav-forms__content-field {
    height: 56px;
    padding: 15px 32px;
  }
  .nav-forms__titleButtons {
    height: 100%;
  }
}
#formGiftCard .nav-forms-partner-grey {
  margin-top: 0;
}
.nav-forms-challenges__notes--complementaryChallenge {
  padding: 20px 30px 11px;
  background: #e7e7e7;
}
.forms-partner-network-changes__info--complementaryChallenge {
  width: unset;
  font-size: 12px;
  font-weight: 500;
  margin-top: 32px;
}
.forms-partner-network-changes__info--complementaryChallenge span {
  margin-bottom: 15px;
  font-weight: 700;
}

.forms-partner-network-changes__info--qrCodeChallenge {
  font-size: 12px;
  font-weight: 500;
  width: 50%;
}
.forms-partner-network-changes__info--qrCodeChallenge span {
  font-weight: 700;
}
.nav-forms-partner-final-help h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 17px;
}
.nav-forms-partner-final-help h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 17px;
}
.nav-forms-partner-final-help h5 a {
  color: var(--primary-color);
  text-decoration: underline;
}
.nav-forms-partner-final-help p {
  font-size: 12px;
  font-weight: 500;
}
.nav-forms-partner-final-help span {
  font-weight: 700;
}

.nav-forms__fields-info--challengeName {
  height: 215px !important;
}

.nav-forms__fields-inputs--qrCode__field {
  margin-bottom: 32px;
  border: 1px solid var(--active-focused-icons);
  border-radius: 4px;
}
.nav-forms__fields-inputs--qrCode__field,
.nav-forms__fields-inputs--qrCode__field button,
.nav-forms__fields-inputs--qrCode__field input {
  height: 38px !important;
}
.nav-forms__fields-inputs--qrCode__field input,
.nav-forms__fields-inputs--qrCode__field input:not(:placeholder-shown) {
  border: none !important;
}
.nav-forms__fields-inputs--qrCode__field button {
  width: 76px;
  padding: 0;
  color: var(--primary-color);
  border: none;
  border-left: 1px solid var(--active-focused-icons);
  border-radius: unset;
}

.qrCode-tooltip {
  position: absolute;
  width: 80px;
  height: 40px;
  top: 70px;
  z-index: 100;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  padding: 15px;
  color: var(--branco);
  background-color: var(--active-focused-icons);
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-50px);
}

.qrCode-tooltip::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 12px;
  background: var(--active-focused-icons);
  top: -2px;
  transform: rotate(45deg);
}
.qrCode-tooltip h4 {
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}
.qrCode-tooltip p {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
}
.qrCode-tooltip-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.nav-form-challenges__qrcodeChallenge h4 {
  font-size: 16px;
  font-weight: 700;
}
.nav-form-challenges__qrcodeChallenge img {
  width: 200px;
}
.nav-form-challenges__qrcodeChallenge--download {
  height: 36px;
  width: 132px;
  background: linear-gradient(180deg, #ffffff 44.27%, #ececec 100%);
  filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
}
.nav-form-challenges__qrcodeChallenge a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.nav-form-challenges__qrcodeChallenge a:hover {
  filter: unset;
}
.nav-forms__fields-challenge-dropWeekdays-group {
  padding-right: 15px !important;
}

.nav-forms-challenges__notes--complementaryChallenge
  .nav-forms-partner-final__title {
  font-size: 16px;
}
.nav-forms-challenges__notes--complementaryChallenge textarea {
  height: 123px;
}
.nav-forms-challenges__notes--complementaryChallenge
  .nav-forms-challenges-textArea {
  margin-bottom: 0;
}

.forms-challenge-network-bottomBorder--socialMediaShare {
  padding-bottom: 32px;
  margin-bottom: 33px;
}
.forms-partner-network-changes__info--downloadApps {
  width: 100%;
}
.forms-partner-network-changes__info--downloadApps p,
.forms-partner-network-changes__info--downloadApps p span {
  font-size: 12px;
}
.nav-forms__fields-challenge-social-info h5 {
  font-size: 16px;
  font-weight: 600;
}
.nav-forms__fields-challenge-social-info p {
  font-size: 10px;
  font-weight: 500;
}
.nav-forms__fields-challenge-social input {
  background: #f1f1f1;
}
.forms-partner-videoChallengeURL__info p {
  font-size: 12px;
}
.videoStopsSelectOptions,
#videoStopsSelectLabel .select2-container {
  width: 95px !important;
}
.forms-partner-videoChallengeURL__videoStops {
  margin-top: 20px;
}
.forms-partner-videoChallengeURL__videoStops-optionsMoments p {
  font-size: 16px;
  font-weight: 700;
}

.forms-partner-videoChallengeURL__videoStops-options {
  height: fit-content;
}
.videosStops-optionsMoments__inputs {
  margin-top: 10px;
}
.videosStops-optionsMoments__inputs:first-child {
  margin-right: 16px;
}
.videosStops-optionsMoments__inputs:not(:first-child) {
  margin-right: 16px;
}
#videoStopsGroup1 {
  margin-left: 0;
}
.videosStops-optionsMoments__inputs input {
  width: 75px;
  padding: 18px 15px;
}
.videosStops-optionsMoments__inputs input:placeholder-shown {
  padding: 10px;
}
.videoStopsStructureHide,
.hideElements {
  display: none !important;
}

[for~='videoChallengeURL'] span {
  font-size: 12px;
  display: unset !important;
}
.forms-partner-videoChallengeURL__videoStops-info > p {
  font-size: 18px;
  font-weight: 800;
}
.fieldType_select + .select2-container {
  width: 100% !important;
}
.fileTypeDoc_label,
.fileTypeImg_label {
  width: 50%;
}

.nav-forms__fields-info .nav-forms-challenges__requirements {
  padding: 0;
}

#formChallengeCampanhaRetomas .nav-forms-challenges__requirements-info {
  font-size: 20px;
}
.nav-forms-challenges__requirements-fields {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.nav-forms-challenge-qrSeq-heading img {
  width: 24px;
  height: 24px;
}
.nav-forms-challenge-qrSeq-heading div {
  margin-left: 20px;
}
.nav-forms-challenge-qrSeq-textarea p {
  font-size: 10px;
  font-weight: 600;
  margin-top: 17px;
}
.nav-forms-challenge-qrSeq-textarea span {
  color: var(--primary-color);
}

.nav-forms-challenge-qrSeq-buttons a {
  color: var(--inactive-icons);
  font-weight: 800;
  font-size: 16px;
  padding: 9px 14px;
  border-radius: 8px;
  text-decoration: none;
}
.nav-forms-challenge-qrSeq-buttons a:first-child {
  margin-right: 32px;
}
.nav-forms-challenge-qrSeq-buttons a:hover {
  background: var(--primary-color);
  color: var(--branco);
  fill: var(--branco);
}

.jstree-default .jstree-closed > .jstree-ocl {
  content: url(/media/sygpointweb/assets/img/iconOpenOption.png);
}

.jstree-default .jstree-open > .jstree-ocl {
  content: url(/media/sygpointweb/assets/img/iconCloseOption.png);
}

.jstree-default .jstree-closed > .jstree-ocl,
.jstree-default .jstree-open > .jstree-ocl {
  background-image: none;
  width: 20px !important;
  height: 20px !important;
  background-position: unset;
  margin-top: 2px;
  background: #fff;
}

.jstree-anchor > .jstree-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid var(--active-focused-icons);
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 0 rgb(203 34 237 / 20%);
  -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%),
    0 0 0 rgb(203 34 237 / 20%);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 rgba(203, 34, 237, 0.2);
  background-image: none;
  margin-right: 5px;
}

.jstree-clicked > .jstree-checkbox {
  content: '';
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background-image: url(/media/sygpointweb/assets/img/iconCheck.svg);
  background-repeat: no-repeat;
  background-position: center !important;
  background-color: var(--primary-color);
  border-radius: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.jstree-default .jstree-anchor > .jstree-undetermined {
  content: '';
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: var(--primary-color) !important;
  border-radius: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.jstree-default .jstree-node {
  margin-left: 20px !important;
  line-height: 30px !important;
}

.jstree-leaf .jstree-themeicon {
  background-image: url(/media/sygpointweb/assets/img/iconFile.png) !important;
}

.jstree-default .jstree-anchor {
  margin-left: 5px !important;
  font-weight: 600 !important;
}

.jstree-default .jstree-disabled {
  font-weight: 500 !important;
}

.jstree-default .jstree-clicked,
.jstree-default .jstree-hovered {
  background: none !important;
  box-shadow: none !important;
}

.nav-forms-challenges--unchecked #jstreeRedeComercial {
  color: var(--inactive-icons) !important;
  pointer-events: none;
}

.nav-forms-challenges--unchecked #jstreeRedeComercial .jstree-checkbox,
.nav-forms-challenges--unchecked
  #jstreeRedeComercial
  .jstree-checkbox.jstree-undetermined {
  background-color: var(--inactive-icons) !important;
}

#dropManagerAccess + span {
  position: absolute;
  background: #f8f8f8;
  left: 16px;
  top: -9px;
  font-size: 12px;
  font-weight: 600;
  color: var(--active-focused-icons);
  padding: 0 5px;
}

#dropManagerAccess[data-challenges-checked='true'] {
  border-color: var(--primary-color);
}

#dropManagerAccess[data-challenges-checked='true'] + span {
  position: absolute;
  background: #f8f8f8;
  left: 16px;
  top: -9px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  padding: 0 5px;
}

#modalTree .modal-content,
#modalCreateChallenge .modal-content {
  min-width: 400px;
  min-height: 580px;
}

#modalTree .modal-header h5,
#modalCreateChallenge .modal-header h5 {
  font-weight: 800;
}

#modalTree .modal-footer {
  padding: 0;
  height: 75px;
  display: flex;
  flex-direction: row;
}

#modalTree .modal-footer button {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 800;
}

#modalTree .modal-footer button:first-child {
  border-right: 1px solid var(--inactive-icons);
  color: var(--active-unfocused-icons);
}

#modalTree .modal-footer .modal-footer-confirmation__yes {
  color: var(--primary-color);
}

#modalTree .forms-partner-network-changes__info {
  width: unset;
  margin: 0;
}

#modalTree .forms-partner-network-changes__info + div {
  gap: 20px;
}

#modalTree .forms-partner-network-changes__reset,
#modalTree .forms-partner-network-changes__saveNetwork {
  width: 50%;
  margin: 0;
}

.loader {
  margin: auto;
  border: 20px solid #eaf0f6;
  border-radius: 50%;
  border-top: 20px solid var(--primary-color);
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

#nav-forms-challenges--table .loader {
  margin: auto;
  border: 5px solid #eaf0f6;
  border-radius: 50%;
  border-top: 5px solid var(--primary-color);
  width: 45px;
  height: 45px;
  animation: spinner 2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sygcashbackForm-group {
  gap: 35px;
  flex-direction: column;
}

.sygcashbackForm-group > .row {
  gap: 35px;
}

.sygcashbackForm-group > .row:not(:first-child) {
  margin-left: 60px;
}

.sygcashbackForm-group > .row:not(:first-child) .nav-forms__fields-input {
  max-width: 480px;
}

#sygcashbackForm {
  gap: 100px;
}

#sygcashbackForm .nav-forms__fields-input:first-child {
  width: fit-content;
}

#sygcashbackForm .nav-forms__fields-input:not(:first-child),
#sygcashbackForm .nav-forms__fields-inputs:first-child {
  min-width: 190px;
  width: unset;
}

#sygcashbackForm .nav-forms__fields-input label span {
  font-size: 12px;
}

#sygcashbackForm .dropdown {
  width: 250px;
  padding: 0 !important;
}

.removeButtonSygcashback {
  background: none;
  border: none;
  padding-bottom: 35px;
}

#addSygcashback {
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
#addSygcashback::before {
  content: url('/media/sygpointweb/assets/img/iconOpenOptionPurple.png');
  margin-right: 17px;
}

#sygcashbackForm .select2-search-choice {
  width: 100%;
}

#sygcashbackForm .select2-search__field {
  width: unset !important;
  border: none;
  padding: 0;
  height: unset;
  display: inherit !important;
}

#sygcashbackForm .select2-selection--multiple .select2-selection__rendered {
  overflow: inherit;
  display: inherit;
  width: 290px;
  position: absolute;
  left: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  width: 24px;
}

#sygcashbackForm
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  top: 45px;
  width: fit-content;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
}

#sygcashbackForm .select2 {
  max-width: 250px;
}

@media (max-width: 1300px) {
  #sygcashbackForm {
    gap: 10px;
  }
}

#formsPartnerTabs .nav-forms__fields-cod,
#formsPartnerTabs .nav-forms__fields-cod + .divider + .col-2 {
  max-width: 135px;
}

/* #formsPartnerTabs .nav-forms__fields-cod::after {
  content: "";
  position: absolute;
  top: 70px;
  margin-left: 16px;
  width: 10px;
  border: 1px solid;
} */

#formsPartnerTabs .nav-forms__fields-cod + .divider {
  width: 9px;
  border-bottom: 2px solid var(--active-unfocused-icons);
  margin: 15px 10px 27px 10px;
  flex-grow: 0;
}

#formsPartnerTabs .nav-forms-challenges__notes-textarea {
  max-width: unset;
  width: unset;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

#formsPartnerTabs .nav-forms-challenges__notes-textarea label {
  font-weight: 700;
}

#formsPartnerTabs .nav-forms-challenges__notes-textarea textarea {
  height: 192px;
}

.nav-forms-partner-final__title {
  margin-top: none;
}

#challengesCreate + label:before,
#challengesCreate:checked + label:after {
  content: unset;
}

#challengesCreate + label {
  position: unset;
  width: unset;
  height: 50px;
  margin: 0;
  padding: 0 15px;
}

#challengesCreate + label svg {
  width: 24px;
}

#challengesCreate:not(:checked) + label + ul {
  display: none;
}

#challengesCreate:checked + label + ul {
  display: block;
}

#challengesCreate + label + ul button {
  width: 100%;
  height: 50px;
  border-radius: 12px;
}

#ResultModal .modal-dialog .modal-content {
  min-height: fit-content;
  height: unset;
}

#ResultModalText {
  font-weight: 600;
  max-height: fit-content;
  margin-bottom: 35px;
}

/* Escalao */

#formsChallengesEscalao {
  margin-bottom: 50px;
  gap: 30px;
}

.formsChallengesEscalao-info img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.formsChallengesEscalao-group {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.formsChallengesEscalao-group .nav-forms__fields-input__checkbox label {
  margin-top: 35px;
}

.formsChallengesEscalao-group
  .nav-forms__fields-input__checkbox
  + .nav-forms__fields-inputs {
  min-width: 35%;
}

.formsChallengesEscalao-group .nav-forms__fields-inputs label {
  margin: 0;
}

.formsChallengesEscalao-group .nav-forms__fields-inputs input {
  margin-top: 10px;
}

#addEscalaoButton {
  background: var(--primary-color);
  border-radius: 8px;
  padding: 15px;
  color: var(--branco);
  font-size: 16px;
  font-weight: 800;
  border: none;
  margin-bottom: 30px;
}

#containerNavPartners > button {
  margin-right: 15px;
}

.select2-container--below .select2-selection {
  border: 1px solid var(--primary-color) !important;
}

.button-disabled {
  background: var(--active-unfocused-icons) !important;
  pointer-events: none !important;
}

#addTagsGroup p {
  font-weight: 600;
}

#addTagsContainerInput,
#addTagsContainerButton,
.addTagsContainerInput,
.addTagsContainerButton {
  max-width: 300px;
}

#addTagsContainer,
.addTagsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

#addTagsContainer .tag,
.addTagsContainer .tag {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: var(--branco);
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}

#addTagsContainer .remove-tag,
.addTagsContainer .remove-tag {
  cursor: pointer;
  margin-left: 5px;
}

#addTagsContainerButton,
.addTagsContainerButton {
  background-color: var(--primary-color) !important;
  color: var(--branco);
}

#shortcutButton {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 50px;
  width: 100%;
}

#shortcutButtonInvoice {
  font-weight: 600;
  background: var(--primary-color);
  color: var(--branco);
  padding: 6px 10px;
  border: 1px solid var(--branco);
  border-radius: 8px;
}

.files-logo__example-open__conditions::after {
  width: 24px;
  height: 24px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5H11V11H5V13H11V19H13V13H19V11H13V5Z' fill='%23820096'/%3E%3C/svg%3E%0A");
}

canvas {
  width: 700px;
  height: 425px;
  margin: 0 1rem 0 0;
  border-radius: 10px;
}

#download {
  background: linear-gradient(45deg, #ff6d1b, #e0417f);
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  line-height: 1.5rem;
  will-change: transform, filter;
  margin: 0 0 1rem 0;
  transition: all 0.15s ease-out;
  cursor: pointer;
  border-radius: 100px;
  display: block;
  display: block;
  border: none;
  color: white;
  font-family: Inter, sans-serif;
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.3));
  font-variation-settings: 'wght' 600;
  perspective-origin: 0 0;
  letter-spacing: 0;
}

#download:hover {
  transform: scale(1.04);
}

#adSquareImgPartner {
  width: 540px;
  height: 540px;
  background-color: var(--branco);
  padding: 30px 50px;
  filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
  -webkit-filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#adSquareImgPartner p {
  margin-bottom: 0;
}

.adImgPartner-logo {
  filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
  -webkit-filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: -webkit-nowrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

#adSquareImgPartner .adImgPartner-logo {
  width: 125px;
  height: 125px;
}

#adSquareImgPartner .adImgPartner-sygBubble {
  width: 88px;
}

#adSquareImgPartner .adImgPartner-qrCode {
  width: 142px;
  height: 142px;
}

.adImgPartner-name {
  font-size: 38px;
  font-weight: 800;
  margin-top: 8px;
}

.adImgPartner-challenge {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: -webkit-nowrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.adImgPartner-sygsValue {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  color: var(--branco);
  width: fit-content;
  height: 18px;
  padding: 20px 27px;
  background: linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%);
  border-radius: 17px;
}

.adImgPartner-sygsValue img {
  width: 27px;
  height: 27px;
  margin-left: 5px;
}

.adImgPartner-text {
  font-size: 20px;
  margin-top: 20px;
}

.adImgPartner-deadline {
  font-size: 24px;
  font-weight: 800;
}

.adImgPartner-exclusive {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.adImgPartner-exclusive div {
  font-size: 28px;
  text-align: center;
  color: var(--branco);
  background-color: var(--primary-color);
  filter: drop-shadow(0.706802px 0.706802px 0px #ff8e11);
  transform: matrix(1, -0.08, 0, 1, 0, 0);
  border-radius: 4px;
}

.adImgPartner-exclusive img {
  width: 128px;
}

#adRectangularImgPartner {
  width: 960px;
  height: 540px;
  background-color: var(--branco);
  padding: 30px 50px;
  filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
  -webkit-filter: drop-shadow(0px 5px 8px rgba(177, 177, 177, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#adRectangularImgPartner p {
  margin-bottom: 0;
}

#adRectangularImgPartner .adImgPartner-logo {
  min-width: 222px;
  height: 222px;
  margin-right: 64px;
}

#adRectangularImgPartner .adImgPartner-qrCode {
  width: 192px;
  height: 192px;
}

#adRectangularImgPartner .adImgPartner-name {
  font-size: 40px;
  margin-top: 0;
}

#adRectangularImgPartner .adImgPartner-challenge {
  font-size: 35px;
  margin-bottom: 20px;
}

#adRectangularImgPartner .adImgPartner-text {
  font-size: 26px;
}

#adRectangularImgPartner .adImgPartner-deadline {
  font-size: 45px;
}

#adRectangularImgPartner .adImgPartner-exclusive {
  margin-right: 45px;
  padding-bottom: 15px;
  justify-content: center;
  gap: 20px;
}

.adImgPartner-exclusive img {
  width: 128px;
}

.purpleButton {
  background: var(--primary-color);
  color: var(--branco);
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  height: 55px;
}

.purpleButton:hover {
  filter: none;
  color: var(--branco);
  background: var(--primary-color);
  border-radius: 6px !important;
}

#downloadSquareAd,
#downloadRectangularAd {
  display: flex;
  gap: 15px;
}

.row-items-dateMobile {
  font-size: 9px !important;
  color: var(--active-unfocused-icons);
  margin-top: 10px;
  margin-bottom: 0;
}

.row-items-description__share {
  width: fit-content;
  padding-right: 10px;
  cursor: pointer;
  z-index: 10;
  display: flex;
}

.row-items-description__share button {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 2px 4px rgba(177, 177, 177, 0.35));
  border: none;
}

.row-items-description__share button,
.row-items-description__share button:hover,
.row-items-button button,
.row-items-button button:hover {
  height: 20px;
  background-color: var(--laranja);
  font-size: 12px;
  padding: 2px 3px;
  margin-left: 5px;
}

.row-items-description__share button img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

#modalWelcome .modal-header {
  border-top: 8px solid var(--primary-color);
  border-bottom: none;
}

#modalWelcome h4 {
  font-size: 20px;
  font-weight: 800;
}

#modalWelcome p {
  font-size: 16px;
}

#modalWelcome .modal-footer {
  border: none;
}

#modalWelcome .modal-footer button {
  border: none;
  background: none;
  font-weight: 600;
}

button[data-bs-target='#modalWelcome'] {
  max-width: 200px;
  border: none;
}

#tabsFormPartner .createChallengesButtonStyle,
#tableChallengeBody .createChallengesButtonStyle {
  background: none;
  border: none;
  padding: 0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--laranja);
}

#tabsFormPartner .createChallengesButtonStyle svg,
#tableChallengeBody .createChallengesButtonStyle svg {
  background: linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%);
  border-radius: 6px;
  margin-right: 10px;
}

#tabsFormPartner .createChallengesButtonStyle-inactive svg,
#tableChallengeBody .createChallengesButtonStyle-inactive svg {
  background: var(--inactive-icons);
}

a.createChallengesButtonStyle svg {
  background: var(--inactive-icons);
  border-radius: 6px;
}

a.createChallengesButtonStyle:focus svg {
  background: none;
}

@media (min-width: 576px) {
  .tabsLine li {
    width: 25%;
    max-height: 100%;
  }
}

.tableTittle {
  text-align: center;
  font-weight: 600;
}

.navMenu__iconView {
  transform: unset;
  width: 60px !important;
  position: fixed;
  -webkit-box-shadow: 12px -10px 10px -10px rgba(199, 199, 199, 0.94);
  box-shadow: 12px -10px 10px -10px rgba(199, 199, 199, 0.94);
}

.navMenu__iconView ul li:not(:first-child),
.nav-flush li {
  padding: 0;
}

.navMenu__iconView-partnerLogo {
  background: unset;
  margin-bottom: 0;
  padding: 0 !important;
  height: unset;
}

.navMenu__iconView-partnerLogo img {
  width: 45px;
  height: 45px;
}

.menuCollapseItems {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(130, 0, 150);
  padding: 8px;
  border-radius: 8px;
  transition: height 0.2s ease;
}

#shortcutGroup span {
  font-weight: 600;
  text-decoration: underline;
}

/* tooltip criar challenge */
.toast-container {
  top: unset;
  bottom: 0;
}

.toast-container .toast {
  height: fit-content;
}

.toast[data-type] .close {
  display: none;
}

.toast[data-type] .toast-body {
  padding: 0;
  padding-left: 5px;
}

.toast[data-type] .toast-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  background: #fff;
  background-position: unset;
  color: var(--active-focused-icons);
}

.toast[data-type] .toast-icon svg {
  display: block;
  width: 35px;
  height: 35px;
}

/* partner Home */
.homeButton-inactive,
.homeButton-inactive a {
  color: var(--inactive-icons) !important;
  cursor: not-allowed !important;
}

.homeButton-inactive path {
  fill: var(--inactive-icons) !important;
}

.homeButton-inactive .nav-link svg use {
  fill: var(--inactive-icons);
}

#buttonHelp {
  border-radius: 0.25rem;
  background: #fff;
  border: none;
  width: 100%;
}

#buttonHelp:hover {
  background: #e8e8e8;
  border-radius: 12px;
}

#buttonHelp:focus {
  background: var(--primary-color);
  color: var(--branco);
  border-radius: 12px;
}

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

.nav-pills .nav-link:hover svg {
  filter: brightness(6);
}