@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800,800i&display=swap';
@import "react-datepicker/dist/react-datepicker.css";

.pointer {
    cursor: pointer;
}

.p-dropdown,
.p-inputtext {
    width: 100%;
}

.p-dropdown-panel {
    z-index: 1050 !important;
}

.p-button {
    padding: 0.25rem 1.25rem;
    font-size: 14px;
}

.p-button.p-button-rounded {
    border-radius: 2rem !important;
}

.p-step-box {
    border: 1px solid lightgray;
    margin: 10px 0px;
    border-radius: 4px;
    padding: 0px 0px 15px 0px;
}

.p-step-box .title {
    color: white;
    font-style: italic;
    background-color: #3e007c;
    margin-bottom: 10px;
}

.p-inputtext {
    padding: 5px 10px;
}

.p-dropdown-label {
    padding: 6px 10px !important;
}

.p-inputnumber-input {
    padding: 5px 10px !important;
    line-height: 27px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.form-label {
    padding-left: 2px;
}

body {
    font-family: open sans, sans-serif;
    position: relative;
    font-weight: 300;
    color: #212529;
    font-size: 15px;
    line-height: 1.8;
    background: #f7f7f7
}

ul,
h1,
h2,
h3,
h4,
h5,
p {
    padding: 0;
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #f1bd06 !important;
}

button:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

img {
    max-width: 100%;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 0 15px;
}

h1 {
    font-size: 3.5rem;
    font-weight: 300;
}

h2 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 2rem;
}

::-webkit-input-placeholder {
    color: #898f96;
}

::-moz-placeholder {
    color: #898f96;
}

::-ms-input-placeholder {
    color: #898f96;
}

::-ms-input-placeholder {
    color: #898f96;
}

::placeholder {
    color: #898f96;
}

.display-5 {
    font-size: 1.58rem;
}

.display-6 {
    font-size: 1.22rem;
}

.font-23 {
    font-size: 20px;
    font-weight: 500;
}

.no-bg-color {
    background-color: transparent;
}

.text-theme {
    color: #f1bd06;
}

.text-grey {
    color: #555;
}

.text-danger {
    color: #f62d51 !important;
}

.table-responsive {
    white-space: nowrap;
}

.custom-badge {
    padding: .8rem 1.25rem;
    border-radius: 50em;
    background: #f1f3f6;
    margin-bottom: 5px;
    color: #fff;
    background-color: #6c757d;
}

.ctm-bg-danger {
    background: #ff6a6c;
}

.ctm-bg-warning {
    background: #feb71d;
}

.ctm-bg-info {
    background: #58c9e9;
}

.ctm-bg-success {
    background: #62d03a;
}

.ctm-border-radius {
    border-radius: 10px;
}

.ctm-btn-padding {
    padding: 10px 15px;
}

.ctm-text-sm {
    font-size: 16px;
    color: #888;
    font-weight: 600;
}

.ctm-padding {
    padding: 1rem;
}

.ctm-margin-btm {
    margin-bottom: 1.25rem !important;
}

.bdr-btm-1 {
    border-bottom: 1px solid lightgray;
}

.bg-theme {
    background-color: #3e007c;
}

.l-1 {
    left: .5rem;
}

.t-1 {
    top: .5rem;
}

.display-6 {
    font-size: 1.22rem;
}

.center-icon .react-datepicker__input-container .react-datepicker__calendar-icon {
    top: 11px !important;
}

.selected-date .react-datepicker__input-container .react-datepicker__close-icon {
    right: 21px;
    font-family: math;
}

.mt-4 {
    margin-top: 0.5rem !important;
}

.error-input {
    border: 1px solid red;
    background-color: #ffe6e6;
    /* light red background */
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, .6);
    z-index: 1048;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    overflow: hidden;
}

.card:hover {
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08) !important;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-theme {
    background: #3e007c;
    border-bottom: 3px solid #f1bd06 !important;
}

.btn-theme:hover,
.btn-theme:focus {
    box-shadow: 0 9px 14px 1px rgba(62, 0, 124, .18);
}

.btn-secondary {
    background: #7347c1;
}

.btn-outline {
    border: 1px solid #fff;
}

.text-primary {
    color: #3e007c !important;
}

.text-pink {
    color: #f00f89 !important;
}

.bg-primary {
    background-color: #3e007c !important;
}

.badge-primary {
    color: #fff;
    background-color: #3e007c;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #f1bd06 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #dea705 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #dea705 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #3e007c;
}

.btn-outline-primary {
    color: #3e007c;
    border-color: #3e007c;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3e007c;
    border-color: #3e007c;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3e007c;
    border-color: #3e007c;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-bottom: 5px solid #8e0a0a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    border-bottom: 5px solid #7b111b;
}

.button-1 {
    color: #fff;
    border-bottom: 5px solid #d8a400;
    background-image: -webkit-linear-gradient(30deg, #3E007C 50%, transparent 50%);
    background-image: linear-gradient(30deg, #3E007C 50%, transparent 50%);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background .8s ease-in-out;
    transition: background .8s ease-in-out;
}

.button-1:hover {
    background-position: -900px;
    color: #fff;
    background-color: #f1bd06;
    border-bottom: 3px solid #3E007C !important;
}

.button-5 {
    background-color: #f1bd06;
    background-image: -moz-linear-gradient(top, #D8a400 0%, #F1BD06 100%);
    background-image: -webkit-linear-gradient(top, #D8a400 0%, #F1BD06 100%);
    background-image: linear-gradient(to bottom, #D8a400 0%, #F1BD06 100%);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button-5:hover {
    background-position: -900px;
    transition: background .5s ease-in-out;
}

.button-6 {
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background .5s ease-in-out;
}

.button-6:hover {
    background-position: -900px;
    transition: background .5s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f1bd06;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e3e3e3 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e3e3e3;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e3e3e3;
    min-height: 40px;
}

.select2-dropdown {
    border: 1px solid #e3e3e3;
}

.select2-container--default .select2-selection--single {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 42px;
    border-color: transparent;
    outline: 0;
    padding-left: 1.25rem;
    font-size: 15px;
    font-weight: 400;
}

.header {
    background-color: #3e007c;
    padding: 0 15px 45px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header-dropdown:hover>.dropdown-menu {
    display: block;
}

.top-header-section {
    padding-bottom: 25px;
    padding-top: 25px;
}

.logo a img {
    width: 170px;
}

.logo:hover {
    box-shadow: none !important;
}

.header-menu-list {
    padding: 20px;
    border-radius: 10px
}

.user-notification-block ul li a.menu-style {
    color: #7e8fa1;
    padding: 32px 14px;
}

.user-info a.menu-style {
    color: #7e8fa1;
    padding: 18px 14px;
    padding-right: 0;
}

.user-notification-block ul li .badge {
    font-family: open sans, sans-serif;
    width: 23px;
    height: 23px;
    top: 14px;
    right: 5px;
    font-weight: 500;
    font-size: 14px;
}

nav ul li a {
    color: #333;
}

nav ul li.active a,
nav ul li.focus a,
nav ul li.hover a {
    color: #f1bd06;
}

.nav-link:focus,
.nav-link:hover {
    background: #e2e2e2;
    border-radius: 10px;
    border-bottom: 5px solid #ccc;
}

.user-block .dropdown-toggle:after {
    display: none;
}

.user-block .notification-dropdown-menu {
    min-width: 23rem;
}

.user-block .user-info .notification-dropdown-menu {
    min-width: 5rem;
    width: 300px;
}

.user-block .notification-dropdown-menu .dropdown-item p {
    width: 230px;
}

.user-block .notification-dropdown-menu .media a.trash-btn {
    background: #ffe6e6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #900;
}

.user-block .notification-dropdown-menu .media a.position-relative span {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f4f6f9;
}

.sidebar-wrapper .card a.active {
    background: #3e007c;
    color: white !important;
}

.sidebar-wrapper a {
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-direction: column;
}

.sidebar-wrapper a:hover {
    background: #ededed;
}

.sidebar-wrapper .first-slider-btn {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar-wrapper .last-slider-btn {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sidebar-wrapper .last-slider-btn1 {
    border-bottom-left-radius: 10px;
}

.ctm-border-right {
    border-right: 1px solid #ededed;
}

.ctm-border-left {
    border-left: 1px solid #ededed;
}

.ctm-border-top {
    border-top: 1px solid #ededed;
}

.ctm-border-full {
    border: 1px solid #ededed;
}

a .avatar:hover>img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.rt_nav_header.horizontal-layout.fixed-on-scroll.nav-bottom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#loader-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

.dot {
    width: 15px;
    height: 15px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.dot:nth-child(1) {
    animation-delay: .1s;
    background: #3e007c;
}

.dot:nth-child(2) {
    animation-delay: .2s;
    background: #f1bd06;
}

.dot:nth-child(3) {
    animation-delay: .3s;
    background: #007bff;
}

.dot:nth-child(4) {
    animation-delay: .4s;
    background: #dc3545;
}

.dot:nth-child(5) {
    animation-delay: .5s;
    background: #28a745;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1)
    }

    50% {
        opacity: .3;
        transform: scale(2)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1)
    }

    50% {
        opacity: .3;
        transform: scale(2)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1)
    }

    50% {
        opacity: .3;
        transform: scale(2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes slide {
    0% {
        transform: scale(1)
    }

    50% {
        opacity: .3;
        transform: scale(2)
    }

    100% {
        transform: scale(1)
    }
}

.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}

.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #fff;
}

.calendar-events i {
    margin-right: 8px;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: open sans, sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: open sans, sans-serif;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #f9dc77;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #333;
}

.fc-axis.fc-widget-header {
    width: 70px !important;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f1bd06;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 5px;
}

.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #3e007c !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    color: #fff !important;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px;
    text-align: center;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: open sans, sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: open sans, sans-serif;
}

.event-form .input-group .form-control {
    height: 40px;
}

.offcanvas-menu {
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 989999;
    overflow-y: scroll;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    padding-bottom: 25px;
}

.filter-row a {
    height: 44px;
}

.custom-search .input-group-append {
    border-radius: 0 5rem 5rem 0;
}

.custom-search button {
    border-radius: 5rem !important;
}

.header-wrapper ul li.active {
    z-index: 2;
    color: #fff;
    background-color: #f1bd06;
    border-color: #f1bd06;
    border-radius: 10px;
}

.header-wrapper ul li:hover {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    border-radius: 10px;
}

.header-wrapper ul li.active:hover {
    background-color: #f1bd06;
    border-color: #f1bd06;
    border-radius: 10px;
}

.header-wrapper div.append select {
    display: none;
    height: 45px;
    border: 1px solid #ececec;
    padding: 0 40px 0 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.header-wrapper .nav-arrow {
    right: 14px;
}

.page-wrapper {
    padding: 0 15px 0;
    margin-top: -45px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3e007c;
    border-color: #3e007c;
}

.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page-title {
    border-left: 3px solid #f1bd06;
    border-right: 3px solid #f1bd06;
}

.card {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100%;
}

.card-header {
    background: 0 0;
    padding: 0.5rem 0.8rem;
    border-bottom: 1px solid #ededed;
}

.card-header-sub {
    background-color: #3e007c;
    padding: 0rem 1.25rem;
    border-bottom: 1px solid #ededed;
}

.card-title {
    color: #333;
    margin-bottom: 20px;
}

hr {
    border-top: 1px solid #ededed;
}

.list-group-item {
    border: 1px solid #ededed;
}

.team-lead .media {
    align-items: center;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: fontawesome;
    color: #757575;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 10px;
    border: 6px solid #f3f3f3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-preview div {
    background-image: url(../img/logo2.png);
}

.e-avatar:first-of-type {
    margin-left: 0 !important;
}

.e-avatar {
    background-color: #fff;
    border: 3px solid #e7e7e7;
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
    margin-left: -20px;
}

.e-avatar>img {
    border-radius: 50%;
    width: 100%;
}

.dash-card-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    min-height: 50px;
}

.dash-card-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-right: 15px;
}

.dash-card-icon i {
    width: 20px;
}

.today-list .card-body .dash-card-content {
    color: #333;
}

.dash-card-content p {
    margin-bottom: 0;
}

.dash-card-avatars {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 0 15px;
    padding-right: 0;
}

.dash-card-content {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.notice-board {
    display: flex;
    align-items: center;
}

.time-list {
    display: flex;
    flex-grow: 1;
}

.dash-stats-list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.dash-stats-list span {
    min-width: 105px;
}

.dash-stats-list h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dash-stats-list+.dash-stats-list {
    border-left: 1px solid #e7e7e7;
}

.dash-stats-list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.dash-widget .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-icon {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #26a69a;
}

.card-icon .fa {
    font-size: 24px;
    margin: auto;
    color: #fff;
}

.card-right {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-right .card-title {
    margin-bottom: 5px;
    font-size: 16px;
}

.card-right p {
    font-size: 20px;
    font-weight: 700;
}

.drop-active a {
    min-width: 90px;
}

.avatar {
    background-color: #3e007c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 34px;
    margin: 0 -17px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
    border: 3px solid #fff;
    box-shadow: 0 1px 5px 0 rgba(53, 53, 53, .3);
}

.avatar:hover {
    color: #fff;
}

.avatar.avatar-xs {
    width: 24px;
    height: 24px;
}

.avatar>img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3e007c;
    border-radius: 10px;
    border-bottom: 5px solid #f1bd06;
}

.nav-pills .nav-link {
    color: #3e007c;
}

.quicklink-sidebar-menu ul li a {
    display: block;
}

.header-menu-list div ul li a {
    display: block;
}

.yalign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.admin-activ .recent-comment {
    max-height: 390px;
    overflow-y: auto;
    position: relative;
}

.btn-add {
    margin-bottom: 30px;
}

.last-card-row,
.last-card-row1 {
    margin-bottom: 0;
}

.grow {
    animation: bounce-in-right 3s ease;
}

@keyframes bounce-in-right {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-10px)
    }

    80% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(0)
    }
}

.form-check-input {
    position: absolute;
    height: auto;
    width: auto;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3e007c;
    background-color: #3e007c;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.year-text-blink {
    color: white;
    font-size: 30px;
    font-weight: 900;
    animation: blink 2s infinite;
    cursor: default;
    font-family: math;
    border-style: solid
}


.title {
    font-size: 20px;
    font-weight: 600;
}

.subtitle {
    font-size: 15px;
    font-weight: 500;
}

.textareastyle {
    line-height: 1.9;
}

.company-logo .form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 15px;
    height: 40px;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    outline: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-group.row {
    align-items: center;
}

.form-group {
    margin-bottom: 5px;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 10px;
}

.top-nav-search {
    margin-right: 15px;
    margin-left: 15px;
}

.top-nav-search form {
    margin-top: 9px;
    position: relative;
    width: auto;
}

.top-nav-search .form-control {
    background-color: #3e007c;
    border-color: rgba(150, 148, 148, .9);
    border-radius: 50px;
    color: #fff;
    height: 42px;
    padding: 10px 50px 10px 15px;
}

.top-nav-search:hover {
    margin-right: 20px;
    transition: all .4s ease 0s;
}

.offcanvas-menu .top-nav-search form {
    margin-top: 20px;
}

.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    min-height: 40px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.top-nav-search .form-control::-webkit-input-placeholder {
    color: #fff;
}

.top-nav-search .form-control::-moz-placeholder {
    color: #fff;
}

.top-nav-search .form-control:-ms-input-placeholder {
    color: #fff;
}

.top-nav-search .form-control::-ms-input-placeholder {
    color: #fff;
}

.top-nav-search .form-control::placeholder {
    color: #fff;
}

.top-nav-search.active form {
    display: block;
    left: 0;
    position: absolute;
}

.user-info a .user-avatar img {
    margin-bottom: 3px;
}

.document-up a {
    padding: 15px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 5px;
    display: block;
    color: #333;
    border: 1px solid #e5e5e5;
}

.leave-img {
    width: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3e007c;
}

.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 10px;
    width: auto;
    padding: 5px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}

.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}

.profile-det-info {
    overflow: hidden;
}

.profile-det-info h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    margin: 1.875rem auto;
    max-width: 800px;
    min-height: 500px;
    width: 100%;
}

.login-wrapper .loginbox .login-left {
    align-items: center;
    background: #3e007c;
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 400px;
    display: flex;
}

.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px;
    width: 400px;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.account-subtitle {
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 1.875rem;
    text-align: center;
}

.login-wrapper .loginbox .login-right .forgotpass a {
    color: #a0a0a0;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
    color: #a0a0a0;
    margin-top: 1.875rem;
}

.login-wrapper .loginbox .login-right .dont-have a {
    color: #333;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
    text-decoration: underline;
}

.social-login {
    text-align: center;
}

.social-login>span {
    color: #a0a0a0;
    margin-right: 8px;
}

.social-login>a {
    background-color: #ccc;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    text-align: center;
    width: 32px;
}

.social-login>a:last-child {
    margin-right: 0;
}

.social-login>a.facebook {
    background-color: #4b75bd;
}

.social-login>a.google {
    background-color: #fe5240;
}

.login-or {
    color: #a0a0a0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 42px;
}

.inner-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

a.list-group-item {
    color: #333;
}

.tab-list-emp li a {
    padding: 0 15px;
}

.nav-tabs .nav-item.show .list-view,
.nav-tabs .list-view.active {
    color: #f1bd06;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .grid-view,
.nav-tabs .grid-view.active {
    color: #f1bd06;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .grid-view,
.nav-tabs .list-view {
    color: #3e007c;
}

textarea.form-control {
    color: #898f96;
}

.coll-arrow:after {
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
    position: relative;
}

.coll-arrow:not(.collapsed):after {
    content: "\f106"
}

.coll-arrow.collapsed:after {
    content: "\f107"
}

.custom-table {
    margin-bottom: 0px !important;
}

.custom-table th {
    padding: 4px 8px;
    font-size: 15px;
    background-color: #3E007C;
    color: white;
    font-weight: 500;
    border-top-color: #3E007C;
    border-bottom: 0px !important;
}

.custom-table td {
    vertical-align: middle;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    border-color: #3E007C;
}

.dashboard-table td {
    vertical-align: baseline !important;
}

.custom-table th:first-child {
    border-left-color: #3E007C;
}

.custom-table th:last-child {
    border-right-color: #3E007C;
}

.custom-table .action-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.custom-table .btn-action-table {
    color: #3e007c;
    padding: 2px 5px;
    border: 1px solid #3e007c;
    font-size: 12px;
}

.custom-table .btn-green {
    color: #000;
    /* border: 1px solid #28a745; */
    border: none !important;
}

.custom-table .btn-green a {
    color: #000 !important;
}

.custom-table .btn-red {
    color: #000;
    border: none !important;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.form-group label {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}

.modal-header {
    padding: 5px 15px;
}

.justify-content-space-between {
    justify-content: space-between;
}


@media only screen and (max-width:1199.98px) {
    .header-menu-list ul li a {
        font-size: 14px
    }

    h1 {
        font-size: 2.75rem
    }

    h2 {
        font-size: 2.03rem
    }

    .h3,
    h3 {
        font-size: 1.4rem
    }

    h5 {
        font-size: 1rem
    }

    .last-card-row {
        margin-bottom: 30px
    }

    .last-card-row1 {
        margin-bottom: 0
    }
}

@media only screen and (max-width:991.98px) {
    h4 {
        font-size: 1.2rem
    }

    .header-menu-list ul li a {
        font-size: 18px
    }

    .user-menu-items a {
        color: #212529
    }

    .header {
        padding: 0 15px 45px
    }
}

@media only screen and (max-width:767.98px) {
    .user-block .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        top: calc(100% + 20px);
    }

    .dropdown:hover>.notification-dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.03rem;
    }

    .h3,
    h3 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1rem;
    }

    .header-wrapper div.append {
        width: 100%;
    }

    .header-wrapper div.append ul {
        display: none;
    }

    .header-wrapper div.append select {
        display: block;
        position: relative;
        background: #fff;
        font-size: 16px;
    }

    .header-menu-list {
        padding: 10px;
    }

    .header-wrapper div.append select:after {
        position: absolute;
        content: "\e874";
        font-family: linearicons-free
    }

    .offcanvas-menu .user-notification-block ul li a.menu-style {
        padding: 27px 14px 14px;
    }

    .user-notification-block ul li .badge {
        right: 23px;
    }

    .login-wrapper .loginbox .login-left {
        display: none;
    }

    .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset;
    }

    .login-wrapper .loginbox .login-right {
        float: none;
        padding: 1.875rem;
        width: 100%;
    }

    .top-nav-search form {
        width: 212px;
    }
}

@media only screen and (max-width:575.98px) {
    h1 {
        font-size: 1.22rem
    }

    h2 {
        font-size: 1.67rem
    }

    .h3,
    h3 {
        font-size: 1.2rem
    }

    h4 {
        font-size: 1rem
    }

    p {
        font-size: .9rem
    }

    .top-header-section {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .page-wrapper {
        padding: 0;
        margin-top: -45px;
    }

    .header {
        padding: 0 0 45px;
    }

    .card {
        margin-bottom: 15px;
    }

    .fc-toolbar .fc-right {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        width: 200px;
        clear: both;
    }

    .fc-toolbar .fc-left {
        float: none;
        margin: 0 auto;
        width: 200px;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .fc-toolbar .fc-center h2 {
        width: 100%;
    }

    .fc button {
        font-size: 14px;
    }

    .nav-pills .nav-link {
        padding: .5rem;
    }

    .tab-list-emp li a {
        padding: 0 5px;
    }

    .btn-add {
        margin-bottom: 15px;
    }

    .last-card-row1 {
        margin-bottom: 0;
    }
}

.required-field {
    border-color: #dc3545 !important;
}

.react-tagsinput-tag {
    background-color: #7347c1 !important;
    border: 1px solid #7347c1 !important;
    color: #fff !important;
}

.react-tagsinput--focused {
    border-color: #000 !important;
}

.toolbar-class {
    display: none;
}

.modal-footer {
    padding: 10px;
}

.react-tagsinput-input {
    padding: 0px !important;
}

.modal-header-badges {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    align-items: center !important;
}

.badge-secondary {
    padding: 10px !important;
    background-color: #3E007C !important;
}

.ms-2 {
    margin-left: 10px;
}

.select-width {
    width: 300px;
}

.notes {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    padding: 2px 10px;
    background-color: aliceblue;
}

.notes-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.RichTextEditor__editor___1QqIU .RichTextEditor__paragraph___3NTf9,
.RichTextEditor__editor___1QqIU pre {
    margin: 0px 0px !important;
}

.note-section {
    border: 1px solid lightgray;
    border-radius: 8px;
    margin-bottom: 10px;
}

.note-section .box {
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
    justify-content: space-between;
    position: relative;
}

.note-section li {
    list-style: inherit !important;
}

.note-section dl,
.note-section ol,
.note-section ul {
    margin-bottom: 0px;
    padding-left: 14px;
}

.note-section .detail {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid lightgray;
}

.note-section .user-name {
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    text-transform: capitalize;
}

.note-section .title {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
}

.note-created-date {
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.note-section .box .date {
    font-size: 14px;
    font-weight: 500;
    color: #dc3545;
    margin-right: 15px;
}

.note-type {
    position: absolute;
    right: 0px;
    font-weight: 500;
    font-size: 12px;
    background: bisque;
    padding: 0px 10px;
    border-radius: 4px;
}

.step-modal {
    padding-left: 0px;
}

.step-modal .nav-link {
    padding: .2rem 1rem !important;
}

.step-modal .nav-link:hover,
.step-modal .nav-link.active {
    background-color: #3E007C !important;
    color: white !important;
    font-weight: 700;
    border-radius: 0px;
}

.step-modal .modal-xl {
    max-width: 95%;
}

.step-modal .p-dropdown-label {
    padding: 0px 10px !important;
    font-weight: 500;
}

.note-modal .react-datepicker__view-calendar-icon input {
    padding: 6px 10px 5px 10px !important;
    height: 41px;
}

.note-modal .react-datepicker__input-container .react-datepicker__calendar-icon {
    position: absolute;
    right: 10px;
    padding: 0px;
    top: 13px;
}

.documemt-pending {
    background-color: red;
    color: white;
}

.suspense {
    background-color: #010b13;
    color: white;
}

.our-side-pending {
    border: 1px solid blue;
    background-color: #fff !important;
    color: blue;
    border-radius: 4px;
    padding: 4px;
    font-weight: 600;
}

.payment {
    border: 1px solid Green;
    background-color: #fff !important;
    color: Green;
    border-radius: 4px;
    padding: 4px;
    font-weight: 600;
}

.emergency-complate {
    border: 1px solid #eaa221;
    background-color: #fff !important;
    color: #eaa221;
    border-radius: 4px;
    padding: 4px;
    font-weight: 600;
}

.others {
    border: 1px solid #ff1493;
    background-color: #fff !important;
    color: #ff1493;
    border-radius: 4px;
    padding: 4px;
    font-weight: 600;
}

.ribbon-2 {
    --f: 10px;
    /* control the folded part*/
    --r: 15px;
    /* control the ribbon shape */
    --t: 10px;
    /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - var(--f)),
            calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),
            0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f) / 2));
    /* background: #191970; */
    color: white;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
    top: 6px;
    font-size: 14px;
}

.DraftEditor-editorContainer {
    height: 120px !important;
}

.react-datepicker-popper {
    z-index: 99999 !important;
}

.react-datepicker__header {
    padding: 0px 0px !important;
}

.tags-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tags-type {
    border: 1px solid black;
    padding: 5px 20px 5px 10px;
    font-weight: 600;
    color: #3e007c;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: rgba(62, 0, 124, 0.3) 0px 1px 2px 0px, rgba(62, 0, 124, 0.15) 0px 2px 6px 2px;
    position: relative;
}

.tags-section .tags-close {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

/* background-color: #3E007C !important; */

.media-body .title {
    font-size: 17px;
    font-weight: 600;
}

.App {
    text-align: center;
}

.App-logo {
    height: 40vmin;
    pointer-events: none;
}


@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-spin infinite 20s linear;
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App-link {
    color: #61dafb;
}

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.columnflex {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.colflex {
    padding-left: 35px;
}

.tablestlye {
    font-weight: 100;
    font-size: 14px;
}

.react-dropdown-tree-select .dropdown .dropdown-content {
    width: 100%;
    margin-bottom: 5px;
}

.dropdown-trigger {
    display: flex;
    overflow: auto;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    line-height: 20px;
    padding: 4px;
}

.edit-name {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.rmsc .dropdown-content {
    --rmsc-h: 10x;

}

.rmsc .dropdown-container {
    --rmsc-h: 27px;
}

.searchWrapper {
    display: flex;
    flex-wrap: wrap;
}

.chip {
    border-radius: 3px !important;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
    position: absolute !important;
    right: 10px !important;
    padding: 0px !important;
    top: 13px !important;
}

.react-datepicker__view-calendar-icon input {
    padding: 0px 10px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.css-1dimb5e-singleValue {
    color: #3E007C !important;
    font-weight: 700 !important;
}

.accountant-receipt-container {
    border: 1px solid #ccc;
    padding: 5px 20px 5px 20px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.accountant-receipt-header {
    text-align: center;
    margin-bottom: 15px;
}

.accountant-receipt-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.accountant-details {
    text-align: right;
}

@media print {
    @page {
        size: A4;
    }

    .print-table-section {
        min-height: 700px;
    }

    .print-table-section table {
        height: fit-content;
    }
}

.filter-modal {
    position: relative !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    padding: 1rem !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.form-check-input {
    margin-top: 0px !important;
}

.form-check-label {
    margin-left: 5px !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

input[type=checkbox],
input[type=radio] {
    height: 20px !important;
    width: 18px !important;
}

.w-34 {
    width: 34% !important;
}

.dashboard-card {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 12px;
}

.dashboard-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-container {
    padding: 12px 16px;
}

.close-remindar {
    color: black !important;
    text-decoration: line-through;
    opacity: 0.3;
}

.card-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 15px;
    justify-content: flex-start;
}

.card-section .card {
    background-color: white;
    border-radius: 0.75rem;
    width: 23%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
}

.card-section .card .titles {
    font-size: 15px;
    font-weight: 600;
}

.today-reminder {
    background-color: red;
    color: white;
}

.today-reminder td {
    font-weight: 600;
}

.amount-total {
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
}

.findex {
    padding: 15px 15px;
}

.button-1.active {
    background-position: -900px;
    color: #fff;
    background-color: #f1bd06;
    border-bottom: 3px solid #3E007C !important;
}


.task-priority {
    animation: gradientFade 5s infinite alternate;
    background: #FFFFFF;
    color: white;
}

@keyframes gradientFade {
    0% {
        background-color: #FFFFFF;
        color: #000;
    }
    10% {
        background-color: #FFEAEB;
        color: #000;
    }
    20% {
        background-color: #FFD6D7;
        color: #000;
    }
    30% {
        background-color: #FFC1C3;
        color: #000;
    }
    40% {
        background-color: #FFADB0;
        color: #000;
    }
    50% {
        background-color: #FF999C;
        color: #000;
    }
    60% {
        background-color: #FF8488;
        color: white;
    }
    70% {
        background-color: #FF7074;
        color: white;
    }
    80% {
        background-color: #FF5B61;
        color: white;
    }
    90% {
        background-color: #FF474D;
        color: white;
    }
    100% {
        background-color: #E23F44;
        color: white;
    }
}