
.input-form.error::-webkit-input-placeholder, .input-form.error:-moz-placeholder, .input-form.error::-moz-placeholder, .input-form.error:-ms-input-placeholder {
  color: #0cb4ce;
}

@-moz-document url-prefix() {
    .full-stars {
        color: #0cb4ce;
    }
}

.empty-stars:before, .full-stars:before {
  -webkit-text-stroke: 1px #0cb4ce;
}

.theme-style-color, h1, h2, h3, h4, h5, h6, a, .content-panel .content-form .sub-heading, .upload-container #upload-preview label, div.dt-buttons button, .page-link {
  color: #0cb4ce;
}

.theme-style-hover-color:hover, a:hover, .btn-link:hover, .page-link:hover, a.text-primary:hover {
  color: #0cb4ce;
}

.theme-style-background, .upload-container #upload-preview label:hover, div.dt-buttons button:hover {
  background: #0cb4ce;
  color: #fff;
}

.theme-style-button, .wrapper-header .breadcrumb-btn, .dash-tabs ul li a.active h5, .action-list a, .save-button, .btn-secondary, .page-item.active .page-link {
  background: #0cb4ce;
  color: #fff;
  border: 1px solid #0cb4ce;
}

.theme-style-button:hover, .wrapper-header .breadcrumb-btn:hover, .action-list a:hover, .save-button:hover, .btn-secondary:hover {
  background: #fff !important;
  color: #0cb4ce !important;
}

input:checked+.slider {
  background-color: #0cb4ce;
}

div::-webkit-scrollbar-thumb {
  background-color: #0cb4ce;
}

div::-moz-scrollbar-thumb {
  background-color: #0cb4ce;
}

.theme-style-border, .input-form:focus, select:focus, .input-form.error, .input-form.error:focus, .content-datatable .page-item .page-link, .upload-container #upload-preview label, div.dt-buttons button {
  border-color: #0cb4ce !important;
}

    
  header.header {
    background: #fff;
  }

  .sidebar-menu-toggle .nav-link {
    color: #0cb4ce;
    border: 2px solid #0cb4ce;
  }

  .header .navbar-top-menu .list-items li a {
    color: #0cb4ce;
  }

  .header .navbar-top-menu .list-items li a span {
    background: #323232;
    color: #fff;
  }

  #sidebar::after {
    background: #fff;
  }

  #sidebar ul li a {
    color: #0cb4ce;
  }

  #sidebar ul li a[aria-expanded="true"], #sidebar ul li a:hover, #sidebar ul li.active a {
    background: #0cb4ce;
  }

  #sidebar ul li a[aria-expanded="true"], #sidebar ul li a:hover, #sidebar ul li.active a, #sidebar ul.collapse.show li.active>a:hover, #sidebar ul>li>ul>li a {
    color: #fff;
  }

  #sidebar ul ul {
    background: rgba(12, 180, 206, 0.92);
  }

