﻿@charset "UTF-8";
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_bold-webfont.woff2") format("woff2"), url("../font/vinci_sans_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_medium-webfont.woff2") format("woff2"), url("../font/vinci_sans_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_regular-webfont.woff2") format("woff2"), url("../font/vinci_sans_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_black-webfont.woff2") format("woff2"), url("../font/vinci_sans_black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato/Lato-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato/Lato-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato/Lato-Light.ttf);
  font-weight: 300;
}
a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #087D8E;
}

a:hover {
  color: #087D8E;
}

#loginForm {
  max-width: 450px;
}
#loginForm input {
  background: #E7F2F3;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
}
#loginForm input:focus {
  border: red;
}
#loginForm label {
  color: #1C1B1B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
#loginForm #loginBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  background: #CAF1D4;
  border-radius: 8px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #087D8E;
  border-color: #CAF1D4;
}
#loginForm #loginBtn:hover {
  cursor: pointer;
}
#loginForm #loginBtn:disabled {
  background: #9CA3B9;
  border-color: #9CA3B9;
  color: white;
  cursor: not-allowed;
}
#loginForm #loginIfap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  gap: 24px;
  background: #E7F2F3;
  box-shadow: 0px 2px 4px 1px rgba(90, 121, 124, 0.25);
  border-radius: 8px;
  width: 100%;
  border-color: #E7F2F3;
}
#loginForm #loginIfap img {
  width: 89px;
  height: 30px;
}
#loginForm .label-or {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #087D8E;
}
#loginForm .buttons-container {
  text-align: center;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  margin: 0;
  line-height: normal;
  overflow-x: hidden !important;
}

.adobestock-100924771-1-icon1 {
  position: relative;
  width: 1436px;
  height: 971px;
  flex-shrink: 0;
  object-fit: cover;
  display: none;
}

.efundos-icon1 {
  position: relative;
  width: 154px;
  height: 30px;
  flex-shrink: 0;
}

.incio-a1 {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  display: inline-block;
}
.incio-a1:hover {
  color: inherit;
}

.frame-div14,
.nav-menu-div1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-menu-div1 {
  justify-content: center;
  gap: 64px;
}

.frame-div14 {
  align-self: stretch;
  padding: 0 104px 0 0;
  box-sizing: border-box;
  justify-content: space-between;
}

.great-things-in-business-are-n1 {
  align-self: stretch;
  position: relative;
  font-weight: 900;
  display: inline-block;
  width: 600px;
}

.o-efundos-uma-plataforma-onl1 {
  position: relative;
  font-size: 20px;
  display: inline-block;
  width: 410px;
}

.hero-text-div1 {
  width: 495px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 34px;
}

.mask-group-icon1 {
  position: relative;
  width: 809px;
  height: 851px;
  flex-shrink: 0;
}

.frame-div15,
.hero-div1 {
  align-self: stretch;
  display: flex;
}

.frame-div15 {
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
  font-size: 37px;
  align-items: center;
}

.hero-div1 {
  background-color: #ffffff;
  flex-direction: column;
  padding: 37px 0 0 104px;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  color: #1C1B1B;
  height: 756px;
}

.intuitivo-completo-e-confive1 {
  margin: 0;
  font-weight: 900;
  position: relative;
  font-size: inherit;
  display: inline-block;
  width: 318px;
}

.efundos-span1 {
  font-weight: 500;
}

.com-solues-pensadas-em-conju1 {
  margin: 0;
  position: relative;
  font-size: 20px;
  display: inline-block;
  width: 390px;
}

.frame-div18 {
  width: 390px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.dados-analticos-11,
.dados-analticos-21 {
  position: absolute;
  top: -27px;
  left: 6px;
  border-radius: 8px;
  width: 786px;
  height: 514px;
  object-fit: cover;
  opacity: 0;
}

.dados-analticos-11.animate,
.dados-analticos-21.animate {
  animation: 2s ease 0s 1 normal forwards fade-in;
}

.dados-analticos-11 {
  top: 157px;
  left: -27px;
  width: 726px;
  height: 600px;
}

.dashboard-div1 {
  position: relative;
  width: 759px;
  height: 724px;
  flex-shrink: 0;
}

.frame-div17 {
  align-self: stretch;
  height: 724px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.dasboard-avisos-icon1 {
  position: relative;
  border-radius: 8px;
  width: 645px;
  height: 782px;
  flex-shrink: 0;
  object-fit: cover;
  z-index: 0;
}

.com-a-proliferao-de-novos-fu1,
.porqu-o-efundos1 {
  align-self: stretch;
  position: relative;
  display: inline-block;
}

.porqu-o-efundos1 {
  margin: 0;
  font-weight: 900;
  font-size: inherit;
}

.com-a-proliferao-de-novos-fu1 {
  font-size: 20px;
}

.frame-div20 {
  width: 389px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 52px 0 0;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  z-index: 1;
}

@media (max-width: 1280px) {
  .frame-div20 {
    width: 300px;
  }
}
.group-icon3 {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.com-o-efundos-no-h-necessida1,
.economia-circular-b1 {
  position: relative;
  display: inline-block;
}

.com-o-efundos-no-h-necessida1 {
  align-self: stretch;
  font-size: 16px;
  line-height: 18px;
  color: #5A5858;
}

.economia-circular-div1,
.frame-div21 {
  display: flex;
  justify-content: flex-start;
}

.frame-div21 {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.economia-circular-div1 {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 34px 1px rgba(0, 0, 0, 0.1);
  width: 373px;
  flex-direction: row;
  padding: 12px 18px;
  box-sizing: border-box;
  align-items: center;
  gap: 16px;
}

.features-div1,
.frame-div19 {
  display: flex;
  align-items: flex-start;
}

.features-div1 {
  margin: 0 !important;
  position: absolute;
  top: 436px;
  left: 522px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 35px;
  z-index: 2;
  font-size: 24px;
  color: #000;
}

@media (max-width: 1280px) {
  .features-div1 {
    top: 512px;
    gap: 15px;
  }
}
.frame-div19 {
  align-self: stretch;
  border-radius: 18px;
  background-color: #dcebe7;
  flex-direction: row;
  padding: 109px 73px 85px 105px;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}

.clique-aqui-div1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: Vinci Sans;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.button-more1 {
  cursor: pointer;
  border: 0;
  padding: 10px 24px;
  background-color: #087D8E;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(163, 160, 135, 0.3);
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
}

.button-more1:hover {
  background-color: #0A95A8;
}

.frame-div16,
.frame-div23,
.frame-div24 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.frame-div24 {
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.frame-div16,
.frame-div23 {
  box-sizing: border-box;
  justify-content: flex-start;
}

.frame-div23 {
  border-radius: 14px;
  padding: 30px 0;
  align-items: center;
  text-align: center;
}

.frame-div16 {
  height: 1844px;
  flex-shrink: 0;
  padding: 0 104px;
  align-items: flex-start;
  gap: 125px;
  font-size: 37px;
}

.group-icon5 {
  position: relative;
  width: 100px;
  height: 15.83px;
  flex-shrink: 0;
}

.footer-div1 {
  flex: 1;
  align-self: stretch;
  background-color: #087D8E;
  display: flex;
  flex-direction: row;
  padding: 24px 34px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: left;
  color: #fff;
}

.frame-div25 {
  margin-top: 40px;
  align-self: stretch;
  height: 98px;
  flex-shrink: 0;
  justify-content: flex-start;
  gap: 15px;
  text-align: center;
  font-size: 16px;
}

.frame-div13,
.frame-div25,
.home-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frame-div13 {
  flex: 1;
  align-self: stretch;
  justify-content: space-between;
}

.home-main {
  position: relative;
  background-color: #fffdf6;
  width: 100%;
  justify-content: flex-start;
  gap: 2px;
  margin: auto;
  text-align: left;
  font-size: 20px;
  color: #333;
  font-family: Vinci Sans;
}

@media (max-width: 1280px) {
  .mask-group-icon1 {
    width: 900px;
    height: 851px;
    top: 175px;
    right: 170px;
  }
  .hero-div1 {
    height: 90vh !important;
  }
  .frame-div15 {
    height: 85vh !important;
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .frame-div15,
  .home-main {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .frame-div15,
  .home-main {
    display: flex;
  }
}
@media screen and (max-width: 428px) {
  .frame-div17,
  .frame-div19,
  .frame-div25 {
    flex-direction: column;
  }
  .dasboard-avisos-icon1 {
    top: 400px;
  }
  .frame-div16 {
    height: auto;
    z-index: 10;
    background-color: #fffdf6;
  }
  .frame-div19 {
    margin-top: 260px;
  }
  .frame-div20 {
    left: 250px;
    position: relative;
    bottom: 830px;
  }
  .features-div1 {
    top: 900px;
  }
  .home-main {
    width: 1280px;
  }
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_bold-webfont.woff2") format("woff2"), url("../font/vinci_sans_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_medium-webfont.woff2") format("woff2"), url("../font/vinci_sans_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_regular-webfont.woff2") format("woff2"), url("../font/vinci_sans_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vinci Sans";
  src: url("../font/VinciSans/vinci_sans_black-webfont.woff2") format("woff2"), url("../font/vinci_sans_black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato/Lato-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato/Lato-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato/Lato-Light.ttf);
  font-weight: 300;
}
a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #087D8E;
}

a:hover {
  color: #087D8E;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 10000;
  border-radius: 10px 0 0 10px;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgb(228, 240, 242);
  border-radius: 10px 0 0 10px;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar-thumb {
  background-color: #0A95A8;
  border-radius: 10px;
  scroll-behavior: smooth;
}

@supports (scrollbar-color: red blue) {
  * {
    scroll-behavior: smooth;
    scrollbar-width: thin !important;
    scrollbar-color: #0A95A8 rgb(228, 240, 242);
  }
}
@font-face {
  font-family: "fontello";
  src: url("../font/fontello/font/fontello.eot?37015406");
  src: url("../font/fontello/font/fontello.eot?37015406#iefix") format("embedded-opentype"), url("../font/fontello/font/fontello.woff2?37015406") format("woff2"), url("../font/fontello/font/fontello.woff?37015406") format("woff"), url("../font/fontello/font/fontello.ttf?37015406") format("truetype"), url("../font/fontello/font/fontello.svg?37015406#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37015406#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-feedback-alert:before {
  content: "\e800";
}

/* '' */
.icon-feedback-error:before {
  content: "\e801";
}

/* '' */
.icon-feedback-info:before {
  content: "\e802";
}

/* '' */
.icon-feedback-success:before {
  content: "\e803";
}

/* '' */
.icon-magnify:before {
  content: "\e804";
}

/* '' */
.icon-magnify-1:before {
  content: "\e805";
}

/* '' */
.icon-menu:before {
  content: "\e806";
}

/* '' */
.icon-message:before {
  content: "\e807";
}

/* '' */
.icon-messages:before {
  content: "\e808";
}

/* '' */
.icon-pinup:before {
  content: "\e809";
}

/* '' */
.icon-plus:before {
  content: "\e80a";
}

/* '' */
.icon-sort:before {
  content: "\e80c";
}

/* '' */
.icon-sorting:before {
  content: "\e80d";
}

/* '' */
.icon-upload:before {
  content: "\e80e";
}

/* '' */
.icon-wallet:before {
  content: "\e80f";
}

/* '' */
.icon-cards:before {
  content: "\e810";
}

/* '' */
.icon-list:before {
  content: "\e812";
}

/* '' */
.icon-administration:before {
  content: "\e813";
}

/* '' */
.icon-arrow2-right:before {
  content: "\e814";
}

/* '' */
.icon-arrow-right:before {
  content: "\e815";
}

/* '' */
.icon-bell:before {
  content: "\e816";
}

/* '' */
.icon-calendar:before {
  content: "\e817";
}

/* '' */
.icon-check:before {
  content: "\e818";
}

/* '' */
.icon-close:before {
  content: "\e819";
}

/* '' */
.icon-cmd:before {
  content: "\e81a";
}

/* '' */
.icon-discard:before {
  content: "\e81b";
}

/* '' */
.icon-dowload:before {
  content: "\e81c";
}

/* '' */
.icon-edit:before {
  content: "\e81d";
}

/* '' */
.icon-eye-active:before {
  content: "\e814";
}

/* '' */
.icon-eye-none:before {
  content: "\e815";
}

/* '' */
.icon-favourite-filled:before {
  content: "\e820";
}

/* '' */
.icon-favourite:before {
  content: "\e821";
}

/* '' */
.icon-emptystate:before {
  content: "\e822";
}

/* '' */
.icon-save:before {
  content: "\e823";
}

/* '' */
.icon-icon_message_open:before {
  content: "\e82e";
}

/* '' */
.icon-icon-refresh:before {
  content: "\e82f";
}

/* '' */
.icon-icon-sound:before {
  content: "\e830";
}

/* '' */
.icon-icon_arrow-down:before {
  content: "\e85f";
}

/* '' */
.icon-icon_arrow-left:before {
  content: "\e860";
}

/* '' */
.icon-icon_arrow-up:before {
  content: "\e861";
}

/* '' */
.icon-icon_arrow2-left:before {
  content: "\e862";
}

/* '' */
.icon-icon_information:before {
  content: "\e863";
}

/* '' */
.icon-icon-admin:before {
  content: "\e864";
}

/* '' */
.icon-icon-duplicate:before {
  content: "\e865";
}

/* '' */
.icon-icon-entity:before {
  content: "\e866";
}

/* '' */
.icon-icon-goto:before {
  content: "\e867";
}

/* '' */
.icon-icon-history:before {
  content: "\e868";
}

/* '' */
.icon-icon-restore:before {
  content: "\e869";
}

/* '' */
.icon-icon_arrow2-right:before {
  content: "\e86a";
}

/* '' */
html {
  scroll-behavior: smooth;
}

.icon-eye-active {
  color: #3B7C32;
  opacity: 1;
}

.form-group {
  position: relative;
}
.form-group .field-icon {
  position: absolute;
  right: 10px;
  top: 48px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  font-size: 23px;
  color: #087D8E;
}
.form-group .field-icon.icon-check {
  opacity: 1;
}
.form-group .field-icon.icon-eye-active {
  opacity: 1;
}
.form-group.success .field-icon {
  color: #087D8E;
}

/*Alert*/
.feedback-total {
  padding: 7px 0 8px 0;
  font-weight: 300;
}
.feedback-total p {
  line-height: 20px;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.feedback-total .icon {
  opacity: 0.7;
  vertical-align: bottom !important;
  font-size: 20px;
  margin-right: 8px;
}
.feedback-total button {
  background-color: transparent;
  color: #fff;
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: -2px;
  font-size: 20px;
  border: none;
}

/*Alert Modal*/
.feedback-total-modal {
  padding: 7px 0 8px 0;
  font-weight: 300;
}
.feedback-total-modal p {
  line-height: 20px;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.feedback-total-modal .icon {
  opacity: 0.7;
  vertical-align: bottom !important;
  font-size: 20px;
  margin-right: 8px;
}
.feedback-total-modal button {
  background-color: transparent;
  color: #fff;
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: -2px;
  font-size: 20px;
  border: none;
}

.info .feedback-total {
  background-color: #098657;
  color: #fff;
}

.success .feedback-total {
  background-color: #098657;
  color: #fff;
}

.success .feedback-total-modal {
  background-color: #098657;
  color: #fff;
}

.important .feedback-total {
  background-color: #FF8900;
  color: #fff;
}

.error .feedback-total {
  background-color: #DD5656;
  color: #fff;
}

.error .feedback-total-modal {
  background-color: #DD5656;
  color: #fff;
}

.body-alert .title {
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 32px;
  color: #666B71;
}
.body-alert .title .demo-icon {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.body-alert.orange {
  border: solid 1px #FF8900;
}
.body-alert.orange .title .demo-icon {
  color: #FF8900;
}
.body-alert button {
  padding: 0;
  background-color: transparent;
  border: none;
}
.body-alert button:not(.collapsed) .icon-arrow2-right::before {
  transform: scale(-1);
}
.body-alert.orange button .demo-icon {
  color: #FF8900;
}

.body-alert .title .icon-feedback-alert {
  font-size: 24px;
  height: 29px;
  line-height: 24px;
  display: inline-block;
}
.body-alert .icon-arrow2-right {
  font-size: 32px;
  height: 32px;
}
.body-alert .icon-arrow2-right ::before {
  transform: scale(-1);
}
.body-alert.orange button .demo-icon {
  color: #FF8900;
}
.body-alert table {
  width: 100%;
  font: 400 14px/17px Lato;
  margin-bottom: 0px;
}
.body-alert table tr:not(:last-child) {
  border-bottom: solid 1px #E1E9F0;
}
.body-alert table tr:first-child, .body-alert table tr:last-child {
  border-bottom: solid 1px #18340A;
}
.body-alert table th {
  font: 400 12px/14px Lato;
  padding-bottom: 12px;
  padding-top: 12px;
  color: #18340A;
}
.body-alert table td {
  padding-bottom: 19px;
  padding-top: 19px;
}
.body-alert table td:not(.blue4-txt) {
  color: #666B71;
}

.padding-alerts {
  padding-left: 8px;
  padding-right: 8px;
}

.alert-axians {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
}

.alert-modal-container {
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
}

[v-cloak] {
  display: none;
}

#spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
#spinner-container .e-spinner-pane.e-spin-template {
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(34, 40, 49, 0.6);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#spinner-container .loader {
  border: 10px solid #E7F2F3;
  border-radius: 50%;
  border-top: 10px solid #0A95A8;
  border-right: 10px solid #0A95A8;
  height: 80px;
  width: 80px;
  opacity: 0.7;
  animation: spin 2s linear infinite;
}
