a {
  text-decoration: none !important;
}

input {
  touch-action: manipulation;
  /* Isso pode ajudar a desativar o zoom em dispositivos móveis */
}

.reset {
  padding: 0;
  margin: 0;
}

.reset-Padding-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.msg-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100svh;
}

html,
body {
  background-color: rgb(255, 255, 255);
  font-family: 'Poppins', sans-serif;
  margin: 0 auto;
  width: 100%;
}

.w100 {
  width: 35vw;
  min-width: auto;
}

@media screen and (max-width: 600px) {
  .w100 {
    width: 80vw;
  }
}

.bg-title {
  background-color: rgb(26, 26, 26);
}

.exer {
  background-color: white;
  height: 100px;
}

.row {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.btn-primary {
  width: 75%;
  height: 62px;
  font-size: 21px;
  color: #545454;
  border-radius: 30px;
  background-color: #ffc400;
  text-transform: uppercase;
  border: none;
}

.btn-primary:hover {
  background-color: #1995A8;
  color: white;
  /* border: rgb(0, 0, 0); */
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1995A8;
  --bs-btn-border-color: #1995A8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1995A8;
  --bs-btn-hover-border-color: #1995A8;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1995A8;
  --bs-btn-active-border-color: #1995A8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1995A8;
  --bs-btn-disabled-border-color: #1995A8;
}

.bg-gray3 {
  background-color: #E5E5E5;
}

.btn-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 18px;
  font-weight: 700;
  color: #545454;
  border-radius: 15px;
  background-color: #ffc400;
  text-transform: uppercase;
  border: none;
}

.bg-nav-active {
  background-color: rgb(170, 170, 170) !important;
  border: 1px solid rgb(170, 170, 170) !important;
}

.offcanvas {
  width: 500px !important;
}

.input-exer {
  border-radius: 5px !important;
  max-width: 100px !important;
  border-color: rgb(0, 0, 0);
}

.input-exer-fail::placeholder {
  color: rgb(255, 160, 160) !important
}

.bg-quiz {
  background-color: rgb(255, 199, 0);
}

.bg-orange2 {
  background-color: #ff7a05;
  color: white;
}

.bg-orange {
  background-color: #ffa500;
  color: white;
}

.color-svg {
  fill: #1995A8
}

.toggle-exer {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  width: 50%;
  /* height: 50%; */
  border-radius: 20px;
  border: 2px solid #ffa500;
}

@media screen and (max-width: 500px) {
  .toggle-exer {
    width: 75%;
    z-index: 9999;

  }
}

.mod {
  background-color: rgb(116, 116, 116);
}

.img-card {
  width: 150px;
  height: 150px;
  margin: auto;
}

.img-resolution {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reset-Padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.selected {
  /* border-bottom: 1px solid red; */
}


.text-gray1 {
  color: #929191;
}



.input-danger {
  border: 1px solid rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  ;
}

.input-danger::placeholder {
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  ;
}

.input-dangerPS {
  border: 1px solid rgba(167, 3, 3, 0.623) !important;
  color: rgba(167, 3, 3, 0.623) !important;
  ;
}

.input-dangerPS::placeholder {
  color: rgba(167, 3, 3, 0.623) !important;

}

.paredSets::placeholder {
  color: #b6b6b6
}

.bg-gray {
  background-color: #e2e2e2;
}

.form-check-square .form-check-input[type="radio"] {
  width: 1.3em !important;
  height: 1.3em !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25em !important;
}

.form-check-square .form-check-input[type="checkbox"]:checked {
  background-color: rgb(255, 199, 0);
  border-color: rgb(255, 199, 0);
}

.icon-err {
  width: 50px;
  height: 50px;
}

.bg-gray2 {
  background-color: #ececec;
}


input[type="radio"]:checked {
  /* Estilos para botão de opção marcado */
  background-color: #ffffff;
}

.form-check-input {
  box-shadow: none !important;
}

.form-check-input:checked[type=radio] {
  /* --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e); */
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M13.354 4.646a.5.5 0 0 0-.708 0L6.5 10.793 3.854 8.146a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l7-7a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e");
}

.selecte-err {
  background-color: #f57a86;
  color: rgb(255, 255, 255);
}

.form-select {
  box-shadow: none !important;
}

.font-capt {
  font-size: 14px;
  font-weight: 400;
}

.font-title-modal {
  font-size: 18px;
  color: #707070;
}

.form-check-input:checked {
  background-color: rgb(255, 199, 0);
  border-color: rgb(255, 199, 0);
}

.border-switch {
  border: 1px solid #696969 !important;
  background-color: #ebebeb;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff' /%3e%3c/svg%3e) !important;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
}


.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.bg-success2 {
  background-color: #aed199;
}

.correct-size {
  padding-top: -10px !important;
}

.bg-success-50 {
  background-color: #c1e7d5;
  /* #198754 */
}

.bg-danger-50 {
  background-color: #f3c6cb;
  /* #dc3545 */
}

.btn-gray {
  background-color: #b9b9b9;
}

.btn-orange {
  background-color: rgb(255, 199, 0);
}

.desabilited {
  opacity: 0.3;
  background-color: white;
}

.img-res {
  object-fit: cover;
  object-position: center;
  /* aspect-ratio: 16/9; */
}

/* .accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
} */

/* .accordion-button:not(.collapsed) {
  color: rgb(20, 20, 20);
  background-color: rgb(219, 219, 219);
  box-shadow: none;
} */

.border-orange {
  border: 1px solid #ffc700 !important;
}

.listFilter {
  width: 80vw;
  height: 60svh;
  overflow: auto;
  overflow-x: hidden;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.max-height {
  max-height: 154px;
}

.squad2-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 23px;
  border-radius: 5px;
  background-color: rgba(25, 149, 168, 0.50);
  font-size: 12px;
  line-height: 23px;
  color: white;
}

.squad3-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-inline: 5px;
  height: 23px;
  border-radius: 5px;
  background-color: rgba(25, 149, 168, 0.50);
  font-size: 12px;
  line-height: 23px;
  color: white;
}


.jump-image {
  transform-origin: center bottom;
  /* define o ponto de origem para a transformação */
  animation-name: jump;
  /* define o nome da animação */
  animation-duration: 2s;
  /* define a duração da animação */
  animation-fill-mode: forwards;
  /* mantém o último estado da animação após a execução */
  animation-iteration-count: infinite;
  /* faz com que a animação se repita infinitamente */
}

/* Define a animação */
@keyframes jump {
  0% {
    transform: scale(1);
    /* define o tamanho normal */
  }

  50% {
    transform: scale(0.9);
    /* aumenta o tamanho em 20% */
  }

  100% {
    transform: scale(1);
    /* retorna ao tamanho normal */
  }
}


#install-button,
#install-button2 {
  border: none;
  border-radius: 10px;
  padding-inline: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  background-color: #545454;
  font-size: 22px;
}

.loading {
  width: fit-content;
  margin: auto;
  overflow: hidden;
}

.loading span {
  color: #969696;
  font-weight: 600;
  display: inline-block;
  padding: 2px;
  font-size: 15px;

}

.roll-loading {
  width: 100px;
  height: 100px;
  border: 8px solid #e3e3e3;
  border-radius: 50%;
  border-right-color: #ffc700;
  animation: spin 1s ease infinite;
}

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

.equip {
  background-color: #00000054;
  border-radius: 5px;
  padding: 3px 10px;
  width: 250px;
  height: 40px;
  box-sizing: border-box;
}

#err {
  width: 100%;
  /* Defina a largura da div */
  margin: auto;
  /* Centralize horizontalmente */
  position: absolute;
  /* Mantenha a posição absoluta */
  top: 80px;
  left: 0;
  right: 0;
}

.exerFinish {
  background-color: rgba(55, 219, 55, 0.068);
}

.font-Bungee {
  font-family: 'Bungee', cursive;
  color: #707070;
}


.menu-header {
  font-size: 40px;
}

.row-menu-header {
  height: 100px;
}

.menu-item-text {
  font-size: 21px;
  color: #545454;
}

.menu-item-active {
  background-color: rgb(255, 196, 0);
  border-radius: 9px;
  margin-inline: auto;
}

.menu-item-icon {
  width: 32px;
  height: 32px;
}

.row-content-menu {
  height: 83%;
}

.div-btn-app {
  background-color: #545454;
  border-radius: 9px;
  margin-top: 40px;
  margin-inline: auto;
}

.margin-Body {
  width: 100%;
  height: calc(100svh - 70px);
  margin-left: 0px;
  margin-top: 70px;
}

.menu-desktop {
  width: 0%;
}

.div-item-menu {
  gap: 24px;
  height: 41px;
  margin-top: 10px;
}

.name-user {
  font-size: 22px;
  color: #545454;
}

.title-pag2 {
  border-radius: 7px;
  background-color: ;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 30px 15px 30px;
  text-transform: uppercase;
  color: #545454;
}

.text-line {
  text-align: center;
  font-size: clamp(11px, 1.8svh, 16px);
  margin: 5px 0px 5px 0px
}

.modal-info-content {
  position: relative;
  flex: 1 1 auto;
  padding: clamp(10px, 5vw, 20px);
  background-color: #E5E5E5;
  border-radius: 7px;
}

.modal-info-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707070;
  text-align: center;
}

.modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #E5E5E5;
  border-radius: 7px;
}

.modal-btn span {

  text-align: center;
  font-weight: 800;
  color: #707070;
}

.modal {
  background-color: #000000CC;
}


.title-chosen-rotin {
  font-size: 18px;
  font-weight: 800;
  text-align: start;
  color: #707070;
  text-transform: uppercase;
}

.card {
  border: 1px solid #707070;
}

/* @media screen and (min-width: 576px) {} */

.centerized {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerized span {
  font-size: 16px;
  color: rgb(112, 112, 112, 0.69);
}


/* .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#f54542'%3e%3cpath fill-rule='#f54542' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */

/* .accordion {
  --bs-accordion-border-color: none;
} */


.Header.collapsed {
  background: white !important;
  color: #707070;
}

.Header {
  color: white;
  margin-inline: 20px;
}


/* .accordion-item .Header.expanded .col-4,
.accordion-item .Header.expanded .col-7 .accordion-item .Header.expanded .col-9 {
  background-color: rgb(25, 149, 168) !important;
   cor de fundo desejada quando o cabeçalho está ativo 
} */

.expanded {
  background-color: rgb(25, 149, 168) !important;
  fill: #fff;
  color: white !important;
}

.expanded-txt {
  color: white !important;
}

/* .accordion-item .Header.expanded .title-exer,
.accordion-item .Header.expanded .description-exer {
  color: white;
}

.accordion-item .Header.expanded svg.feather {
  stroke: white;
} */


.Main {
  margin-inline: 20px;
  border-bottom: 1px solid rgb(25, 149, 168, 0.5);
  border-left: 1px solid rgb(25, 149, 168, 0.5);
  border-right: 1px solid rgb(25, 149, 168, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.MainPs {
  border-bottom: 1px solid rgb(25, 149, 168, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.Header .count {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.Header .countPS {
  position: relative;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  color: white;
}


.font-serie {
  color: #1995A8;
  font-size: 15px;
  font-weight: 800;
}

.font-seriePS {
  color: #1995A8;
  font-size: 2.5rempx;
  font-weight: 800;
}

.font-exer-ant {
  color: rgba(112, 112, 112, 0.60);
  font-size: 15px;
}

.font-status {
  color: #707070;
  font-size: 15px;
}

.title-exer {
  /* text-transform: uppercase; */
  font-size: 15px;
  color: #707070;
  font-weight: 800;
}

.description-exer {
  font-size: 10px;
  color: #707070;
}

.Header .col-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .col-7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#cronometroIcon {
  width: 100%;
  height: auto;
}

#accountant {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 30px);
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #A7A7A7;
}

#cronometro {
  color: #545454;
  font-size: 25px;
  font-weight: 800;
}

.progress-bar {
  background-color: #1995A8;
}

.bg-par-exer {
  background-color: rgba(25, 149, 168, 0.10);
}

.bg-sucess-exer {
  background-color: rgba(25, 149, 168, 0.40);
}

.row-header-line-exer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  color: #707070;
  text-transform: uppercase;
  font-weight: 800;
}

.btn-escrito {
  background-color: white;
  border: none;
  font-size: 13px;
  font-weight: 800;
  color: #1995A8;
}

.btn-stoped {
  height: 80%;
  width: 100%;
  background-color: #1995A8;
  color: white;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  font-weight: 800;
}


.check-exer {
  max-height: 30px;
  max-width: 30px;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
}

.check-exer:checked {
  background-color: #1995A8;
}

.input-repts {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #707070;
  border-radius: 0.25rem;
  text-align: center;
}

.input-repts:focus {
  border: none;
  outline: none;
}


#float-btn {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 30px);
  max-height: 100px;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #A7A7A7;
}

#float-btn span {
  color: #545454;
  font-size: 18px;
  font-weight: 800;
}

#float-btn button {
  width: clamp(fit-content, 25%, 30%);

  font-size: 18px;
  border-radius: 9px;

}

.positivo {
  background-color: #ffffff;
  color: rgba(25, 149, 168, 0.50);
  border: 1px solid rgba(25, 149, 168, 0.50);
  font-weight: 800;
}

.negativo {
  background-color: #ffffff;
  color: rgb(219, 85, 85);
  border: 1px solid rgb(219, 85, 85);
  font-weight: 800;
}

.fade-out {
  animation: fadeOutAnimation 2s ease-in-out;
}

.card {
  width: 100%;
}

/*-----------FloatBttuno-------------------*/

[id^="floating-button"] {
  position: absolute;
  bottom: auto;
  right: auto;
  cursor: pointer;
}

.plus {
  color: black;
  display: block;
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

[id^="content-floating"] {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

[id^="content-floating"]:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit {
  color: black;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

[id^="content-floating"]:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}


@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }

  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}

@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }

  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}

@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.nds {
  color: black;
  animation-delay: 0.2s;
  /* animation: bounce-out-nds 0.3s linear; */
  animation-fill-mode: forwards;
  width: 100%;
  height: 40px;
  position: absolute;
  transform: scale(0);
  cursor: pointer;
  z-index: 10100;
}

.nd1 {
  top: -40px;
  animation-delay: 0.1s !important;
}

.nd2 {
  top: -80px;
  animation-delay: 0.3s !important;
}

.nd3 {
  top: -120px;
  animation-delay: 0.6s !important
}



@keyframes bounce-nds {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

/* #content-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#content-floating:hover .nd1 {
  animation-delay: 0.15s;
}

#content-floating:hover .nd2 {
  animation-delay: 0.3s;
} */

@keyframes show-nds-animation {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes show-animation {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.show-animation {
  animation: show-animation 0.3s linear;
  animation-fill-mode: forwards;
}


[id^="floating-button"].active .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

[id^="floating-button"].active .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

[id^="floating-button"].fix .plus {
  animation: plus-out 0.15s linear;
  animation-fill-mode: forwards;
}

[id^="floating-button"].fix .edit {
  animation: edit-out 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes show-animation {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.show-animation {
  animation: show-animation 0.3s linear;
  animation-fill-mode: forwards;
}


.item-btn-float {
  font-size: 18px;
  color: rgb(0, 0, 0);
  text-align: center;
  /* border-bottom: 1px solid rgb(54, 54, 54); */
}


.btn-next-slide {
  border-radius: 15px;
  background-color: rgba(25, 149, 168, 1);
  text-transform: uppercase;
  position: absolute;
  top: 90svh;
  transform: translateX(-50%);
  left: 50%;
  width: 50vw;
  height: 40px;
}


.btn-next-slide-check:checked+.btn,
.btn-next-slide.active,
.btn-next-slide.show,
.btn-next-slide:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: transparent !important;
}

.slide-firstAcess {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100svh;
  width: 100vw;
}


.slide-firstAcess img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 70%;
  max-width: auto;
}

.transparent {
  background-color: transparent;
}

/*-----------end FloatBttuno-------------------*/
@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

[id^="check"]:checked {
  background-color: rgb(25, 149, 168) !important;
}

[id^="heavy"] {
  font-size: 14px;
  text-align: center !important;
}


.btn-pag2 {
  width: 250px;
  height: 62px;
  border: none;
  border-radius: 30px;
  font-weight: 800;
  font-size: 21px;
  color: #545454;
}

.days {
  /* width: 35px;*/
  height: 39px;
  /* background-color: #E5E5E5; */
  border-radius: 2px;
  border: 1px solid rgba(229, 229, 229, 1);
  text-align: center;
}

.slide-transition {
  transition: width 0.3s ease-in-out;
  /* Aplica transição somente à largura */
}

.listTypeSerie {
  margin: 10px 0px;
  gap: 5px;
}

.iconTypeSerie {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 !important;
}

@media screen and (min-width: 992px) {
  .accordionExer {
    width: 600px;
  }

  #accountant {
    width: 350px;
  }

  .card {
    width: 50%;
  }

  .row-content-menu {
    height: 81%;
  }

  #install-button {
    font-size: 23px;
  }

  .menu-item-text {
    font-size: 18px;
  }

  .menu-desktop {
    width: 20%;
  }

  .margin-Body {
    margin-left: 20%;
    width: 75%;
    height: 100svh;
    margin-top: 0px;
  }
}

/* @media screen and (min-width: 1367px) {} */

@media screen and (min-width: 1920px) {
  .card {
    width: 25%;
  }

  .row-content-menu {
    height: 83%;
  }

  .name-user {
    font-size: 24px;
    color: #545454;
  }

  .div-item-menu {
    gap: 24px;
    height: 45px;
    margin-top: 30px;
  }

  .menu-desktop {
    width: 15%;
  }

  .margin-Body {
    margin-left: 15%;
    width: 85%;
  }

  #install-button {
    font-size: 27px;
  }

  .menu-item-icon {
    margin-left: 10px;
    width: 38px;
    height: 38px;
  }

  .menu-item-active {
    margin-inline: auto;
  }

  .menu-item-text {
    font-size: 22px;
    white-space: nowrap;
  }

  .menu-header {
    font-size: 45px;
  }

  .row-menu-header {
    height: 140px;
  }
}

@media screen and (max-height: 650px) {
  .title-pag2 {
    height: 60px;
    font-size: 15px;
  }
}

.breadcrumb-subtitle {
  color: #707070;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: clamp(12px, 4vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.breadcumb-title {
  color: #32B5FF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
}

.svg-breadcumb {
  width: 5vw;
  height: 5vw;
}

.breadcrumb-page {
  height: 6svh;
  color: #707070;
  text-align: center;
  font-family: Poppins;
  font-size: clamp(12px, 5vw, 20px);
  font-weight: 400;
  /*border-bottom: 1px solid #EDEDED;*/
  /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);*/
}

.breadcrumb-slide {
  width: 85vw;
  height: 6svh;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-page {
  /* padding-inline: 30px; */
  color: rgba(0, 0, 0, 0.70);
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  /* margin-inline: auto; */
}

img {
  user-select: none !important;
  /* Bloqueia a seleção */
  -webkit-user-drag: none !important;
  /* Impede o arrastar no Safari e Chrome */
  -webkit-touch-callout: none !important;
  /* Desativa o menu de toque no iOS */
  pointer-events: none !important;
  /* Desativa todos os eventos de mouse */
}

.bt-download-forced {
  border-radius: 20px;
  background: linear-gradient(90.00deg, rgb(255, 169, 7) 50%, rgb(255, 196, 0) 70.764%);
  width: 308px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

.txt-downalod-forced {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

.glide__bullet {
  border: none;
  border-radius: 50%;
  background: rgb(225, 225, 225);
  height: 7px !important;
  width: 7px !important;
  padding: 0px;
  transition: background-color 0.3s;
}

.glide__bullet--active {
  background: rgb(116, 116, 116);
}

.titleModalEvidence {
  color: rgb(76, 76, 76);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}

.glide {
  max-width: 100%;
  overflow: hidden;
}

.glide__slides {
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease-in-out;
}

.glide__slide {
  /* flex: 0 0 140px; */
  box-sizing: border-box;
}

.modal-dialog-bottom {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  width: 100vw;
  margin: 0px;
}

.svg-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-title-install {
  color: rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}

.content-modal-install-ios {
  color: rgb(76, 76, 76);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}

#loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 0px 10vw;
  margin-inline: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255);

}

#treeDots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}

.dots-animation {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid #32B5FF;
  border-radius: 50%;
  animation: growShrink 1s infinite;
}

.dots-animation:nth-child(1) {
  animation-delay: 0.25s;
}

.dots-animation:nth-child(2) {
  animation-delay: 0.5s;
}

.dots-animation:nth-child(3) {
  animation-delay: 0.75s;
}

#titleLoading {
  color: rgb(51, 51, 51);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#subTitleLoading {
  color: rgb(177, 177, 177);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@keyframes growShrink {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.25);
  }
}