form label.required:after {
    content: "*";
    color: #e04f1a;
    padding-left: 5px;
}

.w-30 {
    width: 30% !important;
}
.w-20 {
    width: 20% !important;
}
.w-15 {
    width: 15% !important;
}
.w-10 {
    width: 10% !important;
}
.w-5 {
    width: 5% !important;
}

.inherit img {
    width: inherit;
}

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;
}

.text-divider span {
    background-color: #fff;
    padding: 1em;
}

.text-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
}

/*
 * Buttons
 */
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: 0px;
}

/*
 * DataTables
 */
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }

    div.table-responsive
        > div.dataTables_wrapper
        > div.row
        > div[class^="col-"]:first-child {
        padding-left: 14px !important;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 10px 0 !important;
        justify-content: flex-start !important;
    }
}

/**CSS Counter**/
.title-after-counter {
    position: relative;
}

.title-after-counter::after {
    position: absolute;
    counter-increment: title-counter;
    content: counter(title-counter);
}

/**Custom overlay**/
.bg-overlay-custom {
    position: relative;
}

.bg-overlay-custom::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

.bg-overlay-custom * {
    z-index: 10 !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.smtable td,
.smtable th {
    padding: 0.5rem;
}

/* pagination */
.custom-pagination nav ul {
    justify-content: flex-end !important;
}

.ui-autocomplete-loading {
    background-image: url("ui-anim_basic_16x16.gif");
    background-position: right 8px bottom 8px;
    background-repeat: no-repeat;
}

.statediv .select2-container,
.scheduleField .select2-container {
    width: 100% !important;
}
.mark {
    background-color: #fce9bf !important;
}

.chat-content p {
    margin-bottom: 0 !important;
}

.custom-block .custom-control-label {
    padding: 0.35rem !important;
}

.footerLogo {
    border-radius: 0.25rem !important;
    width: 20px;
}

.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo h2 {
    display: none;
}

/* full calendar custom css  */
.js-calendar th.fc-day-header {
    padding: 0.75rem 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.js-calendar .fc-event .fc-content, .js-calendar .fc-event-dot .fc-content {
    padding: 0.1rem;
}