.form-horizontal input[type="text"],
.form-horizontal input[type="number"],
.form-horizontal input[type="date"],
.form-horizontal select {
    margin-bottom: 5px;
}

input[type="date"]:disabled {
    border: none;
    background-color: transparent;
}

.right {
    float: right;
    text-align: right;
}

.pickerColor {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px 0 5px;
}

.margin-left-7 {
    margin-left: 7px !important;
}

.width-35 {
    width: 35px;
}

.top28 {
    top: 28px !important;
}

.displayFlex-2 {
    display: flex !important;
}

.trashItem {
    position: absolute;
    right: 10px;
    top: 8px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.container_breadcrumbs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swal-text {
    text-align: center !important;
}