/*!
Theme Name: Firmly
Theme URI: http://underscores.me/
Author: Firmly d.o.o.
Author URI: http://www.firmly.com
Description: Business Operating System by Firmly
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: firmly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Firmly is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* DEFAULT PALETTE */
body.theme-default.light-mode {
  --background: #FFFFFF;
  --foreground: #0A0A0A;
  --card: #FFFFFF;
  --card-foreground: #0A0A0A;
  --popover: #FFFFFF;
  --popover-foreground: #0A0A0A;
  --primary: #171717;
  --primary-foreground: #FAFAFA;
  --secondary: #F5F5F5;
  --secondary-foreground: #171717;
  --muted: #F5F5F5;
  --muted-foreground: #737373;
  --accent: #F5F5F5;
  --accent-foreground: #171717;
  --destructive: #DC2626;
  --destructive-foreground: #FEF2F2;
  --border: #E5E5E5;
  --input: #E5E5E5;
  --ring: #A3A3A3;
  --chart-1: #EA580C;
  --chart-2: #0D9488;
  --chart-3: #164E63;
  --chart-4: #FBBF24;
  --chart-5: #F59E0B;
  --sidebar: #FFFFFF;
  --sidebar-foreground: #404040;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #FAFAFA;
  --sidebar-accent: #F5F5F5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #E5E5E5;
  --sidebar-ring: #262626;
  --info: #0284C7;
  --info-foreground: #ECFEFF;
  --success: #16A34A;
  --success-foreground: #F0FDF4;
  --warning: #D97706;
  --warning-foreground: #FFFDF5;
}

body.theme-default.dark-mode {
  --background: #171717;
  --foreground: #FAFAFA;
  --card: #27272A;
  --card-foreground: #FAFAFA;
  --popover: #0A0A0A;
  --popover-foreground: #FAFAFA;
  --primary: #FAFAFA;
  --primary-foreground: #0A0A0A;
  --secondary: #262626;
  --secondary-foreground: #FAFAFA;
  --muted: #262626;
  --muted-foreground: #D4D4D4;
  --accent: #262626;
  --accent-foreground: #FAFAFA;
  --destructive: #E0343499;
  --destructive-foreground: #FEF2F2;
  --border: #27272A;
  --input: #27272A;
  --ring: #737373;
  --chart-1: #C2410C;
  --chart-2: #14B8A6;
  --chart-3: #F59E0B;
  --chart-4: #A855F7;
  --chart-5: #F43F5E;
  --sidebar: #171717;
  --sidebar-foreground: #FAFAFA;
  --sidebar-primary: #FAFAFA;
  --sidebar-primary-foreground: #0A0A0A;
  --sidebar-accent: #262626;
  --sidebar-accent-foreground: #FAFAFA;
  --sidebar-border: #27272A;
  --sidebar-ring: #525252;
  --info: #0284C799;
  --info-foreground: #ECFEFF;
  --success: #02B54199;
  --success-foreground: #F0FDF4;
  --warning: #E3921999;
  --warning-foreground: #FFFDF5;
}

/* OCEAN / COMPANY BLUE PALETTE */
body.theme-ocean.light-mode {
  --background: #F4FAFD;
  --foreground: #0F1E28;
  --card: #FFFFFF;
  --card-foreground: #0F1E28;
  --popover: #FFFFFF;
  --popover-foreground: #0F1E28;
  --primary: #017FB9;
  --primary-foreground: #F5FCFF;
  --secondary: #E4F2F8;
  --secondary-foreground: #12435C;
  --muted: #EDF6FA;
  --muted-foreground: #5D7685;
  --accent: #D9EEF8;
  --accent-foreground: #0F557A;
  --destructive: #DC2626;
  --destructive-foreground: #FEF2F2;
  --border: #C9E3EF;
  --input: #C9E3EF;
  --ring: #017FB9;
  --chart-1: #017FB9;
  --chart-2: #0EA5E9;
  --chart-3: #06B6D4;
  --chart-4: #38BDF8;
  --chart-5: #0369A1;
  --sidebar: #F2F9FC;
  --sidebar-foreground: #17313F;
  --sidebar-primary: #017FB9;
  --sidebar-primary-foreground: #F5FCFF;
  --sidebar-accent: #DDF0F8;
  --sidebar-accent-foreground: #0F557A;
  --sidebar-border: #C9E3EF;
  --sidebar-ring: #017FB9;
  --info: #0284C7;
  --info-foreground: #ECFEFF;
  --success: #16A34A;
  --success-foreground: #F0FDF4;
  --warning: #D97706;
  --warning-foreground: #FFF7ED;
}

body.theme-ocean.dark-mode {
  --background: #08141B;
  --foreground: #F3FBFF;
  --card: #0F1C24;
  --card-foreground: #F3FBFF;
  --popover: #061017;
  --popover-foreground: #F3FBFF;
  --primary: #0196DA;
  --primary-foreground: #07141B;
  --secondary: #12242E;
  --secondary-foreground: #D8F2FB;
  --muted: #12242E;
  --muted-foreground: #A9C7D5;
  --accent: #16303D;
  --accent-foreground: #DFF5FD;
  --destructive: #EF444499;
  --destructive-foreground: #FEF2F2;
  --border: #1B3441;
  --input: #1B3441;
  --ring: #0196DA;
  --chart-1: #0196DA;
  --chart-2: #22D3EE;
  --chart-3: #38BDF8;
  --chart-4: #60A5FA;
  --chart-5: #0284C7;
  --sidebar: #09161D;
  --sidebar-foreground: #F3FBFF;
  --sidebar-primary: #0196DA;
  --sidebar-primary-foreground: #07141B;
  --sidebar-accent: #122630;
  --sidebar-accent-foreground: #DFF5FD;
  --sidebar-border: #1B3441;
  --sidebar-ring: #0196DA;
  --info: #0EA5E999;
  --info-foreground: #ECFEFF;
  --success: #22C55E99;
  --success-foreground: #F0FDF4;
  --warning: #F59E0B99;
  --warning-foreground: #FFF7ED;
}

/* MIDNIGHT / MODERN SAAS PALETTE */
body.theme-midnight.light-mode {
  --background: #F6F8FC;
  --foreground: #0F172A;
  --card: #FFFFFF;
  --card-foreground: #0F172A;
  --popover: #FFFFFF;
  --popover-foreground: #0F172A;
  --primary: #6366F1;
  --primary-foreground: #EEF2FF;
  --secondary: #EEF2FF;
  --secondary-foreground: #3730A3;
  --muted: #F1F5F9;
  --muted-foreground: #64748B;
  --accent: #E0E7FF;
  --accent-foreground: #4338CA;
  --destructive: #DC2626;
  --destructive-foreground: #FEF2F2;
  --border: #E2E8F0;
  --input: #E2E8F0;
  --ring: #6366F1;
  --chart-1: #6366F1;
  --chart-2: #22C55E;
  --chart-3: #F59E0B;
  --chart-4: #0EA5E9;
  --chart-5: #A855F7;
  --sidebar: #FFFFFF;
  --sidebar-foreground: #0F172A;
  --sidebar-primary: #6366F1;
  --sidebar-primary-foreground: #EEF2FF;
  --sidebar-accent: #EEF2FF;
  --sidebar-accent-foreground: #3730A3;
  --sidebar-border: #E2E8F0;
  --sidebar-ring: #6366F1;
  --info: #0EA5E9;
  --info-foreground: #F0F9FF;
  --success: #22C55E;
  --success-foreground: #F0FDF4;
  --warning: #F59E0B;
  --warning-foreground: #FFFBEB;
}

body.theme-midnight.dark-mode {
  --background: #020617;
  --foreground: #E2E8F0;
  --card: #020617;
  --card-foreground: #E2E8F0;
  --popover: #020617;
  --popover-foreground: #E2E8F0;
  --primary: #818CF8;
  --primary-foreground: #020617;
  --secondary: #0F172A;
  --secondary-foreground: #E2E8F0;
  --muted: #0F172A;
  --muted-foreground: #94A3B8;
  --accent: #1E293B;
  --accent-foreground: #E2E8F0;
  --destructive: #EF444499;
  --destructive-foreground: #FEF2F2;
  --border: #1E293B;
  --input: #1E293B;
  --ring: #818CF8;
  --chart-1: #818CF8;
  --chart-2: #22C55E;
  --chart-3: #F59E0B;
  --chart-4: #38BDF8;
  --chart-5: #C084FC;
  --sidebar: #020617;
  --sidebar-foreground: #E2E8F0;
  --sidebar-primary: #818CF8;
  --sidebar-primary-foreground: #020617;
  --sidebar-accent: #0F172A;
  --sidebar-accent-foreground: #E2E8F0;
  --sidebar-border: #1E293B;
  --sidebar-ring: #818CF8;
  --info: #0EA5E999;
  --info-foreground: #F0F9FF;
  --success: #22C55E99;
  --success-foreground: #F0FDF4;
  --warning: #F59E0B99;
  --warning-foreground: #FFFBEB;
}

.w-100 {
  font-weight: 100;
}

.w-200 {
  font-weight: 200;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.text-logo {
  font-family: "Geist", sans-serif;
  font-size: 1.125rem;
  line-height: 28px;
  color: var(--sidebar-foreground);
}

.nav-title {
  font-family: "Geist", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: var(--sidebar-foreground);
}

.nav-item-text {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--sidebar-foreground);
}

.topbar-welcome {
  font-family: "Geist", sans-serif;
  font-size: 1.125rem;
  line-height: 28px;
  color: var(--background);
}

.topbar-mess {
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: var(--ring);
}

.stats-card-no {
  font-family: "Geist", sans-serif;
  font-size: 1.5rem;
  line-height: 32px;
  color: var(--card-foreground);
}

.stats-card-title {
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: var(--card-foreground);
}

.stats-card-perc {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--card-foreground);
}

.stats-card-perc-text {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--muted-foreground);
}

.operation-name {
  font-family: "Geist", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: var(--muted-foreground);
}

.pagination-no {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--foreground);
}

.profile-name {
  font-family: "Geist", sans-serif;
  font-size: 1.125rem;
  line-height: 28px;
  color: var(--foreground);
}

.step-title {
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: var(--foreground);
}

.price-tag {
  font-family: "Geist", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: var(--primary);
}

.step-price {
  font-family: "Geist", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: var(--foreground);
}

.soon-text {
  font-family: "Geist", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: var(--destructive);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--destructive);
  padding: 2px 8px;
  border-radius: 9999px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

/* Elements
--------------------------------------------- */
body, div, p, h1, h2, h3, h4, h5, h6, span, svg, path, img, table, th, tr, td {
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button {
  all: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Geist", sans-serif;
  width: fit-content;
}

.button-md {
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 500;
}

.primary-button {
  background-color: var(--primary);
  color: var(--primary-foreground);
  border-radius: 8px;
}
.primary-button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.1;
}
.primary-button:hover {
  opacity: 0.9;
}

.secondary-button {
  background-color: var(--secondary);
  color: var(--secondary-foreground);
  border-radius: 8px;
}
.secondary-button:hover {
  opacity: 0.9;
}

.destructive-button {
  border-width: 1px;
  border-style: solid;
  border-color: var(--destructive);
  color: var(--destructive);
  background-color: var(--background);
}
.destructive-button:hover {
  background-color: var(--destructive-foreground);
}

.success-button {
  border-width: 1px;
  border-style: solid;
  border-color: var(--success);
  color: var(--success);
  background-color: var(--background);
  font-family: "Geist", sans-serif;
  transition: all 0.3s ease-in-out;
}
.success-button:hover {
  background-color: var(--success-foreground);
}

select {
  appearance: none;
  padding: 7px 12px;
  color: var(--accent-foreground);
  background-image: url("/wp-content/uploads/2026/01/chevron-down-svgrepo-com.svg");
  background-position: calc(100% - 12px) 9px;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 240px;
}

input[type=search] {
  padding: 7px 12px 7px 34px;
  color: var(--foreground);
}

input[type=text], input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  padding: 7px 12px;
  color: var(--foreground);
}

input[type=search], input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--card);
  border-radius: 8px;
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
input[type=search]:focus-visible, input[type=text]:focus-visible, input[type=email]:focus-visible, input[type=tel]:focus-visible, input[type=password]:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
}

input[type=search] {
  background-image: url("/wp-content/uploads/2026/01/search-magnifying-glass-svgrepo-com.svg");
  background-position: 12px 9px;
  background-repeat: no-repeat;
  background-size: 16px;
}
input[type=search]::placeholder {
  color: var(--muted-foreground);
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  cursor: pointer;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
}
.checkbox-option input {
  cursor: pointer;
}
.checkbox-option .checkbox-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-option .checkbox-wrap input[type=checkbox] {
  appearance: none;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  position: relative;
  background-color: var(--background);
  transition: all 0.3s ease-in-out;
}
.checkbox-option .checkbox-wrap svg {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
  z-index: 1;
  opacity: 0;
}
.checkbox-option .checkbox-wrap svg path {
  stroke: var(--card);
}

.checkbox-selected, .is-locked {
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
}
.checkbox-selected .checkbox-wrap input[type=checkbox], .is-locked .checkbox-wrap input[type=checkbox] {
  background-color: var(--primary);
}
.checkbox-selected .checkbox-wrap svg, .is-locked .checkbox-wrap svg {
  opacity: 1;
}

.i-field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.i-field-wrapper select {
  width: 100%;
}
.i-field-wrapper .checkbox-field {
  display: flex;
  align-items: center;
  gap: 12px;
}
.i-field-wrapper .checkbox-field .checkbox-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-field-wrapper .checkbox-field .checkbox-wrap input[type=checkbox] {
  appearance: none;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  position: relative;
  background-color: var(--card);
  transition: all 0.3s ease-in-out;
}
.i-field-wrapper .checkbox-field .checkbox-wrap svg {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
  z-index: 1;
  opacity: 0;
}
.i-field-wrapper .checkbox-field .checkbox-wrap svg path {
  stroke: var(--card);
}
.i-field-wrapper .checkbox-field.checkbox-selected {
  border: 0;
}
.i-field-wrapper .checkbox-field.checkbox-selected .checkbox-wrap input[type=checkbox] {
  background-color: var(--primary);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
}
.i-field-wrapper .checkbox-field.checkbox-selected .checkbox-wrap svg {
  opacity: 1;
}
.i-field-wrapper input:disabled {
  opacity: 0.3;
}

.work-modal .i-field-wrapper:first-child, .work-modal .i-field-wrapper:nth-child(2) {
  width: 100%;
}
.work-modal .i-field-wrapper.reklamacija-true {
  width: calc(50% - 12px);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.post,
.page {
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.sidebar {
  padding: 16px;
  width: 300px;
  height: 100vh;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .sidebar {
    position: absolute;
    z-index: 9999;
    left: -100%;
    top: 0;
    height: 100%;
    width: 70%;
    padding: 0;
  }
}
.sidebar__wrapper {
  background-color: var(--sidebar);
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sidebar__wrapper {
    border-radius: 0;
    overflow-y: scroll;
    padding: 20px 0 0 0;
  }
  .sidebar__wrapper::-webkit-scrollbar {
    display: none;
  }
}
.sidebar__body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar__body__item {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}
.sidebar__body__item__profile {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar__body__item__profile__inner {
  display: flex;
  flex-direction: column;
}
.sidebar__body__item img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 6px;
}
.sidebar__body__item svg {
  height: 16px;
}
.sidebar__body__item svg path {
  stroke: var(--sidebar-foreground);
}
.sidebar__body__item:hover {
  background-color: var(--sidebar-accent);
}
.sidebar__body__item__logo {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--foreground);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__body__item__logo svg {
  height: 24px;
}
.sidebar__body__item__logo svg path {
  stroke: var(--background);
}
.sidebar__body__item.no-nav:hover {
  background-color: transparent;
  cursor: default;
}
.sidebar__body__item.soon {
  background-color: var(--destructive-foreground);
  position: relative;
}
.sidebar__body__item.soon svg path {
  stroke: var(--destructive);
}
.sidebar__body__item.soon .nav-item-text {
  color: var(--destructive);
}
.sidebar__body__item.soon:hover {
  background-color: var(--destructive-foreground);
}
.sidebar__body__item.logo-item:hover {
  background-color: transparent;
}
.sidebar__body .item-between {
  justify-content: space-between;
}
.sidebar.sidebar-active {
  left: 0;
}

.topbar {
  padding: 16px 0;
  width: 100%;
}
.topbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar__wrapper__welcome {
  display: flex;
  align-items: center;
  gap: 16px;
}
.topbar__wrapper__welcome__m-menu {
  display: none;
}
@media (max-width: 767px) {
  .topbar__wrapper__welcome__m-menu {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    background-color: var(--sidebar);
    border-radius: 8px;
  }
  .topbar__wrapper__welcome__m-menu svg path {
    stroke: var(--accent-foreground);
  }
}
.topbar__wrapper__welcome__logo {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  background-color: var(--sidebar);
  border-radius: 8px;
}
.topbar__wrapper__welcome__logo svg path {
  stroke: var(--accent-foreground);
}
.topbar__wrapper__welcome__inner {
  display: flex;
  flex-direction: column;
}
.topbar__wrapper__welcome img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .topbar__wrapper__welcome.message .mess-img {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .topbar__wrapper__welcome.message .topbar-mess {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbar__wrapper__welcome.message .topbar__wrapper__welcome__inner {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .topbar__wrapper__welcome.bos {
    display: none;
  }
}
.topbar__wrapper__navigation {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar__wrapper__navigation__item {
  padding: 8px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.topbar__wrapper__navigation__item svg path {
  stroke: var(--background);
}
.topbar__wrapper__navigation__item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.topbar__wrapper__navigation .topbar-nav-profile {
  width: auto;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown {
  width: 320px;
  border-radius: 8px;
  position: absolute;
  z-index: -9;
  background-color: var(--background);
  right: 0;
  top: 44px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  box-shadow: 1px 0 3px 0 var(--foreground);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  transition: z-index 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__header img {
  border-radius: 100%;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__header__content {
  display: flex;
  flex-direction: column;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  border-bottom: 1px solid var(--border);
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body:last-child {
  border-bottom: 0;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body .sidebar__body__item {
  padding: 10px 16px;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body .sidebar__body__item svg {
  height: auto;
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body .sidebar__body__item svg path {
  stroke: var(--foreground);
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body.is-logout .sidebar__body__item svg path {
  stroke: var(--destructive);
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown__body.is-logout .sidebar__body__item .step-title {
  color: var(--destructive);
}
.topbar__wrapper__navigation .topbar-nav-profile .topbar__wrapper__navigation__item__dropdown.mp-active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: z-index 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out 0.3s;
}
.topbar__wrapper__navigation .top-notifications {
  position: relative;
}
.topbar__wrapper__navigation .top-notifications svg {
  position: relative;
  z-index: 1;
}
.topbar__wrapper__navigation .top-notifications__circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--destructive);
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.topbar__wrapper__navigation .top-notifications__circle.all-viewed {
  opacity: 0;
}
.topbar__wrapper__navigation .full-screen, .topbar__wrapper__navigation .top-notifications, .topbar__wrapper__navigation .theme-mode {
  transition: all 0.3s ease-in-out;
}
.topbar__wrapper__navigation .full-screen:hover, .topbar__wrapper__navigation .top-notifications:hover, .topbar__wrapper__navigation .theme-mode:hover {
  background-color: var(--accent);
}
.topbar__wrapper__navigation .full-screen:hover svg, .topbar__wrapper__navigation .top-notifications:hover svg, .topbar__wrapper__navigation .theme-mode:hover svg {
  transition: all 0.3s ease-in-out;
}
.topbar__wrapper__navigation .full-screen:hover svg path, .topbar__wrapper__navigation .top-notifications:hover svg path, .topbar__wrapper__navigation .theme-mode:hover svg path {
  stroke: var(--accent-foreground);
}
.topbar__wrapper__navigation .theme-mode {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
}
.topbar__wrapper__navigation .theme-mode .switch-mode {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.topbar__wrapper__navigation .theme-mode .switch-mode .dark-m, .topbar__wrapper__navigation .theme-mode .switch-mode .light-m {
  position: absolute;
}
.topbar__wrapper__navigation .theme-mode .switch-mode .dark-m path, .topbar__wrapper__navigation .theme-mode .switch-mode .light-m path {
  stroke: var(--background);
}
.topbar__wrapper__navigation .theme-mode .switch-mode:hover .dark-m path, .topbar__wrapper__navigation .theme-mode .switch-mode:hover .light-m path {
  stroke: var(--accent-foreground);
}
.topbar__wrapper__navigation .theme-mode .switch-mode.is-light .dark-m {
  z-index: 1;
  opacity: 0;
}
.topbar__wrapper__navigation .theme-mode .switch-mode.is-light .light-m {
  z-index: 2;
  opacity: 1;
}
.topbar__wrapper__navigation .theme-mode .switch-mode.is-dark .dark-m {
  position: absolute;
  z-index: 2;
  opacity: 1;
}
.topbar__wrapper__navigation .theme-mode .switch-mode.is-dark .light-m {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.stats-cards__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .stats-cards__wrapper {
    flex-direction: column;
  }
}
.stats-cards__wrapper__card {
  padding: 24px;
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .stats-cards__wrapper__card {
    width: 100%;
  }
}
.stats-cards__wrapper__card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stats-cards__wrapper__card__header__icon {
  width: 32px;
  height: 32px;
  background-color: var(--secondary);
  padding: 8px;
  border-radius: 6px;
}
.stats-cards__wrapper__card__header__icon svg path {
  stroke: var(--card-foreground);
}
.stats-cards__wrapper__card__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stats-cards__wrapper__card__footer__inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.offers-table {
  background-color: var(--background);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 14px;
}
.offers-table__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.offers-table__wrapper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 24px 0 24px;
}
@media (max-width: 767px) {
  .offers-table__wrapper__header {
    flex-direction: column;
    gap: 16px;
  }
}
.offers-table__wrapper__footer {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  padding: 0 24px 24px 24px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .offers-table__wrapper__footer {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .offers-table__wrapper__footer #clients-table-pagination {
    padding-top: 16px;
  }
}

.table-filters {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .table-filters {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .table-filters {
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .table-actions {
    min-width: max-content;
  }
}
@media (max-width: 767px) {
  .table-actions {
    min-width: auto;
    width: 100%;
  }
  .table-actions button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
table th .checkbox-wrap, table td .checkbox-wrap {
  position: relative;
}
table th .checkbox-wrap input[type=checkbox], table td .checkbox-wrap input[type=checkbox] {
  appearance: none;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--success);
  position: relative;
  background-color: var(--card);
  transition: all 0.3s ease-in-out;
}
table th .checkbox-wrap input[type=checkbox]:checked, table td .checkbox-wrap input[type=checkbox]:checked {
  background-color: var(--primary);
}
table th .checkbox-wrap svg, table td .checkbox-wrap svg {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
  z-index: 1;
  opacity: 0;
}
table th .checkbox-wrap svg path, table td .checkbox-wrap svg path {
  stroke: var(--card);
}
table th .is-checked svg, table td .is-checked svg {
  opacity: 1;
}
table thead tr th {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--muted-foreground);
  font-weight: 500;
  text-align: left;
  padding: 18px 8px;
  border-top: 1px solid var(--border);
}
table thead tr th:first-child {
  padding: 18px 8px 18px 24px;
  width: 5%;
}
table thead tr th:nth-child(2), table thead tr th:nth-child(3) {
  width: 10%;
}
table thead tr th:nth-child(4) {
  width: 25%;
}
table thead tr th:nth-child(5) {
  width: 22%;
}
table thead tr th:nth-child(6) {
  width: 21%;
}
table thead tr th:last-child {
  padding: 18px 24px 18px 8px;
  width: 7%;
}
table tbody tr {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
table tbody tr td {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--muted-foreground);
  font-weight: 400;
  text-align: left;
  padding: 18px 8px;
  border-top: 1px solid var(--border);
}
table tbody tr td:first-child {
  padding: 18px 8px 18px 24px;
}
table tbody tr td:last-child {
  padding: 18px 24px 18px 8px;
}
table tbody tr td.status-td .nalog-status {
  padding: 2px 6px;
  border-radius: 8px;
  font-family: "Geist", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 500;
}
table tbody tr td.status-td .nalog-status.nalog-status--awaiting {
  color: var(--primary);
  background-color: var(--card);
}
table tbody tr td.status-td .nalog-status.nalog-status--in-process {
  color: var(--success);
  background-color: rgba(22, 163, 74, 0.1);
}
table tbody tr td.status-td .nalog-status.nalog-status--paused {
  color: var(--warning);
  background-color: rgba(227, 146, 25, 0.1);
}
table tbody tr td.status-td .nalog-status.nalog-status--ended {
  color: var(--destructive);
  background-color: rgba(224, 52, 52, 0.1);
}
table tbody tr td.empty-text {
  padding: 18px 24px;
  cursor: default;
}
table tbody tr:last-child td {
  border-bottom: 1px solid var(--border);
}
table tbody tr:hover {
  background-color: color-mix(in oklab, var(--muted) 50%, transparent);
}
table tbody tr.et-wrapper:hover {
  background-color: transparent;
}

.page-template-clients table thead tr th:first-child {
  width: 43%;
}
.page-template-clients table thead tr th:nth-child(2), .page-template-clients table thead tr th:nth-child(3), .page-template-clients table thead tr th:nth-child(4) {
  width: 19%;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-clients table thead tr th:nth-child(2), .page-template-clients table thead tr th:nth-child(3), .page-template-clients table thead tr th:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-clients table tbody tr td:nth-child(2), .page-template-clients table tbody tr td:nth-child(3), .page-template-clients table tbody tr td:nth-child(4) {
    display: none;
  }
}

.page-template-work table thead tr th:first-child, .page-template-work table thead tr th:last-child, .page-template-dashboard table thead tr th:first-child, .page-template-dashboard table thead tr th:last-child {
  width: 10%;
}
.page-template-work table thead tr th:nth-child(2), .page-template-dashboard table thead tr th:nth-child(2) {
  width: 20%;
}
.page-template-work table thead tr th:nth-child(3), .page-template-work table thead tr th:nth-child(4), .page-template-work table thead tr th:nth-child(5), .page-template-work table thead tr th:nth-child(6), .page-template-dashboard table thead tr th:nth-child(3), .page-template-dashboard table thead tr th:nth-child(4), .page-template-dashboard table thead tr th:nth-child(5), .page-template-dashboard table thead tr th:nth-child(6) {
  width: 15%;
}
.page-template-work table thead tr th, .page-template-dashboard table thead tr th {
  border: 0;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-work table thead tr th:nth-child(2), .page-template-work table thead tr th:nth-child(4), .page-template-work table thead tr th:nth-child(5), .page-template-work table thead tr th:nth-child(6), .page-template-dashboard table thead tr th:nth-child(2), .page-template-dashboard table thead tr th:nth-child(4), .page-template-dashboard table thead tr th:nth-child(5), .page-template-dashboard table thead tr th:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-work table tbody tr td:nth-child(2), .page-template-work table tbody tr td:nth-child(4), .page-template-work table tbody tr td:nth-child(5), .page-template-work table tbody tr td:nth-child(6), .page-template-dashboard table tbody tr td:nth-child(2), .page-template-dashboard table tbody tr td:nth-child(4), .page-template-dashboard table tbody tr td:nth-child(5), .page-template-dashboard table tbody tr td:nth-child(6) {
    display: none;
  }
}

.page-template-returns table thead tr th:first-child, .page-template-returns table thead tr th:nth-child(2), .page-template-returns table thead tr th:last-child {
  width: 10%;
}
.page-template-returns table thead tr th:nth-child(3) {
  width: 20%;
}
.page-template-returns table thead tr th:nth-child(4), .page-template-returns table thead tr th:nth-child(5), .page-template-returns table thead tr th:nth-child(6), .page-template-returns table thead tr th:nth-child(7) {
  width: 12.5%;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-returns table thead tr th:nth-child(2), .page-template-returns table thead tr th:nth-child(3), .page-template-returns table thead tr th:nth-child(5), .page-template-returns table thead tr th:nth-child(6), .page-template-returns table thead tr th:nth-child(7) {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-returns table tbody tr td:nth-child(2), .page-template-returns table tbody tr td:nth-child(3), .page-template-returns table tbody tr td:nth-child(5), .page-template-returns table tbody tr td:nth-child(6), .page-template-returns table tbody tr td:nth-child(7) {
    display: none;
  }
}

.page-template-user table thead tr th {
  width: 25%;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-user table thead tr th:nth-child(2), .page-template-user table thead tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-user table tbody tr td:nth-child(2), .page-template-user table tbody tr td:nth-child(3) {
    display: none;
  }
}

.page-template-dashboard table tbody tr:last-child td {
  border-bottom: 0;
}

.page-template-offers table thead tr th {
  width: 20%;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-offers table thead tr th:first-child, .page-template-offers table thead tr th:nth-child(3), .page-template-offers table thead tr th:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-offers table thead tr th:nth-child(2) {
    padding: 8px 18px 8px 24px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-offers table tbody tr td:first-child, .page-template-offers table tbody tr td:nth-child(3), .page-template-offers table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-offers table tbody tr td:nth-child(2) {
    padding: 8px 18px 8px 24px;
  }
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pagination-wrapper__no {
  border-radius: 8px;
}
.pagination-wrapper__no .pagination-no {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(23, 23, 23, 0.1);
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper__no .pagination-no:hover {
  background-color: rgba(23, 23, 23, 0.2);
}
.pagination-wrapper__no .current {
  background-color: var(--primary);
  color: var(--primary-foreground);
  cursor: default;
}
.pagination-wrapper__no .current:hover {
  background-color: var(--primary);
  color: var(--primary-foreground);
}
.pagination-wrapper__no .dots {
  cursor: default;
}
.pagination-wrapper__no .dots:hover {
  background-color: rgba(23, 23, 23, 0.1);
}

.car-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.car-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}
.car-modal__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  height: 706px;
  background-color: var(--background);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .car-modal__wrapper {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .car-modal__wrapper {
    flex-direction: column;
  }
}
.car-modal__wrapper__sidebar {
  max-width: 300px;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .car-modal__wrapper__sidebar {
    max-width: 100%;
    gap: 16px;
    height: auto;
  }
}
.car-modal__wrapper__sidebar__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .car-modal__wrapper__sidebar__steps {
    overflow-x: scroll;
    flex-direction: row;
  }
  .car-modal__wrapper__sidebar__steps::-webkit-scrollbar {
    display: none;
  }
}
.car-modal__wrapper__sidebar__steps__step {
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-modal__wrapper__sidebar__steps__step__icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-modal__wrapper__sidebar__steps__step__icon svg {
  width: 16px;
  height: 16px;
}
.car-modal__wrapper__sidebar__steps__step__icon svg path {
  stroke: var(--primary);
}
.car-modal__wrapper__sidebar__steps__step__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
@media (max-width: 767px) {
  .car-modal__wrapper__sidebar__steps__step__content {
    display: none;
  }
}
.car-modal__wrapper__sidebar__steps .step-active .car-modal__wrapper__sidebar__steps__step__icon {
  background-color: var(--primary);
}
.car-modal__wrapper__sidebar__steps .step-active .car-modal__wrapper__sidebar__steps__step__icon svg path {
  stroke: var(--card);
}
.car-modal__wrapper__sidebar__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.car-modal__wrapper__sidebar__ctas button {
  width: calc(50% - 8px);
  text-align: center;
}
.car-modal__wrapper__content {
  flex: 1;
  height: 100%;
  border-left: 1px solid var(--border);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .car-modal__wrapper__content {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .car-modal__wrapper__content {
    width: 100%;
    height: calc(100% - 138px);
    border-left: 0;
  }
}
.car-modal__wrapper__content__container {
  height: calc(100% - 141px);
  overflow-y: scroll;
  margin: 24px;
}
.car-modal__wrapper__content__container::-webkit-scrollbar {
  display: none;
}
.car-modal__wrapper__content__container__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.car-modal__wrapper__content__container__steps__step {
  padding: 24px;
  border-radius: 12px;
  background-position: calc(100% - 124px) center;
  background-repeat: no-repeat;
  background-size: 150px;
}
@media (max-width: 767px) {
  .car-modal__wrapper__content__container__steps__step {
    padding: 16px;
  }
}
.car-modal__wrapper__content__container__steps__step__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .car-modal__wrapper__content__container__steps__step__inner {
    gap: 16px;
    align-items: flex-end;
    flex-direction: column;
  }
}
.car-modal__wrapper__content__container__steps__step__inner input {
  max-width: 350px;
  width: 100%;
  background-color: var(--background);
}
.car-modal__wrapper__content__container__steps__step__inner .checkbox-dropdown {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.car-modal__wrapper__content__container__steps__step__inner .checkbox-dropdown__toggle {
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--background);
  border-radius: 8px;
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  padding: 7px 12px;
  color: var(--muted-foreground);
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.car-modal__wrapper__content__container__steps__step__inner .checkbox-dropdown__toggle:focus-visible {
  outline: 0;
}
.car-modal__wrapper__content__container__steps__step__inner .checkbox-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  background-color: var(--background);
  border-radius: 8px;
  display: none;
  z-index: 3;
  padding: 7px 12px;
  flex-direction: column;
  gap: 8px;
}
.car-modal__wrapper__content__container__steps__step__inner .checkbox-dropdown[data-open=true] .checkbox-dropdown__menu {
  display: flex;
}
.car-modal__wrapper__content__container__steps__step__inner__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-modal__wrapper__content__container__steps .accepted-step, .car-modal__wrapper__content__container__steps .current-step {
  background-color: var(--muted);
}
.car-modal__wrapper__content__container__steps .next-step {
  background-color: var(--muted);
  opacity: 0.3;
}
.car-modal__wrapper__content__container__steps .next-step .car-modal__wrapper__content__container__steps__step__inner {
  opacity: 0;
}
.car-modal__wrapper__content__container__steps .other-steps {
  display: none;
}
.car-modal__wrapper__content__container__steps .step-kodeks {
  background-image: url("/wp-content/uploads/2026/01/qr-code-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-vehicle {
  background-image: url("/wp-content/uploads/2026/01/layers-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-engine {
  background-image: url("/wp-content/uploads/2026/02/command-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-max-w {
  background-image: url("/wp-content/uploads/2026/02/more-grid-big-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-wh {
  background-image: url("/wp-content/uploads/2026/02/ruler-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-vol {
  background-image: url("/wp-content/uploads/2026/02/main-component-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-min-w {
  background-image: url("/wp-content/uploads/2026/02/download-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__steps .step-max-cap {
  background-image: url("/wp-content/uploads/2026/02/radio-fill-svgrepo-com.svg");
}
.car-modal__wrapper__content__container__packages-ag {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.car-modal__wrapper__content__container__packages-ag__switcher {
  background-color: var(--muted);
  border-radius: 10px;
  padding: 3px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .car-modal__wrapper__content__container__packages-ag__switcher {
    overflow-x: scroll;
  }
  .car-modal__wrapper__content__container__packages-ag__switcher::-webkit-scrollbar {
    display: none;
  }
}
.car-modal__wrapper__content__container__packages-ag__switcher__tab {
  padding: 4px 12px;
  border-radius: 10px;
  background-color: transparent;
  flex: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .car-modal__wrapper__content__container__packages-ag__switcher__tab {
    min-width: max-content;
  }
}
.car-modal__wrapper__content__container__packages-ag__switcher .pag-active {
  background-color: var(--background);
  cursor: default;
}
.car-modal__wrapper__content__container__packages-ag__content {
  height: calc(100% - 62px);
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .car-modal__wrapper__content__container__packages-ag__content {
    overflow-y: scroll;
  }
  .car-modal__wrapper__content__container__packages-ag__content::-webkit-scrollbar {
    display: none;
  }
}
.car-modal__wrapper__content__container__packages-ag__content input[type=search] {
  width: 100%;
}
.car-modal__wrapper__content__container__packages-ag__content__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: scroll;
}
.car-modal__wrapper__content__container__packages-ag__content__container::-webkit-scrollbar {
  display: none;
}
.car-modal__wrapper__content__container__packages-ag__content__container .checkbox-option {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .car-modal__wrapper__content__container__packages-ag__content__container .checkbox-option .pagination-no {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
}
.car-modal__wrapper__content__container__rims, .car-modal__wrapper__content__container__colors, .car-modal__wrapper__content__container__interior, .car-modal__wrapper__content__container__clients {
  height: 100%;
}
.car-modal__wrapper__content__container__rims__content, .car-modal__wrapper__content__container__colors__content, .car-modal__wrapper__content__container__interior__content, .car-modal__wrapper__content__container__clients__content {
  height: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.car-modal__wrapper__content__container__rims__content input[type=search], .car-modal__wrapper__content__container__colors__content input[type=search], .car-modal__wrapper__content__container__interior__content input[type=search], .car-modal__wrapper__content__container__clients__content input[type=search] {
  width: 100%;
}
.car-modal__wrapper__content__container__rims__content__container, .car-modal__wrapper__content__container__colors__content__container, .car-modal__wrapper__content__container__interior__content__container, .car-modal__wrapper__content__container__clients__content__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: scroll;
}
.car-modal__wrapper__content__container__rims__content__container::-webkit-scrollbar, .car-modal__wrapper__content__container__colors__content__container::-webkit-scrollbar, .car-modal__wrapper__content__container__interior__content__container::-webkit-scrollbar, .car-modal__wrapper__content__container__clients__content__container::-webkit-scrollbar {
  display: none;
}
.car-modal__wrapper__content__container__rims__content__container .checkbox-option, .car-modal__wrapper__content__container__colors__content__container .checkbox-option, .car-modal__wrapper__content__container__interior__content__container .checkbox-option, .car-modal__wrapper__content__container__clients__content__container .checkbox-option {
  align-items: flex-start;
}
.car-modal__wrapper__content__footer {
  padding: 24px;
  border-top: 1px solid var(--border);
}
.car-modal__wrapper__content__footer__prices-btns__prices {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
.car-modal__wrapper__content__footer__prices-btns__prices__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .car-modal__wrapper__content__footer__prices-btns__prices__inner:last-child {
    display: none;
  }
}
.car-modal__wrapper__content__footer__prices-btns__prices__inner__single {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.car-modal__wrapper__content__footer__prices-btns__prices__sale {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .car-modal__wrapper__content__footer__prices-btns__prices__sale {
    display: none;
  }
}
.car-modal__wrapper__content__footer__prices-btns__prices__sale__tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-modal__wrapper__content__footer__prices-btns__prices__sale__tag .price-tag {
  padding: 2px 6px;
  border-radius: 8px;
  background-color: rgba(23, 23, 23, 0.1);
  text-transform: uppercase;
}

.car-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}
.car-modal-active .car-modal__wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.clients-details {
  background-color: var(--background);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 14px;
  padding: 24px;
}
.clients-details__wrapper__tabs {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__tabs {
    width: 100%;
    overflow-x: scroll;
  }
  .clients-details__wrapper__tabs::-webkit-scrollbar {
    display: none;
  }
  .clients-details__wrapper__tabs button {
    min-width: max-content;
  }
}
.clients-details__wrapper__section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section {
    flex-direction: column;
  }
}
.clients-details__wrapper__section__actions {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.clients-details__wrapper__section__actions a {
  font-family: "Geist", sans-serif;
  transition: all 0.3s ease-in-out;
}
.clients-details__wrapper__section__content {
  max-width: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__content {
    max-width: 100%;
  }
}
.clients-details__wrapper__section__panel-container .tab-panel {
  display: none;
}
.clients-details__wrapper__section__panel-container .tab-panel-current {
  display: block;
}
.clients-details__wrapper__section__form {
  flex: 1;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form {
    width: 100%;
  }
}
.clients-details__wrapper__section__form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
  flex: 1;
}
.clients-details__wrapper__section__form__wrapper__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper {
  width: calc(50% - 12px);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper {
    width: 100%;
  }
}
.clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:last-child, .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2) {
  width: 100%;
}
.clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper.reklamacija-true {
  width: calc(50% - 12px);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper.reklamacija-true {
    width: 100%;
  }
}
.clients-details__wrapper__section__form__wrapper__fields__repeater {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.clients-details__wrapper__section__form__wrapper__fields__repeater__single {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 24px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form__wrapper__fields__repeater__single {
    flex-wrap: wrap;
  }
}
.clients-details__wrapper__section__form__wrapper__fields__repeater__single:last-child {
  border: 0;
  padding-bottom: 0;
}
.clients-details__wrapper__section__form__wrapper__fields__repeater__single .repeater-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form__wrapper__fields__repeater__single .repeater-actions {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form__wrapper__fields__repeater__single .repeater-actions button {
    flex: 1;
    justify-content: center;
    display: flex;
  }
}
.clients-details__wrapper__section__form__wrapper__fields__repeater__single .i-field-wrapper {
  width: auto;
  flex: 1;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__form__wrapper__fields__repeater__single .i-field-wrapper {
    min-width: 100%;
  }
}
.clients-details__wrapper__section__form__wrapper__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.clients-details__wrapper__section__delete {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.clients-details__wrapper__section__delete__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.clients-details__wrapper__section__delete__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__delete__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.clients-details__wrapper__section__delete__wrapper__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.clients-details__wrapper__section__time-entries {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: flex-end;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry .i-field-wrapper {
  width: calc(33.33% - 16px);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry .i-field-wrapper {
    width: 100%;
  }
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry .i-field-wrapper.fw-field {
  width: 100%;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry .repeater-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__entry .repeater-actions .primary-button {
  flex: 1;
  text-align: center;
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__empty {
    flex-direction: column;
    align-items: flex-start;
  }
}
.clients-details__wrapper__section__time-entries .clients-details__wrapper__section__delete__wrapper__entries__empty .repeater-actions {
  min-width: max-content;
}
.clients-details__wrapper__section__review {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__review {
    width: 100%;
  }
}
.clients-details__wrapper__section__review__single {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.clients-details__wrapper__section__review__single__content {
  display: flex;
  flex-direction: column;
}
.clients-details__wrapper__section__review__single__content__single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .clients-details__wrapper__section__review__single__content__single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.clients-details__wrapper__section__review__single__content__single:first-child {
  padding: 0 0 16px 0;
}
.clients-details__wrapper__section__review__single__content__single__iwo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clients-details__wrapper__section__review__single__content__single__iwo__icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--muted);
}
.clients-details__wrapper__section__review__single__content__single__iwo__icon svg path {
  stroke: var(--foreground);
}
.clients-details__wrapper__section__review__single__content__single__iwo__wop {
  display: flex;
  flex-direction: column;
}
.clients-details__wrapper__section__review__single__content__single.clickable-row {
  cursor: pointer;
}
.clients-details__wrapper__section__review__single__content__single.clickable-row:hover {
  border-bottom: 1px solid var(--primary);
}
.clients-details__wrapper__section__review__single__content__single__time {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .clients-details__wrapper__section__review__single__content__single__time {
    width: 100%;
    justify-content: space-between;
  }
}
.clients-details__wrapper__section__review__single__content__single__time__tracker {
  display: flex;
  align-items: center;
  gap: 8px;
}
.clients-details__wrapper__section__review__single__content__single__time__tracker__single {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.clients-details__wrapper__section__review__single__content__single__time__tracker__single:hover {
  opacity: 0.7;
}
.clients-details__wrapper__section__review__single__content__single__time__tracker__single svg path {
  stroke: var(--background);
}
.clients-details__wrapper__section__review__single__content__single__time__tracker__single.play {
  background-color: var(--success);
}
.clients-details__wrapper__section__review__single__content__single__time__tracker__single.pause {
  background-color: var(--warning);
}
.clients-details__wrapper__section__review__single__content__single__time__tracker__single.end {
  background-color: var(--destructive);
}
.clients-details__wrapper__section__review__single__content__single__time .pagination-no {
  width: 64.61px;
}
.clients-details__wrapper__section__review__single__content__single.is-playing .clients-details__wrapper__section__review__single__content__single__iwo__icon {
  background-color: var(--success);
}
.clients-details__wrapper__section__review__single__content__single.is-playing .clients-details__wrapper__section__review__single__content__single__iwo__icon svg path {
  stroke: var(--background);
}
.clients-details__wrapper__section__review__single__content__single.is-paused .clients-details__wrapper__section__review__single__content__single__iwo__icon {
  background-color: var(--warning);
}
.clients-details__wrapper__section__review__single__content__single.is-paused .clients-details__wrapper__section__review__single__content__single__iwo__icon svg path {
  stroke: var(--background);
}
.clients-details__wrapper__section__review__single__content__single.is-ended {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.2;
}
.clients-details__wrapper__section__review__single__content__single.is-ended .clients-details__wrapper__section__review__single__content__single__iwo__icon {
  background-color: var(--destructive);
}
.clients-details__wrapper__section__review__single__content__single.is-ended .clients-details__wrapper__section__review__single__content__single__iwo__icon svg path {
  stroke: var(--background);
}
.clients-details__wrapper__section__review__single__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .clients-details__wrapper__section__review__single__stats {
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-nalog .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:first-child {
  width: 100%;
}

.single-klijent .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:first-child, .page-template-clients .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:first-child {
  width: 100%;
}
.single-klijent .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2), .page-template-clients .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2) {
  width: calc(50% - 12px);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .single-klijent .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2), .page-template-clients .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2) {
    width: 100%;
  }
}

.page-template-returns .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:first-child, .page-template-returns .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2) {
  width: calc(50% - 12px);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-returns .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:first-child, .page-template-returns .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper:nth-child(2) {
    width: 100%;
  }
}

.page-template-page-user .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper, .page-template-user .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper, .page-template-my-profile .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper {
  width: calc(50% - 12px);
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .page-template-page-user .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper, .page-template-user .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper, .page-template-my-profile .clients-details__wrapper__section__form__wrapper__fields .i-field-wrapper {
    width: 100%;
  }
}
.page-template-page-user .clients-details__wrapper__section__form__wrapper__fields.is-full-width, .page-template-user .clients-details__wrapper__section__form__wrapper__fields.is-full-width, .page-template-my-profile .clients-details__wrapper__section__form__wrapper__fields.is-full-width {
  width: 100%;
}
.page-template-page-user .clients-details__wrapper__section__form__wrapper__fields.is-full-width .i-field-wrapper, .page-template-user .clients-details__wrapper__section__form__wrapper__fields.is-full-width .i-field-wrapper, .page-template-my-profile .clients-details__wrapper__section__form__wrapper__fields.is-full-width .i-field-wrapper {
  width: 100%;
}

.section-tabs {
  display: flex;
  align-items: center;
}
.section-tabs__tab {
  padding: 4px 8px;
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: var(--muted-foreground);
  font-weight: 500;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.section-tabs .st-current {
  color: var(--foreground);
  border-bottom: 2px solid var(--primary);
}

.notice {
  font-family: "Geist", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  border-radius: 14px;
  padding: 12px 24px;
  width: 100%;
}

.notice-success {
  color: var(--success);
  background-color: var(--success-foreground);
  border-width: 1px;
  border-style: solid;
  border-color: var(--success);
}

.notice-error {
  border-width: 1px;
  border-style: solid;
  border-color: var(--destructive);
  color: var(--destructive);
  background-color: var(--destructive-foreground);
}

.client-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.client-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}
.client-modal__wrapper {
  position: relative;
  z-index: 2;
  max-width: 626px;
  height: auto;
  background-color: var(--background);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .client-modal__wrapper {
    max-height: calc(100% - 48px);
    overflow-y: scroll;
  }
  .client-modal__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .client-modal__wrapper {
    width: calc(100% - 32px);
  }
}

.client-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}
.client-modal-active .client-modal__wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.work-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.work-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}
.work-modal__wrapper {
  position: relative;
  z-index: 2;
  max-width: 626px;
  height: auto;
  background-color: var(--card);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .work-modal__wrapper {
    max-height: calc(100% - 48px);
    overflow-y: scroll;
  }
  .work-modal__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-modal__wrapper {
    width: calc(100% - 32px);
  }
}

.work-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}
.work-modal-active .work-modal__wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.returns-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.returns-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}
.returns-modal__wrapper {
  position: relative;
  z-index: 2;
  max-width: 626px;
  height: auto;
  background-color: var(--background);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .returns-modal__wrapper {
    max-height: calc(100% - 48px);
    overflow-y: scroll;
  }
  .returns-modal__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .returns-modal__wrapper {
    width: calc(100% - 32px);
  }
}

.returns-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}
.returns-modal-active .returns-modal__wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.user-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.user-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}
.user-modal__wrapper {
  position: relative;
  z-index: 2;
  max-width: 626px;
  height: auto;
  background-color: var(--background);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .user-modal__wrapper {
    max-height: calc(100% - 48px);
    overflow-y: scroll;
  }
  .user-modal__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .user-modal__wrapper {
    width: calc(100% - 32px);
  }
}

.user-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}
.user-modal-active .user-modal__wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.mail-app {
  background-color: var(--background);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 14px;
}
.mail-app__wrapper {
  display: flex;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .mail-app__wrapper {
    flex-direction: column-reverse;
  }
}
.mail-app__wrapper__list {
  width: 370px;
  padding: 24px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: calc(100vh - 300px);
  overflow-y: scroll;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .mail-app__wrapper__list {
    border-right: 0;
    border-top: 1px solid var(--border);
    width: 100%;
  }
}
.mail-app__wrapper__list::-webkit-scrollbar {
  display: none;
}
.mail-app__wrapper__list__single {
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.mail-app__wrapper__list__single__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mail-app__wrapper__list__single__header__top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
}
.mail-app__wrapper__list__single__header__top .operation-name {
  min-width: max-content;
  line-height: 1.85;
}
.mail-app__wrapper__list__single__body {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.mail-app__wrapper__list__single.mail-is-active {
  background-color: color-mix(in oklab, var(--accent) 70%, transparent);
}
.mail-app__wrapper__list__single:hover {
  background-color: color-mix(in oklab, var(--accent) 70%, transparent);
}
.mail-app__wrapper__mail-view {
  flex: 1;
}
.mail-app__wrapper__mail-view__header {
  padding: 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
.mail-app__wrapper__mail-view__header__sender {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.mail-app__wrapper__mail-view__header__sender img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.mail-app__wrapper__mail-view__header__sender__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mail-app__wrapper__mail-view__body {
  padding: 24px;
}
.mail-app__wrapper__mail-view__body span {
  height: calc(100vh - 477px);
  overflow-y: scroll;
  display: block;
}
.mail-app__wrapper__mail-view__body span::-webkit-scrollbar {
  display: none;
}

.notifications-list {
  background-color: var(--background);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 14px;
  padding: 24px;
  height: calc(100vh - 124px);
  overflow-y: scroll;
}
.notifications-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.notifications-list__wrapper__single {
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease-in-out;
  cursor: default;
  justify-content: space-between;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .notifications-list__wrapper__single {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.notifications-list__wrapper__single__notification {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .notifications-list__wrapper__single__notification {
    align-items: flex-start;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) and (orientation: landscape), (max-width: 1200px) and (min-width: 1025px) and (orientation: portrait), (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), (max-width: 1024px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .notifications-list__wrapper__single__notification svg {
    min-width: max-content;
  }
}
.notifications-list__wrapper__single__notification svg path {
  stroke: var(--foreground);
}
.notifications-list__wrapper__single .operation-name {
  min-width: max-content;
}
.notifications-list__wrapper__single.not-viewed {
  background-color: color-mix(in oklab, var(--accent) 70%, transparent);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/* Pages
--------------------------------------------- */
.dashboard {
  background-color: var(--muted);
  position: relative;
  height: 100vh;
}
.dashboard__background {
  background-color: var(--foreground);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 366px;
  z-index: 0;
}
.dashboard__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.dashboard__wrapper__inner {
  flex: 1;
  align-items: flex-start;
  padding: 0 24px 16px 0;
  gap: 24px;
  flex-direction: column;
  display: flex;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .dashboard__wrapper__inner {
    padding: 16px;
  }
}
.dashboard__wrapper__inner::-webkit-scrollbar {
  display: none;
}
.dashboard__wrapper__inner__offers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/*# sourceMappingURL=style.css.map */
