.cuppa-dropdown {
    padding: 20px 0;
}
.c-btn {
    font-size: 1vw !important;
    min-height: 1.2vw !important;
    padding: 5px 0 !important;
    background: #fff;
    border-bottom: 1px solid #444444;
    border-radius: 0 !important;
    outline: none;
    color: #131415 !important;
}

.c-btn.disabled {
    background: transparent !important;
    pointer-events: none;
}

.selected-list .c-list {
    display: flex;
    max-width: 95%;
    overflow-x: auto;
    overflow-y: hidden;
    /* padding-bottom: 2px !important; */
}

.clear-all {
    display: none;
}

.selected-list .c-list .c-token {
    background: rgba(244, 245, 250, 0.8);
    margin-right: 10px !important;
}
.selected-list .c-list .c-token .c-label {
    white-space: nowrap;
    color: rgb(19, 20, 21);
    font-size: 0.8vw;
}
.selected-list .c-list .c-token .c-remove {
    font-size: initial !important;
}
.selected-list .c-list .c-token .c-remove svg {
    fill: rgb(19, 20, 21) !important;
}

.selected-list .c-angle-down,
.selected-list .c-angle-up {
    right: 0 !important;
    width: 1vw !important;
    height: 0.5vw !important;
    top: auto !important;
}

.selected-list .c-angle-down svg,
.selected-list .c-angle-up svg {
    fill: #131415 !important;
}

.dropdown-list {
    overflow: hidden;
    padding-top: 0 !important;
    border: 1px solid #dadada;
    box-shadow: 0px 8px 21px 0 #00000014, 0 -4px 21px 0 #0000000f !important;
    border-radius: 10px !important;
    position: absolute !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    width: 99.99% !important;
}

.dropdown-list .arrow-2,
.dropdown-list .arrow-up {
    display: none !important;
}

.dropdown-list ::-webkit-scrollbar-thumb {
    width: 7px !important;
    background: #979797 !important;
    border-radius: 40px;
}

.dropdown-list ::-webkit-scrollbar-track {
    width: 7px !important;
    background: transparent !important;
}

/* .dropdown-list ul li:hover {
	background: transparent;
  } */

.dropdown-list ul li {
    word-break: break-all;
}

.dropdown-list ul li:hover {
    background-color: #e8e9ed  !important;
}

.dropdown-list ul li:nth-child(even) {
    background: rgb(244, 245, 250);
}

.arrow-up,
.arrow-down {
    border-bottom: 15px solid #fff;
}

.arrow-2 {
    border-bottom: 15px solid #ccc;
}

.list-area {
    background: #fff !important;
    border: none !important;
    border-radius: 10px !important;
}

.select-all {
    border-bottom: 1px solid #efefef !important;
    font-size: 14px;
}

.list-filter {
    border-bottom: 1px solid #efefef !important;
}
.list-filter .c-search svg {
    fill: #888;
}
.list-filter .c-clear svg {
    fill: #888;
}

.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before {
    border-color: #0079fe;
    background-color: #f2f2f2;
}

.pure-checkbox input[type="checkbox"] + label span {
    visibility: hidden;
    position: relative;
}
.pure-checkbox input[type="checkbox"] + label span:after {
    content: "Select all";
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 0;
    color: #3c9bc1 !important;
    font: 15px "AirbnbCerealBold", "Montserrat", sans-serif  !important;
    transform: translateY(-50%);
}

.pure-checkbox input[type="checkbox"] + label {
    color: #000;
    display: block;
}
.pure-checkbox input[type="checkbox"] + label:before {
    display: none;
}

.pure-checkbox input[type="checkbox"] + label:after {
    background-color: #0079fe;
}

.pure-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: #efefef;
}

.pure-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background-color: #efefef;
}

.pure-checkbox input[type="checkbox"] + label:after {
    border-color: #3c9bc1 !important;
}

.pure-checkbox input[type="checkbox"]:checked + label span {
    visibility: hidden;
    position: relative;
}
.pure-checkbox input[type="checkbox"]:checked + label span:after {
    content: "Unselect all";
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 0;
    color: #3c9bc1 !important;
    font: 15px "AirbnbCerealBold", "Montserrat", sans-serif  !important;
    transform: translateY(-50%);
}

.pure-checkbox input[type="radio"]:checked + label:before {
    background-color: white;
}

.pure-checkbox input[type="checkbox"]:checked + label:before {
    background: #0079fe;
}

.pure-checkbox input[type="checkbox"]:checked + label {
    color: #3c9bc1 !important;
    font-family: "AirbnbCerealBold", "Montserrat", sans-serif  !important;
    font-weight: 500;
}

.single-select-mode .pure-checkbox input[type="checkbox"]:focus + label:before,
.single-select-mode .pure-checkbox input[type="checkbox"]:hover + label:before {
    border-color: #0079fe;
    background-color: #f2f2f2;
}

.single-select-mode .pure-checkbox input[type="checkbox"] + label {
    color: #000;
}

.single-select-mode .pure-checkbox input[type="checkbox"] + label:before {
    color: transparent !important;
    border: 0px solid #0079fe;
}

.single-select-mode .pure-checkbox input[type="checkbox"] + label:after {
    background-color: transparent !important;
}

.single-select-mode
    .pure-checkbox
    input[type="checkbox"]:disabled
    + label:before {
    border-color: #efefef;
}

.single-select-mode
    .pure-checkbox
    input[type="checkbox"]:disabled:checked
    + label:before {
    background-color: #cccccc;
}

.single-select-mode .pure-checkbox input[type="checkbox"] + label:after {
    border-color: #0079fe;
}

.single-select-mode .pure-checkbox input[type="radio"]:checked + label:before {
    background-color: white;
}

.single-select-mode
    .pure-checkbox
    input[type="checkbox"]:checked
    + label:before {
    background: none !important;
}

/* .selected-item {
  background: #e9f4ff; } */

.btn-iceblue {
    background: #0079fe;
    border: 1px solid #efefef;
    color: #fff;
}

.list-filter .c-search,
.list-filter .c-clear {
    top: 15% !important;
}

.list-filter .c-clear svg {
	cursor: pointer;
}

.filter-select-all .nodata-label {
	display: block;
	padding: 10px !important;
    font-size: 0.9vw;
}

.list-filter input {
    padding-right: 30px !important;
}
