@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0-alpha3 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --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: #ffffff;
  --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: #000;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 0, 0;
  --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-primary-text-emphasis: black;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cccccc;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #999999;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-link-color: #000;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-decoration: underline;
  --bs-link-hover-color: black;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --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.75rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 0, 0, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #666666;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: black;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: black;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-link-color: #666666;
  --bs-link-hover-color: #858585;
  --bs-link-color-rgb: 102, 102, 102;
  --bs-link-hover-color-rgb: 133, 133, 133;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

body {
	font-family: "Rubik", sans-serif;
	background-color: #ebebee;
	color: #333;
	visibility: hidden;
	opacity: 0;
}

html.dark-mode body {
	background-color: #373737;
	color: #fff;
}

ul {
	margin: 0;
	padding: 0;
}

.accordion-button {
	padding-left: 0;
	padding-right: 0;
	background: none;
	font-size: 2rem;
	font-weight: 400;
}

.accordion-button:not(.collapsed) {
	padding-bottom: 0;
	color: #900101;
}

.accordion-body {
	padding-left: 0;
	padding-right: 0;
	font-size: .9rem;
}

.accordion-body p.intro {
	font-size: 1.3rem;
	line-height: 1.4;
}

.accordion-body ul, .accordion-body ol {
	margin-bottom: 1rem;
}

.style-text .accordion-body h2 {
	font-size: 1.25rem;
	text-transform: none;
}

.style-text .accordion-body h3 {
	font-size: 1rem;
	text-transform: none;
}

.style-text .custom-link-a {
	color: #fff;
	margin-bottom: 1.25rem;
	text-decoration: none;
}

.intro-support {
	/* padding-right: 25%; */
}

.intro-support img {
	max-width: 300px;
}

::-webkit-scrollbar {
	display: none;
}

.intro-support p {
	margin: 20px 0 0 20px;
	font-size: 1.375rem;
	max-width: 400px;
	line-height: 1.4;
	color: #900101;
}

.times-wrp.last {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #000;
	color: black;
	text-align: left;
	height: 34px;
}

.times-wrp h4, .times-wrp h6 {
	margin: 0;
}

.wrapper-404 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper-404 h1 {
	color: #900101;
	margin: 30px 0 25px;
	font-size: 2rem;
	text-transform: uppercase;
}

.wrapper-404 img {
	max-width: 400px;
	margin: 0 auto;
}

.back-link {
	border: 1px solid #900101;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75rem;
	color: #900101;
}

.float-time {
	position: absolute;
	top: 30px;
	left: 75px;
}

.float-time.home-time-wrapper{
	left: unset;
	top: -50px;
	right: 0;
	padding-left: 50px;
}

.sort-arrows {
	margin-top: -9px;
	margin-bottom: -5px;
	height: 20px;
}

.sort-arrows a {
	display: flex;
	height: 16px;
	line-height: 1;
	overflow: hidden;
	align-items: center;
	transform: scale(1.25);
}

.sort-arrows span  {
	/* height: 12px;
	font-size: 26px; */
}

.sort-arrows span.text-success {
	color: #03c303!important;
}

.style-text .custom-link-a:hover {
	color: #fff;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item {
	background: none;
	border-left: none;
	border-right: none;
}

.accordion-item:first-of-type {
	border-top: none;
}

.accordion-item:last-of-type {
	border-bottom: none;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	background: none;
}

.material-symbols-rounded {
	font-size: 1.5rem;
	font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 48;
}

.btn-i {
	align-items: center;
	display: inline-flex;
	margin-right: 3px;
}

.btn-i.last {
	margin-right: 0;
}

.reject-job {
	margin-left: 3px;
}

.btn-i .material-symbols-rounded {
	font-size: 1.1rem;
	font-weight: 700;
}

.actions {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-service .cube span{
	text-decoration: underline;
}

.cube.bg-green {
	background-color: rgba(191, 243, 191, 0.4);
}

.cube.bg-blue {
	background-color: rgba(191, 227, 243, 0.4);
}

.cube.bg-red {
	background-color: rgba(243, 191, 191, 0.4);
}

.cube.bg-purple {
	background-color: rgba(233, 191, 243, 0.4);
}

.note {
	color: #fff;
	padding-top: 10px;
	text-align: center;
}

.note a {
	color: #fff;
	text-decoration: underline;
}

.note a:hover {
	text-decoration: none;
}

.btn-primary {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #900101;
	--bs-btn-border-color: #900101;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #900101;
	--bs-btn-hover-border-color: #900101;
	--bs-btn-focus-shadow-rgb: 38, 38, 38;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #900101;
	--bs-btn-active-border-color: #900101;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(113, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #900101;
	--bs-btn-disabled-border-color: #900101;
}

.text-primary {
	color: #900101!important;
}

.dark-mode .text-primary{
	color: #fff !important;
}

.btn-dark {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #333333;
	--bs-btn-border-color: #333333;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #131313;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #333333;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #333333;
	--bs-btn-disabled-border-color: #333333;
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #1455c0;
	--bs-btn-border-color: #1455c0;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d4cb0;
	--bs-btn-hover-border-color: #1455c0;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1455c0;
	--bs-btn-active-border-color: #1455c0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #1455c0;
	--bs-btn-disabled-border-color: #1455c0;
}

.btn-primary:hover {
	opacity: 0.9;
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: #333;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: #333;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: #333;
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 38, 38, 38;
	text-decoration: underline;
}

.btn-link:focus-visible {
	text-decoration: none;
}
.btn-link:hover {
	text-decoration: none;
}

.dark-mode .btn-link{
	color: #fff;
}

.link-primary {
	color: #900101;
	text-decoration: underline;
}

.link-primary:hover,
.link-primary:focus {
	color: #900101;
	text-decoration: none;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
	background: rgba(0, 0, 0, 0.8) !important;
}

.swal2-title {
	padding: 1.2em 1em 0 !important;
	font-weight: 500 !important;
}

.swal2-popup {
	padding: 0 0 2.3em !important;
}

.swal2-icon {
	margin-bottom: 0 !important;
}

.dark-mode .swal2-popup{
	background: #222;
	color: #fff;
}

.modal .top-right-buttons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	display: flex;
	align-items: center;
}

.dark-mode .intro-support p{
	color: #fff;
}

.modal-body {
	padding: 30px;
	border-radius: 6px;
}

.dark-mode .upper-tabs{
	border: none;
}

.dark-mode .modal-body{
	background: #1b1b1b;
	border: 1px solid #474747;
}

.dark-mode .modal-body h2{
	color: #fff;
}

.dark-mode .modal .about-wrapper.total p{
	border-bottom: 1px solid #fff;
}

.modal-body h2 {
	color: #900101;
	font-weight: 400;
}

.modal-body h2 strong {
	font-weight: 700;
}

.modal .choose-date {
	display: flex;
	align-items: center;
}

.modal .choose-date .title {
	text-transform: uppercase;
	font-size: 1rem;
	display: inline-block;
	font-weight: 500;
	margin-right: 8px;
}

.modal .choose-date input {
	max-width: 175px;
}

.dark-mode .modal .choose-date input{
	color-scheme: dark;
}

.modal .input-group-text {
	display: flex!important;
	align-items: center;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
}

.form-control:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 15%);
}

.page-login {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.login-wrap .logo {
	/* width: 90%; */
	margin-bottom: 20px;
}

.top-section .logo {
	margin-top: -10px;
}

.login-wrap form {
	padding: 25px;
	border-radius: 0.5rem;
	background: #fff;
}

.col-left {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	height: 100vh;
	min-height: 100%;
	overflow: hidden;
	background: url(/assets/images/img-login-3.jpg) no-repeat center
		center/cover;
	width: 250px;
}

.col-left:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #900101;
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	z-index: 1;
}

.nav-section {
	overflow-y: auto;
	height: 100vh;
	min-height: 100%;
	padding: 35px 25px 0;
	display: flex;
	flex-direction: column;
	z-index: 2;
	position: relative;
}

.time-zones {
	margin-top: -3px;
	position: fixed;
  right: 25px;
	display: flex;
}

.times-wrp {
	text-align: right;
	color: red;
}

.times-wrp h4 {
	font-size: 15px;
}

.times-wrp h6 {
	font-size: 13px;
}

.create-invoice .swal2-html-container {
	margin-top: 0;
	font-size: 1rem;
}

textarea.form-control:focus {
	box-shadow: none;
	border-color: #eee;
}

.uploadImages {
	border-radius: 0.375rem;
	background: #f3f3f3;
	width: 100%;
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
	border: 1px solid #dee2e6;
}

.dark-mode .uploadImages{
	background: #222;
	color: #fff;
}

.dark-mode .form-control{
	background: #222;
	color: #fff;
}

.uploadImages.dropzone .dz-preview .dz-image {
	width: 100px;
	height: 100px;
	border-radius: 0;
}

.create-invoice label {
	text-transform: uppercase;
	font-size: 0.75rem;
}

.uploadImages span.dropzone-text {
	display: flex;
	text-align: center;
	width: 100%;
	pointer-events: none;
	opacity: 0.4;
	justify-content: center;
	align-items: center;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.dark-mode .uploadImages span.dropzone-text{
	opacity: 0.75;
}

.uploadImages.dz-started span.dropzone-text {
	display: none;
}

.uploadImages span.material-symbols-rounded {
	display: inline-block;
	margin: 0 5px;
	font-size: 45px;
}

.col-left h4 {
	font-weight: 600;
	font-size: 1.35rem;
}

.col-left h4 span {
	font-weight: 600;
}

.col-left.text {
	color: #fff;
}

.col-left .top-section ul {
	margin-top: -13px;
}

.col-left ul li {
	list-style: none;
	text-transform: uppercase;
	margin: 5px 0 0;
}

.col-left ul li:hover,
.settings span:hover {
	opacity: 0.75;
}

.col-left ul li.dashboard {
	font-weight: 600;
	margin-bottom: 30px;
}

.col-left ul li.support {
	margin-top: 30px;
	font-weight: 600;
}

.col-left ul li.invoices {
	margin-top: 30px;
	font-weight: 600;
}

.col-left ul li.support span.material-symbols-rounded,
.col-left ul li.dashboard span.material-symbols-rounded,
.col-left ul li.invoices span.material-symbols-rounded {
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

.col-left ul li a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.col-left ul li a strong {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 9px;
	padding: 5px 6px 3px 5px;
	font-size: .75rem;
	line-height: 1;
	font-weight: 400;
	margin-left: auto;
}

.col-left ul li.new-jobs a strong {
	animation: colors 3s infinite;
	color: #000;
}

@keyframes colors {
    0% {background-color: rgb(255, 0, 0);}  
    50% {background-color: rgb(238, 255, 0);}  
    100% {background-color: rgb(255, 0, 0);}  
}

.col-left ul li a span {
	margin-left: -3px;
	font-size: 2rem;
}

.col-left .bottom-section {
	width: calc(100% + 50px);
	bottom: 0;
	left: 0;
	padding: 50px 25px 25px;
	margin-top: auto;
	margin-left: -25px;
	margin-right: -25px;
}

.settings {
	background: rgba(255, 255, 255, 0.125);
	margin: 0 -25px -25px -25px;
	padding: 25px 25px 15px;
}

.settings span {
	cursor: pointer;
	font-weight: 600;
	font-size: 24px;
}

.settings .text-decrease {
	font-size: 21px;
}

.empty-page {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: fixed;
}

.empty-page h2 {
	background: #fff;
	padding: 25px 50px;
	text-transform: uppercase;
	font-size: 1rem;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.035);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.035);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.035);
	margin: 0;
}

.col-right {
	width: 100%;
	height: 100vh;
	padding-left: 250px;
	display: flex;
	flex-direction: column;
	overflow-x: auto;
}

.dashboard-bg {
	display: flex;
	justify-content: center;
	height: 100vh;
	position: relative;
	background: rgb(251,251,251);
	background: linear-gradient(50deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 50%, rgba(251,251,251,1) 100%);
}

.dashboard-bg.align-items-center {
	align-items: center;
}

html.dark-mode .dashboard-bg:before {
	content: '';
	background-color: rgba(0, 0, 0, .25);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

html.dark-mode .dashboard-bg {
	background:#17212a url(/assets/images/hud-background.jpg) no-repeat center center/cover;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.thead-wrapper {
	position: sticky;
	background: #ebebee;
	color: #545454;
	z-index: 3;
}

.thead-wrapper.inv {
	background: #900101;
	color: #fff;
}

.info-contact .thead-wrapper {
	z-index: 1;
}

.date-wrap {
	display: flex;
	align-items: center;
	padding: 4px 10px;
}

.date-wrap.expired{
	display: flex;
    align-items: center;
    background: #d5100e;
    color: #fff;
    border-radius: 10px;
	padding: 4px 10px;
}

.date-wrap.under24{
	display: flex;
    align-items: center;
    background: #ffa500;
    color: #000;
    border-radius: 10px;
	padding: 4px 10px;
}

.cube {
	display: inline-block;
	border-radius: 9px;
	background-color: #ebebee;
	padding: 3px 8px 2px;
	font-size: 0.8rem;
	line-height: 1;
	cursor: default;
	border: 1px solid #e7e7e7;
}

.cube.bordered {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.cube.bordered.text-success {
	border-color: transparent;
	background: rgb(25, 135, 84, .1);
}

.cube.bordered.text-danger {
	border-color: transparent;
	background: rgb(220, 53, 69, .1);
}

.dark-mode .cube.bordered{
	background: #222;
	color: #fff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	opacity: 0.4;
	background-color: #dbdbdb;
	border-color: #d0d0d0;
	color: #999999;
}

.dark-mode .btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	opacity: 0.7;
	background-color: #b6b6b6;
	border-color: #d0d0d0;
	color: #fff;
}

.w-40 {
	width: 40px;
	min-width: 40px;
}

.w-120 {
	width: 150px;
	min-width: 150px;
}

.date-wrap strong {
	font-weight: 400;
}

a.btn-plain {
	color: #333;
	padding: 0 25px 25px;
	font-size: 12px;
}

.dark-mode a.btn-plain{
	color: #fff;
}

.date-wrap span.material-symbols-rounded {
	font-size: 1.2rem;
	margin: 0 2px;
}

.col-right .top-section {
	background-color: #fff;
	width: calc(100%);
	display: flex;
	flex-direction: column;
	padding: 30px 25px 70px 25px;
	z-index: 2;
	min-height: 143.5px;
	position: fixed;
}

.col-right .top-section.invoices {
	min-height: 190px;
}

.col-right .top-section.none {
	padding-bottom: 20px;
	border-bottom: 25px solid #ebebee;
	min-height: 140px;
}

.col-right.job .top-section.none {
	border-bottom: 1px solid #ebebee;
	background-color: #f7f7f7;
}

.col-right .top-section.none.dashboard {
	padding-bottom: 30px;
}

.icon-menu {
	font-size: 2rem;
	font-weight: 500;
	color: #900101;
	cursor: pointer;
}

html.dark-mode .icon-menu {
	color: #fff;
}

.btn-top-fixed {
    position: fixed;
    right: 25px;
	top: 25px
}

table th {
	font-size: 0.9rem;
	line-height: 1;
	vertical-align: middle;
	height: 55.75px;
	border-color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 17px 0.75rem !important;
}

.second-table .invoice-row{
	height: 32px;
}

.info-contact table th {
	white-space: inherit;
	vertical-align: bottom;
}

table .form-check-input {
	width: 20px;
	height: 20px;
	background-color: #eee;
	border-width: 2px;
    margin-top: 0!important;
}

table th .form-check-input {
	background-color: #fff;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #900101;
	border-color: #900101;
}

html.dark-mode table th {
	border-color: #4b4b4b;
	background: #151515;
	color: #fff;
}

table th:first-child {
	text-align: left;
}

/* table th:last-child {
	text-align: center;
} */

table td {
	font-size: 0.9rem;
	line-height: 1;
	vertical-align: middle;
	border-color: #e4e4e4;
	color: #464646;
	border-top-width: 1px;
	white-space: nowrap;
	height: 49.38px;
	padding: 11px 0.75rem !important;
	background-color: #fff !important;
}

.custom-table td{
	background: unset;
}

.custom-table table td:first-child{
	text-align: unset;
}

.custom-table table td{
	border: none;
}

.custom-table table{
	table-layout: fixed;
}

.custom-table p{
	white-space: normal;
}

html.dark-mode table td {
	color: rgba(255, 255, 255, 0.5);
	border-color: #4b4b4b;
	background-color: #262626 !important;
}

table td:first-child {
	text-align: left;
}

/* table td:last-child {
	text-align: center;
} */

table .btn {
	text-transform: uppercase;
	font-size: 0.75rem;
	white-space: nowrap;
}

.col-right .bottom-section {
	margin: 0 25px 25px 25px;
	padding: 0px;
	background-color: #fff;
	margin-top: 88px;
}

.col-right.job .bottom-section {
	margin: 0;
}

.col-right .bottom-section.invoices {
	margin-top: 93px;
}

.col-right .board-section {
	background: none;
	max-width: 1000px;
	margin-top: 180px;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}

.col-right .board-section.none {
	margin-top:80px;
}

.board-title {
	color: #333;
}

html.dark-mode .board-title {
	color: #e3ffff;
}

.board-box a {
	padding: 15px;
	display: flex;
	align-items: center;
	background: rgb(251,251,251);
	background: linear-gradient(50deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 50%, rgba(251,251,251,1) 100%);
    border: 2px solid rgb(221 221 221 / 50%);
	color: #900101;
	text-decoration: none;
}

html.dark-mode .board-box a {
	background: rgba(0, 0, 0, .25);
	border: 2px solid rgba(227, 255, 255, .5);
	color: #e3ffff;
}

.board-box a h2 {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.board-box a h2 strong {
	font-weight: 600;
	display: inline-block;
	word-spacing: 400px;
	line-height: 1.1;
	font-size: 1.1rem;
}

.board-box.my-account a h2 strong {
	word-spacing: normal;
}

.board-box a h2 span {
	font-size: 2.5rem;
	margin-right: 10px;
	font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}

.board-box a .nr {
	display: inline-block;
	font-size: 4vw;
	line-height: .85;
	width: 100%;
	text-align: right;
	color: #333;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

html.dark-mode .board-box a .nr {
	color: rgba(0, 0, 0, .5);
	text-shadow: -1px 0 #e1ffff, 0 1px #e3ffff, 1px 0 #e3ffff, 0 -1px #e3ffff;
}

.board-box.new-jobs a .nr{
	color: #fff;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff!important;
}

.board-box.new-jobs a{
	background: #900101;
	color: #fff;
}

html.dark-mode .board-box.new-jobs a .nr{
	color: rgba(0, 0, 0, .5);
	text-shadow: -1px 0 #c82d1b, 0 1px #c82d1b, 1px 0 #c82d1b, 0 -1px #c82d1b!important;
}

.p-25 {
	padding: 25px;
}

.copyright {
	font-size: 11px;
	color: #fff;
	padding: 8px 0 0;
}

.copyright-section {
	margin-top: auto;
	padding: 0 25px 20px;
	font-size: 11px;
	opacity: .25;
}

.filters {
	position: sticky;
	z-index: 5;
	top: 93px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.input-groups {
	display: flex;
	align-items: center;
	margin-top: -7px;
}

.input-groups.invoices-filter{
	position: fixed;
	right: 25px;
    top: 75px;
	z-index: 10;
}

.input-group {
	margin-left: 5px;
	width: auto;
}

.filter-dropdown{
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
	padding: 6px 10px;
}

.filters .btn {
	font-size: 0rem;
	padding: 6px 8px;
}

.filters .btn span {
	margin-top: -2px;
}

.nav-tabs {
	/* border: none; */
}

.nav-tabs .nav-link {
	border: none;
	background-color: #f9f9f9;
	color: #000;
	min-width: 100px;
	text-align: center;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: .85rem;
	padding: 15px 0;
	line-height: 1;
}

.nav-tabs .nav-link.active {
	background-color: #900101;
	border-color: #900101;
	color: #fff;
}

.dark-mode .times-wrp.last{
	color: #fff;
}

.dark-mode .nav-tabs .nav-link{
	background: #222;
	color: #ccc;
}

.dark-mode .nav-tabs .nav-link.active{
	background: #900101;
	color: #fff;
}

.dark-mode .form-select{
	background: #262626;
	color: #fff;
	--bs-caret-color: white;
}

.dark-mode .form-select{
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cpath fill%3D%22none%22 stroke%3D%22white%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-width%3D%222%22 d%3D%22m2 5 6 6 6-6%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: right 0.7rem center;
	background-size: 1rem auto;
	color: #fff; /* Replace with your desired color */
}

.dark-mode .col-right .top-section{
	background: #222;
}

.dark-mode .col-right .top-section.none{
	background: #222;
	border-bottom: 25px solid #373737;
}

.dark-mode .accordion p{
	color: #fff;
}

.col-right .bottom-section.none {
	margin-top: 135px;
}

.col-right .bottom-section.none.inner {
	margin-top: 140px;
}

.grey-color {
	color: #a8a8a8;
}

.jobs-details .col-right .bottom-section.none.inner {
	margin-top: 152px;
}

.print-preview-job.col-right .bottom-section.none.inner {
	margin-top: 154px;
}

.col-right .bottom-section .table {
	margin-bottom: 0;
}

.dark-mode .col-right .bottom-section {
	background-color: #222;
}

.dark-mode .accordion-button{
	color: #fff;
}

.style-text h2 {
	font-weight: 400;
	display: flex;
	text-transform: uppercase;
	color: #900101;
}

.style-text.top-section h2 {
	position: fixed;
}

.style-text h2.accordion-header {
	position: relative;
}

.style-text h2.job-h2 {
	position: relative;
}

.dark-mode .style-text h2, .dark-mode .style-text h3{
	color: #fff;
}

.style-text h3 {
	font-weight: 400;
	display: flex;
	color: #900101;
	font-size: 1.25rem;
}

.style-text h2 strong, .style-text h3 strong {
	margin-right: 4px;
	color: #333;
}

.dark-mode .empty-page h2{
	color: #000;
}

.dark-mode .style-text h2 strong, .dark-mode .style-text h3 strong{
	color: #fff;
}

.style-text .board-title h2 {
	color: #333;
	position: relative;
}

html.dark-mode .style-text .board-title h2 {
	color: #e3ffff;
}

.style-text h2 .material-symbols-rounded {
	font-size: 2.25rem;
}

.style-text a {
	text-decoration: underline;
	color: #900101;
}

.style-text a:hover {
	color: #900101;
	text-decoration: none;
}

.video-wrapper, .img-wrap {
	margin-bottom: 1.25rem;
}

.accordion {
	margin-top: -5px;
	position: relative;
	z-index: 1;
}

.style-text ul.nav-cat {
	margin: 0;
	padding-right: 20px;
	width: 300px;
	position: sticky;
}

.style-text ul.nav-cat li {
	list-style: none;
	margin: 0 0 5px;
	border-bottom: 1px solid #dee2e6;
	text-transform: uppercase;
}

.style-text ul.nav-cat li a:before {
	content: "\e5cc";
	font-family: "Material Symbols Rounded";
	font-size: 3rem;
	font-weight: 100;
	order: 2;
	margin-right: -10px;
}

.style-text ul.nav-cat li a {
	text-decoration: none;
	color: #333;
	width: 100%;
	text-align: start;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.35rem;
	line-height: 1.1;
	font-weight: 500;
}

.accordion-trigger.active{
	color: #900101 !important;
}

.accordion-trigger{
	cursor: pointer;
}

html.dark-mode .style-text ul.nav-cat li a {
	color: #fff;
}

.style-text ul.nav-cat li:last-child {
	border: none;
}

html.dark-mode .style-text a {
	color: #fff;
}

html.dark-mode .style-text a:hover {
	color: #fff;
}

.style-text ul {
	margin-left: 17px;
}

.dropdown .btn {
	padding: 5px 15px 5px 10px;
    font-weight: 400;
    border: 1px solid #aaa;
    font-size: 15px;
}

.dropdown-toggle.show {
	border-radius: 5px 5px 0 0;
}

.dropdown-menu {
	position: absolute !important;
	top: -4px !important;
	margin-bottom: 25px !important;
	border-radius: 0 0 5px 5px;
	padding: 2px 0 0 0;
}

.dropdown-toggle::after {
	float: right;
	margin-top: 10px;
}

.dropdown-toggle.show::after {
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3;
}

.dropdown-menu li {
	border-bottom: 1px solid #ccc;
}

.dropdown-item {
	text-decoration: none !important;
	padding: 10px 15px;
	white-space: inherit;
}

.dropdown-menu li:last-child {
	border-bottom: none;
}

.menu-nav-section {
	display: none;
	font-size: 32px;
	margin: 0 0 10px;
	cursor: pointer;
}

.header-responsive {
	display: flex;
	justify-content: start;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.header-responsive .trigger-nav {
	padding: 30px 25px;
}

.title-service {
	text-align: center;
}


.title-service strong {
	display: inline-block;
	background-color: #900101;
	padding: 15px 25px;
	font-size: 2.5rem;
	border: 1px solid #e7e7e7;
	font-weight: 400;
}

.title-service span {
	display: block;
	font-size: .85rem;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 4px;
}

.title-service b{
	font-size: 1.125rem;
}

.info-job h3 {
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
	color: #900101;
}

.info-job .dropbox-job h3 {
	text-transform: none;
}

.info-job h4 {
	color: #900101;
	font-weight: normal;
	margin: 0 0 25px;
}

.dark-mode .info-job h3{
	color: #fff;;
}

.info-job p {
	margin: 0;
	font-size: 1.05rem;
}

.info-job .style-typo p {
	margin: 0 0 20px;
}

.col-right.print-preview-job {
	padding-left: 0;
}

.info-job .style-typo h2 {
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
	color: #000;
}

.info-job .description-job h3 {
	margin: 0 0 5px;
}

.description-job .style-typo ul {
	margin: 0 0 25px 18px;
}

.info-job .style-typo h3 {
	margin: 0 0 5px;
	font-size: 1rem;
	color: #900101;
	text-transform: none;
}

.style-typo p a {
	color: #900101;
	text-decoration: underline;
}

@media print {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,
  .col-md-5,.col-md-6,.col-md-7,.col-md-8, 
  .col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float: left;
  }
	.col-right {
		overflow-x: hidden;
	}
	.jobs-details .col-right .bottom-section.none.inner {
		margin-top: 1px!important;
	}
  .col-md-1 {
    width: 8%;
  }
  .col-md-2 {
    width: 16%;
  }
  .col-md-3 {
    width: 25%;
  }
	.print-auto {
		width: auto!important;
	}
  .col-md-4 {
    width: 33%;
  }
  .col-md-5 {
    width: 42%;
  }
  .col-md-6 {
    width: 50%;
  }
	.col-md-6.print-full {
		width: 100%;
	}
  .col-md-7 {
    width: 58%;
  }
  .col-md-8 {
    width: 66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83%;
  }
  .col-md-11 {
    width: 92%;
  }
  .col-md-12 {
    width: 100%;
  }
	body {
		-webkit-print-color-adjust: exact;
	}
	.col-left, .col-md-5.offset-md-1.mt-4.mt-md-0, .copyright-section, .job-buttons-wrapper {
		display: none!important;
	}
	.top-section {
		border-bottom: none!important;
		padding: 0!important;
		position: relative!important;
	}
	.col-right .top-section.none {
		border-bottom: none!important;
		padding: 0!important;
		min-height: auto!important;
		padding-bottom: 30px!important;
	}
	.col-right {
		padding-left: 0!important;
	}
	.p-25 {
		padding: 0!important;
	}
	.col-right .bottom-section.none.inner, .col-right .bottom-section {
		margin: 0!important;
	}
	body {
		background: none!important;
	}

}

.style-typo p a:hover {
	text-decoration: none;
}

.dropbox-job .btn-download {
	background-color: #149bc0;
}

.dropbox-job .btn-download:hover {
	background-color: rgb(24, 148, 183);
}

.info-job a {
	
}

.btn-download {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.btn-download span.material-symbols-rounded {
	font-size: 1.2rem;
	margin-right: 5px;
	font-variation-settings:
	'FILL' 0,
	'wght' 700,
	'GRAD' 0,
	'opsz' 48
}

.timing-job {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0 0;
	margin: 15px 0 0;
}

.manager-job {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0 0;
	margin: 20px 0 0;
	display: flex;
	align-items: center;
}

.dark-mode .timing-job, .dark-mode .manager-job, .dark-mode .other-job, .dark-mode .description-job, .dark-mode .files-job, .dark-mode .dropbox-job {
	border-top: 1px solid #e4e4e430;
}

.manager-job h3 {
	margin-right: 5px;
}

.manager-job a {
	display: inline-block;
	line-height: 1;
	font-size: 1rem;
	margin-left: 5px;
	color: #900101;
}

.dark-mode .manager-job a{
	color: #fff;
}

.other-job {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0 0;
	margin: 20px 0 0;
}

.description-job {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0 0;
	margin: 20px 0 0;
}

.top-section .style-text h3{
    font-size: 1.75rem;
}

.page-new-jobs-details .description-job, .page-delivered-jobs-details .description-job{
	border-top: none;
	margin: 0;
	padding: 0;
}

.select-year{
	width: auto;
}

.files-job {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e4e4e4;
	padding: 20px 0 0;
	margin: 20px 0 0;
}

.note-under {
	margin-bottom: -35px;
	margin-left: 25px;
	display: block;
}

.note-under a {
	color: #333;
}

.note-under a:hover {
	text-decoration: none;
}

.files-job.translation {
	padding: 20px;
	background-color: #eee;
	border-color: #dadada;
}

.files-job.first {
	border-top: none;
}

.files-job.client {
	flex-direction: column;
	align-items: start;
}

.files-job.client span.material-symbols-rounded {
	color: #1455c0;
	margin-right: 5px;
	font-size: 1rem;
	margin-top: -1px;
	font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}

.dark-mode .files-job.client span.material-symbols-rounded{
	color: #fff;
}

.sched {
	display: inline-flex;
	align-items: center;
	padding-left: 2px;
}

.bigger {
	font-size: 1.25rem;
}

.sched span {
	font-size: 1.2rem;
	margin-right: 1px;
	font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
}

.files-job.client a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	padding: 5px 0;
}

.files-job.client a:nth-child(2) {
	margin-top: 6px;
}

.dark-mode .files-job.client a{
	color: #fff;
}

.text-download {
	padding-left: 5px;
	color: #1455c0;
}

.dark-mode .text-download{
	color: #fff;
}

.dropbox-job {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e4e4e4;
	padding: 15px 0 0;
	margin: 15px 0 0;
	align-items: center;
}

.files-job.dropbox-job {
	border: 1px solid #000;
	background-color: #fff;
}

.info-contact p {
	margin: 0 0 5px;
}

.w-150 {
	min-width: 150px;
}

.border-left {
	border-left: 1px solid #e4e4e4;
	padding-left: 30px;
}

.dark-mode .border-left{
	border-left:  1px solid #e4e4e430;
}

hr {
	border-color: #e4e4e4;
	opacity: 1;
}

.info-contact hr {
	border-color: #fff;
	margin: 8px 0;
}

.dark-mode .info-contact hr{
	border-color: #e4e4e430;
}

body::-webkit-scrollbar,
.nav-section::-webkit-scrollbar {
	width: 1em;
	display: none;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #333;
}

body {
  padding-right: 0 !important;
}

.col-right .bottom-section.my-acc-section{
	padding-top: 25px;
}

.dark-mode .dark-nav-overlay{
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
	z-index: 5;
	pointer-events: none;
}

.alert-wrapper-box {
	height: calc(100vh - 36.5px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.alert-wrap {
	background: #fff;
	border-radius: 20px;
	padding: 30px 50px;
	text-align: center;
	margin: 15px 0 15px;
}

.alert-wrap h2 {
	text-transform: uppercase;
}

.alert-wrap .material-symbols-rounded {
	font-size: 4.5rem;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
	margin-bottom: 11px;
}

.alert-wrap.success h2, .alert-wrap.success .material-symbols-rounded {
	color: #198754;
}

.alert-wrap.danger h2, .alert-wrap.danger .material-symbols-rounded {
	color: #dc3545;
}

.close-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 31px 20px;
	font-size: 33px;
	cursor: pointer;
}

.top-section .logo {
	margin-bottom: 55px;
}

@media only screen and (min-width: 1400px){
	.empty-page{
		left: 125px;
	}
	.my-acc-time-wrp.times-wrp.last{
		padding-right: 250px;
	}
}

@media only screen and (max-width: 1399px){
	.border-left{
		padding-left: 10px;
		border: none;
	}
	.title-service strong{
		font-size: 2rem;
	}
	.col-left {
		transform: translateX(-250px);
		transition: all 0.2s ease-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.col-right {
		padding-left: 0;

	}
	.toggle-menu .col-left {
		transform: translateX(0);
	}
	.menu-nav-section {
		display: block;
	}
	.style-text h2 {
		padding-left: 65px;
	}
	.print-preview-job .style-text h2 {
		padding-left: 0;
	}
	.top-section .style-text h3 {
		padding-left: 65px;
	}
	.print-preview-job .style-text h3 {
		padding-left: 0;
	}
	.style-text .board-title h2 {
		padding-left: 0;
		position: relative;
	}
	/* .col-right .top-section {
		padding-top: 65px;
	} */
	.close-btn {
		display: block;
	}
	.top-section .logo img {
		max-width: 80%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	.board-box a .nr{
		font-size: 2vw;
	}
	.board-box a h2 strong{
		font-size: 0.875rem;
	}
	.bigger {
		font-size: 1rem;
		margin-bottom: 15px;
	}
	.info-job h3, .info-job p{
		font-size: 0.9rem;
	}
	.title-service span{
		font-size: 0.75rem;
	}
	.title-service strong{
		font-size: 1.75rem;
		padding: 10px 25px;
	}
	.accordion-button{
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 991px) {
	.title-service b{
		font-size: 1rem;
	}
	.job-buttons-wrapper{
		width: 100%;
	}
	.job-buttons-wrapper .btn-link{
		margin-left: auto;
	}
	.style-text h2.job-h2{
		font-size: 1.5rem;
	}
	.style-text h3{
		font-size: 1rem;
	}
	.title-service span{
		font-size: 0.75rem;
	}
	.col-right .bottom-section.my-acc-section{
		padding-top: 0;
	}
	.login-wrap .logo{
		max-width: 75%;
	}
	.login-wrap{
		width: 100%;
		padding: 0 25px;
		padding-bottom: 100px;
	}
	.info-contact table th{
		height: 40px;
		vertical-align: middle;
	}
	.note-under{
		margin: 0 25px 15px;
	}
	.modal-dialog{
		margin: 25px;
	}
	.swal2-container{
		padding: 25px;
	}
	.settings{
		background: none;
		justify-content:  center;
	}
	.modal-body h2{
		font-size: 1.75rem;
		margin-bottom: 10px;
	}
	.modal .about-wrapper, .modal .company-info-wrapper{
		font-size: 0.875rem;
	}
	.modal .choose-date input{
		font-size: 0.875rem;
		max-width: 90px;
		padding: 5px 0;
	}
	.btn-group-lg>.btn, .btn-lg{
		font-size: 1rem;
		padding: 4px 10px;
	}
	.modal .top-right-buttons{
		top: 34px;
	}
	.modal-body{
		padding: 15px;
	}
	.modal table th{
		padding: 8px 0.45rem !important;
	}
	.modal table p{
		font-size: 0.625rem;
	}
	.invoices .input-groups{
		position: fixed;
		top: 105px;
		right: 25px;
    	width: 150px;
	}
	.board-box a h2 span{
		font-size: 2rem;
	}
	.board-box a{
		padding: 10px;
	}
	.board-box a h2 strong{
		font-size: 0.875rem;
	}
	.dark-mode .text-download{
		align-self: start;
	}
	.dark-mode .nav-tabs .nav-link{
		border: none;
	}
	.files-job.client span.material-symbols-rounded{
		align-self: flex-start;
		padding-top: 4px;
	}
	.bigger {
		font-size: 1rem;
		margin-bottom: 15px;
	}
	.other-job h3, .other-job p{
		display: inline-block;
		margin-right: 10px;
	}
	.info-job h3, .info-job p{
		font-size: 0.9rem;
	}
	.title-service strong{
		font-size: 1.75rem;
		padding: 10px 25px;
	}
	/* .col-left {
		transform: translateX(-250px);
		transition: all 0.2s ease-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.col-right {
		padding-left: 0;
	}
	.toggle-menu .col-left {
		transform: translateX(0);
	} */
	.menu-nav-section {
		display: block;
	}
	.col-left .bottom-section {
		position: relative;
		margin-top: 50px;
	}
	.table th,
	.table td {
		padding: 0.4rem 0.75rem !important;
	}
	.info-contact .table th,
	.info-contact .table td {
		padding: 0.4rem 0.4rem !important;
	}

	.info-contact .table th{
		padding: 0.4rem 0.6rem !important;
	}
	.btn-top-fixed {
		top: 70px
	}
	.style-text h2{
		font-size: 1.1rem;
	}
	.dark-mode #createInvoice{
		padding: 5px;
		font-size: 0.75rem;
	}
	.dark-mode #createInvoice span{
		font-size: 1.25rem;
	}
	.col-right .top-section{
		padding: 72px 25px 76px 25px;
	}
	.col-right .top-section.invoices {
		padding: 72px 25px 110px 25px;
	}
	/* .col-right .bottom-section{
		margin-top: -55px;
	} */
	.accordion-button{
		font-size: 1.25rem;
	}
	.filters{
		flex-direction: column-reverse;
		top: 123px;
	}
	.nav-tabs{
		align-self: flex-start;
	}
	.input-groups{
		align-self: flex-end;
		margin-top: -36px;
		margin-bottom: 20px;
	}
	.input-groups.invoices-filter{
		margin-top: -7px;
	}
	.col-right .bottom-section.invoices{
		margin-top: -97px;
	}
	.nav-tabs .nav-link{
		min-width: 80;
		border-bottom: 1px solid #ebebee;
	}
	.info-contact table th, .info-contact table td{
		font-size: 0.625rem;
	}
	.border-left.mobile-border{
		padding: 0 10px;
		border: 0;
	}
	.info-contact{
		margin-top: 15px;
	}
	.col-right .board-section{
		margin-top: 25px;
	}
	.col-right .board-section.none {
		margin-top:80px;
	}
	.dropdown .btn{
		font-size: 1rem;
		padding: 7px 10px;
		font-weight: 500;
	}
}

.upload-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.upload-overlay.active{
	display: flex;
	flex-direction: column-reverse;
}

.spinner-border {
	width: 3rem;
	height: 3rem;
	border-width: 0.3em;
	margin-bottom: 25px;
}