.select2-container--default .select2-selection--single {
    padding: .7em .5em !important;
    height: auto;
    border-radius: 4px !important;
    font-family: Raleway, sans-serif;
}
/* Select2 */
.select2-container--default .select2-selection--single {
    padding: .7em .5em !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Raleway, sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
      font-family: Raleway, sans-serif;
  color: #000;
}

.select2-results__option {
     padding: .7em .5em !important;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

/* Spinner */
.spinner__spa {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5.5px;
  right: calc(50% - 90px);
  display: none;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #337ab7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* DataTables */
table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px;
}

/* Add alert form */
.text-center__spa {
  text-align: center;
}

.block__spa {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 350px;
  font-family: Arial, sans-serif;
  color: #000;
  padding: 10px;
  background: #fff;
}

.title__spa {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.form-block__spa {
  width: 80%;
  margin: 0 auto 20px auto;
  position: relative;
}

.form-block__spa:last-child {
  margin-bottom: 10px;
}

.form-block__spa select {
  width: 100%;
}

.form-block__spa input[type="text"] {
  padding: 1.7em 1em !important;
  font-size: 14px !important;
  font-family: Raleway, sans-serif;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  height: 33px;
  width: 100%;
  margin: 0;
}

.form-block__spa input[type="text"]:focus {
  border: 1px solid #000;
  outline: none;
}

.form-block__spa.form-addon__spa .form-wrap__spa {
  display: flex;
}

.form-block__spa.form-addon__spa {
  margin-bottom: 15px;
}

.form-block__spa.form-addon__spa input[type="text"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.current-value__spa {
  font-size: 12px;
  margin-top: 5px;
}

.current-value__spa span {
  font-weight: bold;
}
::placeholder {
  color: #000;
} 

.addon__spa {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  background: #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.form-block__spa button.blue-btn__spa {
  display: inline-block;
  border: none;
  box-shadow: none;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fec800;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.form-block__spa button.blue-btn__spa:hover {
      color: #fff;
    background: #fec800;
    filter: brightness(1.05);
}

.my-alerts-block__spa a.my-alerts-link__spa {
  color: #337ab7;
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.my-alerts-block__spa a.my-alerts-link__spa:hover {
  color: #000;
  box-shadow: none;
}

.info__spa {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
  display: none;
}

.info__spa.show__spa {
  display: block;
}

.info__spa button.close-btn__spa {
  background: none;
  padding: 0;
  margin: 0;
  color: #ccc;
  position: absolute;
  top: 0;
  right: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
}

.info__spa button.close-btn__spa:hover {
  color: #000;
}

.success__spa {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.error__spa {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Black design */
.block__spa.black {
  background: #000;
}

.block__spa.black .title__spa {
  color: #fff;
}

.block__spa.black .form-block__spa input[type="text"]:focus {
  border: 1px solid #fff;
}

.block__spa.black .my-alerts-block__spa a.my-alerts-link__spa:hover {
  color: #fff;
  box-shadow: none;
}

.block__spa.black .current-value__spa {
  color: #fff;
}

/* My Alerts Page */
.my-alerts__spa {
  font-family: Arial, sans-serif;
  max-width: 100%;
  overflow-x: auto;
  font-size: 14px;
}

.my-alerts__spa table {
  font-size: 14px;
  text-align: center;
}

.my-alerts__spa table thead {
  background: #f1f1f1;
}

.my-alerts__spa .condition__spa::first-letter {
  text-transform: uppercase;
}

.my-alerts__spa button.deactivate__spa,
.my-alerts__spa button.remove__spa {
  display: inline-block;
  border: none;
  box-shadow: none;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  background: #d9534f;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  outline: none;
}

.my-alerts__spa button.deactivate__spa:hover,
.my-alerts__spa button.remove__spa:hover {
  color: #000;
  background: #ccc;
}

@media (max-width: 768px) {
  .my-alerts__spa table {
    text-align: left;
  }
}