.regular-form .form-groups .label-title.file a {
    float: none;
    padding-bottom: 0;
    color: #d13938;
    font-size: 16px;
    text-decoration: underline;
}

.cat-box {
    padding-top: 15px;
}
.required:after {
    content: "*";
    color: red;
    padding-left: 5px;
}
.remove-btn-close {
    width: 23px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #e85244;
    top: -11px;
    right: -19px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.regular-form .form-groups .label-title a {
    margin-right: 10px;
    color: white;
}

.regular-form .form-groups .label-title a:hover {
    color: #444 !important;
}
.regular-form .form-groups .label-title a.add-btn {
    width: 27px;
}
.red-color {
    color: red !important;
}
.active-area {
    margin-top: -7px;
}
@media screen and (min-width: 789px) {
    .three-box {
        width: 30em;
    }
    .four-box {
        width: 45em;
    }
}
.action-control .created-by {
    font-size: 13px;
    color: #444;
    margin-right: 15px;
    font-family: "Mukta", sans-serif;
    display: inline-block;
}
.c_layoff {
    right: 8% !important;
}

input:checked + .slider {
    background-color: #19375f;
}

.file-upload:before {
    background: #00544e url(../images/icon-upload.svg) no-repeat right 20px
        bottom 50% !important;
}

.post-items .cat-name .left-icon {
    border: 1px solid #00544e;
    color: #00544e;
}

.page-links {
    font-size: 14px;
    color: #565acf;
    margin-top: 10px;
    display: block;
}
.page-links .edit-slug {
    font-size: 12px;
    color: #444 !important;
    display: none;
    border: 0;
    padding: 3px 11px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    line-height: 18px;
    background: #ddd;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -13px;
}

.post-items
    .column-box
    .checkbox
    input[type="checkbox"]:checked
    + .checkbox-material
    .check {
    background: #00544e;
}
.employee-status .range-box {
    width: 120px;
    z-index: 1;
    position: relative;
}

.loading-data {
    background: url("../images/spinner.gif") no-repeat center center;
    min-height: 430px;
    display: inline-block;
    width: 100%;
}

.otp-container .recovery-button {
    display: grid;
}

.password-loader {
    font-size: 13px;
    color: #666;
}

.resend-otp-btn {
    color: #fff !important;
}

.disabled-link {
    pointer-events: none;
    background: gray !important; /* Optionally change color to indicate disabled state */
    text-decoration: none; /* Optionally remove underline */
}

.error-list {
    text-align: left !important;
}

.my-drops .dropdown-item:hover {
    background: #00544e;
    color: #fff !important;
}

.fiscal_select_dropdown {
    z-index: 1;
}
.user-side-login
    .signin-signup.log-in.notifications
    .dropdown-menu
    .items
    .ntf-icon
    .left-icon {
    border: 1px solid #023431;
    color: #00544e !important;
}

.user-side-login
    .signin-signup.log-in.notifications
    .dropdown-menu
    .items
    .unread {
    background: #00544e;
}

.list-item.media span.num-title {
    margin-right: 15px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 3px 15px;
}
.list-item.media span.num-title.red {
    background: #cd1f3a;
}
.list-item.media span.num-title.blue {
    background: #19375f;
}
.post-items.dash-info .dash-media .titles.description a{
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 0;
    font-weight: 400;
}
.post-items.dash-info .dash-media .titles.description a:hover {
    text-decoration: underline;
}

.regular-form .form-groups .label-title .generatePass
{
    color: #d13938;
    margin-right: 0px !important;
}

.right-side .post-items.dash-info .dash-media .birthday-balloon {
    right: 22px;
}

.label-new.today
{
    background: #77817f !important;
}