@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');

@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('../fonts/SegoeUi.woff') format('woff');
}

@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold'), url('../fonts/SegoeUiBold.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans Regular'), url('../fonts/OpenSans.ttf') format('ttf');
}

@font-face {
  font-family: 'Open Sans Italic';
  font-style: italic;
  font-weight: normal;
  src: local('Open Sans Italic'), url('../fonts/OpenSansItalic.ttf') format('ttf');
}

:root {
  --text-black: #1F212B;
  --background-dashboard: #F1F1F1;
  --background-warning: #FFD9D9;
  --white: #FFF;
  --white-hover: #e4e4e4;
  --white-text-hover: #FCFCFC;
  --gray: #C9C9C9;
  --gray-2: #EAEAEA;
  --gray-3: #F3F3F3;
  --gray-text: #5D5D5D;
  --text-lightblack: #3D3D3D;
  --text-placeholder: #A7A7A7;
  --primary-color: #468EF2;
  --primary-color-hover: #7AB2FF;
  --cyan: #EDF4FE;
  --alert: #FFA037;
  --asterisk-red: #F00;
  --franchise-background: #F1F1F1;
  --warning: #F75C46;
  --background-warning: #FFD9D9;
  --success: #1CC88A;
  --blue: #4186F5;
  --green: #2FB880;
  --blue-2: #6B98F2;
  --danger: #e74a3b;
}

*,
*::before,
*::after {
  box-sizing: border-box;

}
  /* TALVEZ ALTERAR */

html {
  font-family: 'Segoe UI Regular', sans-serif;
  line-height: 1.15;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

p {
  margin: 0 !important;
}

/* BODY */

body {
  margin: 0;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
  height: 100%;
  color: var(--text-black);
}

.body-recovery,
.body-franchise,
.body-dashboard {
  background-color: var(--franchise-background);
  padding-bottom: 150px;
  min-height: 100vh;
}

.body-ini {
  min-height: 100vh;
}

.body-ini p {
  font-size: .844rem;
}

.body-ini label {
  font-size: .844rem;
}

/* BODY END */

/* HEADER */

header {
  background-color: var(--white);
  height: 5.75rem;
  padding: 1.6rem 3rem;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

header img {
  width: 5rem;
  margin-top: 0.3rem;
}

header .link-underscore {
  margin: 0.6rem 0 0 0;
  font-size: 1rem;
  color: var(--primary-color);
}

/* HEADER END */

/* NAVBAR */

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);

}

.nav-item-bottom {
  margin-top: auto;
}

/* NAVBAR END */

/* TOPBAR */

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

.topbar {
  background-color: var(--white);
  height: 5.75rem;
  padding: 1.6rem 3rem;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.topbar a {
  color: var(--text-black);
  text-decoration: none;
}

.topbar img {
  vertical-align: -0.05em;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
  margin-left: -2rem;
}

.topbar #sidebarToggleTop:hover {
  background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
  background-color: #dddfeb;
}

.topbar #sidebarToggleTop img {
  vertical-align: -0.05em;
  width: 0.9rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
  outline: none;
}

.topbar .nav-item:focus {
  outline: none;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

/* TOPBAR END */

/* SIDEBAR */

.sidebar {
  min-height: 100vh;
  top: 5.5rem;
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1) !important;
}

.sidebar .nav-item {
  position: relative;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}

.sidebar .nav-item .nav-link:hover span {
  color: var(--blue-2);
  transition: 400ms;
}

.sidebar .nav-item .nav-link span {
  color: var(--text-black);
  font-size: 0.65rem;
  display: block;
  transition: 300ms;
}

.sidebar .nav-item.active {
  border-right: 5px solid var(--blue-2);
}

.sidebar .nav-item.active .nav-link span {
  color: var(--blue-2);
}

.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}

.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

.sidebar .sidebar-brand {
  height: 5.75rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

.sidebar-dark .sidebar-brand {
  color: var(--white);
}

.sidebar-dark .sidebar-brand img {
  width: 113px;
  height: 36.702px;
}

.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, 0.3);
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}
/* SIDERBAR END */

/* CARD DEFAULT */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-description {
  font-size: 1.25rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* CARD DEFAULT END */

/* CARD DASHBOARD */

.card-dashboard {
  border: none;
}

.card-dashboard .card-title {
  color: var(--text-black);
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.card-dashboard .card-title img {
  vertical-align: unset;
}

.card-dashboard a {
  text-decoration: none;
  margin-left: 0.5rem;
}

.card-dashboard .invoice-info .col {
  align-self: flex-end;

}

.card-dashboard .invoice-title {
  font-size: 0.875rem;
  font-family: 'Segoe UI Bold', sans-serif;
}

.card-dashboard .invoice-btn {
  align-self: flex-end;
}

.card-dashboard .invoice-title:nth-child(1) {
  margin-bottom: 0.2rem;
}

.card-dashboard .invoice-result {
  color: var(--text-lightblack);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  margin-top: 1rem;
}

.card-dashboard .button-primary {
  font-size: 0.875rem;
  height: 2.5rem;
}

.card-dashboard .button-secondary {
  font-size: 0.875rem;
  height: 2.5rem;
}

.buttons-modal-first-access .button-primary{
  margin-top: 0.325rem;
}

/* CARD DASHBOARD END */

/* CARD PROVIDER */

.card-orientation {
  margin-bottom: 4rem;
}

.card-provider {
  border: 1px solid var(--gray);
  height: 3.9375rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.card-provider a {
  text-decoration: none;
}

.card-provider img {
  width: 2.625rem;
  margin-left: 1.5rem;
}

.card-provider span {
  margin-left: 5rem;
  vertical-align: middle;
  color: var(--text-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

.card-provider svg {
  margin-top: 0.6rem;
  margin-right: 1rem;
}

.overflow-auto {
  height: 15rem;
  margin-bottom: 6rem;
}

/* CARD PROVIDER END */

/* CARD WARNING */

.card-warning {
  border-radius: 4px;
  background: #F7EDBE;
  border: none;
}

.card-warning .card-body .btn-card-warning .button-primary-sm {
  background-color: var(--blue);
  width: 16rem;
  height: 2.5rem;
  justify-content: center;
}

.card-warning .card-body .btn-card-warning .button-primary-sm img {
  width: 0.1rem;
}

.card-warning .card-body .btn-card-warning {
  justify-content: center;
}

.invoice-btn .button-primary img {
  width: 0.1rem;
}

.card-warning .card-body {
  padding: 1.7rem 1rem;
}

.card-warning .card-body {
  padding: 1.7rem 1rem;
}

.card-warning .card-body .img-warning
{
  margin-right: 1rem;
}

.card-warning .card-title {
  color: var(--text-black);
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 700;
}

.card-warning .card-text-alert {
  color: var(--text-black);
  font-family: "Segoe UI Regular", sans-serif;
  font-size: 0.875rem !important;
}

/* CARD WARNING END */

/* CARD CONFIG */

.card-config {
  border: none;
}

.card-config h3 {
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Segoe UI Regular', sans-serif;
  margin-bottom: 0rem;
}

.card-config h4 {
  font-weight: 700;
  font-size: 0.8125rem;
  font-family: 'Segoe UI Regular', sans-serif;
  margin-bottom: 0.3rem;
}

.asterisk-red {
  color: var(--asterisk-red);
}

.card-config .config-content {
  padding: 1rem;
  border-top: 1px solid var(--gray-2);
}

.card-config .config-content .content-info {
  width: 100%;
}

.card-config .config-content .content-info:nth-child(1), .content-info:nth-child(2) {
  margin-bottom: 1.5rem;
}

.card-config .register-content {
  padding: 1rem;
}

.card-config .register-content .captcha img {
  min-width: 5%;
  cursor: pointer;
}

.register-text h3 {
  font-size: 1.3rem;
}

.register-text p {
  font-size: 0.9rem;
}

.buttons-register .button-primary {
  padding: 0.6rem !important;
}

.card-config .form-label {
  margin-bottom: .2rem;
}

.card-config .save-cep button {
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  align-content: center;
  display: flex;
}

.card-config .state {
  width: 4rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  align-content: center;
  display: flex;
}

.card-config .btn-relatory {
  margin-top: 1.8rem;
}

.state-select {
  background-image: url(../images/dashboard/icons/arrow.svg);
  background-size: 1.3rem;
  background-position: right;
}

.connect-device {
  font-size: 1.25rem;
}

.consumption-select {
  font-size: 0.875rem;
}

.up-down {
  margin-left: auto;
}

.content-graph-container-30-days {
  display: none;
}

.content-graph-container-weekly {
  display: none;
}

.content-graph-container-month {
  display: none;
}

.content-graph {
  padding: 1rem;
  border-top: 1px solid var(--gray-2);
  height: 10.75rem;
}

.support-text-area {
  height: 12rem !important;
  padding-top: 0.7rem !important;
}

/* CARD CONFIG END */

/* CARD DEVICE */

.card-device {
  border: none;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.card-device h3 {
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Segoe UI Regular', sans-serif;
  margin-bottom: 0.3rem;
}

.card-device .connected-device {
  margin-right: 0.7rem;
}

.card-device .device-content {
  padding: 1rem;
  border-top: 1px solid var(--gray-2);
}

.card-device .text-item {
  font-size: 0.8rem;
  font-family: 'Open Sans Regular', sans-serif;
  font-weight: 700;
}

.card-device .text-item-result {
  font-size: 0.8rem;
  font-family: 'Open Sans Regular', sans-serif;
}

.card-device .on {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--green);
}

.card-device .off {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--danger);
}

.card-device .card-body {
  height: 3rem;
  cursor: pointer;
  padding: 0;
}

.card-device h4 {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.card-device .status-on {
  margin: 0.25rem 0.8rem 0 0.8rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  border-radius: 50%;
}

.card-device .status-off {
  margin: 0.25rem 0.8rem 0 0.8rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--danger);
  border-radius: 50%;
}

.card-device .device-info {
  height: 100%;
}

/* CARD DEVICE END */

/* CARD RECURRENT */

.card-recurrent div {
  height: 4.5625rem;
}

.card-recurrent h4 {
  font-size: 0.87rem;
  margin-bottom: 0;
}

.card-recurrent span {
  color: var(--gray-text);
  font-size: 0.75rem;
}

.card-recurrent .button-primary {
  width: 2.6875rem;
  height: 2.6875rem;
}

.recurrent-modal {
  z-index: 2000 !important;
}

.recurrent-modal .modal-header {
  border: none;
}

.recurrent-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.recurrent-modal .modal-content {
  width: 36rem;
  height: 35.25rem;
  padding: 0.7rem;
  border: none;
}

.recurrent-modal .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.recurrent-modal hr {
  width: 97%;
  margin: 0 auto;
}

.recurrent-modal .form-label {
  margin-bottom: 0.1rem;
}

.recurrent-modal img {
  width: 1.6rem;
}

.recurrent-modal .card-info div:nth-child(1) {
  padding-left: 0;
}

.recurrent-modal .card-info div:nth-child(2) {
  padding-right: 0;
}

/* CARD RECURRENT END */

/* CARD SUPPORT CHAT */

.card-support {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card-support h3 {
  font-size: 1.25rem;
}

.card-support .support-content {
  padding: 0 1rem 0 1rem;
  border-top: 1px solid var(--gray-2);
  height: 70vh;
}

.card-support .row {
  height:100%;
  margin: 0 -1rem;
}

.card-support .tickets-orientation {
  border-right: 1px solid var(--gray-2);
  height:100%;
  padding: 0;
  /* position: relative; */
}

.card-support .tickets-orientation .ticket {
  cursor: pointer;
  padding: 1rem 0.5rem 1rem 0.9rem;
  border-bottom: 1px solid var(--gray-2);
}

.card-support .tickets-orientation .ticket-active {
  cursor: pointer;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid var(--gray-2);
  background: var(--cyan);
  border-left: 0.4rem solid var(--primary-color);
}

.card-support .chat {
  padding: 0rem;
  height:100%;
}

.card-support .protocol {
  height: 3.125rem;
  background: var(--gray-3);
  width: 100%;
  padding: 0 1rem;
}

.card-support .protocol .font-bold-open {
  font-size: 0.75rem;
}

.card-support .protocol button {
  height: 1.375rem;
  font-size: 0.8125rem;
}

.card-support .modal-dialog-scrollable .modal-body {
  position: absolute;
  height: 75%;
  width: 100%
}

.card-support .tickets-orientation .modal-dialog-scrollable .modal-body {
  position: absolute;
  padding: 0;
  height: 100%;
  width: 100%
}

.card-support .modal-dialog-scrollable ul {
  padding: 0;
}

.card-support .user-image {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: blue;
}

.card-support .support-image {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #FF0090;
}

.card-support .message {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1rem;
}

.card-support .msg-body ul {
  overflow: hidden;
}

.card-support .msg-body ul li {
  list-style: none;
  margin: 15px 0;
}

.card-support .msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
}

.card-support .msg-body ul li.sender p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px;
  background: #F3F3F3;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0;
  max-width: 22rem;
}

.card-support .msg-body ul li.sender p b {
  display: block;
  color: #000660;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.card-support .msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.card-support .msg-body ul li.repaly p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px;
  background: #EDF4FE;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0;
  max-width: 22rem;
}

/* CARD SUPPORT CHAT END */

/* MODAL DEFAULT */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* MODAL DEFAULT END */

/* MODAL RECURRENT CANCEL */

.recurrent-cancel-modal {
  z-index: 2000;
}

.recurrent-cancel-modal .modal-header {
  border: none;
}

.recurrent-cancel-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.recurrent-cancel-modal .modal-content {
  width: 29.125rem;
  padding: 0.7rem;
  border: none;
}

.recurrent-cancel-modal .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.recurrent-cancel-modal hr {
  width: 97%;
  margin: 0 auto;
}

.recurrent-cancel-modal .form-label {
  margin-bottom: 0.1rem;
}

.recurrent-cancel-modal img {
  width: 1.2rem;
}

/* MODAL RECURRENT CANCEL END */

/* MODAL FIRST ACCESS */

.input-group.password-input {
  position: relative;
}

.input-group.password-input .input-text {
  padding-right: 30px;
}

.input-group.password-input #togglePassword {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.first-access {
  z-index: 2000;
}

.first-access span {
  font-size: 0.8rem;
}

.first-access .modal-header {
  border: none;
}

.first-access .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.first-access .modal-content {
  width: 28rem;
  padding: 0.7rem;
  border: none;
}

.first-access .modal-body p {
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.97rem;
  line-height: normal;
}

.btn-close {
  font-size: 0.6rem;
}

.first-access hr {
  width: 97%;
  margin: 0 auto;
}

.first-access .form-label {
  margin-bottom: 0.2rem;
}

.first-access h5 {
  color: var(--text-black);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.first-access .password-input img {
  position: absolute;
  top: 1.1rem;
  right: 2rem;
  height: 0.8rem;
  cursor: pointer;
}

.first-access #password:focus {
  z-index: 0;
}

.btn-icon {
  width: 3rem !important;
  height: 3rem !important;
  align-items: center;
  justify-content: center !important;
  align-content: center;
  display: flex;
}

.first-access a {
  color: var(--blue-2);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 400ms;
}

.first-access a:hover {
  color: var(--primary-color-hover);
  text-decoration: none;
  transition: 400ms;
}

.first-access .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

/* MODAL FIRST ACCESS END */

/* MODAL CHANGE DEVICE */

.change-device {
  z-index: 2000;
}

.change-device .modal-header {
  border: none;
}

.change-device .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.change-device .modal-content {
  width: 42.375rem;
  height: 34.7rem;
  padding: 0.7rem;
  border: none;
}

.change-device .modal-body p {
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.6rem;
  line-height: normal;
}

.change-device .btn-close {
  font-size: 0.6rem;
}

.change-device hr {
  width: 97%;
  margin: 0 auto;
}

.change-device .form-label {
  margin-bottom: 0.1rem;
}

.change-device h5 {
  color: var(--text-black);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.change-device .password-input img {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  height: 0.8rem;
  cursor: pointer;
}

.change-device #password:focus {
  z-index: 0;
}

.change-device span {
  color: var(--text-black);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
}

/* MODAL CHANGE DEVICE END */

/* MODAL SEND INVOICE */

.send-invoice {
  z-index: 2000;
}

.send-invoice .modal-header {
  border: none;
}

.send-invoice .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.send-invoice .modal-content {
  min-width: 29.125rem;
  max-width: 35rem;
  min-height: 17.2rem;
  padding: 0.7rem;
  border: none;
}

.send-invoice .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.send-invoice hr {
  width: 97%;
  margin: 0 auto;
}

/* MODAL SEND INVOICE END */

/* MODAL REGISTER SUCCESS */

.register-success {
  z-index: 2000;
}

.register-success .modal-header {
  border: none;
}

.register-success .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.register-success .modal-content {
  width: 29.125rem;
  height: 13.1875rem;
  padding: 0.7rem;
  border: none;
}

.register-success .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.register-success hr {
  width: 97%;
  margin: 0 auto;
}

/* MODAL REGISTER SUCCESS END */

/* MODAL PLANS */

.plans-modal {
  z-index: 2000;
}

.plans-modal .modal-header {
  border: none;
}

.plans-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.plans-modal .modal-content {
  width: 42.375rem;
  height: 27.25rem;
  padding: 0.7rem;
  border: none;
}

.plans-modal .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.plans-modal hr {
  width: 97%;
  margin: 0 auto;
}

.plans-modal .form-label {
  margin-bottom: 0.1rem;
}

/* MODAL PLANS END */

/* MODAL PRINT OUT */

.printOut-modal {
  z-index: 2000;
}

.printOut-modal .modal-header {
  border: none;
}

.printOut-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.printOut-modal .modal-content {
  width: 29.125rem;
  padding: 0.7rem;
  border: none;
}

.printOut-modal .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.printOut-modal hr {
  width: 93%;
  margin: 0 auto;
}

.printOut-modal .form-label {
  margin-bottom: 0.1rem;
}

/* MODAL PRINT OUT END */

/* MODAL PRIVACY POLICY */

.privacy-policy-modal {
  z-index: 2000;
}

.privacy-policy-modal .modal-header {
  border: none;
}

.privacy-policy-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.privacy-policy-modal .modal-body {
  height: 19.5rem;
  margin-top: 1rem;
  padding-top: 0rem;
  flex: unset;
}

.privacy-policy-modal .modal-content {
  width: 42.375rem;
  height: 31rem;
  padding: 0.7rem;
  border: none;
}

.privacy-policy-modal .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.privacy-policy-modal hr {
  width: 97%;
  margin: 0 auto;
}

.privacy-policy-modal .form-label {
  margin-bottom: 0.1rem;
}

/* MODAL PRIVACY POLICY END */

/* MODAL SUPPORT */

.support-modal {
  z-index: 2000;
}

.support-modal .modal-header {
  border: none;
}

.support-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.support-modal .modal-content {
  width: 29.125rem;
  padding: 0.7rem;
  border: none;
}

.line-spacing {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid var(--gray);
}

/* MODAL SUPPORT END */

/* MODAL TERMS */

.terms-modal {
  z-index: 2000;
}

.terms-modal .modal-header {
  border: none;
}

.terms-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.terms-modal .modal-content {
  width: 42.375rem;
  height: 35.5rem;
  padding: 0.7rem;
  border: none;
}

.terms-modal img {
  width: 1.1rem;
}


.terms-modal .asign {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  border: 1px solid var(--gray);
}

.terms-modal .asign-term {
  max-width: 600px;
  min-height: 200px;
  border-radius: 0.3125rem;
  border: 1px solid var(--gray);
}

/* MODAL TERMS */

/* LOGIN */

.login-contents {
  width: 24.125rem;
}

.login-contents h1 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 3.5rem;
  font-family: 'Segoe UI Bold', sans-serif;
}

.login-contents p.text-center {
  margin-top: 2rem !important;
}

.login-contents p.text-center a {
  color: var(--primary-color);
}

.login-contents p.text-center a:hover {
  color: var(--primary-color-hover);
  text-decoration: none;
}

.body-ini .login-form {
  margin-top: 4rem;
}

.body-franchise .login-form {
  margin-top: 4rem;
}

.country-icons {
  margin-top: 2.6rem;
  margin-bottom: 6rem;
}

.country-icons a {
  margin: 0 0.3rem;
}

.country-icons a img {
  width: 22px;
  height: 22px;
}

.link-login {
  font-size: 0.75rem;
  color: var(--primary-color);
  transition: 400ms;
}

.link-login:hover {
  color: var(--primary-color-hover);
  text-decoration: none;
  transition: 400ms;
}

/* LOGIN END */

/* BADGE */

.badge {
  color: var(--white);
  background-color: var(--blue);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.625rem !important;
  font-weight: 400 !important;
  padding: 0.3rem 0.8rem !important;
  margin: 0 !important;
  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.35rem;
  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;
}

.badge-danger {
  color: #8D0808 !important;
  background-color: #EDBFBF !important;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  width: 5rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center;
}

/*.badge-danger .me-3 {*/
/*  margin-right: 0.3rem !important;*/
/*}*/
.badge-open {
  color: #2B58A1;
  background-color: #D2DCEB;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  width: 6rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center;
}

.badge-open .me-3 {
  margin-right: 0.3rem !important;
}

.badge-warning {
  color: #8F7804;
  background-color: #F7EDBE;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  width: 4rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center;
}

.badge-warning .me-3 {
  margin-right: 0.3rem !important;
}

.badge-success {
  color: #4A8816;
  background-color: #D2E5C3;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  width: 4rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center
}

.badge-awaiting-payment {
  color: #746103;
  background-color: #F7EDBE;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  width: 10rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center
}

.badge-success .me-3 {
  margin-right: 0.3rem !important;
}

.badge-alert {
  color: var(--white);
  background-color: var(--alert);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.625rem !important;
  font-weight: 400 !important;
  width: 4rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center
}

.badge-gray {
  color: var(--white);
  background-color: var(--gray-text) !important;
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 0.625rem !important;
  font-weight: 400 !important;
  width: 4rem;
  height: 1.5rem;
  padding: 0.3rem 0 !important;
  text-align: center
}

/* BADGE END */

/* BUTTON */

.button-primary {
  width: 100%;
  height: 2.9rem;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--white);
  transition: 400ms;
  font-family: 'Open Sans Regular', sans-serif;
  padding: inherit;
}

.button-primary:hover {
  background-color: var(--primary-color-hover) !important;
  color: var(--white-text-hover);
}

.button-primary:active {
  background-color: var(--primary-color-hover) !important;
  color: var(--white) !important;
  border: none;
}

.button-primary-sm {
  padding: 0.4rem 0.9rem;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  transition: 400ms;
  font-family: 'Open Sans Regular', sans-serif;
}

.button-primary-sm:hover {
  background-color: var(--primary-color-hover) !important;
  color: var(--white-text-hover);
}

.button-primary-card {
  width: 6.5rem;
  height: 2.5rem;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--white);
  transition: 400ms;
  font-family: 'Open Sans Regular', sans-serif;
}

.button-primary-card:hover {
  background-color: var(--primary-color-hover);
  color: var(--white-text-hover);
}

.button-secondary {
  width: 100%;
  height: 2.9rem;
  justify-content: center;
  border: 1px solid var(--primary-color);
  color: var(--blue-2);
  transition: 400ms;
  font-family: 'Open Sans Regular', sans-serif;
}

.button-secondary:hover {
  border: 2.5px solid var(--primary-color);
  color: var(--blue-2);
  transition: 400ms;
  transition: border-width 0.1s ease-in-out;
}

.button-secondary:active {
  color: var(--blue-2) !important;
  border: 1px solid var(--primary-color) !important;
}

.button-secondary-white {
  width: 35%;
  height: 2.9rem;
  justify-content: center;
  border: 1px solid var(--white);
  color: var(--white);
  transition: 400ms;
  transition: border-width 0.1s ease-in-out;
  font-family: 'Open Sans Regular', sans-serif;
}

.button-secondary-white:hover {
  width: 35%;
  height: 2.9rem;
  justify-content: center;
  border: 1px solid #FF0000;
  color: #FF0000;
  transition: 400ms;
  transition: border-width 0.1s ease-in-out;
}

.button-secondary-white:active {
  width: 35%;
  height: 2.9rem;
  justify-content: center;
  border: 1px solid #FF0000;
  color: #FF0000;
  transition: 400ms;
  transition: border-width 0.1s ease-in-out;
}

.button-link {
  display: inline;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  transition: 400ms;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.button-link:hover {
  color: var(--white-hover);
}

.button-link-underscore {
  display: inline;
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
  transition: 400ms;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.button-link-underscore:hover {
  color: var(--primary-color-hover);
}

.btn:disabled {
  height: 2.75rem;
  justify-content: center;
  border: none;
  background-color: var(--gray);
  color: var(--text-placeholder);
}

.btn-group .hide-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.200rem;
}

/* BUTTON END */

/* FORM */

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-select:focus {
  border: 1px solid var(--gray);
  outline: 0 !important;
  box-shadow: none;
}

.form-check-input:checked[type="radio"] {
  background-image: url(../images/dashboard/icons/elipse-blue.svg);
  background-color: #FFFFFF;
  border-color: #C9C9C9;
}

.form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}

/* FORM END */

/* INPUT */

.input-text {
  padding: 0 0 0 1rem;
  font-family: 'Open Sans Regular', sans-serif;
  border-radius: 0.3125rem;
  border: 1px solid var(--gray) !important;
  color: #1D1D1D;
  height: 3rem;
  align-self: stretch;
}

.input-text-disabled {
  padding: 0 0 0 1rem;
  font-family: 'Open Sans Regular', sans-serif;
  font-style: italic;
  border-radius: 0.3125rem;
  border: 1px solid var(--gray) !important;
  color: var(--text-black);
  background-color: var(--gray) !important;
  height: 3rem;
  align-self: stretch;
}

.input-text-disabled:disabled {
  color: var(--text-black);
}

.option-select {
  background-image: url(../images/dashboard/icons/arrow.svg);
  background-size: 1.3rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* INPUT END */

/* PAGE FRANCHISE STYLE */

.franchise h1 {
  margin-top: 3.5rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.franchise p {
  margin-top: 1rem !important;
  margin-bottom: 3.1rem !important;
  font-size: .875rem;
}

.franchise a {
  font-size: .875rem;
}

.icon-color {
  color: var(--blue-2);
}

.form-franchise {
  margin-bottom: 6.125rem;
}

.number {
  margin-top: 4.6rem;
  margin-bottom: 9.2rem;
}

.number p {
  width: 100%;
  margin-top: 0rem;
  color: var(--blue-2);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.number p:nth-child(1) {
  margin-bottom: 1rem;
}

/* PAGE FRANCHISE STYLE END */

/* PAGE RECOVEY STYLE */

.recovery-orientation h1 {
  display: flex;
  width: 100%;
  margin-top: 3.6rem;
  font-size: 2.3rem;
  font-weight: 700;
}

.header {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recovery-orientation .code-verify {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recovery-orientation p {
  margin-top: 1rem;
}

.recovery-orientation .login-form {
  margin-top: 4rem;
}

.recovery-orientation form {
  margin-bottom: 5rem;
}

.recovery-orientation .recovery-form {
  margin-top: 5.5rem;
}

.recovery-orientation .recovery-form div.form-check:nth-child(1) {
  margin-bottom: 1.5rem;
}

.code-inputs {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0.7rem;
  margin-top: 10rem;
}

.code-input {
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  font-size: 1.25rem;
  border: 0.2rem solid #ccc;
  border-radius: 0.3125rem;
  transition: border-color 0.2s;
}

.code-input.filled {
  border-color: #007bff;
}

.code-input:focus {
  border-color: #007bff;
  outline: none;
}

.form-send-code {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button-send-code {
  flex: 0 0 auto;
  width: 100%;
}

.resend-section {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.resend-section span {
  color: grey;
  pointer-events: none;
}

.resend-section span.active {
  color: #007bff;
  pointer-events: all;
  cursor: pointer;
}

.recovery-error-box h1 {
  width: 67%;
}

.recovery-error-box p {
  width: 100%;
  margin-top: 1.2rem;
}

.recovery-error-box .btn-recovery {
  margin-top: 10rem;
}

.recovery-error-box .text-center {
  margin-top: 7.2rem;
}

.recovery-timer {
  display: block;
  color: var(--blue-2);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 5.3125rem;
  font-weight: 700;
  margin-top: 3.5rem;
  margin-bottom: 11.55rem;
}

.timeExpired {
  color: var(--blue-2);
  font-family: 'Segoe UI Regular', sans-serif;
  font-size: 2.3125rem;
  font-weight: 700;
  margin-top: 3.5rem;
  margin-bottom: 6.55rem;
  justify-content: center;
}

.confirmation-payment {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.25rem;
  gap: 0.625rem;

  position: absolute;
  width: 31.5rem;
  height: 19.875rem;
  left: 46.625rem;
  top: 11.0625rem;

  background: #FFFFFF;
  border-radius: 0.25rem;
}

.text-confirm-payment {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  text-align: center;
  color: #1F212B;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.text-confirm-payment .subtitle {
  width: 24.5rem;
  height: 1.6875rem;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-align: center;
  color: #1F212B;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.btn-recovery {
  margin-top: 11rem;
}

.href-recovery-pass {
  padding: 0.7rem;
}

.btn-recovery-reset {
  margin-top: 13rem;
}

/* PAGE RECOVEY STYLE END */

/* SCROLL */

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(76, 118, 200, 0.5);
  line-height: 46px;
  transition: 300ms;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: var(--blue);
}

.scroll-to-top i {
  font-weight: 800;
}

/* SCROLL END */

/* BACKGROUND */

.bg-gradient-primary {
  background-color: var(--white);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  background-size: cover;
}

/* BACKGROUND END */

/* TABLE */

.table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1rem;
  color: #858796;
}

.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e3e6f0;
}

.table thead th {
  vertical-align: bottom;
  color: var(--text-black);
}

.table-description {
  font-size: 1rem;
  margin-bottom: 0rem;
}

table th {
  font-weight: 400;
}

.table tbody td {
  color: var(--text-lightblack);
}

.table-invoice thead th {
  font-weight: 400;
  font-size: 0.75rem;
}

.table-invoice tbody td {
  font-weight: 400;
  color: var(--text-lightblack);
}

table .button-primary {
  min-width: 7.5rem;
  max-width: 10rem;
  height: 2.5rem;
  margin: 0 0.5rem;
}

table .button-secondary {
  min-width: 7.5rem;
  max-width: 10rem;
  height: 2.5rem;
  margin: 0 0.5rem;
}

.ticket-buttons {
  display: flex;
}

.invoice-buttons {
  display: flex;
  margin-left: auto;
}

.invoice-buttons img {
  cursor: pointer;
  margin-left: auto;
}

.align-center {
  text-align: center !important;
}
.align-left {

  text-align: left !important;
}

/* TABLE END */

/* TOASTS */

.toast-content {
  position: fixed;
  z-index: 2000;
  padding: 1.5rem;
  top: 0 !important;
  right: 0 !important;
  margin-top: 5rem;
}

.toast:not(.show){display:block}

.toast {
  background-color: var(--white);
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-left: 0.4rem solid var(--green);
}

.toast.error {
  border-left: 0.4rem solid var(--danger);
}

.toast.warning {
  border-left: 0.4rem solid var(--warning);
}

.toast .btn-close {
  font-size: 0.6rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 2rem;
}

.toast .icon {
  margin: 0 0.7rem 0.2rem 0;
}

/* TOASTS END */

/* PLANS */

.plans-title {
  font-style: italic;
  font-size: 0.875rem;
}

.plans-title-ticket {
  font-size: 0.75rem;
}

.plans-description {
  margin-bottom: 1rem !important;
}

/* PLANS END */

/* SUPPORT */

.support h3 {
  font-size: 1.25rem;
}

.support h4 {
  font-size: 1.125rem;
  margin-bottom: 0rem;
}

.support .service-buttons .button-primary {
  height: 3.75rem;
}

.support .search img {
  position: relative;
  top: 53%;
  left: -165px;
  transform: translateY(-50%);
  width: 1rem;
}

.support .icon-search {
  background-image: url('../images/dashboard/card-icons/search.svg');
  background-repeat: no-repeat;
  background-position: 0.625rem 0.7rem;
  padding-left: 1.875rem;
  background-size: 0.8rem;
}

.support input {
  width: 11rem;
  font-size: 0.8rem;
}

/* SUPPORT END */

/* CAPTCHA */

.captcha {
  height: 5.3065rem;
  border-radius: 0.3125rem;
  border: 1px solid var(--gray);
}

.captcha-img {
  width: 1.5rem;
  cursor: pointer;
}

/* CAPTCHA END */

/* CUSTOM COL */

.custom-col {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  min-height: 100% !important;
  padding: 3rem;
  width: 30vw;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.custom-col img {
  margin-top: 2.5rem;
  max-width: 420px;
}

.custom-col h2 {
  margin-top: 5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}

/* CUSTOM COL END */

/* LINK */

.link-recovery {
  margin-bottom: 5rem;
}

.link-underscore:hover {
  color: var(--primary-color-hover);
  text-decoration: none;
  transition: 400ms;
}

.link-black {
  color: var(--text-black);
  text-decoration: none;
}

.link-underscore {
  font-size: 1rem;
  color: var(--primary-color-hover);
}

.link-underscore-recover {
  font-size: 1rem;
  color: var(--primary-color-hover);
  float: left !important;
}

.link-underscore:hover {
  transition: 400ms;
}

a:focus {
  outline: none;
}


/* LINK END */

/* CLIENT */

.client {
  color: var(--text-black);
}

.client h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  /*width: 90%;*/
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.client .font-bold-open {
  font-size: 1rem;
}

.client span {
  font-weight: 700;
}

/* CLIENT END */

/* INVOICES */

.content-invoices {
  padding: 1rem;
  border-top: 1px solid var(--gray-2);
}

.content-invoices-methods {
  padding: 1rem;
}

.content-invoices-methods p {
  font-size: 0.8125rem;
}

.content-invoices-methods .qr-code p {
  font-size: 0.86525rem;
  font-weight: 600;
}

.content-invoices-methods .qr-code .timer {
  color: var(--blue-2);
  font-size: 3.75rem;
  font-weight: 700;
}

.content-invoices-methods .form-check-input {
  margin-left: -1.2rem !important;
}

.content-invoices-methods .captcha-spacing {
  padding-right: 0.2rem;
}

.content-invoices-methods .captcha-acessibility img {
  width: 1.2rem;
}

.content-invoices-methods .qr-code img {
  max-width: 220px;
}

.content-invoices-methods .spacing-info {
  padding: 0;
}

.slip {
  width: 100%;
  height: 2.9rem;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 0.3125rem;
  padding: 1rem;
}

.slip p {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.5rem;
  font-family: 'Open Sans Italic', sans-serif;
  font-style: italic;
}

.invoice-info .invoice-title {
  font-size: 0.875rem;
  font-style: italic;
}

.invoice-description {
  height: 1.5rem;
  font-size: 0.875rem;
}

.invoice h3 {
  font-size: 1.25rem;
}

.img-pointer {
  cursor: pointer;
  width: 1.2rem !important;
}

/* INVOICES END */

/* PASSWORD */

.password-verify span {
  font-size: 0.8rem !important;
  font-family: 'Segoe UI Regular', sans-serif;
}

.password-verify-p span {
  font-size: 0.8rem !important;
}

.password-verify-p span {
  font-size: 0.8rem !important;
}

/* PASSWORD END */

/* SPEED TEST */

.speed-circle {
  width: 14.875rem;
  height: 14.875rem;
  background-color: var(--blue-2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
}

.speed-circle h3 {
  font-size: 2.625rem;
  color: var(--white);
}

.speed-info {
  width: 76%;
}

.speed-info h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: var(--text-black);
}

.speed-info span {
  font-size: 0.8125rem;
  color: var(--text-black);
}

/* SPEED TEST END */

/* FOOTER */

footer.sticky-footer {
	padding: 0.3rem 0;
  flex-shrink: 0;
  background-color: var(--blue-2);
  color: var(--white);
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

footer a {
  font-size: 0.75rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: var(--white);
}

footer a:hover {
  text-decoration: none;
  color: var(--white-hover);
}

.footer-ini {
  background-color: var(--blue-2);
  color: var(--white);
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.footer-ini .button-link {
  width: 6rem;
  font-size: 0.75rem;
}
/* FOOTER END */

/* BUSINESS */

.business {
  background-color: #FFFFFF;
  min-height: 100vh;
  padding: 4rem 0;
}

/*.business img {*/
/*  border: 1px solid #FF0000; width: 75%; padding: 1%;*/
/*}*/

/* BUSINESS END */
.no-data {
  min-height: 80vh;
  padding: 4rem 0;
}
.no-data h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #6C6C6C;
}

.no-data p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #6C6C6C;
}
/* FONT */

.font-bold-open {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 0.875rem;
}

.font-regular-open {
  font-family: 'Open Sans Regular', sans-serif !important;
}

.font-bold-segoe {
  font-family: 'Segoe UI Bolder', sans-serif !important;
  font-weight: 700 !important;
}

/* FONT END */

/* AUX RANDOM */

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid var(--gray);
}

.rounded-circle {
  border-radius: 50% !important;
}

.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

#wrapper {
  display: flex;
  overflow-x: hidden;
}

#wrapper #content-wrapper {
  background-color: var(--background-dashboard);
  width: 100%;
  overflow-x: hidden;
}

#wrapper #content-wrapper #content {
  flex: 1 0 auto;
  font-family: 'Segoe UI Regular', sans-serif;
}

li a img {
    width: 15px;
}
li a span {
    margin-left: 5px;
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

div.captcha {
  text-align: center;
}

div.captcha > img {
  height: 100%;
  width: auto;
}

.btn-group .btn img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: inherit;
}

.btn-group.hide-desktop .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* AUX RANDOM */

/* MEDIA QUERY MIN */

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 768px) {
  .sidebar {
    width: 14rem !important;
  }

  .sidebar.toggled {
    overflow: visible;
    width: 14rem !important;
  }

  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
  }

  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }

  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }

  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.7rem 1rem;
    width: 14rem;
  }
  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }

  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
  }

  .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\f105';
  }

  .hide-mobile {
    display: flex !important;
    align-items: center;
    gap: 0.200rem;
  }

  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

/* MEDIA QUERY MAX */

@media (max-width: 1700px) {
  table .button-primary {
    min-width: 6rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  table .button-secondary {
    min-width: 6rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  .align-center {
    width: 10rem;
  }
}

@media (max-width: 1400px) {
  table .button-primary {
    min-width: 4rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  table .button-secondary {
    min-width: 4rem;
    max-width: 5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 1100px) {
  .custom-col h2 {
      font-size: 1.6rem !important;
  }

  .plans-title {
    font-size: 0.65rem !important;
  }

  .plans-btn .button-primary {
    font-size: 0.9rem;
  }

  .plans-btn .button-secondary {
    font-size: 0.9rem;
  }

  .content-invoices-methods .qr-code img {
    width: 100%;
  }

  .content-invoices-methods .form-check-label {
    font-size: 0.85rem;
  }

  .password-verify span {
    font-size: 0.73rem !important;
  }

  .invoice-btn .button-primary {
    font-size: 0.9rem ;
  }

  .invoice-btn .button-primary img {
    width: 1rem;
  }

  table .button-primary {
    font-size: clamp(0.575rem, 1vw, 1rem);
    min-width: 3rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  table .button-secondary {
    font-size: clamp(0.575rem, 1vw, 1rem);
    min-width: 3rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 1000px) {
  .custom-col h2 {
      font-size: 1.5rem !important;
      line-height: 2rem !important;
  }
}

@media (max-width: 1027.98px) {
  .card-recurrent h4 {
    font-size: 0.8rem !important;
  }

  .card-recurrent span {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 991.98px) {
  table .button-primary {
    font-size: clamp(0.575rem, 1vw, 1rem);
    min-width: 2.5rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  table .button-secondary {
    font-size: clamp(0.575rem, 1vw, 1rem);
    min-width: 2.5rem;
    max-width: 6rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  table tr th {
      width: 25%;
  }

  .custom-col {
      display: none;
  }

  .card-config .btn-relatory {
    margin-top: 0rem !important;
  }

  .card-config .label-spacing-2 {
    margin-bottom: 1rem;
  }

  .plans-btn {
    margin-top: 1rem;
  }

  .plans-modal .button-primary {
    font-size: 0.82rem;
  }

  .plans-modal .button-secondary {
    font-size: 0.82rem;
  }

  .up-down {
    margin-left: initial !important;
  }

  .card-support .support-content {
    height: 31.7rem !important;
  }

  .card-support .row {
    height: auto !important;
  }

  .card-support .chat {
    height: 505px !important;
  }

  .card-support .tickets-orientation {
    height: 305px !important;
  }

  .register-captcha {
    margin-top: 1rem;
  }

  .table tr th:nth-child(1), .table tr th:nth-child(2), .table tr th:nth-child(3) {
    width: 15%;
  }

  .btn-group .btn {
    max-width: 4.7rem;
    height: 2.5rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 900px) {
  .custom-col h2 {
      line-height: 2rem !important;
  }
}

@media (max-width: 819.98px) {
  .card-text-alert {
    font-size: 0.9rem;
  }

  .card-config .form-label {
    font-size: 0.9rem;
  }

  .btn-group .btn {
    max-width: 4rem;
    font-size: 0.7rem;
  }
}


@media (max-width: 767.98px) {
  .navbar {
    top: 0;
    position: sticky;
    z-index: 999;
  }

  .navbar {
    top: 0;
    position: sticky;
    z-index: 999;
  }

  .navbar-toggler {
      display: block !important;
  }

  .sidebar {
    top: 5.5rem;
    padding: 0;
    width: 6.5rem;
    min-height: 100vh;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }

  .img-ini {
      display: none;
  }

  .card-config .form-label {
    font-size: 0.9rem;
  }

  .card-config .config-content .content-info:nth-child(1), .content-info:nth-child(2) {
    margin-bottom: 0rem !important;
  }

  .card-config .config-content .upload {
    margin: 1.5rem 0;
  }

  .terms-spacing {
    margin-bottom: 1rem;
  }

  .hide-mobile {
    display: none !important;
  }

  .table tr th:nth-child(1), .table tr th:nth-child(2), .table tr th:nth-child(3) {
    width: 25%;
  }

  .hide-desktop {
    display: flex !important;
    align-items: center;
    gap: 0.200rem;
  }

  .btn-group .btn {
    width: 3rem;
    height: 3rem;
  }



  #accordionSidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998 !important;
  }

  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media (max-width: 659.98px) {
  .card-text-alert {
    font-size: 0.8rem;
  }

  .card-config .form-label {
    font-size: 0.75rem;
  }

  .password-verify div.col.text-center {
    padding: 0 !important;
  }

  .password-verify span {
    font-size: 0.6rem !important;
  }

  .card-support .protocol .font-bold-open {
    font-size: 0.6rem !important;
  }

  .support-info .button-secondary {
    font-size: clamp(0.7rem, 2vw, 1rem);
    height: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .btn-recovery-reset .btn {
      font-size: 0.9rem !important;
  }

  .change-device .modal-content {
    height: 41rem !important;
  }

  .card-config .label-spacing {
    margin-bottom: 1rem;
  }

  .register-content .spacing {
    margin-bottom: 1rem;
  }

  .recurrent-modal .modal-content {
    height: 40rem !important;
  }

  .plans-modal .button-primary {
    margin-top: 1rem;
  }

  .plans-modal .modal-content {
    height: 37.3rem !important;
  }

  .plans-modal p {
    font-size: 0.9rem;
  }

  .card-recurrent h4 {
    font-size: 0.75rem !important;
  }

  .btn-recovery .btn {
    font-size: 1rem !important;
    margin-top: 0.5rem;
  }

  .btn-card-warning {
      justify-content: center;
  }

  .btn-card-warning button {
      margin-top: 1rem;
  }

  .support h4 {
    font-size: 0.8rem;
    margin-bottom: 0rem;
  }

  .support-info .button-primary {
    font-size: 0.7rem;
  }

  .support-info img {
    width: 1rem;
  }

  .card-warning .button-primary-sm img {
    width: 1rem;
  }

  .invoice-btn .button-primary {
    font-size: 0.7rem ;
  }

  .invoice-btn .button-primary img {
    width: 1rem;
  }

  .card-support .protocol {
    height: 4rem !important;
  }

  .card-support .protocol button {
    height: 3rem !important;
  }

  .table-description {
    font-size: 0.8rem;
    margin-bottom: 0rem;
  }

  .card-dashboard .invoice-result {
    font-size: 0.675rem;
  }

  #signContract .modal-content {
    /*max-width: calc(100vh - 1rem);*/
    max-width: 450px;
  }

  #signTerm .modal-content {
    /*max-width: calc(100vh - 1rem);*/
    max-width: 450px;
  }

  .btn-group .btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .badge-awaiting-payment {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 9rem;
    font-size: 0.75rem !important;
  }
}

@media (max-width: 524px) {
  table tr td {
      font-size: 0.8rem !important;
  }

  .table tr th:nth-child(1), .table tr th:nth-child(2), .table tr th:nth-child(3) {
      width: 15%;
  }

  .btn-recovery-reset .btn {
      font-size: 0.8rem !important;
  }

  .invoice-text {
    font-size: 0.9rem;
  }

  .card-config h3 {
    font-size: 0.9rem !important;
  }

  .card-dashboard .link-underscore {
    font-size: 0.9rem;
  }

  .client .font-bold-open {
    font-size: 0.875rem;
  }

  .client h2 {
    font-size: 0.875rem;
  }

  .badge-danger {
    font-size: 0.650rem !important;
    width: 4rem;
    height: 1.3rem;
    padding: 0.3rem 0 !important;
  }

  .badge-open {
    font-size: 0.650rem !important;
    width: 4rem;
    height: 1.3rem;
    padding: 0.3rem 0 !important;
  }

  .badge-success {
    font-size: 0.650rem !important;
    width: 4rem;
    height: 1.3rem;
    padding: 0.3rem 0 !important;
  }

  .badge-danger {
    font-size: 0.650rem !important;
    width: 4rem;
    height: 1.3rem;
    padding: 0.3rem 0 !important;
  }

  .badge-awaiting-payment {
    max-width: 5rem;
    font-size: 0.65rem !important;
  }
}

@media (max-width: 495px) {
  .card-dashboard .link-underscore {
    font-size: 0.9rem;
  }

  .invoice-btn {
    margin-top: 0.3rem;
  }

  .support-info {
    margin-top: 2.6rem;
  }

  .content-invoices-methods .form-check-label {
    font-size: 0.8rem;
  }

  .support .service-buttons .button-primary {
    font-size: 0.9rem;
  }

  .code-inputs {
    gap: 0.3rem;
    margin-top: 5rem;
  }

  .code-input {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1rem;
    border-width: 0.1rem;
  }

}

@media (max-width: 484px) {
  .btn-recovery-reset .btn {
      font-size: 0.7rem !important;
  }

  .btn-recovery .btn {
      font-size: 1rem !important;
  }

  .card-recurrent span {
    font-size: 0.65rem !important;
  }

  .btn-group .btn {
    width: 1.800rem;
    height: 1.800rem;
    justify-content: center;
    align-items: center;
  }

  .btn-group .btn img {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 476px) {
  .btn-recovery-reset .btn {
      margin-top: 10.3rem;
  }

  .first-access .modal-content {
      width: 27rem !important;
  }

  .first-access h5 {
      font-size: 1rem !important;
  }

  .first-access .modal-body p {
      font-size: 0.9rem !important;
  }

  .first-access span {
      font-size: 0.7rem;
  }

  .btn-recovery-reset .btn {
      font-size: 0.6rem !important;
  }

  .btn-recovery .btn {
      font-size: 0.9rem !important;
  }

  .number p {
      font-size: 2.1rem;
  }

  .support h4 {
    font-size: 0.8rem;
  }

  .password-verify-p span {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 423.98px) {

  #signContract .modal-content {
    /*max-width: calc(100vh - 1rem);*/
    max-width: 360px;
  }

  #signTerm .modal-content {
    /*max-width: calc(100vh - 1rem);*/
    max-width: 360px;
  }

  .card-text-alert {
    font-size: 0.8rem;
  }

  .number p {
      font-size: 2rem;
  }

  .first-access span {
    font-size: 0.6rem;
  }

  .support-info .button-secondary {
    font-size: clamp(0.6rem, 2vw, 1rem);
    height: 2.5rem;
  }
}

@media (max-width: 406px) {
  .btn-recovery {
      margin-top: 9.5rem;
  }

  .btn-recovery-reset .btn {
      margin-top: 9.5rem;
  }


  .first-access .modal-body p {
      font-size: 0.8rem !important;
  }

  .number p {
      font-size: 1.7rem;
  }

  .register-success p {
    font-size: 0.9rem;
  }

  .first-access span {
    font-size: 0.55rem;
  }

  .password-verify-p span {
    font-size: 0.65rem !important;
  }
  .support-info .button-secondary {
    font-size: clamp(0.5rem, 2vw, 1rem);
    height: 2.5rem;
  }

  .login-contents {
    width: 21.125rem;
  }

  .badge-awaiting-payment {
    max-width: 4rem;
    font-size: 0.60rem !important;
  }
}

@media (max-width: 385px) {
  .invoice-description {
    display: flex;
    flex-wrap: nowrap;
  }
  .invoice-description .invoice-title {
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .invoice-info {
    display: flex;
    flex-wrap: nowrap;
  }

  .invoice-info .badge {
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .invoice-info . col .invoice-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }

}

@media (max-width: 362px) {
  .btn-recovery {
      margin-top: 6.5rem;
  }

  .btn-recovery-reset .btn {
      margin-top: 6.5rem;
  }
}

a .ixcload, button .ixcload {
  margin-right: 1rem;
}

.ixcload {
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.ixcload.show {
  opacity: 1;
}

.logout-modal {
  z-index: 2000;
}

.logout-modal .modal-header {
  border: none;
  justify-content: center;
}

.logout-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.logout-modal .modal-content {
  width: 35rem;
  height: 15rem;
  padding: 0.7rem;
  border: none;
}

.logout-modal .modal-button .button-primary-sm {
  width: 5.3125rem;
  height: 2.5625rem;
}

.logout-modal hr {
  width: 97%;
  margin: 0 auto;
}

.logout-modal a {
  text-decoration: none;
}

.logout-modal img {
  padding-right: 0.3rem;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  /*background: rgba(3, 239, 59, 0.98);*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.dot-spinner {
  position: fixed;
}

.dot-spinner .p{
  justify-content: center;
}

.dot-spinner .svg{
  justify-content: center;
}

svg {
  width: 4.75rem;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}

circle {
  fill: none;
  stroke: hsl(214, 97%, 59%);
  stroke-width: 6;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

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

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}

table.dataTable td.align-middle:not(.actions-in-datatables){
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
