.status_pending {
	background-color: #FEEFB3;
	padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.status_reject {
	background-color: #F2DEDE;
	padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.status_accept {
	background-color: #d5ee9c;
	padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}

[data-bs-theme=light] {
	--bs-primary: #D33440;
	--bs-primary-active: #b32d37;
	--bs-primary-rgb: 211, 52, 64;
	--bs-text-primary: #D33440;
	--bs-primary-light: #fce6e8;
	--bs-pagination-active-bg: #D33440;
}

.link-primary:hover, .link-primary:focus {
	color: RGBA(211, 52, 64, var(--bs-link-opacity, 1)) !important;
}

.text-active-primary.active {
	color: var(--bs-text-primary) !important;
}

.page-link.active, .active > .page-link {
	background-color: #D33440;
}

.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
	color: #D33440;
}

/*--------------------*/
.label-warning, .label-success, .label-info {
    padding: 3px 9px;
    font-size: 75%;
    border-radius: .25em;
    margin-right: 3px;
}

.label-warning {
    background: #ed9c28;
}

.label-success {
    background: #47a447;
}

.label-info {
    background: #5bc0de;
}

/*fullcalendar*/
#draggable-events .fc-event {
	background: #171717;
    color: white;
    cursor: move;
    display: inline-block;
    font-size: 12px;
/*    font-size: 1.2rem;*/
    font-weight: normal;
    margin: 5px;
    padding: 10px;
    text-align: left;
    position: relative;
    line-height: 1;
    border-radius: .25em;
}

.fc-event.fc-event-warning {
	background: #ed9c28;
    border-color: #ed9c28;
}

.fc-event.fc-event-success {
	background: #47a447;
    border-color: #47a447;
}

.fc-event.fc-event-info {
	background: #5bc0de;
    border-color: #5bc0de;
}

/*form table*/
#run_audit_form table tr th {
	text-align: center;
	line-height: 130%;
	height: 20px;
	font-weight: normal;
}

#run_audit_form table tr td {
	text-align: center;
}

#run_audit_form table tr {
	height: 40px;
}

#info_table tr th, #info_table tr td {
	border-width: 1px;
}

#run_audit_form label {
	font-weight: normal;
}

#run_audit_form .inputitems {
	border: 0px;
    width: 25px;
}

#run_audit_form .inputtables {
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.ck-editor {
    width: 100% !important;
}

ul.simple-todo-list {
    list-style: none;
}
ul.simple-todo-list li {
    padding: 0 0 0 20px;
}

ul.simple-todo-list li a{
    color: #cc0000 !important;
}

ul.simple-todo-list li a:hover {
    color: #cc0000 !important;
    text-decoration: underline !important;
}

ul.simple-todo-list li a .icon-colr {
    vertical-align: middle;
    color: #cc0000;
    margin-right: 5px;
}

.personal-data {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.personal-data th, .personal-data td {
    width: 50%;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
/* .personal-data th {
    background-color: #f2f2f2;
} */
.personal-data tr:hover {
    background-color: #f5f5f5;
}
.personal-data .red-line {
    border-bottom: 2px solid red;
}

.personal-data .red-line-upper {
    border-top: 2px solid red;
}

.image-box img {
    width: 100%;
}

.last-box input, .last-box a{
    border: 1px solid #ccc;
    padding: 8px;
}

/* .card-body .box-body {
    border: 1px solid #ccc;
} */

.bg-class {
    background-color: #EEEEEE;
}

.fisrt-box {
    border-radius: 4px 4px 0 0;
    border: 1px solid #ccc;
}

.fisrt-box p {
    margin-bottom: 0;
    padding: 15px 20px;
}

.center-box ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding-left: 0;
    margin-bottom: 0;
}

.center-box ul li {
    width: 33.33%;
    padding: 10px 10px 10px 15px;
}

.center-box ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.box-body:not(:last-child) {
    margin-bottom: 15px;
}

.ceter-box ul  .bg-class.sub-li li{
    width: 25%;
}
