html,
body {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif !important;
  color: #09101d !important;
  background-color: #fafbfd !important;
}

.paddingTop {
  padding-top: 40px !important;
}
.paddingBottom {
  padding-bottom: 40px !important;
}
.paddingRight {
  padding-right: 40px !important;
}

.paddingLeft {
  padding-left: 40px !important;
}
.padding {
  padding: 40px 40px 40px 40px !important;
}
.cadastroAll {
  width: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat;
  background: rgba(14, 49, 70, 0.8);
  background-image: url("/o/cadastramentoEquadros/images/bannerCadastro.jpg");
}

.welcomeAll {
  width: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/o/cadastramentoEquadros/images/welcomeBg.png");
}

@media (max-width: 600px) {
.welcomeAll {
  background-size: cover !important;
  background-position: initial;
  background-repeat: no-repeat;
  background-color: #000007;
}
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #ffffff;
  height: 100%;
  padding: 64px 0px;
}

@media (max-width: 600px) {
  .center-content img {
    width: 200px;
  }
}

.center-content a {
  font-size: 24px;
  color: #ffffff  !important;
  font-weight: 600;
}

@media (max-width: 600px) {
.center-content a {
  font-size: 16px;
 
}
}

.cadastramento {
  max-width: 1248px;
  margin: auto;
}
.loginArea {
  border-right: 1px solid #ffffff;
  padding: 0px 100px 0px 20px;
}
.registoTitle {
  text-align: center;

  color: #81cff5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.04em;
}
.logo-box-area {
}
.logoLogin {
  max-width: 324px;
  height: 94px;
}
.loginSection {
}
.logoTitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  /* identical to box height */
  letter-spacing: 0.04em;

  color: #ffffff;
}
.loginText {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: justify !important;
}
.loginButton {
  width: 254px;
  height: 40px !important;
  border: 1px solid #ffffff !important;
  border-radius: 2px;

  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent !important;
  /* identical to box height */

  color: #ffffff;
}

.welcomeButton {
  width: 254px;
  border: 1px solid #ffffff !important;
  border-radius: 8px !important;
  padding: 8px 0 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000;
}

.full-actions {
  padding: 8px 0px 8px 0px !important;
  border: none !important;
  background: white !important;
}
.mat-button.mat-primary {
  color: #81d8f8 !important;
  background-color: transparent;
}
.cadastroModal {
  margin: auto;
  width: 538px;
  /* height: 323px; */
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.cadastroTitulo {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  text-align: center;

  color: #060e11;
}

.biCadastro {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  align-items: center;
  text-align: center;

  color: #73a9bd;
}
.pinSection {
  width: 176px;
  height: 48px;
  margin: auto;
  background: rgba(115, 169, 189, 0.12);
  border-radius: 2px;
  padding: 5px;
}
.pintext {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  align-items: center;
  text-align: center;

  color: #73a9bd;
}
.pinCadastro {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  align-items: center;
  text-align: center;

  color: #2b404e;
}
.stepper {
  max-width: 992px;
  margin: auto;
}
.underline {
  border-bottom: 1px solid #c4c4c4;
}
.separador {
  width: 80px;
  height: 2px;
  background-color: #f2f2f2;
  margin-top: 20px;
}
.divider {
  width: 2px !important;
  height: 20px;
  background-color: #f2f2f2;
  margin: 4px 0px 4px 0px;
  display: none;
}
.tipoUser {
  max-width: 576px;
  margin: auto;
}
.mat-stroked-button {
  margin: 0 5px;
}
.example-h2 {
  margin: 10px;
}

.example-section {
  /* display: flex; */
  /* align-content: center;
	  align-items: center; */
  text-align: center;
  height: 60px;
  margin-top: 20px;
}

.example-margin {
  margin: 0 10px;
}

::ng-deep .mat-horizontal-stepper-header-container {
  margin: auto !important;
  max-width: 600px !important;
}

:host::ng-deep.mat-checkbox-layout {
  white-space: normal !important;
}

:host::ng-deep.mat-checkbox-inner-container {
  margin-top: 4px;
}
@media only screen and (max-width: 576px) {
  .mat-horizontal-stepper-header {
    padding: 0 12px !important;
  }
  .divider {
    display: block !important;
  }
  .separador {
    display: none !important;
  }
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.cadastro .card {
  padding: 20px 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.w3 {
  max-width: 330px;
  width: 100%;
  margin: auto;
}
.cardOption {
  /* padding: 20px 20px 20px 20px; */
  /* max-width: 289px; */
  height: 148px;
  /* width: 330px; */
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.1));
  border-radius: 4px;
}
.optionTitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  align-items: center;
  text-align: center;

  color: #ffffff;
}
.optionIcon {
  width: 50px;
  height: 50px;
}

.cardOption:hover {
  cursor: pointer;
  background: #81d8f8;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1) !important;
}
.cardOption:hover .optionTitle {
  color: #1d1d1b !important;
}
.cadastro .cardType {
  padding: 20px 20px 20px 20px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.cadastro .card-deck .card:hover {
  background-color: #81cff5;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: white;
}
.cadastro .card .card-body .card-title {
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.8125rem;
  margin-bottom: 0;
  color: #09101d;
}
.cadastro .card .card-body .card-text {
  /*       width: 30rem; */

  height: 3rem;
  text-align: center;
  justify-content: center;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #81cff5;
  border-radius: 50%;
}

.cadastro .custom_radio:hover {
  color: white;
  border-color: white;
  cursor: pointer;
}

.cadastro .custom_radio:checked {
  background-color: white;
  border-color: #81cff5;
}

/* end session cadrastro */
/*session cadastro como instituicao*/
.cadastro_option .layout_padding {
  padding: 90px 100px;
}

.cadastro_option .card {
  padding: 20px 20px 20px 20px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.cadastro_option .card:hover {
  background-color: #81cff5;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: white;
}

.cadastro_option .card .card-body .card-text {
  /*       width: 30rem; */
  height: 3rem;
  text-align: center;
  justify-content: center;
}

.cadastro_option .custom_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e0e0ee;
  transition: 0.2s all linear;
  /*  border: 1 solid white; */
  box-sizing: border-box;
  margin: auto;
}

.cadastro_option .custom_radio:hover {
  color: white;
  border-color: white;
  cursor: pointer;
}

.cadastro_option .custom_radio:checked {
  background-color: white;
  border-color: #81cff5;
}

.selectedTab {
  border-radius: 50%;
  height: 40px;
  border: 1px solid #81cff5;
  color: #81cff5;
  background: white !important;
}
.unSelectedTab {
  border-radius: 50%;
  height: 40px;
  border: 1px solid #d0d0d0;
  color: #d0d0d0;
  background: white !important;
}
.caption {
  display: block;
}
div.item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  /*width: 50px;*/
}
.avatar.rounded-circle img,
.rounded-circle {
  border-radius: 50% !important;
}
.avatar img {
  width: 100%;
  border-radius: 0.375rem;
}
.avatarProfile {
  font-size: 1rem;
  display: inline-flex;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 0.375rem;
  background-color: #adb5bd;
  border: 2px solid #81cff5 !important;
  /* align-items: center;
	justify-content: center; */
}
.avatar {
  font-size: 1rem;
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 0.375rem;
  background-color: #adb5bd;
  border: 2px solid #81cff5 !important;
  /* align-items: center;
	justify-content: center; */
}
.avatar-xl {
  width: 100px;
  height: 100px;
}
.avatar-xlg {
  width: 150px;
  height: 150px;
}
.avatar-xlx {
  width: 190px;
  height: 190px;
}
.avatar-xxl {
  width: 250px;
  height: 250px;
}
.avatar-md {
  font-size: 0.875rem;
  width: 72px;
  height: 72px;
}
.avatar-lg {
  font-size: 0.875rem;
  width: 58px;
  height: 58px;
}
.avatar-sm {
  font-size: 0.875rem;
  width: 36px;
  height: 36px;
}
.avatar-xs {
  font-size: 0.75rem;
  width: 24px;
  height: 24px;
}
.text-red {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545 !important;
}
.text-success {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #55ee71 !important;
}
.blueEquadros {
  color: white !important;
  background-color: #81cff5 !important;
}
.blueEquadrosNoBorder {
  color: #81cff5 !important;
}
.list-group-item {
  cursor: pointer;
}
.list-group {
  position: absolute !important;
  width: 94%;
}
.list-group-item:hover {
  background-color: #f1f1f1;
}
.addButton {
  background-color: #81cff5 !important;
  color: white !important;
  /*border-radius: 50%;*/
}
.select-container {
  /* display: inline-block; */
  padding-bottom: 10px;
}
.selectDiv {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  letter-spacing: 1px;
  cursor: text;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.selectDiv:focus {
  border: 1px solid rgb(0, 177, 255);
  box-shadow: rgb(238, 238, 238) 0px 0px 6px,
    rgb(238, 238, 238) 0px 0px 6px inset;
}
.selectList {
  position: absolute !important;
  top: 100%;
  margin-top: -6px;
  width: 100%;
  left: -1px;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  /*display: none;*/
  max-height: 360px;
  overflow: scroll !important;
  overflow-x: hidden !important;
  z-index: 99 !important;
}
.selectOption {
  line-height: 30px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #495057;
  font-weight: 500;
}
.selectedItem {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 4px;
  height: 100%;
}
.select-input {
  border: none;
  outline: none;
  line-height: 30px;
  background-color: transparent;
  font-size: 14px;
  color: #495057;
  width: 100%;
}
.selectedIcon {
  margin-left: 6px;
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-top: 2px;
  color: red;
  float: right;
}
.selectedText {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.text-muted {
  color: #a1a1a1 !important;
}

.stepperMenuItem {
  display: flex !important;
  align-items: flex-start;
  gap: 1rem;
  background: none !important;
}

.verticalTimelineContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verticalTimelineLine {
  border-left: 3px solid #c4c4c4;
  height: 2rem;
}

.lastVerticalTimelineLine {
  border-left: 3px solid #c4c4c4;
}

.stepperMenuItemTitle {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  cursor: pointer;
}
.grey {
  color: #f1f1f1 !important;
}

.mini-icon {
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
}

fieldset[disabled] .form-control,
.form-control[disabled] {
  border-color: #f1f2f5;
  color: #6c6c6c !important;
  cursor: not-allowed;
  opacity: 1;
}

.toaster-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.toaster {
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-100%);
}

.toaster.show {
  opacity: 1;
  transform: translateY(0);
}
.toaster-success {
  background-color: #28a745;
}

.toaster-danger {
  background-color: #dc3545;
}

.toaster-warning {
  background-color: #ffc107;
  color: #212529;
}

.toaster-info {
  background-color: #17a2b8;
}

.close-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* Basic styling for the modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Disable scroll */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Modal Content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the modal */
  background-color: white;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px; /* Maximum width for the modal */
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Modal Title */
.modal-title {
  color: #81cff5;
  margin-bottom: 10px;
}

/* Modal Subtitle */
.modal-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

/* OK Button */
#modalOkBtn {
  display: inline-block;
  margin: 20px auto 0;
  padding: 10px 20px;
  background-color: #81cff5;
  color: black;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

#modalOkBtn:hover {
  background-color: #0056b3;
  color: white;
}
