.nav-item:hover{
    cursor: pointer;
}
.inputFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.alert-lighter-warning {
    background-color: #fdedbc; /* Lighter yellow color */
    border-color: #ffd700; /* Lighter yellow border color */
    color: #8a6d3b; /* Darker yellow text color */
}

.file-uploader{
    align-content: space-between;
    width: 100%;
}

a {
    color: #5E858C;
    text-decoration: none;
    background-color: transparent;
}

.company-uploader{
     width: 25%;
    margin-bottom: 15px;
}

.company-uploader-name{
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.file-uploader-wrapper{
    align-content: center;
    align-items: center;
}

.file-upload-label{
    align-content: center;
    width: 100%;
    height: max-content;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.file-name{
   border: solid 1px gray;
   display: flex;
   height: 38px;
   font-style: normal;
   color: black;
   margin-bottom: -1px;
   margin-top: -1px;
   margin-left: -1px;
   font-weight: normal;
   text-align: center;
   align-content: center;
   align-items: center;
   width: 100%;
   padding-left: 5px;
}

.btnLoadCertificate{
    display: flex;
    align-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
}

.btn-upload-file{
    align-content: center;
    align-items: center;
    text-align: center;
    border-width: 1px;
    height: 38px;
    width: 38px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.upload-icon{
    margin-top: 10px;
}

.addons-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    width: 100%;
}

.current-value{
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 45px;
    text-align: center;
    justify-content: start;
}

.clear-check-box{
    text-align: right;
    display: inline-block;
    margin-bottom: 12px;
    color: black;
}

.breadcrumb {
    background-color: white;
    padding: 5px 20px !important;
    margin-bottom: 0;
    list-style: none;
    border: 1px solid #e9ecef;
}

.breadcrumb a {
    color: #4a4a4a;
    font-weight: 400;
}

.dark-mode .breadcrumb {
    border: 1px solid #3e4144;
}

.dark-mode .breadcrumb a {
    color: white;
}

.card .card-header .card-title {
    font-size: 1.3rem;
    font-weight: bold;
}

/*.table thead tr {*/
/*    background-color: #ececec !important;*/
/*    color: #000000 !important;*/
/*}*/

.table thead th {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

.password-progress {
    margin-top: 10px;
    margin-bottom: 0;
}

.dataTables_scroll {
    overflow: auto;
}

.form-control-checkbox {
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #006BA6;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.cursor-pointer {
    cursor: pointer;
}

a.card-icon p.desc {
    text-align: center;
    font-size: 12px !important;
}

a.card-icon {
    text-decoration: none !important;
    color: black !important;
    border: 1px solid #dee2e6 !important;
}

.card-icon-selected {
    background-color: #fdedbc;
}

a.card-icon:hover {
    background-color: #fdedbc;
    animation: shakeY;
    animation-duration: 2s;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.low-stock {
    background-color: red;
    color: white !important;
}

.img-small {
    width: 20px;
    height: 20px;
}

/* Forms options selector in dark mode */
.dark-mode .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    background-color: #343a40;
    color: white;
}

.dark-mode .select2-container--bootstrap4 .select2-selection {
    border-color: #6c757d;
}

.select2-container--open {
    z-index: 9999;
}

.main-sidebar .brand-link .brand-image {
  float: none;
}

.sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  display: block;
  border-top: 1px solid #dee2e6;
  background-color: #fff;
}

.sidebar-footer-logo {
  margin: 15px 0px 15px 20px;
  max-height: 33px;
}

.user-panel img {
  height: 2.1rem;
  width: 2.1rem;
}


/* Login page */
.progress-bar {
    color: #0496FF;
}

.login-page {
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    height: 100vh !important;
}

.login-page-header {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 15px 0px;
    box-shadow: 0 5px 2px -2px #808080b5;
    z-index: 1;
}

.login-page-content {
    flex: 1 0 auto;
    color: #343a40;
    background-image: url("/static/img/default/backgroundLoginLayout.jpg");
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .login-page-content {
        background-image: url("/static/img/default/backgroundLoginLayout_mobile.jpg");
    }
}

.login-page-content .card {
    border-radius: 20px;
    width: 400px;
}

.login-page-content .card-body {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(70, 110, 255, 0.3);
}

.login-page-content .login-card-body {
    color: #0c0c0c;
    padding: 30px 40px 40px 40px;
}

.login-page-content .login-box-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 850px;
}

.login-page-content .login-box-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #6d7278;
}

.login-page-content .login-box-title span {
    font-weight: 600;
}

.login-page-content .login-box-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.login-page-content .login-box {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    width: initial;
    padding-left: 10vw;
}

.login-page-content .logo {
    display: flex;
    justify-content: center;
    margin: 10px 0px 33px 0px;
}

.login-page-content .form-control {
    border-radius: 5px;
    border: 1px solid #0496FF;
    height: 40px;
}

.login-page-content .form-control:focus {
    outline: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(70, 110, 255, 0.4);
}

.login-page-content .btnShowPassword {
    border-radius: 0px 5px 5px 0px !important;
    background-color: #fff;
    border-left: 0px;
    color: #0496FF;
    border-color: #0496FF;
}

.login-page-content .btnShowPassword:active {
    color: #0496FF !important;
    background-color: #fff !important;
    border-color: #0496FF !important;
}

.login-page-content .form-button {
    justify-content: center;
    margin: 0px;
}

.login-page-content .form-group-label {
    font-size: 12px;
    font-weight: 500 !important;
    color: #4a4a4a;
}

.login-page-content .button-submit {
    border-radius: 5px;
    background-color: #0496FF;
    font-size: 12px;
    height: 40px;
}

.login-page-content .form-group {
    margin-bottom: 25px;
}

.login-page-content .form-link {
    color: #5E858C;
    font-size: 12px;
    text-decoration: underline;
}

.login-page-footer {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    text-align: center;
}

.form-group-description {
    font-size: 12px;
}

button.swal2-styled {
    background-color: #0496FF !important;
    border-radius: 5px !important;
}

button.swal2-styled:focus {
    box-shadow: initial !important;
}

/* DatePicker colors */
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0496FF !important;
}
.daterangepicker td.in-range:not(.active) {
    background-color: #F0F3FF;
}

/* Footer */
.portal-footer{
    background-color: #0d0d0d;
    border-top: 1px solid #dee2e6;
    color:  #fff;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}

.portal-footer p {
    margin-bottom: 2px;
}

.portal-footer p i {
    margin-right: 5px;
}

.portal-footer a {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #0496FF;
    border-color: #0496FF;
}

@media (max-width: 850px) {
    .login-page-content .login-box {
        margin-top: initial;
        padding-left: initial;
    }

    .login-page-content .login-box-image {
      display: none;
    }

    .login-page-content .login-box-body {
        justify-content: center;
    }

    .portal-footer{
        flex-direction: column;
        text-align: center;
    }

    .portal-footer p:nth-child(2) {
        margin-bottom: 10px;
    }
}