/* @override 
	http://192.168.2.1:8000/styles.css
	http://127.0.0.1:8000/styles.css */

html {
  width: 100%!important;
  height: 100%!important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Montserrat';
  height: 100%!important;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
  color: #b2285d;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.topbar {
  background-color: #212852;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.26);
  /*background-image: url('../../assets/img/pittogramma-ecmclub-plus.svg');*/
  background-size: 30px;
}

.primo-webinar {
  background-color: #aa5260;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.26);
  background-image: url('../../assets/img/pittogramma-ecmclub-plus.svg');
  background-size: 30px;
  border-top: 1px solid rgba(255,255,255,0.26);
}

.bg-blue-stripes {
  /*background-image: linear-gradient(126deg, #342b75 8.33%, #382c85 8.33%, #382c85 50%, #342b75 50%, #342b75 58.33%, #382c85 58.33%, #382c85 100%);*/
  /*background-size: 29.67px 40.83px;*/
  /*background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='32' height='32' patternTransform='scale(1) rotate(15)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(272, 95%, 35%, 1)'/><path d='M40 16h-6m-4 0h-6m8 8v-6m0-4V8M8 16H2m-4 0h-6m8 8v-6m0-4V8' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(272, 100%, 58%, 1)' fill='none'/><path d='M16-8v6m0 4v6m8-8h-6m-4 0H8m8 24v6m0 4v6m8-8h-6m-4 0H8' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(0, 0%, 100%, 0.1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-13,-7)' fill='url(%23a)'/></svg>");*/
  background-image: url('../../assets/img/pittogramma-ecmclub-plus.svg');
  background-size: 30px;
  background-color: #496492;
  /*transform: rotate(15deg);*/
}

.text-blue {
  color: #342b75;
}

.bg-blue {
  background-color: #0066cc;
}

.bg-light-color {
  background-color: #e8e8e8;
}

.bg-red {
  background-color: #920900;
}

.bg-orange {
  background-color: #ffc107;
}

.txt-red {
  color: #920900;
}

.text-yellow {
  color: #e65400;
}

.txt-modal {
  font-family: 'Oswald';
  font-weight: 300;
}

h1 {
  font-weight: 700;
  font-size: calc(1.2rem + 0.75vw);
  line-height: calc(1.5rem + 0.75vw);
}

h2 {
  font-weight: 200;
  font-size: calc(1.7rem + 3vw);
  line-height: calc(1.9rem + 3vw);
}

a {
  color: #666666;
  text-decoration: none;
}

.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.45rem;
}

.lead {
  font-size: calc(1rem + 0.25vw);
  line-height: calc(1.3rem + 0.35vw);
  font-weight: inherit;
  color: #e65400!important;
}

.internal-scroll {
  overflow: inherit;
  overflow-y: visible;
  max-height: inherit;
}

@media (min-width: 992px) {
  .internal-scroll {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 90vh;
  }
}

.form-control {
  border-radius: 2px;
  border: none;
}

.btn {
  font-weight: 200;
  border: none;
}

.btn-iscriviti:hover {
  background-color: #e1e000;
}

.btn-iscriviti {
  border-radius: 3px;
  padding: 1rem 2rem;
  background-color: #e65400;
  font-weight: inherit!important;
  line-height: 1.2;
}

.btn-inactive {
  border-radius: 3px;
  padding: 1rem 2rem;
  background-color: var(--bs-gray-500);
  /*width: 100%;*/
  font-weight: inherit;
  line-height: 1.2;
}

.btn-inactive:hover {
  background-color: var(--bs-secondary);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #920900;
}

.form-control {
  display: block;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-footer {
  border-top: none;
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}

.modal-content {
  border: none;
}

.modal-header {
  border-bottom: none;
  /*border-top-right-radius: 0px;*/
  /*border-top-left-radius: 0pc;*/
  border: none;
}

.bg-live-event {
  background-image: url("../../assets/img/bg-live-event.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}

.link-video {
  padding: 0.25rem 1rem 0.25rem 1rem;
  background-color: #920900;
  color: #fff;
  border: none;
  border-radius: 0px;
  margin-bottom: 2rem;
  font-size: 0.8rem;
}

.link-video:hover {
  background-color: #f6a400;
  color: #fff;
}

.btn.btn-primary.prev, .btn.btn-primary.next {
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.2rem;
  width: 34px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100vh;
  }
}

.h6, h6 {
  font-size: 1.1rem;
}

test-lilla {
  color: #8f8abb;
}

.text-rosa {
  color: #212852;
}

