.btn-delete-sm,
.btn-edit {
 box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
}
.cpz-table,
.fixed_header {
 table-layout: fixed;
 border-collapse: collapse;
}
.sub-menu a,
.sub-menu i {
 margin: 0 !important;
 display: flex !important;
}
.alert-box a,
tbody > tr.pointer {
 cursor: pointer;
}
html {
 width: 100%;
}
input {
 caret-color: #53ae0e !important;
}
body {
 overflow-x: hidden !important;
}
body.show-spinner > main {
 overflow: hidden !important;
}
.fullpage-loader--invisible,
body.show-spinner > * {
 opacity: 0;
}
body.show-spinner::after {
 content: " ";
 display: inline-block;
 width: 30px;
 height: 30px;
 border: 2px solid rgba(0, 0, 0, 0.2);
 border-radius: 50%;
 border-top-color: rgba(0, 0, 0, 0.3);
 animation: 1s ease-in-out infinite spin;
 -webkit-animation: 1s ease-in-out infinite spin;
 left: calc(50% - 15px);
 top: calc(50% - 15px);
 position: fixed;
 z-index: 1;
}
@keyframes spin {
 to {
  transform: rotate(360deg);
 }
}
@-webkit-keyframes spin {
 to {
  -webkit-transform: rotate(360deg);
 }
}
.notification-icon {
 align-self: center;
}
.btn-delete-sm {
 background: linear-gradient(45deg, #c60000, #ff3306) !important;
 border-radius: 50% !important;
 padding: 5px 7px !important;
 color: #fff !important;
}
@media (min-width: 576px) {
 .modal-dialog {
  margin: 1.75rem auto;
 }
}
.al-text-red {
 color: red !important;
}
.al-text-green {
 color: #53ae0e !important;
}
.al-text-blue {
 color: #147eae !important;
}
.rating-color {
 color: #fbc634 !important;
}
#EmergencyNumber::placeholder {
 color: red;
}
.registration-header {
 filter: drop-shadow(0.5px 0.5px 8px black);
}
.list-group-item {
 background-color: inherit !important;
}
.nav-tabs.separator-tabs .nav-link {
 font-size: 1.099rem;
}
.copyrights {
 font-size: 0.9em;
}
@media (max-width: 990px) {
 .process-icon {
  transform: rotate(90deg);
 }
}
.itcn-bg-1 {
 background: #e6e6e6;
}
label {
 margin-bottom: 0.3rem;
 margin-left: 0;
}
.status {
 text-shadow: none !important;
 color: #fff;
 font-size: 0.799em;
 text-transform: uppercase !important;
 font-weight: bolder !important;
 padding: 8px 15px;
 line-height: 1;
 text-align: center;
 display: flow-root;
}
.on-trip,
.status-active,
.status-inactive,
.trip-number {
 color: #fff !important;
}
.on-trip,
.status-active,
.status-hold,
.status-inactive,
.status-leave,
.trip-number {
 text-transform: uppercase;
}
.on-trip {
 background: #38a700 !important;
}
.status-leave {
 background: #ed2a24 !important;
}
.trip-number {
 background: linear-gradient(45deg, #ff9600, #f7c60b) !important;
}
.status-active {
 background: linear-gradient(45deg, #05d41f, #26e40f) !important;
}
.status-inactive {
 background: linear-gradient(45deg, #e50606, #ff0071) !important;
}
.status-hold {
 background: linear-gradient(45deg, #0f9ce7, #6a0fe4) !important;
 color: #fff;
}
.btn-delete,
.btn-view {
 border-radius: 60% !important;
 padding: 8px 9px !important;
}
.btn-edit {
 border-radius: 50% !important;
 padding: 8px 9px !important;
}
.no-sort-icon:after,
.no-sort-icon:before {
 content: "" !important;
}
.mini-card {
 height: 100px;
}
@media (min-width: 992px) and (max-width: 1200px) {
 .mini-card {
  height: 106px !important;
 }
}
@media (min-width: 1201px) and (max-width: 1900px) {
 .mini-card {
  height: 125.5px !important;
 }
}
.select2-container--bootstrap
 .select2-selection--single
 .select2-selection__arrow
 b {
 border-color: #999 transparent transparent;
 border-top-color: red !important;
 border-style: solid;
}
.alert-box a,
.sub-menu a {
 box-sizing: border-box;
 border-bottom: 1px solid #f3f3f3;
}
.cpz-table {
 width: 100% !important;
}
.cpz-table tbody,
.cpz-table thead,
.dataTables_wrapper,
.fixed_header tbody,
.fixed_header thead {
 overflow: auto;
}
.cpz-table tbody tr td:first-child,
.cpz-table thead tr th:first-child {
 width: 300px !important;
 padding: 10px;
}
.cpz-table tbody tr td:nth-child(3),
.cpz-table tbody tr td:nth-child(4),
.cpz-table tbody tr td:nth-child(5),
.cpz-table tbody tr td:nth-child(6),
.cpz-table thead tr th:nth-child(2),
.cpz-table thead tr th:nth-child(3),
.cpz-table thead tr th:nth-child(4),
.cpz-table thead tr th:nth-child(5),
.cpz-table thead tr th:nth-child(6),
.fixed_header tbody tr td:nth-child(2) {
 width: 100px !important;
 padding: 10px;
}
@media (min-width: 300px) and (max-width: 700px) {
 .cpz-table tbody tr td:first-child,
 .cpz-table thead tr th:first-child {
  width: 120px !important;
 }
}
.itcn-table-res {
 overflow: auto !important;
}
@media (min-width: 980px) and (max-width: 2000px) {
 .itcn-table-res {
  overflow: hidden !important;
 }
}
.fixed_header td,
.fixed_header th {
 width: 200px;
}
table.fixed_header.dataTable thead > tr > th {
 background: #f8f8f8 !important;
}
table.fixed_header.dataTable tbody > tr > td,
table.fixed_header.dataTable thead > tr > th {
 padding-left: 1em;
}
.fixed_header thead tr th {
 border-bottom: 0.71px solid #e7ecf1;
 border-top: 0.71px solid #e7ecf1;
 border-right: 0.71px solid #e7ecf1;
 border-left: 0.71px solid #e7ecf1;
}
.fixed_header tbody tr td {
 border-bottom: 0.5px solid #dadada;
 padding: 5px 3px;
 vertical-align: middle;
}
.fixed_header tbody tr td img {
 box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
 border: 1px solid #fff;
}
.fixed_header tbody tr td:first-child,
.fixed_header tbody tr td:nth-child(2),
.fixed_header thead tr th:first-child,
.fixed_header thead tr th:nth-child(2) {
 text-align: start !important;
}
div.dataTables_filter {
    padding: 10px;
}
div.dataTables_filter > label > input[type="search"]{
    margin-left: 12px !important;
}
.dataTables_wrapper::-webkit-scrollbar-thumb {
 background-color: #ed2a24 !important;
 border-radius: 10px;
 width: 5px !important;
}
.dataTables_wrapper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper::-webkit-scrollbar {
 width: 3px !important;
 height: 3px !important;
 background-color: #fff;
 -webkit-box-shadow: inset 0 0 10px #e6292978;
 -moz-box-shadow: inset 0 0 10px #e6292978;
 -ms-box-shadow: inset 0 0 10px #e6292978;
 -o-box-shadow: inset 0 0 10px #e6292978;
 box-shadow: inset 0 0 10px #e6292978;
}
.navbar .user img {
 aspect-ratio: 1/1;
 object-fit: cover;
}
.navbar .header-icon {
 vertical-align: middle;
}
[style-cursor="wait"] {
 cursor: wait !important;
}
.sub-menu i {
 width: 25px;
 justify-content: center;
 align-items: center;
 height: 25px;
}
.sub-menu li {
 margin-left: 0 !important;
}
.sub-menu a {
 align-items: center;
 gap: 10px;
}
.alert-box a:last-child,
.sub-menu ul li:last-child a {
 border-bottom: 0;
}
.menu .sub-menu ul li.active:after {
 content: none;
}
.alert-box {
 position: relative;
}
.alert-box button {
 font-size: 16px;
 color: #8f8f8f;
 padding-left: 0.6rem;
 padding-right: 0.6rem;
}
.alert-dot {
 content: "";
 width: 7px;
 height: 7px;
 position: absolute;
 top: 12px;
 right: 11px;
 background: #ed2a24;
 border-radius: 50%;
 z-index: 9;
 border: 1px solid #fff;
 box-sizing: border-box;
}
.alert-box a, .alert-box .alert-box-empty {
 display: block;
 padding: 10px 20px;
 width: 240px;
}
.alert-box a.text-bold {
 font-weight: 600;
}
.alert-box .alert-date {
 font-weight: 400;
 color: #878787;
 display: block;
}
.card-header-tabs {
 margin-left: 25px !important;
}
.input-group > .custom-file {
 margin-left: 4px;
}
.btn-primary {
 border: 0 !important;
 background: #ed2a24 !important;
}
.btn-delete,
.btn-edit,
.btn-publish,
.btn-send,
.btn-view {
 width: 35px;
 height: 35px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 padding: 0;
 color: #fff !important;
}
.btn-view {
 background: #ff9d1e !important;
}
.btn-edit,
.btn-import-excel {
 background: #38a700 !important;
}
.btn-delete {
 background: #ed2a24 !important;
}
.btn-send {
 background: #3066be !important;
}
.btn-publish {
 background: #01baef !important;
}
.fullpage-loader {
 width: 100vw;
 height: 100vh;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 position: fixed;
 top: 0;
 left: 0;
 overflow: hidden;
 background-color: #fff;
 z-index: 9999;
 opacity: 1;
 -webkit-transition: opacity 0.5s;
 transition: opacity 0.5s;
}
.fullpage-loader img {
 width: 145px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
 box-shadow: 0 0 0 1000px #fff inset !important;
 -webkit-text-fill-color: #3a3a3a !important;
 transition: none !important;
 animation: none !important;
}
.btn-download-sample {
 padding: 0.5rem 0.6rem 0.5rem 0.7rem;
 background: #ff9d1e !important;
}
/* Albrandz Custome CSS */
/* Nav Media Query */
@media (min-width: 420px) and (max-width: 553px) {
 .navbar .navbar-right,
 .navbar .navbar-left {
  flex-basis: 15%;
 }
}
/*Al Custom Media Query for App Container*/
@media (max-width: 1919px) {
#app-container.sub-hidden main,
#app-container.menu-sub-hidden main,
#app-container.menu-hidden main {
margin-left: 160px;
}
}
@media (max-width: 1919px) {
#app-container.sub-hidden .footer-content,
#app-container.menu-sub-hidden .footer-content,
#app-container.menu-hidden .footer-content {
margin-left: 160px;
}
#app-container.main-hidden .footer-content,
#app-container.menu-hidden .footer-content {
margin-left: 50px;
}
#app-container.menu-main-hidden .footer-content {
margin-left: 280px;
}
#app-container.menu-main-hidden.menu-hidden .footer-content {
margin-left: 50px;
}
}
/*Al Custom Media Query for App Container Ends*/
/* Nav Media Query Ends */
.menu .sub-menu ul li.active {
 background-image: linear-gradient(45deg, #efefef, #ebebeb);
}
.menu .sub-menu ul li:hover {
 background-image: linear-gradient(45deg, #fdfdfd, #e7e7e7);
}
.menu .main-menu ul li.active {
 background-image: linear-gradient(45deg, #efefef, #ebebeb);
}
.menu .main-menu ul li:hover {
 background-image: linear-gradient(45deg, #fdfdfd, #e7e7e7);
}
/* Albrandz Custome CSS Ends */
.alert-box .dropdown-menu {
    overflow-y: auto;
    max-height: 420px;
}
.gauge-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.gauge-main > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 8px;
}
.gauge-main span {
    width: 16px;
    height: 8px;
    display: inline-flex;
    margin-top: -1px;
}
.gauge-main span.red {
    background: #ed2a24;
}
.gauge-main span.yellow {
    background: #ff9d1e;
}
.gauge-main span.green {
    background: #38A700;
}
.indicator-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 8px;
}
#validate_site_cost_distribution_graph {
    margin-top: -12px;
}
.code-editor {
    width: 100%;
    height: 400px;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    white-space: pre;
    tab-size: 2;
    outline: none;
    background: none;
    overflow-wrap: normal;
    background-color: #282c34;
    color: #f8f8f8;
    padding: 10px;
    outline: none;
}
.code-editor::selection {
    background: #f8f8f8;
    color: #282c34;
}