.js-errors {
    border: 1px dashed #f00;
    padding: 10px 30px;
    margin: 0 0 10px 0;
    border-radius: 4px;
}
.js-errors li {
    color: #f00;
}
.text-bold {
    font-weight: bold;
}

.notification {
    padding: 0.5rem 0.9375rem;
    border-radius: 0.25rem;
}
.notification.notification-success {
    background-color: rgba(0, 201, 167, 0.1);
    border: 1px solid rgba(0, 201, 167, 0.15);
    color: #53535f;
}
.notification.notification-error {
    background-color: rgba(222, 68, 54, 0.1);
    border: 1px solid rgba(222, 68, 54, 0.15);
    color: #53535f;
}
.notification.notification-processing {
    background-color: rgba(63, 135, 245, 0.1);
    border: 1px solid rgba(63, 135, 245, 0.15);
    color: #53535f;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.slider.round.active:before {
    background-color: #52c41a;
}
.slider.round.active {
    border: 1px solid #ccc;
    background-color: #fff;
}
.suggest-list {
}
.suggest-list .suggess-item {
    cursor: pointer;
}

.suggest-list .suggess-wrapper {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 350px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    z-index: 1000;
}
.suggest-list .suggess-wrapper a {
    color: #000;
    text-align: left;
    display: block;
}
.suggest-list .suggess-wrapper p {
    font-size: 10px;
    margin: 0 0 3px 0;
    text-align: left;
    color: #000;
}
.suggess-item .highlight {
    background-color: #3f87f5;
}
/*Checkmark*/

.data-custom-tab {
    display: none;
}
.data-custom-tab.on-show {
    display: block;
}

.text-ellipsis {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
