body {font-family: 'Inter', sans-serif;}
:root {
    --bs-blue: #007474;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #007474;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #007474;
    --bs-link-hover-color: #007474;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #007474;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #007474;
    --bs-btn-hover-border-color: #007474;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007474;
    --bs-btn-active-border-color: #007474;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #007474;
    --bs-btn-disabled-border-color: #007474;
}
.sb-topnav {
    height: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    text-transform: capitalize;
    color: #0FCFCF;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
    transform: rotate(90deg);
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
    margin-left: 0px;
    color: #06BBBB;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
    margin-left: 10px;
}

.ml-10 {
    margin-left: 10px!important;
}
.search-bar-button {
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.2);
}
.search-bar {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 4px 6px;
    border: none;
    gap: 4px;
    isolation: isolate;
    color: rgba(0, 0, 0, 0.2);
}

.form-control.search-bar:focus, .datatable-input.search-bar:focus {
    border-color: transparent!important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.2);
}
.sb-sidenav-menu a.nav-link {
    margin: 0 15px 0 5px;
    border-radius: 9px;
    position: relative;
}
.sb-sidenav-menu a.nav-link:hover,
.sb-sidenav-menu a.nav-link:active,
.sb-sidenav-menu a.nav-link.active{
    background-color: #005D5D;
}

.sb-sidenav-menu a.nav-link:hover:after,
.sb-sidenav-menu a.nav-link:active:after,
.sb-sidenav-menu a.nav-link.active:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 20px;
    background-color: black;
}

.sb-sidenav-light {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


.machineWrapper {
    background: #FBF7F7;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-radius: 16px;
    cursor: pointer;
}

.machineWrapper.error {
    background-color: #F6E7E5;
}
.machineWrapper.warning {
    background-color: #FFF4D6;
}
.machineWrapper.success {
    background-color: #CFEFEF;}

.machineWrapper.active{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}
.machineWrapper {
    display: block;
    width: 100%;
    text-decoration: none;
}

.machineWrapper .machineImage{
    padding: 10px;
    text-align: center;
    position: relative;
}
.machineWrapper .machineImage:after {
    display: none;
    content: "";
    position: absolute;
    right: calc(50% - 20px);
    /*top: 50%;*/
    width: 40px;
    border-radius: 5px;
    height: 10px;
}

.machineWrapper.error .machineImage:after {
    /*background-color: red;*/
}
.machineWrapper.warning .machineImage:after {
    /*background-color: orange;*/
}
.machineWrapper.success .machineImage:after {
    background-color: #CFEFEF;}

.machineWrapper .machineImage img {
    width: 67px;
    height: auto;
    margin: 0 auto;
}

.machineWrapper .machineDetails{
    padding: 10px;
}

.machineWrapper .machineNumber, .machineNumberManuel{

    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;

}
.machineWrapper .machineName{
    /* 14 Semibold */

    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* identical to box height, or 143% */

    font-feature-settings: 'ss01' on, 'cv01' on, 'cv11' on;

    color: #1C1C1C;

}
.machineWrapper .machineSerial{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1C1C1C;
}
.machineWrapper .machineCategory{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #929595;
}
.machineWrapper .machineActivity{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #929595;
}

.machineTable tr td:first-child {
    width: 150px;
    white-space: nowrap;
    text-align: center;
    padding: 0.5rem 0.8rem 0.5rem 0.8rem;
    /*visibility: hidden;*/
}
.machineTable tr td,.machineTable tr th {
    border: none;
}
.machineTable tr:hover td:first-child {
    visibility: visible;
}

.machineTable tr td span.error {
    color: #FF6767!important;
}


.machineTable tr td span.warning {
    color: #FFB320!important;
}

.machineTable tr td span.success {
    color: #4AA785!important;
}

.machineTable ul {
    display: none;
    padding: 10px 5px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    position: absolute;
    width: 200px;
    right: 0;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #F4E9E9;
    box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.05);
}

.machineTable .active ul {
    display: block;
}

.machineTable ul li {
    list-style: none;
}
.machineTable ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 5px;
}

.card-login * {
    color: white;
    font-family: 'Work Sans', sans-serif;
}

.card-login h2 {
    font-size: 40px;
}

.card-login p {
    font-size: 14px;
}

.card-login .invalid-feedback,
.card-login .invalid-feedback strong{
    color: darkred!important;
}

.card-login .input-field {
    background-color: white;
    border-radius: 5px;
    padding-bottom: 15px;
}

.card-login .input-field label {
    color: rgba(0, 0, 0, 0.40);
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.card-login .input-field input {
    color: black;
    border: none;
}

.card-login a,.card-login a:hover,.card-login a:active,.card-login a:visited,.card-login a:focus{
    color: #41DBDB;
    /* Body */
    text-decoration: none;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
}

.card-login .btn-primary.btn-block {
    width: 100%;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #002653;
    border-color: transparent;
}

.machineWrapper {
    background-color: #E3F5FF;
    /*padding: 20px;*/
}

ul.customTabs {
    padding: 0;
    margin: 0;

}
ul.customTabs li {
  display: inline-block;
    margin: 0 8px;
    list-style: none;
}

ul.customTabs li a {
    display: block;
    padding: 3px 5px;

    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    border-radius: 8px;
}
ul.customTabs li.error a {
    color: #BF2727;
    background-color: #FFEFEF;
}
ul.customTabs li.warning a {
    color: #FCB52A;
    background-color: #FFF7E4;
}
ul.customTabs li.success a {
    color: #007474;
    background-color: #CFF9F9;
}

.customBoxScroll .customCol {
    width: 300px;
    display: inline-block;
}
.customBoxScroll {

    overflow: auto;
    white-space: nowrap;
}


.customBoxScroll::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: gray;
}

/* Track */
.customBoxScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.customBoxScroll::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.customBoxScroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.customBoxScroll::-webkit-scrollbar-thumb:horizontal{
    background: #007474;
    border-radius: 10px;
}

.img-thumbnail {
    background-color: transparent;
    border: none;
}

.deviceImage {
    position: relative;
    height: 100%;
}
.deviceImage img {
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
}

.deviceWrap {
    border-radius: 16px;
    background: #002653;
}

.deviceWrap .deviceTitle {
    color: #FFF;
    font-size: 34px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.68px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.deviceWrap .deviceDesc {
    color: #C4C4C4;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}
.deviceWrap .deviceDesc span {
    display: inline-block;
    margin-right: 15px;
}
.deviceWrap .deviceDesc strong{
    color: #FFF;
}
.deviceWrap .deviceTable {}
.deviceTable td {
    padding: 0px 5px;
}
.deviceWrap a {
    color: white;
}

.deviceWrap hr {
    color: white;
    margin: 8px 0;
}

.customSidebar * {

}
.customSidebar ul.miniList li a {
    font-size: 11px;
}
.customSidebar ul.miniList li a small {
    font-size: 10px;
}
.customSidebar .sb-sidenav-menu-heading {
    color: #1C1C1C!important;
    /* 14 Semibold */
    font-size: 14px;
    font-family: "Inter",sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

ul.miniList {
    padding: 0;
    margin: 0;
}
ul.miniList li:before {

}
ul.miniList li a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    color: #1C1C1C;
    /* 14 Semibold */
    font-size: 14px;
    font-family: "Inter",sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

ul.miniList li a small {
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    font-family: "Inter",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
ul.miniList li {
    list-style: none;
}

.machineWrapper.error {
    border: 1px solid #740000;
}
.machineWrapper.warning {
    border: 1px solid #F57E0F;}
.machineWrapper.success {
    border: 1px solid #053110;}


.machineWrapper.error  {
    background-color: #FBF7F7;}
.machineWrapper.warning  {
    background-color: #FBFAF7;}
.machineWrapper.success  {
    background-color: #F7FBF8;}


.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 225px;
    top: 72px;
    padding-right: 225px;
    background-color: #e0e0e0!important;
}
.errors_table {}
.errors_table tr:hover td{
    background-color: #E3F5FF;
    color: #333;
}

#datatablesSimple_wrapper .dtsb-titleRow {
    display: none;
}

.openpopup {
    cursor: pointer;
}


/* Styles for modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.threeDotsUl {
    z-index: 999;
}

.buttonChange, .selectedMode {
    cursor: pointer;
}


.machineNumberManuel {
    display: none;
}

#customModal {
    position: fixed;
    width: 600px;
    left: calc(50% - 300px);
    top: 15%;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
#customModal .customModalHead {
    position: absolute;
    right: 0;
    top: 0;
}

#chartRobotic tspan,
#chartRepeat tspan {
    cursor: pointer;
}

#customModal table tr.success td {
    color: #6C7CE1;
}

#customModal table tr.error td {
    color: #FB7A7A;
}

#chartRobotic tspan:hover {
    background-color: #0FCFCF;
    color: white;
}

.date-range-picker button {
    white-space: nowrap;
}

.activeTab {
    border-width: 3px!important;
}
