body {
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

.w-10 {
    width: 10%;
}

.bg-emidea {
    padding: .75rem .75rem;
    background-color: #ebebeb;
    border-radius: 1rem;
}

.circle {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.disable-text-selection {
    user-select: none;
}

.bg-emidea-primary {
    color: white;
    background-color: #c8a16f;
}

.bg-emidea-secondary {
    color: black;
    background-color: #ebebeb;
}

/*.btn-emidea:disabled, .btn-emidea[disabled] {
    color: rgb(59, 59, 59);
    background-color: #eeeeee;
}*/

.btn-emidea {
    padding: 0.75rem 0.75rem;
    border-radius: 1rem;
    border: none;
}

.cursor-pointer {
    cursor: pointer;
}

.no-bullets {
    list-style: none;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-emidea {
    color: #c8a16f;
}

.cursor-pointer {
    cursor: pointer;
}

.capitalize-first {
    text-transform: capitalize;
}

.round-border {
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    padding: 8px;
}

.btn-group .btn.btn-primary.active {
    color: #fff;
}

mark {
    padding: 0 0;
    margin: 0 0;
    background-color: lightgreen;
}

/*.modal {
    overflow-y: hidden;
}*/

body.modal-open[style] {
    /* padding-right: 0px !important; */
    overflow-y: hidden;
}

body.modal-open .modal {
    overflow-y: scroll; /* Override when .modal-open is present on parent */
}

button.btn {
    text-transform: uppercase;
}

.bg-login-emidea {
    background-color: #dbdbdb;
}

/*
.blur-out-2 {
    filter: blur(2px);
}

.blur-out-3 {
    filter: blur(3px);
}

.blur-out-5 {
    filter: blur(5px);
}

.blur-out-7 {
    filter: blur(7px);
}

.blur-out-10 {
    filter: blur(10px);
}
*/

.selected-item .item, .selected-item-checkbox .item {
    align-items: center;
    background: #ebebeb;
    border-radius: 15px;
    color: #000;
    display: flex;
    margin: 2px 5px 2px 0;
    padding: 5px 35px 5px 10px;
    position: relative;
}

.selected-item, .selected-item-checkbox {
    display: flex;
    flex-wrap: wrap;
    font-size: .8em;
}

.count-number, .count-number-checkbox {
    bottom: 0;
    font-size: .8rem;
    height: 25px;
    left: 5px;
    line-height: 24px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
}

.auto-search-wrapper.count input {
    padding: 12px 65px 12px 40px;
}

.selected-item button:hover, .selected-item-checkbox button:hover {
    background: #c8a16f;
}

.selected-item button, .selected-item-checkbox button {
    align-items: center;
    background: #ebebeb;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 3px;
    width: 25px;
}

.auto-search-wrapper ul {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.auto-search-wrapper.count:before {
    background: #bbb;
    bottom: 0;
    content: "";
    height: 25px;
    left: 32px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}

.auto-search-wrapper ul li:not(:last-child) {
    border-top: none;
}

.auto-search-wrapper ul li {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.checkbox {
    font-size: 1.1rem;
    margin-left: 40px;
    position: relative;
}

.checkbox-selected {
    background: #ebebeb;
}

.checkbox:after {
    border-radius: 4px;
}

.checkbox:after {
    background: #fff;
    border: 1px solid #c8a16f;
    content: "";
    height: 22px;
    left: -40px;
    position: absolute;
    top: 0;
    transition: border .2s,background .2s ease-in-out;
    width: 22px;
}

/* input[type=checkbox] {
    height: 22px;
    opacity: 0;
    position: absolute;
    width: 22px;
}

input[type=checkbox]:checked~.checkbox:before {
    color: #fff;
    content: "✓";
    font-size: .8rem;
    left: -34px;
    position: absolute;
    top: 1px;
    z-index: 1;
}

input[type=checkbox]:checked~.checkbox:after {
    background: salmon;
} */


.ac-checkbox {
    height: 22px;
    opacity: 0;
    position: absolute;
    width: 22px;
}

.ac-checkbox:checked~.checkbox:before {
    color: #fff;
    content: "✓";
    font-size: .8rem;
    left: -34px;
    position: absolute;
    top: 1px;
    z-index: 1;
}

.ac-checkbox:checked~.checkbox:after {
    background: #c8a16f;
}

.badge-bg-ddd {
    background-color: #ddd;
}
