a {
  color: #0da9ef;
  text-decoration: none !important;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

a:hover {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

a:hover {
  text-decoration: none !important;
}

a {
  color: #2CA8FF;
}

a:hover, a:focus {
  color: #109CFF;
  text-decoration: none;
}

a:hover {
  color: #0a6ebd;
  text-decoration: underline;
}

a:active {
  background: #76ef16;
}

a:focus, a:hover {
  color: #7bf451;
  text-decoration: none;
}

a {
  color: #dc3545;
}

a:hover, a:focus {
  color: #dc3545;
  text-decoration: none;
}

a {
  color: #9c27b0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  color: #89229b;
  text-decoration: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #dc3545;
  text-decoration: underline;
}

a {
  color: #9c27b0;
}

a:focus, a:hover {
  color: #cd201f;
  text-decoration: none;
}

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

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

a:hover {
  color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #cb23b9;
  border-color: #cb23b9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a91b99;
  border-color: #a91b99;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #cb23b9;
  border-color: #cb23b9;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cb23b9;
  border-color: #cb23b9;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button, html input[type="button"], input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.btn-primary {
  color: #fff;
  background-color: #cc1db9;
  border-color: #cc1db9;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: #6c757d;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc1db9;
  border-color: #cc1db9;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #cc1db9;
  border-color: #cc1db9;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

* {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: 0;
}

a:focus, button:focus {
  outline: none;
}

* {
  font-family: 'Raleway', sans-serif;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  padding: 7px;
}

