/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
@font-face {
  font-family: 'Arial Rounded';
  src: url('../webfonts/ArialRoundedMTW04-Light.woff2') format('woff2'), url('../webfonts/ArialRoundedMTW04-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Rounded';
  src: url('../webfonts/ArialRoundedMTW04-Regular.woff2') format('woff2'), url('../webfonts/ArialRoundedMTW04-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Rounded';
  src: url('../webfonts/ArialRoundedMTW04-Bold.woff2') format('woff2'), url('../webfonts/ArialRoundedMTW04-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.btn-success {
  background-color: #382F2D !important;
  border-color: #382F2D !important;
}
.font-10 {
  font-size: 0.625rem !important;
}
.font-11 {
  font-size: 0.6875rem !important;
}
.font-12 {
  font-size: 0.75rem !important;
}
.font-13 {
  font-size: 0.8125rem !important;
}
.font-14 {
  font-size: 0.875rem !important;
}
.font-16 {
  font-size: 1rem !important;
}
.font-18 {
  font-size: 1.125rem !important;
}
.font-20 {
  font-size: 1.25rem !important;
}
.font-24 {
  font-size: 1.5rem !important;
}
.font-30 {
  font-size: 1.875rem !important;
}
.text-pattern {
  color: #464646;
}
.label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
.block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
  margin-bottom: 0;
}
.box-counter {
  position: relative;
}
.box-counter .badge {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  font-size: 0.75rem;
}
.box-file-download {
  display: flex;
  border: 1px solid #cfcfd1;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  padding: 0.9375rem;
}
.box-file-download a {
  color: #626469;
}
.box-year {
  min-width: 7em;
  max-width: 7em;
  padding-left: 1em;
}
.box-icon {
  margin-top: 2.3rem !important;
}
.box-percentage {
  width: 7rem;
  padding-left: 0rem;
}
.icon-list-color {
  color: #42b4e6;
}
.fa-color-pattern {
  color: #464646;
}
.fa-positive-value {
  color: #009530;
}
.span-pattern {
  color: #464646;
}
.fa-color-yellow {
  color: #ffd100;
}
.fa-color-red {
  color: #ED1C24;
}
.fa-color-blue {
  color: #42b4e6;
}
.fa-color-black {
  color: #000000 !important;
}
.fa-color-white {
  color: #FFFFFF;
}
.fa-color-grey {
  color: #626469 !important;
}
.fa-color-green {
  color: #009530;
}
.card-campaign-group {
  height: 250px;
  border-radius: 50%;
}
.icon-campaign-group-selected {
  color: white;
}
.icon-campaign-group-no-selected {
  color: #464646;
}
.font-campaign-group-no-selected {
  color: #42b4e6 !important;
}
.fal.fa-file-pdf,
.far.fa-file-pdf,
.fas.fa-file-pdf {
  color: #ff0000;
}
.fal.fa-file-excel,
.far.fa-file-excel,
.fas.fa-file-excel {
  color: #207044;
}
.fal.fa-file-powerpoint,
.far.fa-file-powerpoint,
.fas.fa-file-powerpoint {
  color: #d14424;
}
.fal.fa-file-word,
.far.fa-file-word,
.fas.fa-file-word {
  color: #285395;
}
.logoTopPage {
  max-height: 3.75rem;
}
.logo30 {
  max-height: 1.875rem;
}
.logo35 {
  max-height: 2.1875rem;
}
.logo40 {
  max-height: 2.5rem;
}
.logo50 {
  max-height: 3.125rem;
}
.bg-edit {
  background-color: #deffeb;
}
.box-empty {
  font-size: 0.75rem;
  color: #cfcfd1;
  text-align: center;
  padding: 3.125rem;
  text-transform: uppercase;
  font-weight: 700;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  /*height:2em;*/
  padding: 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__frame {
  transition: none;
}
/* ======================================================================================= */
/* Toggle Switch  */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 30px;
  height: 16px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E7E7E9;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #464646;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  transform: translateX(12px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}
.slider.round:before {
  border-radius: 50%;
}
.sliderText {
  margin-left: 35px;
}
/* ======================================================================================= */
/* Funky Radio  */
.funkyradio div {
  clear: both;
  overflow: hidden;
}
.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  /*
	margin-top: 2em;
	*/
  margin-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #C2C2C2;
}
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}
.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #464646;
}
.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
/* ====================================== */
/* lightbox */
.angular-lightbox.hidden {
  display: none;
}
@media screen and (max-width: 460px) {
  .angular-lightbox .mobile-angular-lightbox {
    margin: 0;
    background-color: #FFF;
    min-width: 100px;
  }
}
@media screen and (min-width: 460px) {
  .angular-lightbox .mobile-angular-lightbox {
    margin: 1% 25% auto 25%;
    background-color: #FFF;
    min-width: 100px;
  }
}
.angular-lightbox section {
  position: fixed;
  z-index: 100065;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.angular-lightbox section > article {
  color: white;
  display: inline-block;
}
.angular-lightbox section > article > header a.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 3em;
  cursor: pointer;
  color: #DDD;
}
.angular-lightbox section > article > header a.close-btn:hover,
.angular-lightbox section > article > header a.close-btn:focus {
  color: white;
}
.angular-lightbox section > article .title {
  color: #ED1C24;
  font-size: 1.875rem;
  text-rendering: optimizeLegibility;
}
.angular-lightbox section > article .message {
  color: #626469;
  font-size: 1.125rem;
  text-rendering: optimizeLegibility;
}
@media screen and (orientation: landscape) {
  .angular-lightbox section > article > content {
    margin: 1% auto;
    height: 80%;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .angular-lightbox section > article > content > img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (orientation: portrait) {
  .angular-lightbox section > article > content {
    margin: 1% auto;
    height: 80%;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .angular-lightbox section > article > content > img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .angular-lightbox section > article > content > iframe {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
/* ====================================== */
input.ng-pristine + ul#strength {
  display: none;
}
ul#strength {
  display: inline;
  list-style: none;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  vertical-align: 2px;
}
.point:last {
  margin: 0 !important;
}
.point {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}
.text-pattern1 {
  color: #464646 !important;
}
.underline {
  text-decoration: underline !important;
}
/*Termo css*/
#term-and-condition * {
  font-family: Arial, sans-serif;
  line-height: 1.5em;
}
#term-and-condition h1 {
  page-break-before: always;
}
#term-and-condition p {
  text-align: justify;
}
#term-and-condition h1,
#term-and-condition h3,
#term-and-condition h4,
#term-and-condition h5,
#term-and-condition h6 {
  color: #464646;
}
#term-and-condition h2 {
  color: #464646;
  text-align: center;
}
#term-and-condition table,
#term-and-condition th,
#term-and-condition tr,
#term-and-condition td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px 10px;
}
#term-and-condition .customize-table {
  width: 100%;
}
#term-and-condition th {
  background-color: #ccc;
}
#term-and-condition div.gallery::after {
  display: block;
  content: '';
  clear: both;
}
#term-and-condition div.gallery > div {
  float: left;
  width: 48%;
  padding: 1%;
}
#term-and-condition div.gallery > div:nth-child(2n+1) {
  clear: left;
}
#term-and-condition div.gallery img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
}
#benefit-condition table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#benefit-condition td,
#benefit-condition th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
#benefit-condition tr:nth-child(even) {
  background-color: #dddddd;
}
.reprocess-btn {
  color: #382F2D;
  cursor: pointer;
}
.reprocess-btn:hover {
  color: #1c1716;
}
.badge-info {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
}
.badge-pill-info {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-info {
  font-size: 1em;
}
.badge-info.badge-primary {
  background-color: #464646;
}
.badge-info.badge-secondary {
  background-color: #5B6770;
}
.privacy-button {
  color: #FFFFFF;
}
.privacy-button:hover {
  color: #d9d9d9;
}
.terms-banner {
  color: white;
  font-size: 15px;
}
.terms-banner a {
  color: white;
  text-decoration: underline;
}
.background-cookie {
  background-color: #464646;
}
.background-btn-cookie {
  background-color: #ED1C24;
  color: white;
}
.background-btn-cookie:hover {
  color: #d9d9d9;
}
.report-card-text {
  height: 50px;
}
.input-filter-user::-webkit-input-placeholder {
  color: #626469 !important;
}
label {
  font-size: 0.75rem;
  margin-bottom: 0;
}
a.link {
  text-transform: uppercase;
  cursor: pointer;
}
a.link.link-green {
  color: #42b4e6;
}
a.link.link-green:hover {
  color: #6fc6ec;
}
a.link.link-gray {
  color: #9fa0a4;
}
a.link.link-gray:hover {
  color: #7b7d83;
}
a.link.link-sm {
  font-size: 0.625rem;
}
a.link > .fal,
a.link > .far,
a.link > .fas {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}
.form-control {
  font-weight: 400;
  font-size: 0.875rem;
  border-color: #cfcfd1;
}
.form-control::-moz-placeholder {
  color: #cfcfd1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cfcfd1;
  opacity: 1;
}
.form-control::placeholder {
  color: #cfcfd1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cfcfd1;
}
.form-control::-ms-input-placeholder {
  color: #cfcfd1;
}
.form-control.icon-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url(/images/icons/search.svg) no-repeat;
  background-position-x: calc(100% - 0.625rem);
  background-position-y: center;
  background-size: 1rem;
  padding-right: 1.875rem;
  background-origin: border-box;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url(/images/icons/angle-down.svg) no-repeat right center;
  background-size: 0.75rem;
  padding-right: 0.625rem;
  background-origin: content-box;
}
.form-control-plaintext {
  color: #626469;
}
.form-control-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-control-wrapper .fal,
.form-control-wrapper .far,
.form-control-wrapper .fas {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 1.125rem;
  width: 2.375rem;
  height: 2.375rem;
  left: 0;
  top: 0;
}
.form-control-wrapper .form-control {
  padding-left: 2.25rem;
}
.form-check-label {
  font-size: 1rem;
}
.input-group-text {
  font-size: 0.875rem;
}
.nav-tabs {
  border-bottom: 4px solid #ED1C24;
}
.nav-tabs .nav-item {
  margin-right: 0.3125rem;
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  color: #9fa0a4;
  background-color: #f9f9f9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link .fal,
.nav-tabs .nav-link .far,
.nav-tabs .nav-link .fas {
  margin-right: 0.625rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.nav-tabs-2 {
  border-bottom: 4px solid #5B6770;
}
.nav-tabs-2 .nav-item {
  margin-right: 0.3125rem;
  margin-bottom: 0;
}
.nav-tabs-2 .nav-link {
  color: #9fa0a4;
  background-color: #f9f9f9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs-2 .nav-link .fal,
.nav-tabs-2 .nav-link .far,
.nav-tabs-2 .nav-link .fas {
  margin-right: 0.625rem;
}
.nav-tabs-2 .nav-link:hover,
.nav-tabs-2 .nav-link:focus {
  border-color: transparent;
}
.nav-tabs-2 .nav-link.active,
.nav-tabs-2 .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #5B6770;
  border-color: #5B6770;
}
.nav-tabs-2 .nav-link.active:hover {
  color: #9fa0a4;
  border-color: #9fa0a4;
}
.nav-pills .nav-link {
  color: #9fa0a4;
  background-color: #f9f9f9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 3.125rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.625rem;
}
.nav-pills .nav-link:last-child {
  margin-right: 0;
}
.nav-pills .nav-link .fal,
.nav-pills .nav-link .far,
.nav-pills .nav-link .fas {
  margin-right: 0.625rem;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #382F2D;
  border-color: #382F2D;
}
.nav-fill .nav-item {
  margin-right: 0.625rem;
}
.nav-fill .nav-item:last-child {
  margin-right: 0;
}
.has-error .ng-invalid {
  border-color: #b10043;
}
.has-error .help-block {
  display: inline-block;
  padding-top: 0.3125rem;
  font-size: 0.6875rem;
}
.has-error .help-block.error-msg {
  color: #b10043;
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-blue {
  color: #FFFFFF;
  background-color: #42b4e6;
}
.btn.btn-blue:focus,
.btn.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 180, 230, 0.25);
}
.btn.btn-red {
  color: #FFFFFF;
  background-color: #b10043;
}
.btn.btn-red:focus,
.btn.btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 67, 0.25);
}
.btn.btn-green {
  color: #FFFFFF;
  background-color: #382F2D;
}
.btn.btn-green:focus,
.btn.btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 47, 45, 0.25);
}
.btn.btn-yellow {
  color: #000000;
  background-color: #ffd100;
}
.btn.btn-yellow:focus,
.btn.btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 0, 0.25);
}
.btn.btn-dark-green {
  color: #FFFFFF;
  background-color: #382F2D;
}
.btn.btn-dark-green:focus,
.btn.btn-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 47, 45, 0.25);
}
.btn.btn-grey {
  color: #FFFFFF;
  background-color: #cfcfd1;
}
.btn.btn-grey:focus,
.btn.btn-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 209, 0.25);
}
.btn.btn-lg {
  font-size: 1.125rem;
  padding: 0.625rem 2.25rem;
}
.btn.btn-xs {
  font-size: 0.625rem;
  padding: 0.3125rem 1rem;
}
.btn.btn-xxs {
  font-size: 0.625rem;
  padding: 0.0625rem 0.4375rem;
}
.btn.btn-rounded {
  border-radius: 3.125rem;
}
.btn.badge {
  margin-top: -0.3125rem;
}
.btn .fal,
.btn .far,
.btn .fas {
  margin-right: 0.3125rem;
}
.card {
  border-color: #cfcfd1;
}
.card .card-header {
  background-color: #f9f9f9;
  border-bottom-color: #cfcfd1;
}
.card .card-header .block-title {
  margin-bottom: 0;
}
.card .card-body .label-big {
  color: #ED1C24;
  font-size: 1.5rem;
}
.card .card-body .table {
  margin-bottom: 0;
}
.card .card-body .card-text {
  font-size: 0.875rem;
}
.card .card-footer {
  background-color: #f9f9f9;
  border-top-color: #cfcfd1;
}
.card .card-footer .block-title {
  margin-bottom: 0;
}
.badge {
  font-size: 1em;
}
.badge.badge-primary {
  background-color: #42b4e6;
}
.badge.badge-secondary {
  background-color: #9fa0a4;
}
.badge.badge-success {
  background-color: #3dcd58;
}
.badge.badge-danger {
  background-color: #b10043;
}
.badge.badge-mkt {
  background-color: #5B6770;
}
.badge.badge-warning {
  background-color: #ffd100;
}
.badge.badge-info {
  background-color: #e47f00;
}
.badge.badge-light {
  background-color: #f9f9f9;
}
.badge.badge-dark {
  background-color: #626469;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table thead tr th {
  color: #464646;
  font-size: 0.875rem;
  vertical-align: middle;
  border-top: none;
  border-bottom-width: 1px;
  border-color: #cfcfd1;
  line-height: 1em;
}
.table.table-sm thead tr th {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.table tr td {
  font-size: 0.875rem;
  vertical-align: middle;
  border-color: #cfcfd1;
}
.table tfoot.blue tr {
  color: #FFFFFF;
  background-color: #5B6770;
}
.table tfoot.blue tr td {
  font-size: 1rem;
  font-weight: 700;
}
.table td > a + a {
  margin-left: 0.9375rem;
}
.table-bordered th,
.table-bordered td {
  border-color: #cfcfd1;
}
.text-primary {
  color: #42b4e6 !important;
}
.text-secondary {
  color: #9fa0a4 !important;
}
.text-secondary:hover,
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5f6064 !important;
}
.text-success {
  color: #3dcd58 !important;
}
.text-danger {
  color: #b10043 !important;
}
.text-warning {
  color: #ffd100 !important;
}
.text-info {
  color: #e47f00 !important;
}
.text-info:hover,
a.text-info:hover,
a.text-info:focus {
  color: #653800 !important;
}
.text-light {
  color: #f9f9f9 !important;
}
.text-dark {
  color: #626469 !important;
}
.text-muted {
  color: #cfcfd1 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-back {
  color: #9fa0a4;
}
.text-back:hover {
  color: #5f6064;
}
.alert-danger {
  color: #b10043;
  background-color: rgba(177, 0, 67, 0.1);
  border-color: #ffb1cf;
}
.alert-danger hr {
  border-top-color: #ffb1cf;
}
.page-link {
  color: #42b4e6;
  border: 0;
}
.page-link:hover,
.page-link:active,
.page-link:focus {
  color: #146d95;
  box-shadow: none;
}
.page-item.active .page-link {
  color: #FFFFFF;
  background-color: #42b4e6;
}
.page-item.active .page-link:hover,
.page-item.active .page-link:active,
.page-item.active .page-link:focus {
  color: #FFFFFF;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.pagination li {
  margin: 0 0.3125rem;
}
.pagination li a {
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0.3125rem 0.625rem;
  color: #9fa0a4;
}
.pagination li.active a {
  color: #FFFFFF;
  background-color: #464646;
  font-weight: 700;
  border-radius: 0.3125rem;
  text-decoration: none;
}
.pagination li:first-child a,
.pagination li:nth-child(2) a,
.pagination li:nth-last-child(2) a,
.pagination li:last-child a {
  font-size: 1.5rem;
}
.img-thumbnail {
  max-width: 100px;
}
.mw-60 {
  max-width: 60% !important;
}
.pointer-zoom-in {
  cursor: zoom-in;
}
.img-training {
  height: 280px;
}
.pointer-zoom-out {
  cursor: zoom-out;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 550px;
}
.category-close {
  display: flex;
  margin: 1rem 1rem 0rem auto;
}
.img-limit-size {
  display: block;
  max-height: 280px;
  height: auto;
}
.card-size-category {
  height: 550px;
}
#topbar {
  color: #FFFFFF;
  background-color: #ED1C24;
  padding: 0.9375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
#topbar .text-title {
  font-size: 1.5rem;
  font-weight: 700;
}
#topbar .fal {
  font-size: 1.875rem;
}
.body {
  display: flex;
  flex-direction: row;
  position: relative;
}
.body #menu {
  display: flex;
  flex-direction: row;
}
.body #menu .menu-switch {
  position: relative;
  color: #FFFFFF;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.035);
  border: solid 1px rgba(0, 0, 0, 0.055);
  border-radius: 8px;
  height: 40px;
  width: 40px;
  margin: 10px 0px;
}
.body #menu .menu-switch .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #f9f9f9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: 0s;
  color: #626469;
}
.body #menu .menu-switch:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.body #menu .menu-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  background-color: #ED1C24;
  flex: 0;
  min-height: 100vh;
}
.body #menu .menu-area nav > ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
}
.body #menu .menu-area nav > ul li {
  text-align: center;
  font-size: 0.75rem;
  color: #FFFFFF;
  height: 5.625rem;
  width: 5.625rem;
}
.body #menu .menu-area nav > ul li a {
  display: flex;
  flex-direction: column;
}
.body #menu .menu-area nav > ul li a .menu-icon {
  color: #ED1C24;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu .menu-area nav > ul li a .menu-label {
  color: #000000;
  height: 1.875rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu .menu-area nav > ul li a:hover {
  text-decoration: none;
}
.body #menu .menu-area nav > ul li a:hover .menu-icon,
.body #menu .menu-area nav > ul li a:hover .menu-label {
  text-shadow: 0 0 10px #ffffff;
}
.body #menu .menu-area nav > ul li i {
  text-align: center;
  font-size: 1.875rem;
}
.body #menu .menu-area nav > ul li.active {
  background-color: #382F2D;
}
.body #menu .menu-area nav > ul li.active .menu-icon,
.body #menu .menu-area nav > ul li.active .menu-label {
  color: #FFFFFF;
}
.body #menu .menu-area img {
  margin-bottom: 1.875rem;
}
.body #menu .menu-general {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  flex: 1;
}
.body #menu .menu-general .box-info {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-image: linear-gradient(#E7E7E9, #E7E7E9);
  flex: 1;
}
.body #menu .menu-general .box-info .box-user {
  margin: auto;
  text-align: center;
  max-width: 9.375rem;
  min-height: 5.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.body #menu .menu-general .box-info .box-user .menu-icon {
  color: #ED1C24;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu .menu-general .box-info .box-user .menu-logo {
  color: #FFFFFF;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu .menu-general .box-info .box-user .menu-logo img {
  max-height: 3.75rem;
}
.body #menu .menu-general .box-info .box-user .text-channel {
  margin-top: 0rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #000000;
}
.body #menu .menu-general .box-info .box-user .text-firstname {
  margin-top: 0rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #000000;
}
.body #menu .menu-general .box-info .box-user .text-role {
  margin-top: 0rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.body #menu .menu-general .box-info nav > ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin-bottom: 0;
}
.body #menu .menu-general .box-info nav > ul li {
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.7em;
  color: #FFFFFF;
}
.body #menu .menu-general .box-info nav > ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 2rem;
}
.body #menu .menu-general .box-info nav > ul li a .menu-icon {
  color: #ED1C24;
  width: 2.5rem;
  padding-left: 0.3125rem;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu .menu-general .box-info nav > ul li a .menu-label {
  color: #000000;
  padding-right: 0.625rem;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu .menu-general .box-info nav > ul li a:hover {
  text-decoration: none;
}
.body #menu .menu-general .box-info nav > ul li a:hover .menu-icon,
.body #menu .menu-general .box-info nav > ul li a:hover .menu-label {
  text-shadow: 0 0 10px #ffffff;
}
.body #menu .menu-general .box-info nav > ul li i {
  font-size: 1.125rem;
  line-height: 1.7em;
}
.body #menu .menu-general .box-info nav > ul li.active {
  background-color: #382F2D;
  border-radius: 20px;
}
.body #menu .menu-general .box-info nav > ul li.active .menu-icon,
.body #menu .menu-general .box-info nav > ul li.active .menu-label {
  color: #FFFFFF;
}
.body #menu .menu-general .box-logo-company {
  min-height: 3.75rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #382F2D;
}
.body #menu .menu-language div.active {
  background-color: #464646;
  padding: 2px 5px 2px 5px;
}
.body #menu-closed {
  display: flex;
  flex-direction: row;
  width: 60px;
}
.body #menu-closed .menu-switch {
  position: relative;
  color: #FFFFFF;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.096);
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 40px;
  width: 40px;
  margin: 10px 0px;
}
.body #menu-closed .menu-switch .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #f9f9f9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: 0s;
  color: #626469;
}
.body #menu-closed .menu-switch:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.body #menu-closed .menu-general {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  flex: 1;
}
.body #menu-closed .menu-general .box-info {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #ED1C24;
  flex: 1;
}
.body #menu-closed .menu-general .box-info nav > ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin-bottom: 0;
}
.body #menu-closed .menu-general .box-info nav > ul li {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7em;
  color: #FFFFFF;
}
.body #menu-closed .menu-general .box-info nav > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
}
.body #menu-closed .menu-general .box-info nav > ul li a .menu-icon {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  padding-top: 0.1875rem;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu-closed .menu-general .box-info nav > ul li a .menu-label {
  color: #000000;
  padding-right: 0.625rem;
  transition: text-shadow 0.25s ease-in-out;
}
.body #menu-closed .menu-general .box-info nav > ul li a:hover {
  text-decoration: none;
}
.body #menu-closed .menu-general .box-info nav > ul li a:hover .menu-icon,
.body #menu-closed .menu-general .box-info nav > ul li a:hover .menu-label {
  text-shadow: 0 0 10px #ffffff;
}
.body #menu-closed .menu-general .box-info nav > ul li i {
  font-size: 1.125rem;
  line-height: 1.7em;
}
.body #menu-closed .menu-general .box-info nav > ul li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #f9f9f9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: 0s;
  color: #626469;
}
.body #menu-closed .menu-general .box-info nav > ul li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.body #menu-closed .menu-general .box-info nav > ul li.active {
  background-color: #382F2D;
  margin-left: 7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.body #menu-closed .menu-general .box-logo-company {
  min-height: 3.75rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #382F2D;
}
.body #menu-closed .menu-language div.active {
  background-color: #464646;
  padding: 2px 5px 2px 5px;
}
.body #menu-closed .menu-language .lang {
  color: #fff;
  text-decoration: none;
}
.body main {
  display: flex;
  flex: 1;
  flex-direction: row;
  height: 100vh;
  overflow-y: auto;
}
.body main .box-pagetitle {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 0.9375rem;
}
.body main .box-pagetitle .btn {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.body main .box-pagetitle h1,
.body main .box-pagetitle h2,
.body main .box-pagetitle h3,
.body main .box-pagetitle h4,
.body main .box-pagetitle h5,
.body main .box-pagetitle h6 {
  margin-bottom: 0;
}
.body main .panel-content {
  flex: 1;
  min-width: 0;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.body main .panel-content:after {
  display: flex;
  content: '';
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .body #menu {
    position: absolute;
    font-size: 16px !important;
    height: calc(100vh - 50px);
    z-index: 1;
    left: -500px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 200ms ease-in-out;
  }
  .body #menu.visible {
    left: 0;
  }
  .body #menu .menu-area {
    min-height: unset;
  }
  .body #menu .menu-general {
    min-height: unset;
  }
  .body #menu .menu-general .box-info nav > ul li {
    font-size: 1rem;
  }
  .body #menu .menu-general .box-info .box-user {
    min-height: 10rem;
  }
  .body main {
    height: calc(100vh - 50px);
  }
}
.menu-language-auth {
  padding: 2px 5px 2px 5px;
  color: #FFFFFF;
}
.menu-language-auth.menuactive {
  background-color: #464646;
}
.page-filter {
  background-color: #ED1C24;
  padding: 0.9375rem 1.875rem;
}
.page-filter label {
  color: #FFFFFF;
}
.blue-line {
  background-color: #0275d8;
  height: 0.625rem;
}
.auth-icon {
  color: #ED1C24 !important;
}
.ng-confirm-content {
  text-align: center;
}
.overlay {
  height: 632px;
  bottom: 0;
  background-color: lightcoral;
  z-index: 2;
}
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 5px 5px 10px 5px;
  color: #777777;
  line-height: 1.1;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.panel-body {
  overflow-y: auto;
  height: 580px;
  background-color: #FFEBEB;
  border-color: #FFEBEB;
  border-width: 1px;
  border-style: solid;
}
.chat-message {
  font-size: 0.8125rem;
  text-rendering: optimizeLegibility;
}
.change-status {
  color: #464646;
  font-size: 0.8125rem;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
.action-changed {
  color: #e47f00;
  font-size: 0.8125rem;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.ion-loader {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  transition: all 500ms cubic-bezier(0.5, 1.25, 0.5, 1.25);
}
.ion-loader.ion-show {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.ion-loader.ion-hide {
  top: 0%;
  opacity: 0;
  visibility: hidden;
}
.ion-loader .ion-loader-circle {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  position: relative;
  height: 80px;
  width: 80px;
}
.ion-loader .ion-loader-circle .ion-loader-path {
  position: absolute;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 5px;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #42b4e6;
  }
  40% {
    stroke: #9cd8f2;
  }
  66% {
    stroke: #42b4e6;
  }
  80%,
  90% {
    stroke: #177eab;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #42b4e6;
  }
  40% {
    stroke: #9cd8f2;
  }
  66% {
    stroke: #42b4e6;
  }
  80%,
  90% {
    stroke: #177eab;
  }
}
.panel-info-wrapper {
  background-color: #f9f9f9;
  cursor: default;
}
.panel-info-wrapper .panel-info {
  width: 6.25rem;
  text-transform: uppercase;
}
.panel-info-wrapper .panel-info .info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fa0a4;
  font-size: 0.75rem;
  font-weight: 700;
  min-height: 2.5rem;
  border-bottom: 1px solid rgba(159, 160, 164, 0.25);
}
.panel-info-wrapper .panel-info .info-item {
  min-height: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(159, 160, 164, 0.25);
  padding: 0 0 0.3125rem;
}
.panel-info-wrapper .panel-info .info-item .info-value {
  font-size: 0.875rem;
  font-weight: 700;
}
.panel-info-wrapper .panel-info .info-item .info-value a {
  color: #42b4e6;
}
.panel-info-wrapper .panel-info .info-item .info-label {
  text-align: center;
  font-size: 0.5625rem;
  font-weight: 400;
  color: #9fa0a4;
}
.panel-info-wrapper .panel-info .info-item .info-label a {
  color: #42b4e6;
}
@media (max-width: 1199px) {
  .panel-info-wrapper .panel-info {
    width: 100%;
  }
}
.refund-list {
  max-height: 40vh;
}
.refund-hr {
  border-top: 1px solid;
  color: #cfcfd1;
}
.todos-wrapper {
  line-height: 1em;
}
.todos-wrapper a,
.todos-wrapper a:active {
  text-decoration: none;
}
.todos-wrapper a .todo,
.todos-wrapper a:active .todo {
  width: 100%;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #464646;
  text-align: center;
}
.todos-wrapper a .todo.high,
.todos-wrapper a:active .todo.high {
  background-color: #b10043;
}
.todos-wrapper a .todo:after,
.todos-wrapper a:active .todo:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.todos-wrapper a .label,
.todos-wrapper a:active .label {
  margin-top: 0.3125rem;
  font-weight: 300;
  text-transform: none;
  font-size: 0.75rem;
  color: #464646;
}
.todos-wrapper a .todo.high + .label,
.todos-wrapper a:active .todo.high + .label {
  color: #b10043;
}
.bd-example-modal-lg .header-benefit .modal-header {
  padding: 0 !important;
  border-bottom: none !important;
}
.bd-example-modal-lg .header-benefit .modal-header button {
  font-size: 50px !important;
  position: relative !important;
  top: 10px;
  right: 15px !important;
}
.bd-example-modal-lg .header-benefit .modal-body {
  padding: 1rem 3rem 1rem 3rem !important;
}
.bd-example-modal-lg .header-benefit .modal-body h5 {
  color: #464646 !important;
  font-weight: bold !important;
  margin: 10px !important;
}
.bd-example-modal-lg .header-benefit .modal-body label {
  font-size: 1rem !important;
}
.bd-example-modal-lg .header-benefit .modal-body .label-upload {
  display: block !important;
  font-size: 14px !important;
}
.bd-example-modal-lg .header-benefit .modal-body .file-upload-modal {
  border: 1px solid #ccc !important;
  display: inline-block !important;
  cursor: pointer !important;
  padding: 3px 20px 0px 20px !important;
  border-radius: 3px !important;
  color: white !important;
  background-color: #909090 !important;
  font-size: 0.75rem !important;
}
.bd-example-modal-lg .header-benefit .modal-body .form-benefit {
  display: contents;
}
.bd-example-modal-lg .header-benefit .modal-body .marketing-benefit .calculate-value,
.bd-example-modal-lg .header-benefit .modal-body .cashback-benefit .calculate-value {
  text-align: center;
}
.bd-example-modal-lg .header-benefit .modal-body .marketing-benefit .calculate-value button,
.bd-example-modal-lg .header-benefit .modal-body .cashback-benefit .calculate-value button {
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 20px 3px 20px;
  margin-top: 26px;
}
.bd-example-modal-lg .header-benefit .modal-body .benefits-footer {
  display: contents !important;
}
.bd-example-modal-lg .header-benefit .modal-body .benefits-footer label {
  font-size: 0.875rem !important;
}
.bd-example-modal-lg .header-benefit .modal-body .benefits-footer .benfits-rescue {
  text-align: end !important;
}
.bd-example-modal-lg .header-benefit .modal-body .benefits-footer .benfits-rescue button {
  font-size: 12px !important;
  height: 32px !important;
  padding: 7px 30px 7px 30px !important;
}
.bd-example-modal-lg .header-benefit .collapse-terms {
  font-size: 12px;
  overflow-y: auto;
  max-height: 200px;
}
.modal-dialog-centered .modal-header h5 {
  color: #626469 !important;
}
.modal-dialog-centered .modal-body p {
  color: #9fa0a4 !important;
}
.description-training {
  padding-left: 30px;
  padding-right: 30px;
}
.description-training p {
  line-height: 1.4;
  font-size: 0.875rem;
  color: #909090;
}
.description-training span {
  color: #464646;
}
.form-benefit {
  display: flex;
}
label {
  font-size: 1rem;
}
.file-upload-modal {
  border: 1px solid #ccc !important;
  display: inline-block !important;
  cursor: pointer !important;
  padding: 3px 20px 0px 20px !important;
  border-radius: 3px !important;
  color: white !important;
  background-color: #909090 !important;
  font-size: 0.75rem !important;
}
#page-auth {
  background-color: #f9f9f9;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page-auth .bg-auth {
  background: url(/Images/bg-auth.png) no-repeat center center;
  background-size: cover;
}
#page-auth .box-auth {
  flex: auto;
  display: flex;
}
#page-auth .box-auth .row {
  flex: auto;
}
#page-auth h1 {
  text-transform: none;
  font-weight: 700;
}
#page-auth h1 .text-canal {
  color: #626469;
  font-weight: 400;
}
#page-auth h1 > small {
  color: #9fa0a4;
  font-size: 1.5rem;
  font-weight: 300;
}
#page-auth .box-company {
  align-items: center;
  background-color: #ED1C24;
  padding: 2.5rem;
}
#page-auth .box-company .logo-company {
  max-height: 3.75rem;
}
#page-auth .box-asteria {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  background-color: #000000;
}
#page-auth .box-asteria .logo-asteria {
  max-height: 1.875rem;
}
#page-auth .active {
  color: #000000;
  background-color: #cfcfd1;
}
#page-report .report-label {
  color: #42b4e6;
}
#page-report .row-highlighted {
  background-color: #cfcfd1;
}
#page-report .chart-container {
  height: 300px;
}
#page-report #accumulated th {
  font-size: 0.75rem;
}
#page-report #accumulated td {
  font-size: 0.6875rem;
}
#page-report #monthToMonth th {
  font-size: 0.75rem;
}
#page-report #monthToMonth td {
  font-size: 0.6875rem;
}
#page-report #monthToMonth tfoot .totalizer {
  background-color: #FFADAD;
}
#page-report #monthToMonth tfoot .totalizer td {
  line-height: 30px;
}
#page-report .positive {
  color: #3dcd58;
}
#page-report .negative {
  color: #ED1C24;
}
#page-report .noResults {
  color: #ED1C24;
}
#page-report .q1a {
  background-color: #FFD6D6;
}
#page-report .q2a {
  background-color: #C76868;
}
#page-report .q1b {
  background-color: #C76868;
}
#page-report .q2b {
  background-color: #FFD6D6;
}
#page-report .q1Total {
  background-color: #FF6464;
}
#page-report .q2Total {
  background-color: #CE2430;
}
#page-report .select-group label {
  color: #464646;
  font-size: 1rem;
}
#page-report .benefis-rescue-body {
  padding: 0;
}
#page-report .benefis-rescue-footer {
  background-color: #FFFFFF;
}
#page-report .nav-item .values {
  font-size: 2.5rem;
  color: #464646;
}
#page-report .nav-item .values p {
  color: #000000;
  display: inline-block;
  margin: 0 0 0 10px;
}
#page-report .nav-item .types {
  font-weight: bold;
  font-size: 0.75rem;
  position: relative;
  top: -10px;
}
#page-report .nav-item .types.emphasis {
  font-size: 0.875rem !important;
  color: #464646;
}
#page-report .table .items-bold {
  font-weight: bold;
  color: #626469;
}
#page-report .table .items-bold.green {
  color: #464646;
}
@media screen and (max-width: 460px) {
  #page-report .box-pagetitle.accompanying h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 460px) {
  #page-report .box-pagetitle.accompanying h1 {
    font-size: 2.5rem;
  }
}
#page-report .accompanying .table th,
#page-report .accompanying td {
  color: #626469 !important;
}
#page-report .accompanying .type-accompanying span {
  color: #464646;
}
@media screen and (max-width: 460px) {
  #page-report .accompanying .type-accompanying span {
    font-size: 0.75rem;
  }
  #page-report .accompanying .type-accompanying .multi-select {
    width: 115px;
  }
}
@media screen and (min-width: 460px) {
  #page-report .accompanying .type-accompanying span {
    font-size: 0.875rem;
  }
  #page-report .accompanying .type-accompanying .multi-select {
    width: 200px;
  }
}
#page-report #map {
  height: 600px;
}
#page-report .select-group label {
  color: #464646;
  font-size: 1rem;
}
#categoryapproval .history-scrollbar {
  position: relative;
  height: 200px;
  max-height: 200px;
  overflow: auto;
}
#categoryapproval .history-selected {
  background-color: rgba(0, 149, 48, 0.2);
}
#categoryapproval .comment {
  width: 100%;
  margin: auto;
  min-height: 80px;
}
#categoryapproval .btn-approval {
  min-width: 120px;
}
#categoryapproval .numberBrands {
  max-width: 6.25rem;
}
#categoryapproval .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: auto;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#categoryapproval td {
  font-size: 0.8125rem;
}
.wrapper-contract {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #000;
  padding: 3.125rem;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  height: calc(100% - 160px);
}
.wrapper-contract .contract {
  flex: 1;
  width: 100%;
  border: 0;
  padding: 0 0 1.875rem;
  margin: 0;
}
.wrapper-contract .contract-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 9px;
  background-color: #EEEEEE;
  padding: 1.875rem 3.125rem;
}
.wrapper-contract .contract-footer .btn {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
#table-spreadsheets td {
  font-size: 0.75rem;
}
#page-home td {
  font-size: 0.75rem;
}
#table-mkt td {
  font-size: 0.75rem;
}
.selectedProfile {
  color: #000000;
  background-color: #cfcfd1;
}
#page-billings td {
  font-size: 0.75rem;
}
#page-billings td .goal-percentage {
  background-color: #ED1C24;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.25rem;
  border-radius: 1rem;
}
#page-billings td .goal-percentage.reached {
  background-color: #3dcd58;
}
#page-billings td .goal-percentage.billing {
  background-color: #7D043E;
}
#page-productmix .text-emphasys {
  color: #ED1C24;
}
#page-productmix .text-success {
  color: #3dcd58;
}
#page-productmix .emphasys-message {
  padding: 0.1875rem 0.3125rem;
  border-radius: 4px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #464646;
  background-color: rgba(70, 70, 70, 0.15);
}
#page-productmix .emphasys-message.danger {
  color: #ED1C24;
  background-color: rgba(237, 28, 36, 0.15);
}
#page-productmix .emphasys-message.success {
  color: #009530;
  background-color: rgba(0, 149, 48, 0.15);
}
#page-productmix .client-rank {
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  color: #464646;
}
#page-productmix .client-rank.bronze {
  background: #D88130;
  background: linear-gradient(45deg, #d88130 0%, #e6af76 50%, #d88130 100%);
}
#page-productmix .client-rank.silver {
  background: #C0BEC0;
  background: linear-gradient(45deg, #c0bfc0 0%, #ffffff 50%, #c0bfc0 100%);
}
#page-productmix .client-rank.gold {
  background: #FFBA00;
  background: linear-gradient(45deg, #ffba00 0%, #fff48d 50%, #ffba00 100%);
}
#page-productmix .client-rank.platinum {
  background: #A7A6AA;
  background: linear-gradient(45deg, #a7a6aa 0%, #bae9f3 50%, #a7a6aa 100%);
}
#page-productmix .client-rank.diamond {
  background: #4D4D4F;
  background: linear-gradient(45deg, #000000 0%, #ffffff 50%, #000000 100%);
}
#form-refund .form-control {
  font-size: 0.75rem;
}
#form-refund .form-group {
  vertical-align: text-bottom;
  line-height: 14px;
}
#form-refund input {
  padding: 3px;
}
#form-refund div {
  font-size: 0.75rem;
  line-height: 14px;
}
#qualitative-panel ::-moz-placeholder {
  color: #b10043;
  font-size: 0.75rem;
  font-weight: bold;
}
#qualitative-panel :-ms-input-placeholder {
  color: #b10043;
  font-size: 0.75rem;
  font-weight: bold;
}
#qualitative-panel ::placeholder {
  color: #b10043;
  font-size: 0.75rem;
  font-weight: bold;
}
#panels td {
  font-size: 0.75rem;
}
#panels b {
  font-size: 0.75rem;
}
#panels tfoot {
  font-size: 0.75rem;
}
#panels .form-control {
  font-size: 0.75rem;
}
#panels .footer-quarter b {
  font-size: 0.875rem;
}
#panels .input-group .input-group-prepend .input-group-text {
  font-size: 0.75rem;
}
#panels .input-group .input-group-append .input-group-text {
  font-size: 0.75rem;
}
#goalsapproval .history-scrollbar {
  position: relative;
  height: 200px;
  max-height: 200px;
  overflow: auto;
}
#goalsapproval .history-selected {
  background-color: rgba(215, 250, 226);
}
#goalsapproval .comment {
  width: 100%;
  margin: auto;
  min-height: 80px;
}
#goalsapproval .btn-approval {
  min-width: 120px;
}
#table-budget th {
  font-size: 0.75rem;
}
#table-budget td {
  font-size: 0.75rem;
}
#table-budget span {
  font-size: 0.75rem;
}
#table-budget .badge-success {
  font-size: 0.6875rem;
}
#table-budget .badge-danger {
  font-size: 0.6875rem;
}
#table-budget .badge-mkt {
  font-size: 0.6875rem;
}
#table-subsidiary-budget th {
  font-size: 0.8125rem;
}
#table-subsidiary-budget td {
  font-size: 0.8125rem;
}
#table-subsidiary-budget span {
  font-size: 0.8125rem;
}
#table-actions th {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
#table-actions td {
  font-size: 0.75rem;
}
#table-actions span {
  font-size: 0.75rem;
}
.groupArea {
  background-color: #f0f0f0;
}
.groupArea label {
  font-size: 0.8125rem;
}
.priceArea label {
  font-size: 0.8125rem;
}
#table-marketing-items tr {
  background-color: rgba(255, 0, 0, 0);
}
.angular-with-newlines {
  white-space: pre-line;
}
.img-thumb-list {
  max-width: 1.875rem;
  max-height: 1.875rem;
}
.borderless td,
.borderless th {
  border: none;
}
.borderless thead > tr > th {
  border: none;
}
.bordertop {
  border-top: 2px solid;
  border-color: #626469 !important;
}
#simple-cases .bg-grey {
  background-color: #f0f0f0;
  border-radius: 5px;
}
#panel-builder-dashboard {
  /* Let's get this party started */
  /* Track */
}
#panel-builder-dashboard .flexcroll {
  scrollbar-face-color: #FFFFD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
}
#panel-builder-dashboard .flexcroll::-webkit-scrollbar {
  width: 12px;
}
#panel-builder-dashboard .flexcroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#panel-builder-dashboard .flexcroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#campaigns-details .card-view {
  background-color: #f9f9f9;
  border-radius: 8px;
  width: 100%;
}
#campaigns-details .card-content {
  font-size: 0.875rem;
  padding: 1rem;
}
#campaigns-details .card-label {
  color: #464646;
  background-color: #f0f0f0;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  padding: 5px 20px;
}
#campaigns-details .card-label span,
#campaigns-details .card-label label {
  color: #626469;
}
#campaigns-details .card {
  border-radius: 30px;
  height: 200px;
}
#campaigns-details .card .description-group {
  font-size: 0.8125rem;
}
#campaigns-details .card .card-body {
  padding: 0;
}
#campaigns-details .card .report-card-text {
  height: 35px;
}
#campaigns-details .card-background {
  background-color: #464646;
  color: #fff;
}
#campaigns-details .welcome {
  width: 100%;
  max-width: 700px;
  background-color: #464646;
  color: #fff;
  border-radius: 25px;
}
#campaigns-details .link-attach {
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #464646;
  padding: 7px 45px;
  border-radius: 27px;
  width: 260px;
}
#campaigns-details .table {
  border-radius: 10px !important;
}
#campaigns-details th {
  background-color: #f0f0f0;
  color: #42b4e6;
  font-size: 1rem;
}
#campaigns-details td {
  max-width: 100px;
  font-size: 0.875rem;
}
#campaigns-details tr:nth-child(odd) {
  background: #f9f9f9;
}
#campaigns-details tr:nth-child(even) {
  background: #f0f0f0;
}
#campaigns-details .select-goals {
  width: 210px;
}
#campaigns-details .subtitle-info {
  font-size: 1rem;
  font-weight: 600;
  color: #464646;
  margin: 0;
}
#campaigns-details .placeholder-chart {
  color: #909090 !important;
  font-size: 1.125rem;
  font-weight: 600;
}
#campaigns-details .line-not-included {
  background-color: #CBCBCB !important;
}
#campaigns-details .items-line-disabled {
  color: #909090 !important;
}
#page-home .select-group label {
  color: #464646;
  font-size: 1rem;
}
#page-home .category {
  background-color: #f9f9f9;
  padding: 8px 25px 10px 25px;
  border-radius: 50px;
  text-align: center;
  font-size: 0.75rem;
  cursor: pointer;
}
#page-home .category.is-selected {
  background-color: #55c36a;
  color: #ffffff;
}
#page-home .category .type span {
  font-weight: 600;
}
#page-home .category .type .info-category {
  cursor: pointer;
}
#page-home .points-accumulated {
  display: contents;
}
@media screen and (max-width: 414px) {
  #page-home .categories {
    margin-top: 10px;
  }
}
#page-home .total-points span {
  font-size: 2.5rem;
}
#page-home .total-points p {
  margin-top: -14px;
  font-size: 14px;
}
#page-home .total-points .card-body img {
  position: relative;
  bottom: 10px;
}
#page-home .total-points .card-footer {
  background-color: #FFFCE8;
}
#page-home .total-points .card-footer .text-muted {
  color: #FF6C6C !important;
  font-weight: bold;
}
#page-home .last-rescue {
  color: #9fa0a4;
}
#page-home .last-rescue .color-green {
  color: #3dcd58;
}
#page-home .last-rescue .color-red {
  color: #ED1C24 !important;
}
#page-home .news-promotions .item {
  display: contents;
}
#page-home .news-promotions img {
  width: 100%;
  height: 8vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home .news-promotions .news p {
  display: inline-block;
}
#page-home .news-promotions .news a {
  float: right;
}
@media screen and (max-width: 414px) {
  #page-home .news-promotions img {
    height: auto;
  }
  #page-home .news-promotions .news {
    margin-top: 20px;
  }
}
#page-home .table-responsive .table th,
#page-home .table-responsive .table td {
  font-size: 0.875rem;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
#page-home .table-responsive .table td {
  font-size: 0.875rem;
}
#page-home .table-responsive .table th {
  color: #626469;
}
#page-home .table-responsive .table .td-resume-points {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50px;
}
#page-home .table-responsive .edit-end {
  text-align: end;
}
#page-home .news-and-promotions img {
  width: 100%;
  height: 350px;
}
#page-home .news-and-promotions span {
  font-weight: bold;
}
#page-home .news-and-promotions .title {
  font-size: 1.125rem;
}
#page-home .news-and-promotions .date {
  font-size: 0.875rem;
  color: #9fa0a4;
}
#page-home .news-and-promotions .description {
  font-size: 1rem;
  color: #626469;
}
.modal-content .modal-body {
  padding: 1.6rem;
}
.modal-content h5 {
  color: #464646 !important;
}
.modal-content p {
  color: #626469;
}
.modal-content .details p {
  color: #9fa0a4;
}
#synergy-billing-page .values-table {
  margin: 0;
  font-size: 0.8125rem;
  color: #464646;
}
#synergy-billing-page .select-group label {
  color: #464646;
  font-size: 1rem;
}
#synergy-billing-page .info-items {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 20px 25px 20px 25px;
}
#synergy-billing-page .info-items span {
  font-size: 0.875rem;
}
#synergy-billing-page .info-items .items-check-box .title {
  display: block;
  text-align: left;
  color: #464646;
  font-weight: 600;
}
#synergy-billing-page .info-items .items-check-box .custom-check.first {
  margin-right: 28px;
}
#synergy-billing-page .info-items .items-billing-year span {
  color: #464646;
  font-weight: 600;
}
#synergy-billing-page .info-items .items-billing-year p {
  padding: 0;
  margin: 2px 10px 10px 8px;
  font-size: 0.8125rem;
}
#synergy-billing-page .info-items .items-percent .percent {
  display: inline-block;
}
#synergy-billing-page .info-items .items-percent p {
  border-radius: 10px;
  font-size: 12px;
  padding: 2px 7px 2px 7px;
  font-weight: bold;
}
#synergy-billing-page .info-items .items-percent .percent-green {
  background: #3dcd58;
  color: #FFFFFF;
}
#synergy-billing-page .info-items .items-percent .percent-red {
  background: #ED1C24;
  color: #FFFFFF;
}
#synergy-billing-page .info-items .items-percent .value-acumullated {
  margin: 18px 0 0 10px;
}
#synergy-billing-page .info-items .items-percent .value-acumullated span {
  font-weight: 600;
}
#synergy-billing-page .info-items .items-percent .value-acumullated .acumullated {
  color: #464646;
}
#synergy-billing-page .info-items .vs-item {
  margin: 0;
}
#synergy-billing-page .info-items .vs-item p {
  position: relative;
  top: 24px;
  text-align: center;
}
#synergy-billing-page .billing-deal {
  display: contents;
}
#synergy-billing-page .billing-deal .level-special-deal .card {
  height: 97%;
}
#synergy-billing-page .billing-deal .level-special-deal .special-deal {
  text-align: center;
  position: relative;
  top: 1vw;
}
#synergy-billing-page .billing-deal .level-special-deal .special-deal span {
  font-size: 3.75rem;
  color: #464646;
}
#synergy-billing-page .billing-deal .level-special-deal .special-deal p {
  font-size: 1.25rem;
  margin-top: -16px;
}
#synergy-billing-page .table td {
  color: #9fa0a4;
}
#synergy-billing-page .month-billing {
  font-size: 10px;
  font-weight: bold;
}
#synergy-billing-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: green!important;
  top: 3px;
}
#synergy-billing-page .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25);
  top: 3px;
}
#synergy-billing-page .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  top: 3px;
}
#synergy-billing-page .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #C8FFC8;
  top: 3px;
}
#synergy-benefits-page .card-header.accordion {
  border-bottom: none;
  background-color: #FFFFFF;
}
@media screen and (max-width: 460px) {
  #synergy-benefits-page .card-header.accordion .separation-itens {
    display: contents;
  }
}
@media screen and (min-width: 460px) {
  #synergy-benefits-page .card-header.accordion .separation-itens {
    display: flex;
  }
}
#synergy-benefits-page .card-header.accordion .items-accordion {
  display: flex;
  font-weight: bold;
}
#synergy-benefits-page .card-header.accordion .items-accordion i {
  margin: 13px 16px 13px 0px;
  font-size: 1.875rem;
  color: #ED1C24;
}
#synergy-benefits-page .card-header.accordion .items-accordion p {
  margin: 0px;
}
#synergy-benefits-page .card-header.accordion .items-accordion .info-title {
  margin-top: 8px;
}
#synergy-benefits-page .card-header.accordion .items-accordion .info-title .title-benefit {
  font-size: 0.875rem;
}
#synergy-benefits-page .card-header.accordion .items-accordion .info-title .subtitle-benefit {
  font-size: 0.75rem;
  color: #9fa0a4;
}
#synergy-benefits-page .card-header.accordion .items-accordion .info-title .subtitle-benefit span {
  color: #464646;
}
#synergy-benefits-page .card-header.accordion .rescue {
  text-align: center;
  margin-top: 10px;
}
#synergy-benefits-page .card-header.accordion .rescue button {
  width: 80%;
  font-size: 0.875rem;
  padding: 3px;
}
#synergy-benefits-page .card-header.accordion .rescue i {
  font-size: 1.25rem;
  position: relative;
  left: 20px;
  top: 4px;
  cursor: pointer;
  padding: 5px;
}
@media screen and (max-width: 414px) {
  #synergy-benefits-page .card-header.accordion .rescue button {
    width: 80%;
    font-size: 0.75rem;
  }
  #synergy-benefits-page .card-header.accordion .rescue i {
    font-size: 0.75rem;
    left: 12px;
    padding: 2px;
  }
}
#synergy-benefits-page .content-terms {
  padding-right: 105px;
  text-align: end;
}
#synergy-benefits-page .content-terms span {
  color: #42b4e6;
  font-weight: bold;
  cursor: pointer;
}
#synergy-benefits-page .benefit-header {
  display: contents;
}
@media screen and (min-width: 460px) {
  #synergy-benefits-page .benefit-header h5 {
    position: relative;
    top: 30px;
    text-align: end;
  }
}
#synergy-benefits-page .benefit-header span {
  font-weight: bold;
}
#synergy-benefits-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: green!important;
  top: 3px;
}
#synergy-benefits-page .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25);
  top: 3px;
}
#synergy-benefits-page .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  top: 3px;
}
#synergy-benefits-page .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #C8FFC8;
  top: 3px;
}
.bd-example-modal-lg .modal-content-terms {
  margin-top: 40px;
  margin-bottom: 25px;
  max-height: 230px;
  overflow-y: scroll;
}
#synergy-accelerators-page .bar-progress {
  background-color: #ED1C24;
}
#synergy-accelerators-page .remove-card-body-padding {
  padding: 0;
}
#synergy-accelerators-page .card-header {
  display: flex;
}
#synergy-accelerators-page .card-header .total-max {
  font-size: 12px;
  margin: 3px 0px 0px 9px;
}
#synergy-accelerators-page .card-header .total-max span:nth-child(1) {
  color: #464646;
}
#synergy-accelerators-page .card-header .total-max span:nth-child(2) {
  color: #9fa0a4;
  font-weight: bold;
}
#synergy-accelerators-page .card-header.accordion {
  border-bottom: none;
  background-color: #FFFFFF;
}
@media screen and (max-width: 460px) {
  #synergy-accelerators-page .card-header.accordion {
    display: contents;
  }
}
#synergy-accelerators-page .card-header.accordion .items-accordion {
  display: flex;
  font-weight: bold;
}
#synergy-accelerators-page .card-header.accordion .items-accordion i {
  margin: 13px 16px 13px 0px;
  font-size: 1.875rem;
  color: #464646;
}
#synergy-accelerators-page .card-header.accordion .items-accordion p {
  margin: 0px;
}
#synergy-accelerators-page .card-header.accordion .items-accordion .training {
  margin-top: 8px;
}
#synergy-accelerators-page .card-header.accordion .items-accordion .training .title-training {
  font-size: 0.875rem;
}
#synergy-accelerators-page .card-header.accordion .items-accordion .training .types-accelerator {
  display: flex;
  margin-top: 5px;
}
#synergy-accelerators-page .card-header.accordion .items-accordion .training .types-accelerator p {
  font-size: 0.75rem;
  color: #9fa0a4;
}
#synergy-accelerators-page .card-header.accordion .items-accordion .training .types-accelerator p span {
  color: #464646;
}
#synergy-accelerators-page .card-header.accordion .progress-accelerator {
  text-align: end;
}
#synergy-accelerators-page .card-header.accordion .progress-accelerator .progress,
#synergy-accelerators-page .card-header.accordion .progress-accelerator .progress-range {
  width: 90%;
  position: relative;
  top: 18px;
}
#synergy-accelerators-page .card-header.accordion .progress-accelerator .progress .progress-bar,
#synergy-accelerators-page .card-header.accordion .progress-accelerator .progress-range .progress-bar {
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: bold;
}
#synergy-accelerators-page .card-header.accordion .progress-accelerator .progress-range {
  font-size: 13px;
}
#synergy-accelerators-page .card-header.accordion .progress-accelerator .progress-range span:nth-child(1) {
  float: left;
}
#synergy-accelerators-page .card-header.accordion i {
  cursor: pointer;
}
#synergy-accelerators-page .description-training p {
  line-height: 1.4;
  font-size: 0.875rem;
  color: #909090;
}
@media screen and (min-width: 460px) {
  #synergy-accelerators-page .training-plus {
    display: flex;
  }
}
#synergy-accelerators-page .training-plus p {
  color: #464646;
}
#synergy-accelerators-page .training-plus a {
  font-size: 0.8125rem;
  display: block;
}
#synergy-accelerators-page .training-plus .calendar-terms {
  text-align: center;
  margin-top: 40px;
}
#synergy-accelerators-page .training-plus .calendar-terms button {
  font-size: 0.875rem;
  width: 50%;
  padding: 5px;
  text-transform: none;
}
#synergy-accelerators-page .training-plus .calendar-terms span {
  color: #42b4e6;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  font-size: 0.75rem;
}
#synergy-accelerators-page .content-terms {
  padding-right: 105px;
  text-align: end;
}
#synergy-accelerators-page [aria-expanded="true"] .fa-chevron-circle-up,
#synergy-accelerators-page [aria-expanded="false"] .fa-chevron-circle-down {
  display: none;
}
#synergy-keys-page .key-header {
  display: contents;
}
#synergy-keys-page .key-header .button-download {
  text-align: start;
}
#synergy-keys-page .key-header .button-download button {
  background-color: #42b4e6;
  border-color: #42b4e6;
}
@media screen and (min-width: 460px) {
  #synergy-keys-page .key-header .button-download {
    text-align: end;
  }
  #synergy-keys-page .key-header button {
    position: relative;
    top: 23px;
    font-size: 0.75rem;
  }
}
#synergy-keys-page .card-body {
  padding: 0;
}
#synergy-keys-page .card-body .card.box {
  border: none;
}
#synergy-keys-page .card-header.accordion {
  background-color: #FFFFFF;
}
#synergy-keys-page .card-header.accordion .box-description {
  padding-left: 0;
}
#synergy-keys-page .card-header.accordion .box-description h5 {
  font-weight: bold;
  font-size: 0.875rem;
}
#synergy-keys-page .card-header.accordion .box-description p {
  color: #626469;
  font-size: 0.875rem;
}
#synergy-keys-page .card-header.accordion .chevron {
  text-align: end;
}
#synergy-keys-page .card-header.accordion .resume-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 460px) {
  #synergy-keys-page .card-header.accordion .resume-text {
    width: 240px;
  }
}
#synergy-keys-page .card-items {
  display: flex;
}
@media screen and (max-width: 460px) {
  #synergy-keys-page .card-items {
    display: block;
  }
}
#synergy-keys-page .card-items i {
  margin: 45px 30px 13px 5px;
  font-size: 1.875rem;
  color: #626469;
}
#synergy-keys-page .card-items .info-title {
  margin-top: 20px;
}
#synergy-keys-page .card-items .info-title .title-card {
  font-weight: bold;
  font-size: 1rem;
  color: #464646;
}
#synergy-keys-page .card-items .info-title .description-card {
  font-size: 0.875rem;
  color: #626469;
}
#synergy-keys-page .card-items .keys-progress {
  padding: 1.5rem !important;
}
#synergy-keys-page .card-items .keys-progress span {
  font-size: 12px;
}
#synergy-keys-page .card-items .keys-progress .list-group-item {
  padding: 5px;
}
#synergy-keys-page .card-items .keys-progress .totalPercent p {
  margin: 0;
  margin-bottom: -14px;
  position: relative;
  bottom: 16px;
  text-align: center;
}
#synergy-keys-page .card-items .keys-progress .totalPercent p span {
  font-size: 1rem;
}
#synergy-keys-page .card-items .keys-progress .totalPercent p span:first-child {
  color: #9fa0a4;
}
#synergy-keys-page .card-items .keys-progress .totalPercent p span:last-child {
  color: #464646;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center {
  width: 6rem;
  border-color: #f0f0f0;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item {
  border-top: 1px solid white;
  text-align: center;
  border-radius: 0;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item.complete {
  background-color: #ED1C24;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item.incomplete {
  background-color: #f0f0f0;
  border: none;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item.border-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item.border-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item span {
  position: relative;
  bottom: 35px;
  visibility: hidden;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-center .list-group-item .key-hidden {
  visibility: hidden;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-left {
  margin-right: 10px;
  width: 70%;
  border: none;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-left .list-group-item {
  text-align: end;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-left .list-group-item.show-in-center {
  position: relative;
  top: 60px;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-left .list-group-item.remove-item {
  visibility: hidden;
  color: red !important;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-left .list-group-item.show-item {
  color: #626469 !important;
  font-weight: bold;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-right {
  margin-left: 10px;
  width: 5rem;
  border: none;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-right .list-group-item {
  border: none;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-right .list-group-item.show-in-center {
  position: relative;
  top: 60px;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-right .list-group-item.remove-item {
  visibility: hidden;
  color: red !important;
}
#synergy-keys-page .card-items .keys-progress .keys-progress-right .list-group-item.show-item {
  color: #9fa0a4 !important;
  font-weight: bold;
}
#synergy-extract-page .extract-header {
  display: contents;
}
#synergy-extract-page .extract-header span {
  font-weight: bold;
}
@media screen and (min-width: 460px) {
  #synergy-extract-page .extract-header h5 {
    position: relative;
    top: 30px;
    text-align: end;
  }
}
#synergy-extract-page .select-group .minimal-label-months {
  margin-left: 2px;
  font-size: 0.625rem;
  margin-top: 8px;
  color: #626469;
}
#synergy-extract-page .select-group label {
  color: #464646;
  font-size: 1rem;
}
#synergy-extract-page .select-group .dropdown-check-list {
  display: inline-block;
  width: 100%;
  outline: none;
}
#synergy-extract-page .select-group .dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
}
#synergy-extract-page .select-group .dropdown-check-list .anchor i {
  position: relative;
  top: 5px;
  color: black;
  font-size: 15px;
}
#synergy-extract-page .select-group .dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
#synergy-extract-page .select-group .dropdown-check-list ul.items {
  padding: 18px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
#synergy-extract-page .select-group ul.items {
  display: block;
  position: absolute;
  z-index: 99999;
  background: white;
  padding: 10px;
  top: 57px !important;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
#synergy-extract-page .select-group ul.items .buttons {
  text-align: center;
}
#synergy-extract-page .select-group ul.items .buttons .links {
  margin-top: 10px;
}
#synergy-extract-page .select-group ul.items .buttons .links button {
  font-size: 10px;
}
#synergy-extract-page .select-group ul.items .button-search {
  margin: 12px 10px 0px 10px;
  font-size: 9px;
}
#synergy-extract-page .select-group .dropdown-check-list ul.items li {
  list-style: none;
}
#synergy-extract-page .checkbox-items .second {
  margin-left: 30px;
}
#synergy-extract-page .checkbox-items .align-checkbox {
  position: relative;
  top: 20px;
}
#synergy-extract-page .table td {
  color: #9fa0a4;
}
#synergy-extract-page .table .points.points-positive {
  color: #3dcd58;
}
#synergy-extract-page .table .points.points-positive.points-negative {
  color: #ED1C24;
}
#synergy-extract-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: green!important;
  top: 3px;
}
#synergy-extract-page .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25);
  top: 3px;
}
#synergy-extract-page .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  top: 3px;
}
#synergy-extract-page .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #C8FFC8;
  top: 3px;
}
#synergy-simulator-page .simulator-header {
  display: contents;
}
#synergy-simulator-page .simulator-header span {
  font-weight: bold;
}
@media screen and (min-width: 460px) {
  #synergy-simulator-page .simulator-header h5 {
    position: relative;
    top: 30px;
    text-align: end;
  }
}
#synergy-simulator-page .button-reset {
  text-align: end;
}
#synergy-simulator-page .button-reset button {
  font-size: 14px;
  background-color: #00B5E3;
  border-color: #00B5E3;
}
#synergy-simulator-page .select-group {
  display: contents;
}
#synergy-simulator-page .select-group label {
  font-size: 0.875rem;
  font-weight: bold;
}
#synergy-simulator-page .padding-card {
  padding: 10px 22px 0px 0px;
}
#synergy-simulator-page .simulator-actions {
  display: contents;
}
#synergy-simulator-page .simulator-actions p {
  color: #626469;
}
#synergy-simulator-page .simulator-actions .details h5 {
  font-size: 1rem;
  font-weight: bold;
}
#synergy-simulator-page .simulator-actions .details p {
  font-size: 0.875rem;
  width: 95%;
}
#synergy-simulator-page .simulator-actions .details-slider p {
  text-align: end;
  font-size: 0.75rem;
}
#synergy-simulator-page .simulator-actions .details-slider p .build-points {
  font-weight: bold;
  color: #CE2430;
}
#synergy-simulator-page .title-simulator-products h5 {
  color: #464646;
  font-size: 1.125rem;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
#synergy-simulator-page .simulator-products p {
  margin: 4px 0px 0px 0px;
}
#synergy-simulator-page .simulator-products .list-group-item {
  padding: 10px 12px 7px 20px;
}
#synergy-simulator-page .simulator-products .card-header h5 {
  font-weight: bold;
  font-size: 1rem;
  color: #464646;
  margin: 0;
}
#synergy-simulator-page .simulator-products .card-header p {
  margin: 0;
  font-size: 0.75rem;
}
#synergy-simulator-page .simulator-products .card-header p span {
  color: #464646;
}
#synergy-simulator-page .sliderjs {
  font-size: 0.75rem;
}
#synergy-simulator-page .rzslider .rz-bar {
  outline: none !important;
}
#synergy-simulator-page .rzslider .rz-pointer {
  background-color: #CE2430 !important;
}
#synergy-simulator-page rz-pointer .rz-pointer-min .rz-active {
  outline: none !important;
}
#synergy-simulator-page .rzslider .rz-tick.rz-selected {
  background: #464646 !important;
}
#synergy-simulator-page span .rz-bar .rz-selection {
  background: #464646 !important;
}
#synergy-simulator-page .rzslider .rz-selection {
  background: #464646 !important;
}
#synergy-simulator-page .rzslider .rz-pointer::after {
  content: none;
}
#synergy-simulator-page .rzslider .rz-pointer {
  top: -9px;
  z-index: 9999999;
  width: 20px;
  height: 21px;
  cursor: pointer;
  border-radius: 16px;
  transition: all linear 0.3s;
  margin-left: 6px;
}
#synergy-simulator-page input.sw {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
#synergy-simulator-page input.sw + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.2s ease;
  display: inline-block;
  height: 30px;
  width: 51px;
  position: relative;
  box-shadow: inset 0 0 0px 2px #e4e4e4;
  border-radius: 60px;
  /* White toggle */
}
#synergy-simulator-page input.sw + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(76, 217, 100, 0);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
#synergy-simulator-page input.sw + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  top: 50%;
  margin-top: -14px;
  left: 1px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
#synergy-simulator-page input.sw + label span {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-left: 51px;
  padding-left: 16px;
}
#synergy-simulator-page input.sw + label:before {
  width: 51px;
  background: #b9bbb9;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}
#synergy-simulator-page input.sw:checked + label:before {
  width: 51px;
  background: #4cd964;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}
#synergy-simulator-page input.sw:checked + label:after {
  left: 22px;
}
#synergy-simulator-page input.sw:checked + label {
  box-shadow: inset 0 0 0px 25px #e4e4e4;
  transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
}
#synergy-contracts-page .table td {
  color: #9fa0a4;
}
#synergy-contracts-page .tabs-data p,
#synergy-contracts-page .tabs-data span {
  font-size: 0.875rem !important;
  margin: 0;
}
#synergy-contracts-page .tabs-data .name-company {
  font-weight: bold;
}
#synergy-contracts-page .tabs-data h5 {
  color: #464646;
  font-weight: bold;
  font-size: 1.125rem;
}
#synergy-contracts-page .tabs-data .card-body {
  padding: 2.25rem;
}
#synergy-contracts-page .tabs-data .card-buttons {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 20px 25px 20px 25px;
  text-align: center;
}
#synergy-contracts-page .tabs-data .card-buttons button {
  border-radius: 30px;
  font-size: 0.75rem;
  margin-right: 10px;
}
#synergy-contracts-page .tabs-data .card-buttons button .icon-pdf {
  color: #FFFFFF;
}
#synergy-contracts-page .tabs-data .new-document {
  text-align: end;
}
#synergy-contracts-page .tabs-data .new-document button {
  font-size: 0.75rem;
  background-color: #42b4e6;
  border-color: #42b4e6;
}
#synergy-contracts-page .tabs-data .table td {
  color: #9fa0a4;
}
#synergy-contracts-page .tabs-data .table .download-file {
  text-align: end;
}
#synergy-contracts-page .tabs-data .table .download-file a {
  font-weight: bold;
}
.modal-dialog .file-uploader {
  flex: 0 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
}
.modal-dialog .file-uploader #file-input {
  display: none;
}
.modal-dialog .file-uploader label[for="file-input"] {
  padding: 1em 1.5em;
  flex: 1 1 auto;
  text-align: center;
  background-color: #f0f0f0;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.875rem;
}
.modal-dialog .file-uploader .image-preview {
  margin: 0 0 1rem;
  min-height: 250px;
  flex: 1 0 75%;
  background-color: #c1c1c1;
}
.modal-dialog .modal-footer button {
  font-size: 0.75rem;
}
.modal-dialog .modal-footer button:nth-child(2) {
  background-color: #42b4e6;
  border-color: #42b4e6;
}
#synergy-feedbacks-page .card-body {
  padding: 0;
}
#synergy-feedbacks-page .card-body .card {
  border: none;
}
#synergy-feedbacks-page .card-header {
  padding: 1.5vw;
}
#synergy-feedbacks-page .card-header.accordion {
  background-color: #FFFFFF;
}
#synergy-feedbacks-page .card-header.accordion .box-description h5 {
  font-weight: bold;
  font-size: 0.875rem;
}
#synergy-feedbacks-page .card-header.accordion .box-description .button-alternatives {
  border: 1px solid #f7f7f7;
  border-color: #c7c7c7;
  background-color: #FFFFFF;
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: normal;
  text-align: start;
  width: 100%;
}
#synergy-feedbacks-page .card-header.accordion .box-description label {
  font-size: 0.75rem;
}
#synergy-feedbacks-page .card-header.accordion .box-description .end-buttons {
  text-align: end;
}
#synergy-feedbacks-page .card-header.accordion .box-description .end-buttons button {
  font-size: 0.75rem;
}
#synergy-feedbacks-page .card-header.accordion .box-description .end-buttons button:nth-child(2) {
  background-color: #42b4e6;
  border-color: #42b4e6;
}
#synergy-feedbacks-page .card-header.accordion .chevron {
  text-align: end;
  cursor: pointer;
}
#synergy-feedbacks-page .card-header.accordion .resume-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 460px) {
  #synergy-feedbacks-page .card-header.accordion .resume-text {
    width: 240px;
  }
}
#synergy-academy-page .card-body {
  padding: 0;
}
#synergy-academy-page .card-body .card {
  border: none;
}
#synergy-academy-page .card-header.accordion {
  background-color: #FFFFFF;
}
#synergy-academy-page .card-header.accordion .box-description {
  padding-left: 0;
}
#synergy-academy-page .card-header.accordion .box-description h5 {
  font-weight: bold;
  font-size: 0.875rem;
}
#synergy-academy-page .card-header.accordion .box-description p {
  color: #626469;
  font-size: 0.875rem;
}
#synergy-academy-page .card-header.accordion .box-description img {
  width: 90%;
}
#synergy-academy-page .card-header.accordion .box-description a,
#synergy-academy-page .card-header.accordion .box-description span {
  display: block;
}
#synergy-academy-page .card-header.accordion .box-description a {
  font-size: 0.8125rem;
}
#synergy-academy-page .card-header.accordion .box-description span {
  color: #464646;
}
#synergy-academy-page .card-header.accordion .chevron {
  text-align: end;
}
#synergy-academy-page .card-header.accordion .resume-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 460px) {
  #synergy-academy-page .card-header.accordion .resume-text {
    width: 240px;
  }
}
#term-and-condition,
#accepted-modal-term {
  font-family: Arial, sans-serif;
}
#term-and-condition .modal-content,
#accepted-modal-term .modal-content {
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
#term-and-condition .modal-header,
#accepted-modal-term .modal-header {
  border-bottom: none;
  justify-content: center;
  position: relative;
  padding-bottom: 0;
}
#term-and-condition .modal-header .modal-title h2,
#accepted-modal-term .modal-header .modal-title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ED1C24 !important;
  text-align: center;
  margin-bottom: 0;
}
#term-and-condition .modal-header .close,
#accepted-modal-term .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 18px;
  opacity: 0.6;
}
#term-and-condition .modal-body,
#accepted-modal-term .modal-body {
  padding: 20px 20px 10px;
  font-size: 14px;
}
#term-and-condition .modal-body p,
#accepted-modal-term .modal-body p {
  color: #464646 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
#term-and-condition .modal-body p,
#accepted-modal-term .modal-body p,
#term-and-condition .modal-body li,
#accepted-modal-term .modal-body li,
#term-and-condition .modal-body .checkbox-container label,
#accepted-modal-term .modal-body .checkbox-container label {
  color: black;
}
#term-and-condition .modal-body ul,
#accepted-modal-term .modal-body ul {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 10px;
}
#term-and-condition .modal-body ul li,
#accepted-modal-term .modal-body ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 15px;
  color: #464646 !important;
  font-weight: 600 !important;
}
#term-and-condition .modal-body ul li::before,
#accepted-modal-term .modal-body ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: black;
}
#term-and-condition .modal-body .checkbox-container,
#accepted-modal-term .modal-body .checkbox-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#term-and-condition .modal-body .checkbox-container input[type='checkbox'],
#accepted-modal-term .modal-body .checkbox-container input[type='checkbox'] {
  margin-right: 6px;
}
#term-and-condition .modal-body .checkbox-container label,
#accepted-modal-term .modal-body .checkbox-container label {
  font-size: 14px;
}
#term-and-condition .modal-footer,
#accepted-modal-term .modal-footer {
  border-top: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 10px;
}
#term-and-condition .modal-footer .btn-primary,
#accepted-modal-term .modal-footer .btn-primary {
  background-color: #382F2D;
  border: none;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
#term-and-condition .modal-footer .btn-primary:hover,
#accepted-modal-term .modal-footer .btn-primary:hover {
  background-color: #382F2D;
}
#term-and-condition .modal-footer .btn-link,
#accepted-modal-term .modal-footer .btn-link {
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}
#term-and-condition .btn-primary[disabled],
#accepted-modal-term .btn-primary[disabled],
#term-and-condition .btn-primary:disabled,
#accepted-modal-term .btn-primary:disabled {
  background-color: #6c757d !important;
  /* cinza típico do Bootstrap */
  border-color: #6c757d !important;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
  /* opcional, já que disabled bloqueia clique */
}
/* General HTML tags*/
* {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
body {
  color: #626469;
  background-color: #FFFFFF;
}
h1,
.h1 {
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
h2,
.h2 {
  color: #464646;
  font-size: 1.125rem;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
h2.title-blue,
.h2.title-blue {
  color: #42b4e6;
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: uppercase;
}
h3,
.h3 {
  color: #626469;
  font-size: 1rem;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
a {
  color: #42b4e6;
}
a:hover {
  color: #146d95;
}
small {
  line-height: 1em;
}
