.c-btn {
  background: #3a3a3a;
  border: 1px solid #000000;
  color: #dcdcdc; }

.selected-list .c-list .c-token {
  background: #e65100; }

  .selected-list .c-list .c-token .c-label {
    color: #fff; }

  .selected-list .c-list .c-token .c-remove svg {
    fill: #3a3a3a; }

  .selected-list .c-angle-down svg path, .selected-list .c-angle-up svg path {
    fill: #dcdcdc; }

.dropdown-list ul li:hover {
  background: #212121;
  border: 1px solid #000000; }

.arrow-up, .arrow-down {
  border-bottom: 15px solid #fff; }

.arrow-2 {
  border-bottom: 15px solid #ccc; }

.list-area {
  border: 1px solid #ccc;
  background: #3a3a3a;
  box-shadow: 10px 10px 10px #181818; }

.select-all {
  border-bottom: 1px solid #ccc;
  background: #3a3a3a;
  color: #fff;
}

.list-filter {
  border-bottom: 1px solid #ccc;
  background: #3a3a3a; }
  .list-filter .c-search svg {
    fill: #888; }
  .list-filter .c-clear svg {
    fill: #888; }

.pure-checkbox {
  background-color: #3a3a3a;
  color: #fff;
}

.pure-checkbox input[type="checkbox"]:focus + label:before, .pure-checkbox input[type="checkbox"]:hover + label:before {
  border-color: #0079FE;
  background-color: #3a3a3a;
  color: #fff;
}

.pure-checkbox input[type="checkbox"] + label {
  color: #fff; }

.pure-checkbox input[type="checkbox"] + label:before {
  background-color: #fff;
  color: #fff;
  border: 2px solid #fff; }

.pure-checkbox input[type="checkbox"] + label:after {
  background-color: #0079FE; }

.pure-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #3a3a3a; }

.pure-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background-color: #3a3a3a; }

.pure-checkbox input[type="checkbox"] + label:after {
  border-color: #ffffff; }

.pure-checkbox input[type="radio"]:checked + label:before {
  background-color: #3a3a3a; }

.pure-checkbox input[type="checkbox"]:checked + label:before {
  background: #e65100;
  border: 2px solid #e65100; }

.selected-item {
  background: #3a3a3a; }

.btn-iceblue {
  background: #0079FE;
  border: 1px solid #ccc;
  color: #fff; }

.c-input {
  background-color: #3a3a3a;
  color: white;
}
