/* Margin */
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mb-5 {
  margin-bottom: 45px !important;
}

.mt-5 {
  margin-top: 45px !important;
}

.input-group[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
}

.colon-before:before {
  content: ":";
  margin-right: 5px;
}

.table-complex td {
  font-size: 13px;
}

/* FONT CONFIGURATION */
@font-face {
  font-family: 'HelveticaNue';
  src: url("font/Helvetica/HelveticaNeue-LightCond.ttf");
}

* {
  letter-spacing: 1px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h1,
h2,
.fa,
.fas {
  font-weight: 700 !important;
}

label {
  font-size: 16px;
}

.page-title,
h4 {
  font-weight: 400 !important;
  color: var(--ast-global-color-2);
}

th {
  font-weight: 400 !important;
}

.page_title_separator {
  width: 155px;
  height: 4px;
  background-color: var(--ast-global-color-1);
  margin: 0px auto;
  margin-bottom: 25px;
  border-radius: 155px;
}

.separator {
  display: flex;
  height: 4px;
  background-color: var(--ast-global-color-1);
  position: relative;
  width: 100%;
}

.separator::before {
  content: ' ';
  width: calc((100% * 0.25)/2);
  height: 4px;
  background-color: var(--ast-global-color-0);
}

.separator::after {
  content: ' ';
  width: calc(100% * 0.75);
  height: 4px;
  background-color: var(--ast-global-color-2);
  position: absolute;
  right: 0px;
}

.separator_text {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.separator_text::before,
.separator_text::after {
  position: absolute;
  content: ' ';
  width: 25px;
  border-bottom: 1px solid;
  top: 12.5px;
}

.separator_text::before {
  left: 180px;
}

.separator_text::after {
  right: 180px;
}

body {
  overflow-x: hidden;
}

/* COLOR CONFIGURATION */
:root {
  --theme-deafult: #96D3FF;
  --theme-primary: #135297;

  --ast-global-color-0: rgb(127, 128, 140);
  --ast-global-color-1: rgb(0, 0, 0);
  --ast-global-color-2: rgb(39 163 254);
  --ast-global-color-3: rgb(255, 206, 2);
  --ast-global-color-4: rgb(202, 31, 19);
  --ast-global-color-5: rgb(188, 190, 192);
  --ast-global-color-6: rgb(128, 130, 133);
  --ast-global-color-7: rgb(206, 234, 255);
  --ast-global-color-8: rgb(30, 53, 94);
  --ast-global-color-9: rgb(189, 98, 40);
  --ast-global-color-10: rgb(171, 162, 138);
  --ast-global-color-11: rgb(255, 255, 255);
  --ast-global-color-12: rgb(116, 163, 138);
  --ast-global-color-13: rgb(96, 102, 56);
}

.bg_green {
  background-color: var(--ast-global-color-12) !important;
}

.notif_0 {
  position: relative;
}

.notif_0::before {
  position: absolute;
  content: 'N';
  background-color: red;
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
}

.notification_loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  position: absolute;
  top: 38px;
  height: 70vh;
}

#mark_all_read:hover {
  cursor: pointer;
  text-decoration: underline;
}

.status-label {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: var(--ast-global-color-0);
  box-shadow: 1px 1px 3px #888;
  margin: 0px;
  margin-right: 8px;
  color: white;
  font-size: 12px;

  text-transform: uppercase;
}

.versioning {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: var(--ast-global-color-7);
  box-shadow: 1px 1px 3px #888;
  margin: 0px;
  margin-right: 8px;
  color: white;
  font-size: 12px;

  text-transform: uppercase;
}

.text-mute {
  color: #919092;
}

#wrapper #content-wrapper {
  background-color: var(--ast-global-color-11);
}

.switch-outline .switch input:checked+.switch-state.bg-primary {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid var(--theme-deafult);
}

.switch-outline .switch input:checked+.switch-state.bg-primary:before {
  background-color: var(--theme-deafult);
}

.btn-basic {
  color: var(--ast-global-color-11) !important;
  background-color: #404042 !important;
  border-bottom: 3px solid var(--ast-global-color-0);
  border-radius: 10px;
}

.btn-basic:hover {
  border-bottom: 3px solid #c7523d;
}

.btn-basic:active {
  border-bottom: 0px;
  margin-top: 3px;
}

.btn-secondary {
  color: #F26B52 !important;
  background-color: var(--ast-global-color-11) !important;
  border: 3px solid #F26B52;
  border-radius: 10px;
}

.btn-secondary:hover {
  border: 3px solid #c7523d;
}

.btn-default {
  color: #414042 !important;
  background-color: white !important;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
}

.btn-default:hover {
  background-color: #D7D7D7 !important;
}

.btn-lightdark {
  color: var(--ast-global-color-11) !important;
  background-color: var(--ast-global-color-5) !important;
  border-radius: 10px;
}

.btn-lightdark:hover {
  background-color: var(--ast-global-color-6) !important;
}

.btn-primary {
  background-color: var(--ast-global-color-2) !important;
  border-color: var(--ast-global-color-2) !important;
  color: var(--ast-global-color-11) !important;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: var(--theme-primary) !important;
}

.text-primary {
  color: var(--ast-global-color-2) !important;
}

.btn-secondary {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: var(--ast-global-color-1) !important;
  border-radius: 10px;
}

.btn-secondary:hover {
  background-color: var(--theme-deafult) !important;
  color: var(--theme-primary) !important;
}

.text-secondary {
  color: var(--theme-deafult) !important;
}

.btn-success {
  background-color: var(--ast-global-color-12) !important;
  border-color: var(--ast-global-color-12) !important;
  color: var(--ast-global-color-11) !important;
  border-radius: 10px;
}

.text-success {
  color: var(--ast-global-color-12) !important;
}

.btn-info {
  background-color: var(--ast-global-color-7) !important;
  border-color: var(--ast-global-color-7) !important;
  color: var(--ast-global-color-1) !important;
  border-radius: 10px;
}

.text-info {
  color: var(--ast-global-color-7) !important;
}

.btn-warning {
  background-color: var(--ast-global-color-3) !important;
  border-color: var(--ast-global-color-3) !important;
  color: var(--ast-global-color-11) !important;
  border-radius: 10px;
}

.text-warning {
  color: var(--ast-global-color-3) !important;
}

.btn-danger {
  background-color: var(--ast-global-color-4) !important;
  border-color: var(--ast-global-color-4) !important;
  color: var(--ast-global-color-11) !important;
  border-radius: 10px;
}

.text-danger {
  color: var(--ast-global-color-4) !important;
}

.bg-gradient-primary {
  background-color: var(--ast-global-color-0);
  background-image: linear-gradient(180deg,
      var(--ast-global-color-0) 10%,
      var(--ast-global-color-1) 100%);
}

.bg-gradient-blue {
  background-color: var(--ast-global-color-2);
  background-image: linear-gradient(180deg,
      #EFEFF0 10%,
      #E2E3E4 100%);
}

.bg-gradient-gray {
  background-color: var(--ast-global-color-3);
  background-image: linear-gradient(180deg,
      var(--ast-global-color-3) 10%,
      var(--ast-global-color-7) 100%);
}

.icon_block {
  color: var(--ast-global-color-3);
}

/*Dropzone*/
.dropzonebox {
  display: block;
  background: #cfcfcf;
  border-radius: 5px;
  border: 2px dashed #0064ac;
  border-image: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  cursor: pointer;
  text-align: center;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  border: 1px solid #d1d3e2;
  background: white;
}

.reporting_box {
  overflow: hidden;
}

#btn_next_status {
  position: relative;
}

body:not(.viewer_3) #btn_next_status::after {
  content: 'Track Status';
  position: absolute;
  left: 0px;
  width: 100%;
  background: inherit;
}

/*Tooltip*/
p.description {
  font-size: 0.7rem;
  color: black;
  margin-bottom: 0;
}

.popover {
  top: 20px !important;
}

div.popover-body {
  padding-bottom: 5px;
  padding-top: 5px;
}

img.poster {
  opacity: 1;
}

img.poster:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

/*Pickadate*/
.picker__select--month,
.picker__select--year {
  padding: 0 !important;
}

/*Smart Wizard*/
body .sw>.tab-content {
  overflow: auto !important;
}

/*Datatables*/
table .table-action {
  display: block;
  margin-top: 0px;
}

table .table-action>a {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  font-size: 12px;
}

table .action-btn {
  font-size: 16px;
}

table .table-action .btn-ico {
  width: 14px !important;
  height: 14px !important;
}

table .table-action>a:last-child {
  margin-right: 0;
  border-right: 0;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.5em !important;
}

/* Table Confguration */
.table-aha th,
.table-aha td {
  padding: 5px 7.5px;
}

.table-aha td {
  border-bottom: 1px solid #E2E3E4;
}

.table-aha thead th {
  background-color: var(--theme-primary);
  color: var(--ast-global-color-11);
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid;

  text-wrap: nowrap;
}

.table-aha tfoot th {
  border-top: 2px solid var(--ast-global-color-1);
  font-weight: 700 !important;
}

.table-aha thead tr th:first-child {
  background-color: var(--theme-primary);
  color: var(--ast-global-color-11);
  font-weight: 700 !important;
}

.table-aha tfoot tr th:first-child {
  color: var(--ast-global-color-0);
  border-top: 2px solid var(--ast-global-color-0);
  font-weight: 700 !important;
}

table td {
  vertical-align: middle;
}

.scroll_helper {
  width: 100%;
  overflow: auto;
  height: 20px;
  margin-bottom: 15px;
}

.sidebar .nav-item .nav-link span {
  font-size: 18px !important;
}

.sidebar .sidebar-heading {
  font-size: 12px !important;
}

.sidebar-toggled .sidebar .nav-item .nav-link span {
  font-size: 16px !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  font-size: 14px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .simplebar-offset {
  height: calc(100vh - 270px) !important;
  margin-bottom: 10px !important;
}

.sidebar-img-section {
  padding: 5px 30px;
}

.elipsis_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-profile {
  object-fit: cover;
}

/*Draggable table - jQui*/
.ui-sortable-handle>td:nth-child(1) {
  cursor: move;
}

/* BORDER COLOR */

/* DARK */
.border-top-dark {
  border-top: 0.25rem solid var(--ast-global-color-6) !important;
}

.border-left-dark {
  border-left: 0.25rem solid var(--ast-global-color-6) !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid var(--ast-global-color-6) !important;
}

.border-right-dark {
  border-right: 0.25rem solid var(--ast-global-color-6) !important;
}

/* PRIMARY */
.border-top-primary {
  border-top: 0.25rem solid var(--ast-global-color-2) !important;
}

.border-left-primary {
  border-left: 0.25rem solid var(--ast-global-color-2) !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid var(--ast-global-color-2) !important;
}

.border-right-primary {
  border-right: 0.25rem solid var(--ast-global-color-2) !important;
}

/* SUCCESS */
.border-top-success {
  border-top: 0.25rem solid var(--ast-global-color-12) !important;
}

.border-left-success {
  border-left: 0.25rem solid var(--ast-global-color-12) !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-bottom-success {
  border-bottom: 0.25rem solid var(--ast-global-color-12) !important;
}

.border-right-success {
  border-right: 0.25rem solid var(--ast-global-color-12) !important;
}

/* WARNING */
.border-top-warning {
  border-top: 0.25rem solid var(--ast-global-color-3) !important;
}

.border-left-warning {
  border-left: 0.25rem solid var(--ast-global-color-3) !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid var(--ast-global-color-3) !important;
}

.border-right-warning {
  border-right: 0.25rem solid var(--ast-global-color-3) !important;
}

/* INFO */
.border-top-info {
  border-top: 0.25rem solid var(--ast-global-color-7) !important;
}

.border-left-info {
  border-left: 0.25rem solid var(--ast-global-color-7) !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-bottom-info {
  border-bottom: 0.25rem solid var(--ast-global-color-7) !important;
}

.border-right-info {
  border-right: 0.25rem solid var(--ast-global-color-7) !important;
}

/* DANGER */
.border-top-danger {
  border-top: 0.25rem solid var(--ast-global-color-4) !important;
}

.border-left-danger {
  border-left: 0.25rem solid var(--ast-global-color-4) !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid var(--ast-global-color-4) !important;
}

.border-right-danger {
  border-right: 0.25rem solid var(--ast-global-color-4) !important;
}

.sidebar .nav-item .nav-link {
  color: var(--ast-global-color-1);
}

.sidebar .nav-item .nav-link:hover {
  color: var(--ast-global-color-0);
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #FDD6C7;
  color: #EF3E33;
}

/* Image Edit Container */
.img_edit_container {
  position: relative;
  height: 195px;
  width: 195px;
  overflow: hidden;
}

.img_edit_container img {
  width: 100%;
  height: 195px;
  object-fit: cover;
}

.img_edit_container::before {
  position: absolute;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  content: "Click to change image";
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 230px;
  opacity: 0;
  text-align: center;
}

.img_edit_container:hover::before {
  opacity: 1;
}

.image_changer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: 500ms;
}

.image_changer:hover {
  opacity: 1;
  font-size: larger;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#my_loader,
#my_loaderz {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  top: 0px;
  left: 0p;
  background-color: rgba(0, 0, 0, .98);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swal2-container {
  z-index: 10000;
}

.initial_badge {
  padding: 5px 8px;
  background-color: #27a3fe;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  margin-right: 10px;
}

.initial_username {
  font-size: 12px;
}

.btn-logout {
  margin: 0px 15px;
  background-color: #ceeaff;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 12px;
}

#my_loader .my_icon {
  animation: spin 5s linear infinite;
}

.login_timer {
  position: fixed;
  background-color: var(--ast-global-color-0);
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 2px;
  transition: 2s;
  width: 0%;
}

.dropdown-toggle.disabled:after {
  display: none;
}

.sensitivity_info {
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}

#timeline_header {
  padding-bottom: 15px;
  margin: 0px;
  border-bottom: 5px solid var(--ast-global-color-1);
  font-size: 32px;
  color: var(--ast-global-color-1);
}

.timeline_dot {
  height: 55px;
}

.timeline_dot div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--ast-global-color-10);
  position: absolute;
  margin-left: -6px;
  margin-top: -20px;
}

.timeline_desc {
  border-left: 5px solid var(--ast-global-color-10);
  padding-left: 15px;
}

.status_timeline .row_active .timeline_dot div {
  background-color: var(--ast-global-color-2);
}

.status_timeline .row_active .timeline_desc {
  border-left: 5px solid var(--ast-global-color-2);
}

.status_timeline .row_active .timeline_title,
.status_timeline .row_active .timeline_desc {
  color: var(--ast-global-color-2);
  font-weight: 700 !important;
}

.timeline_container {
  z-index: 2;
  position: relative;
}

.timeline_container td {
  vertical-align: bottom;
}

.row_active:last-child {
  border-bottom: 2px solid #f2f2f2;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* HIDE FETCH ERP BUTTON */
.select2-results__group {
  font-weight: bold !important;
  background: #f1f1f1;
  font-size: 18px;
}

.img_viewer {
  cursor: pointer;
}

.my_img_preview {
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  width: 0px;
  height: 0px;
  transition: 0.1s;

  top: 50%;
  left: 50%;
}

.my_img_preview.show_preview {
  width: 100vw;
  height: 100vh;
  top: 0%;
  left: 0%;

}

.my_img_preview .img_container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
}

.close_preview_img {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 28px;
  color: white !important;
  cursor: pointer;
}

.select2-selection--single {
  height: 38px !important;
}

div.dropify-wrapper {
  background-color: transparent;
}

body.dark-only div.dataTables_wrapper div.dataTables_length {
  text-align: left;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 0px;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input[type="search"] {
  border-color: #ced4da;
}

.text-right {
  text-align: right;
}

.my_pointer:hover {
  cursor: pointer;
}

.icon_small {
  width: 14px;
  height: 14px;
}

.input-money {
  text-align: right;
}

.table_filter .input-group-addon {
  background: #e9e9e9;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
}

#btn_open_filter {
  float: right;
  border: 1px solid #cdcdcd;
  display: inline-flex;
  align-items: center;
}

#btn_open_filter.filtered {
  background-color: #dbdbdb;
}

#btn_open_filter::after {
  margin-left: 5px;
}

#btn_open_filter.filtered::after {
  content: 'Filtered';
  margin-left: 5px;
}

.filter_desc_row_2 {
  font-size: 16px !important;
}

body.dark-only .office_selector label {
  background-color: #1d1e26 !important;
}

.back_btn {
  display: flex;
  align-items: center;
  color: #414042;
  width: 200px;
}

.tooltip.show {
  background-color: #38383899;
  border-radius: 12px;
  padding: 3px 5px;
}

.tooltip .tooltip-inner {
  max-width: 320px;
  background-color: transparent;
  color: white;
  padding-bottom: 10px;
}

.tooltip .tooltip-arrow {
  bottom: 3px;
}

/* EYEBESEE STYLE CONFIG */
.form-control:not(textarea) {
  border-radius: 12px;
  height: 42px;
}

select.form-control {
  appearance: auto;
}

select.form-select {
  border-radius: 12px;
  height: 42px;
}

.select2 {
  border: 1px solid #ced4da;
  border-radius: 12px;
  overflow: hidden;
}

.selection .select2-selection {
  border-radius: 12px !important;
}

.ui-slider-range {
  background: var(--theme-deafult) !important;
}

.zennumber {
  max-width: 50px;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  height: 42px;
  font-size: 1rem;
}

.zen_number_container {
  text-align: center;
  min-width: 120px;
}

.zen_number_container .minus,
.zen_number_container .plus {
  width: 25px;
  height: 25px;
  font-weight: bold;
  font-size: 16px;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.badge-status {
  padding: 5px 10px;
  border-radius: 5px;
}

.badge-status.bg-0 {
  background-color: #FFEB3B;
}

.badge-status.bg-C {
  background-color: #FFC107;
}

.badge-status.bg-O {
  background-color: #FF5722;
}

.badge-status.bg-P {
  background-color: #4CAF50;
}

.badge-status.bg-F {
  background-color: #2196F3;
}

.badge-status.bg-W {
  background-color: #9C27B0;
}

.badge-status.bg-D {
  background-color: #607D8B;
}

.badge-status.bg-X {
  background-color: #795548;
}

.btn.nav_link {
  display: inline-flex;
  align-items: center;
  cursor: pointer !important;
}

.select2-selection__rendered,
.select2-results__option {
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links,
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .simplebar-offset {
    height: calc(100vh - 350px) !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .col-xxs-12 {
    width: 100%;
    padding: 0px 5px;
  }

  .col-xxs-9 {
    width: 75%;
    padding: 0px 5px;
  }

  .col-xxs-8 {
    width: 66.66666667%;
    padding: 0px 5px;
  }

  .col-xxs-6 {
    width: 50%;
    padding: 0px 5px;
  }

  .col-xxs-4 {
    width: 33.33333333%;
    padding: 0px 5px;
  }

  .col-xxs-3 {
    width: 25%;
    padding: 0px 5px;
  }

  .d-xs-none {
    display: none;
  }

  .btn {
    padding: 6px 20px;
  }
}