.d4-events {
    width:100%;
    /*border: 1px solid #ced4da!important;*/
}

.d4-events .start-85 {
    left: 85% !important;
}

.d4-events .list-group-flush.border-dashed .list-group-item {
    padding-right: 0;
}

.d4-events .col-actions {
    width: 50px;
}

.d4-modal-event .ZebraDialog_Body {
    background: #FFF !important;
    overflow-x: hidden;
}

.d4-modal-event .ZebraDialog_Body .form-control-sm {
    padding: .1rem .5rem!important;
}

.d4-modal-event .ZebraDialog_Body  .d4-date.form-control {
    padding: 0px .5rem;
    border-radius: var(--vz-border-radius-sm);
    height: 30px !important;
    min-height: 30px;
    line-height: 32px;
    font-size: 14px!important;
}
.d4-modal-event .ZebraDialog_Body .select2-container .select2-selection--single {
    height: 32px !important;
}

.d4-modal-event .ZebraDialog_Body .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.d4-modal-event .ZebraDialog_Body .select2-container .select2-selection--multiple {
    min-height: 25px !important;
}

.d4-modal-event .ZebraDialog_Body .input-group {
    width: 98% !important;
}

.d4-modal-event .ZebraDialog_Body td {
    padding-bottom: 5px;
}

.d4-modal-event .ZebraDialog_Body .event-users-select .select2-search select2-search--inline {
    padding: 0px 7px;
}

.d4-modal-event .ZebraDialog_Body .event-users-select .select2-container .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 13px!important;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

.d4-modal-event .ZebraDialog_Body .form-control {
    font-size: 13px!important;
}

.d4-modal-event .ZebraDialog_Body .event-users-select textarea {
    font-size: 12px !important;
    line-height: 1.7;
}

.d4-modal-event .form-check.form-switch.form-switch-md {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 575px) {
    .d4-modal-event .time-col-from {
        margin-bottom: 5px !important;
    }
}


.fw-300 {
    font-weight: 300 !important;
}

.action-view,
.crm-timeline {
    cursor: pointer!important;
}

.d4-events li h5 {
    cursor: default;
}

select option[value=""],
select option:not([value]):empty {
  display: none;
}

.d4-modal-event.disabled .form-check-label,
.d4-select option {
    color: #000;
}


.select2-container--disabled .select2-selection__clear {
    display: none;
}

.select2-container--disabled  .select2-selection__choice__display {
    padding-left: 5px!important;
}