a:link {
    color: #409aed;
}
a:visited {
    color: #409aed;
}
a:hover {
    color: #3887D1;
}
a:active {
    color: #409aed;
}
.inputField,#pasteContent {
    caret-color: #409aed;
}
.inputField:focus {
    border-bottom: 1px solid #409aed;
}
.selectedDelete {
    background: #409aed !important;
}
.check {
    background: #409aed !important;
}
#newPasteIcon {
    color: #409aed !important;
}
#uploadIcon {
    width: 50px;
    height: 50px;
    background: #409aed;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -25px;
    border-radius: 50%;
    box-shadow: -62px 6px 0 14px #409aed, -45px -22px 0 8px #409aed, 16px -28px 0 26px #409aed, 64px 9px 0 11px #409aed;
}
#uploadIcon::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -34px;
    width: 120px;
    height: 50px;
    background: #409aed;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}
#downloadButton {
    color: #409aed !important;
    border: 1px solid #409aed !important;
    min-width: unset !important;
}

#scrollToTopHolder {
    color: #409aed !important;
    border: 3px solid #409aed !important;
    min-width: unset !important;
}

#scrollTop {
    background-color: #409aed !important;
}

#scrollToTop {
    background-color: #409aed !important;
    color: #409aed !important;
    border: 3px solid #409aed !important;
    min-width: unset !important;
}
.circleHolder > div {
  width: 18px;
  height: 18px;
  background-color: #409aed;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: circleAnimation 1.4s infinite ease-in-out both;
  animation: circleAnimation 1.4s infinite ease-in-out both;
}
.switch-input:checked + .switch-label:after {
    background-color: #409aed;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #3887D1 !important;
}
.video-js .vjs-control-bar {
    background-color: #3887D1 !important;
}
.video-js .vjs-big-play-button {
    background-color: #3887D199 !important;
}
.c3 {
    background-color: #409aed !important;
}
.c4 {
    background-color: #3887D1 !important;
}
.fc4 {
    color: #409aed !important;
}