body {
  margin: 0;
  padding: 0; }

.cvn-collaborator-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999999999;
  background: #0f8e7f;
  text-align: center; }
  .cvn-collaborator-wrapper ul {
    display: flex;
    justify-items: center;
    justify-content: space-around;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .cvn-collaborator-wrapper ul li {
      color: #FFF;
      font-weight: bold;
      padding: 11px 0px;
      font-size: 20px; }
      .cvn-collaborator-wrapper ul li a {
        color: #FFF;
        text-decoration: none; }
      @media screen and (max-width: 576px) {
        .cvn-collaborator-wrapper ul li:nth-child(3) {
          display: none; } }

@media screen and (max-width: 480px) {
  .cvn-collaborator-wrapper ul li {
    width: 100%; } }
#cvn-web-embed {
  position: absolute;
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none; }

.blink {
  color: white;
  animation: blink 2s linear infinite; }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  background: radial-gradient(circle at 10% 10%, rgba(73, 128, 255, 0.15), transparent 45%), linear-gradient(145deg, #f4f7ff, #eef3ff 45%, #edf8ff);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px; }

.loader .loader-wrapper {
  width: min(92vw, 430px); }

.loader .loader-wrapper .loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(73, 128, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(35, 60, 120, 0.16);
  padding: 26px 22px;
  backdrop-filter: blur(6px); }

.loader .loader-wrapper .loader-content .loading-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #2457cc;
  background: rgba(73, 128, 255, 0.1);
  border: 1px solid rgba(73, 128, 255, 0.2);
  border-radius: 999px;
  padding: 7px 12px; }

.loader .loader-wrapper .loader-content span.loading-text {
  font-weight: 700;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  margin-top: 2px;
  color: #1f3b73;
  text-align: center; }

.loader .loader-wrapper .loader-content span.loading-subtext {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  color: #60739b;
  text-align: center; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px; }

.lds-ripple div {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-top-color: #4980ff;
  border-right-color: #4980ff;
  border-radius: 50%;
  animation: lds-ripple 1s linear infinite; }

.lds-ripple div:nth-child(2) {
  inset: 9px;
  border-top-color: #0f8e7f;
  border-right-color: #0f8e7f;
  animation-duration: 0.8s;
  animation-direction: reverse; }

@keyframes lds-ripple {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/*# sourceMappingURL=stylesheet.css.map */
