body {
    font-family: 'Open Sans', sans-serif;
}
.hidden {
    display: none;
}
.bg-border-color__orange {
    background-color: #EB733B;
    border-color: #EB733B;
    color: #fff;
}
.bg-border-color__orange:hover {
    background-color: #EB734D;
    border-color: #EB734D;
    color: #fff;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #EB733B;
}
.c__orange {
    color: #EB733B;
}
.text__underline {
    text-decoration: underline;
}
.view-notification__wrapper {
    background-color: #fff;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.10);
    border: 1px solid #CCC;
}
.view-notification__wrapper h3 {
    font-size: 20px;
    color: #707070;
    font-weight: bold;
}
.view-notification__msg {
    font-size: 16px;
    color: #707070;
    margin-bottom: 12px;
}
.view-notification__linktext {
    font-size: 14px;
    font-weight: bold;
    color: #EB733B;
    display: block;
}
.view-notification__url {
    font-size: 12px;
    color: #707070;
    display: block;
}
.card_notification_scheduled__title {
    font-size: 14px;
    font-weight: bold;
    color: #707070;
}
.card_notification_scheduled__title span {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    display: block;
}
.card_notification__divider {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(112, 112, 112, 0.3);
    border-radius: 10px;
    margin-bottom: 24px;
    margin-top: 16px;
    opacity: 0.4;
}
.card_notification_scheduled__wrapper {
    display: flex;
    flex-direction: row;
}
.card_notification_scheduled__title:last-of-type {
    margin-left: 60px;
}
.is_title, .content-header .is_title {
    font-size: 24px;
    color: #707070;
    font-weight: bold;
}
.view-notification__return a {
    font-size: 14px;
    color: #707070;
    font-weight: bold;
    margin-left: 0;
}
.view-notification__return i {
    font-size: 16px;
    color: #707070;
    padding-right: 12px;
}
.view-notification__return {
    margin: 12px;
}
.dataTables_filter label, .dataTables_filter label:not(.form-check-label):not(.custom-file-label) {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}
.dataTables_filter input {
    outline: 0;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 3px 12px;
}
.nav-link {
    font-size: 16px;
    color: #707070;
}