/*------------common-colors*/
/*------------font*/
/*--------------------*/
.btn {
  height: 2rem;
  border-radius: 0;
  font-size: 1.1rem;
  padding: 0 0.5rem 0 0.5rem;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}
.btn.clicked {
  opacity: 1;
}
.btn svg {
  height: 1rem;
  transition: fill 0.15s ease-in-out;
}

.btn-text {
  display: none;
  max-width: 8.5rem;
  line-height: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 36em) {
  .btn-text {
    display: inline-block;
  }
}
.one-button .btn svg {
  margin-left: 1rem;
}

.one-button .btn-text {
  display: inline-block;
}

.btn-light, .btn-light:active {
  z-index: 1;
  position: relative;
  height: 2.3rem;
}

.btn-light:active:focus {
  box-shadow: none !important;
}

.btn-light::before {
  right: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-light:hover::before {
  transform: scale(1);
  opacity: 0.45;
}

.btn-light .btn-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.btn-light svg {
  margin-left: 1rem;
  flex-shrink: 0;
}

.btn-light.flex-row-reverse svg {
  margin-right: 1rem;
  margin-left: 0;
  height: 1rem;
}

.btn-light.flex-row-reverse {
  max-width: unset !important;
}

.btn.btn-large {
  height: 2.3rem;
}

.embossed .btn-light {
  border-radius: 0.5rem;
  display: flex;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
}

#add-resource svg,
#remove-resource svg {
  height: 1.2rem !important;
}

@media (min-width: 36em) {
  .btn {
    padding: 0 0.8rem 0 0.8rem;
  }
  .btn svg {
    margin-left: 1rem;
  }
  .btn.flex-row-reverse svg {
    margin-left: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 48em) {
  .btn svg {
    margin-left: 3rem;
  }
  .btn.flex-row-reverse svg {
    margin-left: 0;
    margin-right: 3rem;
  }
}
.btn-light svg {
  height: 1rem;
}

.btn-light::before {
  background: #E8E8E8;
}

.btn-light, .btn-light:active, .btn-light:hover {
  color: #343A40 !important;
}

.btn-gray {
  border-color: #898A8D;
  background-color: #898A8D;
  color: #FFFFFF !important;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray.focus {
  border-color: #0D0F1B;
  background-color: #0D0F1B;
  color: #898A8D !important;
}
.btn-gray:active, .btn-gray.active, .btn-gray.clicked {
  border-color: #CEDE00;
  background-color: #CEDE00;
  color: #FFFFFF !important;
}
.btn-gray:hover svg, .btn-gray:focus svg, .btn-gray.focus svg {
  fill: #898A8D;
}
.btn-gray svg, .btn-gray:active svg, .btn-gray.active svg, .btn-gray.clicked svg {
  fill: #FFFFFF;
}
.btn-gray.simple-text {
  background: none;
  color: #343A40 !important;
  flex-direction: row-reverse;
}
.btn-gray.simple-text svg {
  fill: #898A8D;
  margin-right: 1rem;
}
.btn-gray.simple-text:hover, .btn-gray.simple-text:focus, .btn-gray.simple-text.focus {
  opacity: 0.7;
}
.btn-gray.simple-text:active, .btn-gray.simple-text.active, .btn-gray.simple-text.clicked {
  color: #CEDE00 !important;
  opacity: 1;
}

.btn-gray-dark {
  border-color: #343A40;
  background-color: #343A40;
  color: #FFFFFF !important;
}

.btn-gray-dark:hover, .btn-gray-dark:focus, .btn-gray-dark.focus {
  border-color: #343A40;
  background-color: #343A40;
  color: #0D0F1B !important;
}

.btn-gray-dark:active, .btn-gray-dark.active, .btn-gray-dark.clicked {
  border-color: #343A40;
  background-color: #343A40;
  color: #CEDE00 !important;
}

.btn-gray-dark svg {
  fill: #FFFFFF;
}

.btn-gray-dark:hover svg, .btn-gray-dark:focus svg, .btn-gray-dark.focus svg {
  fill: #0D0F1B;
}

.btn-gray-dark:active svg, .btn-gray-dark.active svg, .btn-gray-dark.clicked svg {
  fill: #CEDE00;
}

/*bottoni dashboard*/
.neumorphic a.btn.btn-light.mr-2 {
  background-color: unset !important;
}
.neumorphic .btn-light span.btn-text {
  color: #898A8D;
  max-width: unset;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.neumorphic .btn-gray {
  border-color: #576D9D;
  background-color: #576D9D;
}
.neumorphic .btn-gray:hover, .neumorphic .btn-gray:focus, .neumorphic .btn-gray.focus {
  border-color: #0D0F1B;
  background-color: #0D0F1B;
  color: #898A8D !important;
}

.disabled, :disabled {
  opacity: 0.65;
  pointer-events: none;
}

.no-outline {
  outline: none;
}

.btn.btn-link {
  color: #898A8D;
}

/*bottoni in rilievo con solo icona*/
.embossed .btn-light {
  background: linear-gradient(130deg, #F9F9F9 0%, #F3F3F3 100%);
  box-shadow: inset 2px 2px 8px rgb(255, 255, 255), 2px 2px 8px #D7D7D7;
}
.embossed .btn-light.clicked {
  background: #CEDE00 !important;
  box-shadow: none !important;
}
.embossed .btn-light.clicked svg {
  fill: white !important;
}
.embossed .btn-light:hover {
  background: #0D0F1B;
  box-shadow: none !important;
  border-color: #0D0F1B;
}
.embossed .btn-light:hover:before {
  opacity: 0;
}
.embossed .btn-light:hover svg {
  fill: #898A8D;
}
.embossed .btn-light svg {
  margin-left: 0;
}

.btn, .btn-light .btn-text {
  font-size: 0.9rem;
}

.btn-gray {
  border-color: unset;
  background: #0D0F1B !important;
  border-radius: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  box-shadow: 2px 2px 10px #84939E;
  justify-content: center;
}
.btn-gray .btn-text {
  display: none !important;
}
.btn-gray svg {
  fill: #FFFFFF !important;
  margin-left: 0;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus, .btn-gray.clicked {
  background: #CEDE00 !important;
  animation: buttonShading 1s ease;
}
.btn-gray:hover svg, .btn-gray:active svg, .btn-gray:focus svg, .btn-gray.clicked svg {
  fill: #343A40 !important;
}

.btn.flex-row-reverse svg {
  margin-left: 0;
  margin-right: 0;
}

.btn-light.flex-row-reverse .btn-text {
  font-size: 0.7rem;
}
.btn-light.flex-row-reverse svg {
  margin-right: 0.5rem;
}

@keyframes buttonShading {
  from {
    background: linear-gradient(130deg, #192A37, #314351);
  }
  to {
    background: #0D0F1B;
  }
}
/*# sourceMappingURL=buttons.css.map */
