@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* lilla #db1461 BLU #3b63dc */

html,
body {
  background: #0e0e0f;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #db1461;
  color: #fff;
}

::-moz-selection {
  background: #3b63dc;
  color: #fff;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

html .hide {
  display: none;
}

.btn {
  cursor: pointer;
  font-size: 20px; /* font-size: 13px; */
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* background: linear-gradient(135deg, #db1461 0%, #3b63dc 100%);*/
  background: linear-gradient(135deg, #3b63dc 0%, #db1461 100%);
  text-align: center;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
  margin: 0;
  border: 0;
  display: block;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  color: white
}

/* Widev */
.modal-dialog {
  margin: 10vh auto 0px auto
}

.modal-content {
  background: linear-gradient(135deg, #3b63dc 0%, #db1461 100%);
}

.btn-outline-danger {
  background: white;
  color: #dc3545;
  border-color: #dc3545;
}

select {
  background: black !important;
}

.card-live {
  background: linear-gradient(135deg, #3b63dc 0%, #db1461 100%);
}

.card-live > div > b {
  color: red;
  margin-bottom: 5px;
  font-size: 20px;
}

/* No usato effetto carattere sfumato */
.gradient-text {
  background-image: linear-gradient(135deg, #db1461 0%, #3b63dc 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}


.btn-checkout {
  cursor: pointer;
  font-size: 20px; /* font-size: 13px; */
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* background: linear-gradient(135deg, #db1461 0%, #3b63dc 100%);*/
  background: linear-gradient(135deg, #3b63dc 0%, #db1461 100%);
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}