body,html {
    /* font-size: 12px !important; */
    /* font-family: Poppins, Helvetica, "sans-serif" !important; */
    /* font-family: 'Courier New', Courier, monospace; */
    /* font-family:Verdana, Geneva, Tahoma, sans-serif; */
}

p {
    font-size: unset !important;
}

.text-uppercase {
    text-transform: uppercase;
}

#kt_sign_in_form button[type=submit] {
    /* background: #22265e !important; */
}

.bg-primary {
    background-color: #7855c1 !important;
    --bg-color: 114, 57, 234 !important;
}

.pull-right {
    float: right;
}

.form-control label,
.form-check label {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
    /* background: #fbfbfb; */
    background: #ffffff;
}

input[disabled],
textarea[disabled],
select[disabled],
.select2-container--disabled .form-select.form-select-solid {
    background-color: #fbfbfb !important;
    border-color: #f7f7f7 !important;
}

input[type=radio][disabled],
input[type=checkbox][disabled] {
    background-color: #edecec !important;
    border-color: #f7f7f7 !important;
}

div#kt_aside,
.aside .aside-logo {
    /* background: #5a448f !important; */
    /* background: #0068B3 !important; */
    background: #195f92 !important;
}

.aside .aside-logo {
    /* height: 70px; */
}

.aside .aside-logo a img {
    /* height: 50px !important; */
    /* margin-top: 17px; */
}

div#kt_aside,
.menu-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .04);
}

.toolbar-fixed .toolbar {
    z-index: 10 !important;
}

/* .header-fixed .header */
#kt_header {
    /* z-index: 10; */
}

.modal-title {
    font-size: 18px !important;
}

#modal-small {
    z-index: 1056;
}

#modal-large {
    /* z-index: 1060; */
}

/* #modal-large .modal-content {
    width: 152% !important;
    left: -28% !important;
    right: 28% !important;
} */

.modal-fullscreen {
    height: 103%;
}

.modal-body-bg {
    background-color: #F5F8FA;
}

.modal-footer {
    padding: 0.4rem !important;
}

.modal-footer button {
    padding: 4px 11px !important;
}

.aside-menu .menu>.menu-item>.menu-link .menu-icon,
.aside-menu .menu>.menu-item>.menu-link .menu-icon .svg-icon,
.aside-menu .menu>.menu-item>.menu-link .menu-icon i {
    color: #c0b9cf !important;
}

.aside-menu .menu>.menu-item>.menu-link .menu-icon i {
    /* font-size: 18px !important; */
}

.aside-menu .menu>.menu-item>.menu-link {
    width: 100% !important;
}

.aside-menu .menu>.menu-item.show>.menu-link {
    /* text-align: center; */
}

.aside-menu .menu>.menu-item>.menu-link .menu-title {
    text-align: center;
    /* font-size: 12px; */
}

.aside-menu .menu>.menu-item>.menu-link {
    height: 58px !important;
    padding: 0.65rem 0.7rem !important;
}

.aside .aside-logo {
    height: 69px !important;
}

.aside-menu .menu>.menu-item.show>.menu-link .menu-title {}

.card .card-header {
    min-height: 30px;
    padding: 0 1rem;
}

.card .card-header .card-title h3,
.card .card-header .card-title .card-label {
    font-size: 13px;
}

.action-form .form-group+.form-group {
    margin-top: 30px;
}

.action-form .form-group {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 0.5rem;
}

.required:after,
.required-field:after {
    content: " *";
    color: #fb5252;
    font-size: 16px;
}

.form-floating>label,
form label {
    /* color: #000; */
    color: #787777;
    /* font-weight: 500; */
}

.hide {
    display: none !important;
}

.swal2-content {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 26px !important;
}

.swal2-popup {
    /* width: 30em !important; */
    width: 27em !important;
    padding: 8px 7px !important;
}

.swal2-title {
    font-size: 13px !important;
    color: #6d6e72 !important;
}

.swal2-styled.swal2-confirm {
    /* padding: 0.375rem 2.75rem !important; */
}

.swal2-styled.swal2-cancel {
    background-color: #616161 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #0b6dca !important;
}

.swal2-header {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.error,
.field-error {
    color: #fb5252;
    font-size: 12px;
}

.delete-row:hover {
    color: #ffffff;
}

.swal2-confirm,
.swal2-cancel,
.swal2-deny {
    /* padding: 0.375rem 2.75rem !important; */
    font-size: 12px !important;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}


.table-responsive {
    /* overflow-x: visible !important; */
    overflow-y: scroll !important;
}

table {
    /* background: #f9f9f9 !important; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid #f5f5f5 !important;
    border-collapse: collapse !important;
    vertical-align: middle !important;
}

table th {
    /* background: #f5f5f5 !important; */
    /* background: #dfdfdf !important; */
    font-weight: bold !important;
    text-transform: capitalize !important;
    color: #7a7a7a !important;
    font-size: 13px !important;
    padding: 6px !important;
}

table.header-bordered th {
    border: 1px solid #fff !important;
}

table th,
table td {
    padding-left: 10px !important;
}

table td {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    /* font-size: 0.88rem !important; */
}

table.dataTable td {
    font-size: 12px !important;
}

table td:last-child,
table.dataTable td:last-child {
    justify-content: center;
}


table.table thead tr {
    color: #707070;
    font-weight: 400;
    background: repeat-x #F2F2F2;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}


[class*=widget-color-]>.widget-body table thead:first-child tr {
    background: repeat-x #f2f2f2 !important;
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%) !important;
}

table.table thead tr td,
table.table thead tr th {
    border-bottom-width: 3px !important;
}

table.table-bordered.dataTable thead tr:first-child td,
table.table-bordered.dataTable thead tr:first-child th {
    border-top-width: 0px !important;
}

table.dataTable {
    border-bottom: 1px solid #e0e0e0 !important;
}

.card>.dataTables_wrapper .table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 6px !important;
}

.dataTables_wrapper {
    background: #F5F5F5;
    padding: 0px 19px;
}

.dataTables_info {
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 28px !important;
    font-size: 13px;
    /* background-color: #F5F8FA; */
    /* background-color: #f3ecff; */
    border-color: #F5F8FA;
    min-height: 8px;
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
    /* background-color: #F5F8FA; */
    /* background-color: #f3ecff; */
    border-color: #F5F8FA;
}

/* table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled){
    padding-right: inherit !important;
} */

table tr:last-child,
table th:last-child,
table td:last-child {
    padding-right: 10px !important;
}

.dt-actions {
    position: relative;
    z-index: 0;
    top: 10px;
    /* width: 20px; */
    /* max-width: 60px; */
    /* right: 0px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    color: #22265e;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.dt-actions .actions-list {
    position: absolute;
    /* background-color: #222e3c; */
    background-color: #0054b5;
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 11px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* top: 20px; */
    right: 19px;
    bottom: 18px;
    height: fit-content;
    text-align: left;
}

.dt-actions .actions-list::after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 23;
    border: 1px solid transparent;
    border-width: 7px 7px;
    border-top-color: #0054b5;
    right: 2px;
    bottom: -13px;
}

tr td:not(:last-child) .dt-actions .actions-list {
    left: 7px;
    right: auto;
}

tr td:not(:last-child) .dt-actions .actions-list::after {
    left: 2px;
    right: auto;
}

.dt-actions:hover {
    z-index: 10;
}

.dt-actions:hover>i {
    transform: rotate(180deg);
    opacity: 0;
}

.dt-actions:hover .actions-list {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.dt-actions .actions-list a {
    display: block;
    font-size: 11px;
    padding: 4px 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dt-actions .actions-list a:last-child {
    border-bottom: none;
}

.dt-actions .actions-list a i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.dt-actions .actions-list a span {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.dt-actions .actions-list a:hover span {
    color: #fff;
    transform: translateX(-3px);
}

.dt-actions .actions-list a.danger i {
    color: #ffa65b;
}

.dt-actions .actions-list a.danger span {
    color: #ffa65b;
}

.actions-list a.danger i {
    color: #ffa65b !important;
}

.actions-list a.danger span {
    color: #ffa65b !important;
}


.report-main-header h6 {
    /* line-height: 1.5rem; */
    /* padding: 3px 3px 0px 3px; */
}


.report-main-header.h-header {
    line-height: 1.5rem !important;
    /* padding: 8px 3px 1px 3px; */
    padding: 1px 3px 1px 3px;
}

.report-main-header.h-header h6 {
    margin: 10px 5px !important;
    /* margin-top: 15px !important; */
    /* margin-bottom: 15px !important; */
    font-size: 15px !important;
}

label {
    font-weight: bold !important;
}

.report-main-header {
    background: #f9c699;
    padding: 2px 6px;
    margin: 5px 0px;
    font-size: 13px;
    font-weight: bold;
    /* background: #e9e7f9; */
}

.report-main-header.gray {
    /* background: #e6e6e6; */
    background-color: rgb(231 231 231 / 80%);
}

.report-main-header.lg {
    padding: 7px;
    font-size: 14px;
}

.report-main-header.sm {
    padding: 2px 6px;
    font-size: 13px;
}

.report-main-header.md {
    padding: 3px 6px;
    font-size: 13px;
}

.report-main-header.light-blue {
    /* background: #a7d5f7; */
    background: #daefff;
    color: unset !important;
}

.label-header-orange {
    background: #f9c699;
    padding: 0 0 1px 4px !important;
    line-height: 24px;
}

.card-header.report-header {
    background: #f9c699;
}

ul.validation-error-message-list {
    list-style-type: "→";
    list-style: square outside none;
    list-style-position: outside;
    list-style-image: none;
    display: grid;
}

ul.validation-error-message-list li {
    display: flex;
    color: #ff5454;
    font-size: 13px;
}

input[type=text]:not(.form-control),
select:not(.form-control),
input[type=number]:not(.form-control) {
    border: 1px solid #ebebeb;
    color: #404040;
    padding: 2px 5px;
}

select:not(.form-control),
select:not(.form-control):focus {
    background: #ffffff;
}

.general-action-action {
    padding: 5px 11px !important;
    font-size: 0.875rem !important;
}

.badge.delete-row {
    padding: 0.15rem 0.45rem;
    font-size: 0.86rem;
}

.btn-mini {
    padding: 2px 7px !important;
    font-size: 13px !important;
}

.text-bold {
    font-weight: bold !important;
}

.no-border {
    border: none !important;
}

table.no-border tr {
    border-width: 0px !important;
}

.input-field-description {
    font-size: 11.5px;
    /* color: #787575; */
    /* color: #518dc3; */
    color: #215687;
    font-style: italic;
}

.form-check.no-bg-color input {
    background-color: #f9f9f9 !important;
}

.form-check.no-bg-color .form-check-input:checked {
    background-color: #009EF7 !important;
}

table .btn i {
    font-size: 9px;
}


.dropdown-item.active,
.dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #5014D0;
}

table tr,
table th,
table thead {
    border-color: #e7e5e5 !important;
}

table tr {
    border-width: 1px !important;
}

table thead tr th:first-child {
    border-left-width: 1px !important;
}

table.default {
    border: none !important;
}

table.default tr {
    border-width: 0px !important;
}

table.default th,
table.default td {
    padding: 0px !important;
}



.bg-light-custom-primary {
    background-color: #f3ecff !important;
}

.border-custom-primary {
    border-color: #c5adef !important;
}

.svg-icon.svg-icon-custom-primary {
    color: #c5adef;
}


.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 0rem 0.75rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(2.5rem + 2px);
    line-height: 1;
}


.form-floating>textarea {
    height: calc(4rem + 2px) !important;
}

.form-floating>select {
    height: calc(2.9rem + 2px) !important;
}

.form-floating>label {
    /* padding: 0.5rem 0.75rem; */
    padding: 1.07rem 0.75rem;
    font-weight: bold;
}

.btn {
    border-radius: 4px;
}

.breadcrumbs {
    background-color: #ffffff;
    width: 100%;
    padding: 2px;
}

.breadcrumbs .btn {
    padding: 4px !important;
    font-size: 11px !important;
}

.highlight-orange {
    color: #de890d;
}


.border-gray-200 {
    border-color: #EFF2F5 !important;
}

.content {
    padding: 1rem 1rem 1.5rem !important;
}

.bg-light-primary {
    background-color: #F1FAFF !important;
}

.border-dashed {
    border-style: dashed !important;
    border-color: #E4E6EF;
}

.bg-light-primary {
    background-color: #F1FAFF !important;
}

.rounded {
    border-radius: 0.475rem !important;
}


.region-selection .btn,
.region-selection .btn:hover {
    background: #e5e9ed;
    border-color: #c4c7c9;
    color: #5a5a5a !important;

    /* background: #fff1f0; */
    /* border-color: #f7d9c8; */
    color: #5a5a5a !important;
}

table.table-borderless tr,
table.table-borderless td {
    border: none !important;
}

.dropdown-menu {
    padding: 6px !important;
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 2px 4px;
}

.sidebar-link,
a.sidebar-link {
    font-size: 13px !important;
}

.sidebar-dropdown .sidebar-item .sidebar-link {
    font-size: 13px !important;
}

.sidebar,
.sidebar-link,
a.sidebar-link,
.sidebar-content,
body[data-theme=dark] .sidebar-content {
    background: #062e5c;
    border-color: #062e5c !important;
}

form .btn.btnSubmit,
.breadcrumbs .btn,
.active>.page-link,
.page-link.active {
    /* font-size: 14px; */
    /* padding: 4px 32px; */
    /* background-color: #0054b5 !important; */
    /* border-color: #0054b5 !important; */
}

.page-item .page-link {
    border-radius: 0px !important;
}

.active>.page-link,
.page-link.active {
    /* font-size: 14px; */
    /* padding: 4px 32px; */
    background-color: #1b6aaa !important;
    border-color: #1b6aaa !important;
}

form .btn.btnSubmit {
    padding: 4px 9px;
    border-color: #0054b5 !important;
}




.dashboard-stat {
    /* background: #f3f3f3; */
    /* padding: 17px 0 25px 0px; */
    background: #fdfdfd !important;
    /* padding: 17px 10px 25px 10px !important; */
}

.dashboard-stat .fy-summary {
    /* background: #ffffff42; */
    background: #ffffff61 !important;
    /* background: #ffffff99; */
    /* opacity: 0.3; */
    height: 28px;
    line-height: 25px;
    /* color: #000; */
    margin: 0 0 0px;
    font-weight: bold;
}

.dashboard-stat .infobox {
    width: 100% !important;
}

.dashboard-stat .infobox .infobox-content {
    /* color: #9e9c9c; */
    max-width: 100%;
    text-transform: capitalize;
}

.dashboard-stat .infobox-content {
    font-size: 12px;
}

.dashboard-stat .infobox>.infobox-data>.infobox-data-number {
    /* color: #807c7c; */
}

.dashboard-stat .infobox-container .indicator-title {
    /* color: #7b7a7a; */
    color: #757373;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.dashboard-stat .infobox>.infobox-icon>.ace-icon {
    background-color: #2319196b;
}

.dashboard-stat .infobox>.stat {
    right: 0px !important;
}

.dashboard-stat .infobox>.stat::before,
.dashboard-stat .infobox>.stat::after {
    display: none !important;
}

.dashboard-stat .icon-box {
    padding: 6px 0 0 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    box-shadow: 0px 8px 17px 0px #ccc;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    margin-bottom: 1rem;
}

.dashboard-stat .icon-box::before {
    content: '';
    /* position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1; */
}

.dashboard-stat .icon-box:hover::before {
    background: #0068B3;
    top: 0;
    border-radius: 0px;
}

.dashboard-stat .icon {
    margin-bottom: 15px;
}

.dashboard-stat .icon i {
    font-size: 48px;
    line-height: 1;
    color: #0068B3;
    transition: all 0.3s ease-in-out;
}

.dashboard-stat .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px;
}

.dashboard-stat .title a {
    color: #111;
    text-decoration: none;
}

.dashboard-stat .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 7px;
    font-weight: bold;
}

.dashboard-stat .icon-box:hover .title a,
.dashboard-stat .icon-box:hover .description {
    /* color: #fff; */
}

.dashboard-stat .icon-box:hover .icon i {
    color: #fff;
}

.dashboard-stat .box-blue .icon-box {
    /* background: teal !important; */
    /* background: #0068B3; */
    /* background: -webkit-linear-gradient(top, #6280ef 20%, #4a5eec 50%, #4d69ef 52%, #7aa2ea 100%); */
}

.dashboard-stat .box-red .icon-box {
    /* background: teal !important; */
    /* background: #0068B3; */
    /* background: -webkit-linear-gradient(top, #ef7c62 20%, #ec7e4a 50%, #ef6b4d 52%, #ea947a 100%); */
}

.dashboard-stat .indicator-summary {
    /* margin-top: 12px; */
}

.dashboard-stat .indicator-summary .indicator-summary-data {
    width: 100%;
    display: flex;
    /* border: 2px solid #000000; */
    /* padding: 2px 12px; */
    /* font-weight: 600; */
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    margin-bottom: 3px;
}

.dashboard-stat .indicator-summary .description-box {
    width: 80%;
    padding: 6px;
}

.dashboard-stat .indicator-summary .description-box span {
    /* padding: 3px 5px; */
}

.dashboard-stat .indicator-summary .value-box {
    width: 20%;
    text-align: center;
}

.dashboard-stat .indicator-summary.amounts-box .description-box {
    width: 65%;
}

.dashboard-stat .indicator-summary.amounts-box .value-box {
    width: 35%;
    text-align: center;
}

.dashboard-stat .indicator-summary .value-box span {
    vertical-align: -webkit-baseline-middle;
}

.dashboard-stat .indicator-summary-data.partitions-3 .description-box,
.dashboard-stat .indicator-summary.partitions-3 .description-box {
    width: 40%;
}

.dashboard-stat .indicator-summary-data.partitions-3 .value-box,
.dashboard-stat .indicator-summary.partitions-3 .value-box {
    width: 30%;
}

.dashboard-stat .indicator-break-down-header {
    padding: 1px 7px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 30px;
}

.dashboard-stat .indicator-break-down-header.top {
    margin-top: -16px;
}

/**
    pwd box settings
*/

.dashboard-stat .box-blue .icon-box {
    background: linear-gradient(to right, #4286e6, #55c7ff);
    /* box-shadow: 0px 8px 17px 0px #30b2f7; */
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    /* background: #777; */
}

.dashboard-stat .box-blue .indicator-break-down-header {
    background: #b6d7f3;
}

.dashboard-stat .box-blue .indicator-summary .description-box {
    background: #67bff342;
    /* color: inherit; */
}

/**
    groups box settings
*/

.dashboard-stat .box-red .icon-box {
    background: linear-gradient(to right, #ea4b3bbf, #e65664f0);
}

.dashboard-stat .box-red .indicator-break-down-header {
    background: #fdcaca;
}

.dashboard-stat .box-red .indicator-summary .description-box {
    background: #f443361f;
}

/**
    groups applications settings
*/

.dashboard-stat .box-yellow .icon-box {
    background: linear-gradient(to right, #fbb51bd1, #fffa55);
    /* background: linear-gradient(to right, #fbb51bd1, #fddb37); */
}

.dashboard-stat .box-yellow .indicator-break-down-header {
    background: #fdf28f;
}

.dashboard-stat .box-yellow .indicator-summary .description-box {
    background: #fdf9d5;
}

/**
    speical grants settings
*/

.dashboard-stat .box-green .icon-box {
    background: linear-gradient(to right, #30e02dd1, #96da64);
}

.dashboard-stat .box-green .indicator-break-down-header {
    background: #b4fdb7;
}

.dashboard-stat .box-green .indicator-summary .description-box {
    background: #dfffe1;
}


.dashboard-stat .box-purple .icon-box {
    background: linear-gradient(to right, #c192ffd1, #c384fd);
    /* background: linear-gradient(to right, #fbb51bd1, #fddb37); */
}

.dashboard-stat .box-purple .indicator-break-down-header {
    background: #fdf28f;
}

.dashboard-stat .box-purple .indicator-summary .description-box {
    background: #fdf9d5;
}


.form-control,
.select2-search input[type=text] {
    border: 1px solid #e9e9e9 !important;
}



.actions {
    position: relative;
    z-index: 0;
    top: 10px;
    width: 20px;
    /* max-width: 60px; */
    /* right: 0px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    color: #047bf8;
    text-decoration: none;
    cursor: pointer;
}

.actions .actions-list {
    position: absolute;
    background-color: #0068B3;
    color: #fff;
    font-size: 0.9rem;
    /* padding: 12px 12px; */
    padding: 6px 6px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* top: 20px; */
    right: 7px;
    bottom: 11px;
}

.actions .actions-list::after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 23;
    border: 1px solid transparent;
    border-width: 7px 7px;
    border-top-color: #0068B3;
    right: 2px;
    bottom: -13px;
}

tr td:not(:last-child)>.actions .actions-list {
    left: 7px;
    right: auto;
}

tr td:not(:last-child)>.actions .actions-list::after {
    left: 2px;
    right: auto;
}

.actions:hover {
    z-index: 10;
}

.actions .fa {
    font-size: 14px;
}

.actions:hover>i {
    transform: rotate(180deg);
    opacity: 0;
}

.actions:hover .actions-list {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.actions-list a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.actions-list a:last-child {
    border-bottom: none;
}

.actions-list a i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.actions-list a span {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.actions-list a:hover span {
    color: #fff;
    transform: translateX(-3px);
}

.actions-list a.danger i {
    color: #ffa65b;
}

.actions-list a.danger span {
    color: #ffa65b;
}

.dt-actions {
    position: relative;
    z-index: 0;
    top: 10px;
    width: 20px;
    /* max-width: 60px; */
    /* right: 0px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #047bf8;
    text-decoration: none;
    cursor: pointer;
}

.dt-actions .actions-list {
    position: absolute;
    background-color: #0068B3;
    color: #fff;
    font-size: 0.9rem;
    padding: 12px 12px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* top: 20px; */
    right: 7px;
    bottom: 11px;
}

.dt-actions .actions-list::after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 23;
    border: 1px solid transparent;
    border-width: 7px 7px;
    border-top-color: #0068B3;
    right: 2px;
    bottom: -13px;
}

tr td:not(:last-child) .dt-actions .actions-list {
    left: 7px;
    right: auto;
}

tr td:not(:last-child) .dt-actions .actions-list::after {
    left: 2px;
    right: auto;
}

.dt-actions:hover {
    z-index: 10;
}

.dt-actions:hover>i {
    transform: rotate(180deg);
    opacity: 0;
}

.dt-actions:hover .actions-list {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.dt-actions .actions-list a {
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dt-actions .actions-list a:last-child {
    border-bottom: none;
}

.dt-actions .actions-list a i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.dt-actions .actions-list a span {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.dt-actions .actions-list a:hover span {
    color: #fff;
    transform: translateX(-3px);
}

.dt-actions .actions-list a.danger i {
    color: #ffa65b;
}

.dt-actions .actions-list a.danger span {
    color: #ffa65b;
}

.actions-list a.danger i {
    color: #ffa65b !important;
}

.actions-list a.danger span {
    color: #ffa65b !important;
}



.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-search input[type=text][disabled],
.select2-search input[type=text][readonly],
fieldset[disabled] .select2-search input[type=text] {
    color: #575858 !important;
}



.page-header h1 {
    font-size: 20px;
    font-weight: 500;
}

.page-header h1 span {
    font-weight: 100;
}

.page-header-custom {
    margin: 3px 0 8px;
    /* border-bottom: 1px dotted #e2e2e2; */
    /* padding-bottom: 0px; */
    /* padding-top: 0px; */
    padding: 10px;
    background: #f9c699;
    /* background: #e4e4e4; */
    /* background: #ff7b0759; */
    /* background: #e9ebfb; */
    /* background: #f4f5f7; */
}

.page-header-custom h1 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    /* color: #b70606; */
    color: #af0b0b;
    /* color: #403f3f; */
}

.page-header-custom h1 small {
    color: #b70606;
    font-size: 12px;
}

.page-header-custom h1 span {
    font-size: 13px;
    font-weight: 600;
}

.page-header-custom i {
    color: #5c5c5c;
}

.btn-action {
    margin: -6px -6px;
    padding: 6px 10px !important;
    font-size: 12px;
}


.btn.btn-primary,
.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    background-color: #1b6aaa !important;
}


.aside-menu .menu>.menu-item>.menu-link .menu-title {
    color: #e2e2e2 !important;
    margin-top: 8px;
}

.form-floating select {
    /* padding: 2px 10px !important; */
}

.btn-success,
.btn-success:hover {
    background-color: #419b67 !important;
}

.btn-warning,
.btn-warning:hover {
    background-color: #dcb414;
}


.btn-danger,
.btn-danger:hover {
    background-color: #ce2411;
}

.btn-print {
    padding: 3px 6px !important;
    font-size: 12px !important;
}


.nav-line-tabs .nav-item .nav-link {
    /* border-bottom: 4px solid #fff !important;
    color: #576373;
    border-color: #c5d0dc #c5d0dc transparent;
    border-top: 2px solid #4c8fbd;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15);
    padding: 9px 11px; */
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link.active:hover {
    /* border-bottom: 2px solid #cdcdcd !important; */
    /* border-bottom: none !important; */
    border-bottom: 4px solid #fff !important;
    color: #576373;
    border-color: #c5d0dc #c5d0dc transparent;
    border-top: 2px solid #4c8fbd;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15);
    padding: 9px 11px;
}



.nav-line-tabs .nav-item .nav-link {
    border-bottom: none !important;
}

.form-control.form-control-solid {
    background-color: #F5F8FA !important;
    border-color: #F5F8FA !important;
    color: #5E6278 !important;
}


form .card .card-footer,
.card form .card-footer {
    padding: 19px 0px 0px !important;
}


.block-numerical {
    width: 100%;
    display: inline-flex;
}

.block-numerical .description,
.block-numerical .value {
    padding: 9px;
}

.block-numerical .description {
    background: rgb(208 208 208);
    font-weight: 500;
}

.block-numerical .value {
    font-weight: bold;
    background: rgb(255 224 227);
    text-align: center;
}


.section-gray.padding-select {
    padding: 11px 3px 1px 10px;
}

.section-gray {
    background: #e9e7f9;
}


.select2-container--default .select2-selection--single {
    height: 34px;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #a8a8a9 !important;
    border-radius: 1px;
    background: #f9f9f9;
}

.select2-results li {
    background: #fff;
}

.select2-100 .select2-container {
    width: 100% !important;
}

.select2-results {
    cursor: pointer !important;
    padding: 0 0 0 4px !important;
}

.select2-search--dropdown {
    padding: 4px 4px 0px 4px !important;
}

.select2-results .select2-results__option--highlighted {
    background-color: #316AC5 !important;
    color: #ffffff;
}

.select2-container--default .select2-results__option--selected

/* ,.chosen-container .chosen-results li.active-result.result-selected */
    {
    /* background-color: #316AC5 !important; */
    /* color: #333333 !important; */
    /* background-color: #ffffff !important; */
    /* color: inherit; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}

.multiple-live-search span:nth-child(3) {
    display: none;
}

.select2-search:after {
    display: none;
}

/* td.multiple-add .selection {
    display: none;
} */

.btn-sm {
    padding: 6px 10px !important;
    font-size: 12px !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #111 !important;
}

.dashboard-card{
    border: 1px solid #e8e8e8;
    box-shadow: 0px 7px 5px 2px #d4d4d5;
}

.no-border{
    border: none !important;
}

.no-border td{
    padding: 0px !important;
    margin: 0px !important;
}

.search-label{
    font-size: 11px !important;
    padding: 0px !important;
}

table.role-management .checkbox {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
}

table.role-management tr.feature-header {
    background-color: #bcdff9;
}

table.role-management h5 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
