.card-header-custom {
    border-bottom: none !important;
}

.btn-update-grid-view-success:hover {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    box-shadow: none;
}

.btn-update-grid-view-danger:hover {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    box-shadow: none;
}

.is-invalid,
.is-valid {
    background-image: none !important;
}

.invalid-feedback {
    font-size: 70%;
    margin-left: 5px;
}

.swal2-title .swal-confirm-title {
    font-size: 70%;
}

#toast-container > .toast {
    max-width: 600px;
    width: 100%;
}
.mg-bt-20 {
    margin-bottom: 20px;
}
.export_modal .checkbox {
    margin-right: 15px;
}
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.8125rem + 2px) !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}

.select2-container {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"] {
    width: auto;
}

#smsmessageform-skipleadspasthours {
    padding-right: 0rem;
}

.dropdown-menu-lg {
    max-width: 200px !important;
    min-width: 200px !important;
}

.permissions-div-scroll {
    height: 388px;
    overflow-y: scroll;
}
.permissions-custom-control-label {
    font-weight: 500 !important;
}
.notification-top-bar {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #1abc9c;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
}
.notification-top-bar p {
    padding: 0;
    margin: 0;
}
.notification-top-bar p a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #fff;
    color: #1abc9c;
    font-weight: bold;
    text-decoration: none;
}
.notification-top-bar-sticky {
    position: fixed;
    z-index: 1037;
}
.card-footer {
    background-color: white;
}
.mb-15 {
    margin-bottom: 15px;
}
.btn-disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
.address-output {
    white-space: pre-wrap;
}

.modal {
    overflow-y:auto;
}