body.loading {
  cursor: none;
}

.custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  pointer-events: none;
  z-index: 9999;
  display: none;
}

.custom-cursor img {
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.newcontainer {
  padding: 100px;
}

/* ------------------------GREY MENU RUBBER---------------- */
/* .second-floor-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  height: auto;
  line-height: 1.5;
  padding-inline: 8px 10px;
  overflow: visible;
}
.second-floor-menu > li {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
}
.second-floor-menu > li > a {
  display: inline-block;
  padding: 10px 14px;
}
.second-floor-menu > li > ul {
  position: absolute;
  left: 0;
  z-index: 1500;
  cursor: pointer;
}
.secondary-menu-mobile-sized,
.secondary-menu-container,
.header .container {
  overflow: visible;
  height: auto;
}
.nopadding {
  padding: 0px;
}
.second-floor-menu > li > a {
  cursor: pointer;
} */

/* ------------------------GREY MENU RUBBER---------------- */

.one-drive-label {
  font-weight: bold;
  color: #2b70e0;
}

.save-input-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.save-file-input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.save-menu-buttons {
  padding: 6px 12px;
}

.save-menu-button-container {
  gap: 10px;
}

/* _________________________________________Upgrade button */

#upgrade-btn {
  outline: 1px solid #09e73d;
}
