<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #E5E7EB;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9CA3AF;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9CA3AF;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

input[type=file]::file-selector-button {
  color: white;
  background: #374151;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  border: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #4B5563;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

* {
  font-family: 'Montserrat', sans-serif;
}

#on_boarding .modal-content {
  border-radius: 24px;
}

#on_boarding .modal-dialog {
  max-width: 460px !important;
  width: 460px !important;
}

.main-container {
  min-height: 100%;
}

.main-nav {
  border-bottom: 1px solid #E1E2E4;
}

[type=button], [type=reset], [type=submit], button {
  background-color: inherit;
}

.users-drop img 
{
  padding-left: 15px;
}

.users-drop a 
{
  border-bottom: 1px solid #E1E2E4;
}

.card-tb {
  margin: 10px;
  table-layout: fixed;
}

.compare-bar input[name="file_name"]
{
  border: 1px solid #E1E2E4;
  border-radius: 10px;
}

.share-input {
  background: #E1E2E4;
  border-radius: 28px;
  border: 0px;
}

.originals-button- {
  font-weight: 500;
  color: white;
  background: #2097F6;
  border-radius: 33px;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.edits-button- {
  font-weight: 500;
  color: white;
  background: #3AD29F;
  border-radius: 33px;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.matched-so-far
{
  margin-top: 20px;
  border-top: 1px solid #E1E2E4;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.the-after-arrow {
  position:  absolute;
  right: 49%;
}

strong {
  font-weight: 600;
}

.card-deck .card:first-child
{
  margin-right: 0px !important;
}

.card-tb td img {
  margin-left: auto;
  margin-right: auto;
}

.card-tb td {
  border-right: 1px solid #E1E2E4;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #323A41;
  font-weight: 600;
}

.card-tb td:last-child {
  border: 0px;
}

#notifications-dropdown .dropdown-menu {
  width: 300px !important;
  top: -20px !important;
  left: -90px !important;
  box-shadow: -2px -2px 7px rgba(0, 0, 0, 0.1), 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.scrollable {
  max-height: 450px;
  overflow: auto;
}

.scrollable .comment-table 
{
  width: 80% !important;
  margin-right: auto;
  margin-left: auto;
  color: #323A41;
  font-size: 14px;
}

.timestamp {
  font-size: 12px;
  color: #9598A3 !important;
  text-decoration: none;
}

.mark-as-read img 
{
  display: inline-block;
}

.mark-as-read {
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.scrollable .comment-table  tr td {
  border: 0px;
  border-bottom: 1px solid #E1E2E4;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  word-break: break-word;
}

.notifications-header {
  font-size: 14px;
  color: #323A41;
  font-weight: 600;
}

.user-image {
  float: left;
  width: 30px;
  padding-right: 5px;
}

.not-user {
  top: -20px !important;
}

.unread {
  background: #ED4D4D;
  padding: 0px;
  border-radius: 30px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 11px;
  right: 18px;
  font-size: 10px;
  font-weight: bold;
  color: white;
}

.users-drop 
{
  padding: 10px;
}

.users-drop a, .users-drop button {
  text-align: right;
  color: #323A41;
  padding: 5px;
}

.col-sm-12 {
  padding: 0px;
}

.ExtraEditing-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #6F7DFF;
}

.active-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: linear-gradient(96.34deg, #2097F6 0%, #3AD29F 100%);
}

.passive-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #E1E2E4;
}

.cursor-pointer {
  cursor: pointer;
}

.click-to-close-compare {
  cursor: pointer;
}

.expanded {
  left: 0px;
}

.expanded .scrollable {
  height: auto !important;
  max-height: 100% !important;
}

.fl-compare-search {
  width: 500px;
}

.edits-uploaded-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #3AD29F;
}

.uploaded-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #F1C44E;
}

.inProgress-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #2097F6;
}

.QcRej-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #FF7C7C;
}

.QcProgress-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #9031AA;
}

.unsent-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #9598A3;
}

.ApprovalReq-order-state {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-radius: 30px;
  background: #FF7A30;
}

.th-bolders {
  font-weight: 500;
  display: block;
  color: #202529;
}

.order-ins-view {
  color: #2097F6;
  text-decoration: none !important;
  display: block;
}

.alert-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #202529;
  text-transform: uppercase;
}

.folders-container {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.folders-container li img {
  margin-bottom: 5px;
  display: inline;
}

.li-with-option {
  padding-right: 40px !important;
}

.click-to-delete-folder 
{
  height: 40px;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}

.folders-container li {
  border-radius: 36px;
  background: #FCFCFC;
  border: 2px solid #E1E2E4;
  height: 40px;
  padding-left: 30px;
  line-height: 36px;
  padding-right: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.order-header .btn-group .btn {
  margin-left: 10px;
  border-radius: 33px !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #323A41;
  font-size: 14px !important;
  line-height: 26px;
}

.btn 
{
  font-weight: 500 !important;
}

.richer img {
  width: 22px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.richer {
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600 !important;
}

.files-row 
{
  padding: 30px;
  padding-bottom: 0px;
}

.order-header .btn-group .btn-primary {
  background: white;
  color: #323A41;
  border: 1px solid #6bccab;
}

.relative {
  position: relative;
}

.data-table tbody tr:hover 
{
  background: #e1e2e431;
}

.click-to-clone {
  position: absolute;
  right: 14px;
  border: 0px;
  font-size: 11px;
  color: #2097F6;
}

.redactor-toolbar li a:hover 
{
  background: #323A41 !important;
}

.card-body {
  border: 1px solid #E1E2E4;
  padding: 10px !important;
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.not-this::after {
  display: none;
}

.alert-danger p {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.meta-tb td:last-child 
{
  border-right: 0px;
}

.meta-tb  td {
  border-right: 1px solid #E1E2E4;
  border-top: 0px;
}

.click-to-select-file i {
  font-size: 16px;
}

.click-to-select-file 
{
  border: 0px;
  background: white;
  text-decoration: none;
}

.order-statua {
  display: inline-block;
  width: 112px;
  text-align: center;
  font-size: 10px;
  margin-left: 10px;
}

.menu-label {
  font-weight: 600;
}

.modal-title {
  font-weight: 600;
}

.open-main-menu, .close-main-menu {
  position: absolute;
  right: 40px;
  bottom: 25px;
  cursor: pointer;
}

.main-file-search {
  position: absolute;
  right: 32px;
  height: 20px !important;
}

.main-file-search input {
  z-index: 1;
  border: 0px !important;
  border-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background: #e1e2e4 !important;
  padding: 8px !important;
  padding-left: 15px !important;
}

.user-btn.dropdown-toggle::after {
  position: absolute;
  top: 18px;
  right: 10px;
  border: 0px;
  content: url("../images/Arrow.svg");
  display: block;
}

#invoiceTab .nav-link.active {
  color: white;
  background-color: #fff;
  border-radius: 33px;
  /* border-color: #ddd #ddd #fff; */
  background: linear-gradient(96.34deg, #2097F6 0%, #3AD29F 100%);
}

.upperCase {
  text-transform: uppercase;
  font-weight: 500;
}

.new-log-table th 
{
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.new-log-table .form-group 
{
  margin-bottom: 0px !important;
}

.new-log-table td
{
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.new-log-table  input, .new-log-table .chosen-single {
  border: 0px !important;
}

.new-log-table {
  width: 100%;
  border-radius: 10px;
  background: #e1e2e483;
}

#invoiceTab li a {
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  border: 0px;
}

#invoiceTab  li {
  display: inline-block;
}

#invoiceTab {
  display: inline-block;
  border: 1px solid #E1E2E4;
  border-radius: 33px;
}

.date-range {
  background: #FCFCFC !important;
  border: 1px solid #E1E2E4 !important;
  border-radius: 10px;
}

.chosen-single {
  background: #FCFCFC !important;
  padding: 10px;
  height: 45px;
  border-radius: 10px !important;
}

.dataTables_filter {
  display: block;
}

.dataTables_filter input {
  border-radius: 10px !important;
}

.main-file-search {
  position: absolute;
}

.x-select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px !important;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #E1E2E4;
  color: #202529 !important;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 28px;
}

.primary-menu {
  background: #FCFCFC;
  box-shadow: 0px -7px 7px 3px rgba(0, 0, 0, 0.1);
  width: 250px;
  z-index: 1;
  position: fixed;
  height: 100%;
}

.primary-menu ul {
  margin-top: 40px;
}

.primary-menu ul li {
  position: relative;
  color: #9598A3;
  font-size: 16px;
}

.primary-menu ul li.active::before {
  content: url("../images/Rectangle\ 2.svg");
  display: block;
  position: absolute;
  top: -5px;
  left: -34px;
  width: 22px;
  height: 10px;
  margin: 10px 5px 0 10px;
}

#notifications-dropdown {
  height: 54px;
}

#notifications-dropdown button::after {
  border: 0px;
}

.primary-menu ul li.active a {
  color: #202529;
}

.primary-menu ul li a img {
  display: inline-block;
  padding-right: 15px;
}

.primary-menu ul li a:hover {
  color: #202529;
}

.dataTables_info 
{
  color: #323A41;
  font-weight: 600;
}

.order-actions img 
{
  position: absolute;
}

button:focus {
  outline: inherit;
}

.order-view:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.order-view {
  background: #E1E2E4 !important;
  color: #323A41;
  width: 180px;
  text-align: right;
  padding: 10px;
  padding-left: 12px;
  border-radius: 10px;
  padding-right: 12px;
  text-decoration: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  padding: 10px;
}

.page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  padding: 10px;
}

.page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #E1E2E4 !important;
  border-color: #E1E2E4 !important;
}

.page-item a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.page-item.active .page-link 
{
  color: #323A41 !important;
  font-weight: bold;
  background-color: #e1e2e4 !important;
  border-color: #e1e2e4 !important;
}

.order-actions
{
  background: #E1E2E4 !important;
  color: #9598A3;
  width: 60px;
  text-align: right;
  padding: 8px;
  border-radius: 10px;
}

.form-section .section-action a:hover {
  text-decoration: none;
}

.form-section .selected-template {
  background: white;
  border: 1px solid #fff;
  padding: 15px 20px;
  border-radius: 10px;
}

.btn-grey {
  border-radius: 30px;
}

.form-errors {
  border-radius: 10px;
  background: #fa5661;
  color: white;
  margin-top: 5px;
}

.form-section .section-action a 
{
  color: #323A41;
  font-size: 14px;
}

.click-to-complete-order 
{
  display: none !important;
}

.greetings_user {
  padding-left: 15px;
}

.send-new-order {
  background: linear-gradient(96.34deg, #2097F6 0%, #3AD29F 100%);
  border-radius: 31px;
  height: 40px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  cursor: pointer;
  padding-right: 30px;
  text-transform: uppercase;
}

.h100 {
  height: 100%;
}

.auth-header-title {
  margin-top: 100px;
  width: calc(100% - 100px);
}

.auth-header-title .form-control {
  border: 1px solid #E1E2E4;
  border-radius: 10px;
}

.unusual_Footer {
  position: absolute;
  bottom: 10px;
  right: 45%;
  color: #E1E2E4;
}

.none {
  display: none;
}

.has-error {
  border: 1px solid rgba(255, 0, 0, 0.527) !important;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 5px !important;
}

.coolA {
  color: #2097F6 !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.auth-header-title .send-new-order {
  font-size: 15px;
  font-weight: 600;
}

.auth-header-title .custom-control-description {
  font-size: 15px;
  padding-top: 2px;
  color: #293D4F;
}

.auth-header-title label {
  color: #293D4F;
  font-size: 15px;
  font-weight: 600;
}

.this-contains {
  height: 100%;
}

.sub-welcome-text {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 380px;
  left: 80px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  /* or 36px */
  letter-spacing: 0.04em;
  /* LightGray1 */
  color: #E1E2E4;
}

.welcome-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  position: absolute;
  font-weight: 700;
  top: 200px;
  left: 80px;
  font-size: 50px;
  line-height: 131.9%;
  /* or 66px */
  letter-spacing: 0.01em;
  text-transform: capitalize;
  /* White */
  color: #FCFCFC;
}

.welcome-logo {
  background: url('https://d3ghuu16hw6ire.cloudfront.net/acfb647f-8102-46da-80ea-6e1dcf7c88fd/images/welcome_LOGO.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  top: 30px;
  left: 80px;
  width: 250px;
  height: 100px;
}

.forgot-pass {
  display: inline-block;
  float: right;
  color: #2097F6 !important;
  font-weight: 600;
  font-size: 15px;
}

.the-welcome {
  background: url('https://d3ghuu16hw6ire.cloudfront.net/acfb647f-8102-46da-80ea-6e1dcf7c88fd/images/Welcome_side.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.the-welcome-log {
  background: url('https://d3ghuu16hw6ire.cloudfront.net/acfb647f-8102-46da-80ea-6e1dcf7c88fd/images/Welcome_side.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.file-status img 
{
  width: 33px;
}

#delivery-date {
  width: 330px;
}

.order-status 
{
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block !important;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.menu-label {
  font-size: 15px;
}

.the-absolute-upload 
{
  position: absolute;
  right: 40%;
}

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

.primary-menu ul li a {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  padding: 0.8rem 1rem;
}

.dropdown-toggle::after {
  position: relative;
  top: 2px;
  right: 3px;
}

.main-logo {
  margin-left: 7px !important;
}

.strange-cont {
  right: 0px;
}

.the-inactive-setting {
  top: 7px;
}

@media screen and (max-width: 1600px) {
  .click-to-approve-all2 {
    height: 30px !important;
    padding: 4px 10px !important;
    font-size: 9px !important;
  }

  .order-status {
    font-size: 9px;
    padding: 0px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table td, .table th 
    {
    font-size: 9px;
  }
}

@media screen and (max-width: 1500px) {
  .company_cat input[type="button"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .the-inactive-setting {
    top: 2px;
  }

  .primary-menu {
    width: 250px;
  }

  .strange-cont {
    right: 0px !important;
  }

  .menu-label {
    font-size: 12px;
  }

  .primary-menu ul li a img
    {
    width: 30px;
  }

  .primary-menu ul li a 
    {
    padding: 5px !important;
  }

  .data-table td, .data-table th {
    font-size: 10px;
  }

  .file-list .card-body .col-md-5 {
    padding: 0px;
  }

  #upload-file {
    font-size: 10px !important;
  }

  .file-list .card-body h4 {
    font-size: 9px;
  }

  .order-actions img 
    {
    width: 15px;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 4px;
  }

  .order-actions {
    background: #E1E2E4 !important;
    color: #9598A3;
    width: 46px;
    text-align: right;
    padding: 5px;
    border-radius: 10px;
  }

  .open-main-menu, .close-main-menu {
    width: 30px;
  }

  .order-status {
    font-size: 9px;
    padding: 0px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table td, .table th 
    {
    font-size: 9px;
  }

  .click-to-approve-all2 {
    font-size: 10px !important;
    padding: 9px 13px !important;
  }

  .order-statua div {
    width: 80px;
    display: block;
  }

  .order-responsive-status {
    font-size: 8px;
  }

  .order-status-rs {
    padding-left: 5px !important;
  }

  .file-actions .dropdown {
    padding-left: 6px !important;
    margin-right: 5px !important;
  }

  .order-statua 
    {
    width: 80px;
    font-size: 8px;
  }

  .click-to-approve-all2 {
    height: 30px !important;
    padding: 5px 10px !important;
  }
}

.content-block a {
  color: #0056b3 !important;
  text-decoration: underline !important;
}

.the-eye, .thee-eye {
  position: absolute;
  top: 34px;
  right: 10px;
  padding: 10px;
  z-index: 111;
}

.pointer {
  cursor: pointer;
}

.reg-pass {
  padding-right: 50px;
}

div.dataTables_paginate ul.pagination {
  justify-content: flex-start !important;
}

@media screen and (max-width: 1225px) {
  .welcome-text {
    left: 50px;
    font-size: 22px !important;
  }

  .welcome-logo {
    left: 50px;
    background-size: 50% 50%;
  }

  .sub-welcome-text {
    left: 50px;
  }

  .company_cat input[type="button"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1025px) {
  .company_cat input[type="button"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sub-welcome-text {
    left: 50px;
    font-size: 8px !important;
  }

  .click-to-approve-all2 {
    height: 30px !important;
    padding: 5px 10px !important;
  }

  .welcome-text {
    font-size: 30px;
  }

  .sub-welcome-text {
    font-size: 15px;
    top: 315px;
  }

  .validate div {
    margin-left: 100px !important;
    margin-right: 30px !important;
  }
}

.data-table thead th {
  word-break: inherit;
}

.data-table td {
  word-break: break-word;
}

.comment-list ul .comment {
  word-break: break-word;
}

.comment a {
  color: #2097F6 !important;
}

.tag-new {
  background: linear-gradient(96.34deg, #2097F6 0%, #3AD29F 100%);
  color: white;
  font-size: 8pt;
  font-weight: bold;
  padding: 5px;
  border-radius: 3px;
}

#cookiesModal .modal-header {
  padding-top: 0px;
  border-bottom: 0px;
}

#cookiesModal .modal-header img {
  margin-left: auto;
  margin-right: auto;
}

#cookiesModal .modal-content {
  border-radius: 24px;
}

.custom-control-input:checked ~ .custom-control-indicator.disabled {
  background-color: #3ad29f70;
}

[aria-label="&amp;laquo; Previous"] {
  margin-left: 30px;
}

.modal-body .content-block p {
  padding-top: 10px;
}

.modal-body .content-block ul {
  list-style: inherit !important;
  padding-top: 5px;
  padding-left: 20px;
}

.change-template-box ul li {
  margin-bottom: 20px;
  padding: 10px;
  cursor: pointer;
  margin-right: 20px;
}

.click-to-clone-template img {
  margin-right: auto;
  margin-left: auto;
}

.click-to-clone-template {
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}

.change-template-box ul li:hover {
  background: #e1e2e453;
  border-radius: 10px;
}

.file-list .blocked .card-image {
  border: 4px solid #FF7C7C !important;
}

.file-list .requesting-edit .card-image {
  border: 4px solid #6F7DFF !important;
}

.file-list .file-counter {
  text-align: center !important;
  color: #363135 !important;
  font-size: 14px !important;
}

.cc-window {
  display: none !important;
}

.active-mask-option {
  background: #37415130;
}

.active-category {
  /* White */
  background: #FCFCFC;
  /* Success_green */
  border: 2px solid #3AD29F;
  border-radius: 10px;
  padding: 10px;
  color: #293D4F;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.passive-category {
  /* White */
  background: #FCFCFC;
  /* Success_green */
  border: 1px solid #E1E2E4;
  border-radius: 10px;
  padding: 10px;
  color: #293D4F;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.suggesting-list, .suggesting-background {
  position: relative;
}

div:not(.not).suggesting-list::before
{
  background: url('https://d3ghuu16hw6ire.cloudfront.net/acfb647f-8102-46da-80ea-6e1dcf7c88fd/images/the_arrow.svg');
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.the-suggested-list {
  position: absolute;
  background: white;
  width: 100%;
  border: 1.5px solid #E1E2E4;
  top: 60px;
  border-radius: 10px;
  z-index: 1111;
}

.the-suggested-list ul {
  padding: 10px;
  z-index: 1111111;
}

.the-suggested-list ul li {
  padding: 8px;
  color: #323A41;
  cursor: pointer;
  border-radius: 10px;
  position: sticky;
  z-index: 11111 !important;
}

.the-suggested-list ul li:hover {
  background: #E1E2E4;
}

.approval-notification {
  color: #323A41;
  position: absolute;
  width: 300px;
  height: 180px;
  border: 1px solid #E1E2E4;
  background: white;
  right: -260px;
  top: 27px;
  text-align: center;
  padding: 20px;
  z-index: 100;
  border-radius: 0px 10px 10px 10px;
}

.suggesting-list input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.check-stepper {
  padding: 20px;
  border-bottom: 1px solid #E1E2E4;
}

.check-stepper table {
  margin-left: auto;
  margin-right: auto;
}

.check-stepper table tr td {
  padding: 10px;
}

.check-stepper table tr td:first-child {
  border-right: 1px solid #E1E2E4;
}

.check-stepper table tr td:last-child {
  border-left: 1px solid #E1E2E4;
}

.w90 {
  width: 90px;
}

.timeline li:last-child {
  padding-bottom: 0px;
}

.timeline li {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-left: 13px;
}

.timeline {
  border-left: 2px dashed #9598A3;
  padding: 0px;
  margin: 0px;
  list-style-image: url('../images/selected.svg');
}

.sub-date {
  font-weight: normal;
  font-size: 10px;
}

.extra-editing {
  background: #6F7DFF;
}

.send-new-order:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.publish-drop .dropdown-menu {
  top: 10px !important;
  left: -20px !important;
  border-radius: 10px;
  background: white;
  border-color: #E1E2E4;
  padding: 0;
  margin: 0;
}

.publish-drop .dropdown-menu a {
  width: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #E1E2E4;
  color: #323A41;
  font-size: 14px;
  margin-left: 15px;
  line-height: 21px;
  margin-right: 15px;
}

.integration-item {
  height: 290px;
  background: #e1e2e438 !important;
}

.pl-0 {
  padding-left: 0 ;
}

.pr-0 {
  padding-right: 0;
}

.integration-item img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.integration-desc {
  color: #293D4F;
  font-size: 14px;
  height: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.int-logo-con {
  display: flex;
  align-items: center;
  height: 130px;
}

.how-it-works {
  color: #2097F6;
  text-decoration: underline;
  display: block;
  margin-top: 35px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.int-btn {
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 27px;
  color: #323A41;
}

.int-btn-dis {
  opacity: 0.5;
  cursor: not-allowed;
}

.int-btn img {
  width: 16px;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
}

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

.int-primary {
  color: white;
  border: 1px solid white;
  height: 40px !important;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.none {
  display: none;
}

@media (max-width: 1024px) {
  .shared-logo {
    width: 25% !important;
  }

  .shared-order-name {
    font-size: 25px !important;
  }

  .shared-order-image-count {
    font-size: 25px !important;
  }

  .shared-mt-grp h4 {
    font-size: 25px  !important;
  }

  .shared-ord-con {
    max-width: 100% !important;
  }
}

.max_size_b {
  position: relative;
}

.max_size_b:after {
  content: "";
  width: 119px;
  height: 25px;
  background: url(../images/finn.svg);
  top: 6px;
  right: 15px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
}

.custom-comp {
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.custom-comp .file-type {
  position: absolute;
  border-radius: 33px;
  top: 10px;
  left: 25px;
  font-weight: 600;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.close-down {
  position: absolute;
  top: -35px;
  right: 15px;
  cursor: pointer;
}

.switch {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: 5rem;
}

.switch input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.switch label {
  cursor: pointer;
}

.background {
  z-index: 1;
  position: absolute;
  width: 7.5rem;
  height: 4rem;
  border-radius: 2.5rem;
  border: 0.25rem solid #202020;
  background: linear-gradient(to right, #484848 0%,#202020 100%);
  transition: all 0.3s;
}

.fill {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 2rem;
  left: 0;
  background: #484848;
  transition: 0.75s all ease;
}

.switch input:checked ~ .fill {
  background: #E9F8FD;
}

.stars1,
  .stars2 {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.stars1 {
  top: 6px;
  right: 23px;
}

.stars2 {
  top: 40px;
  right: 48px;
}

.stars1:after,
  .stars1:before,
  .stars2:after,
  .stars2:before{
  position: absolute;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.2s all ease;
}

.stars1:after {
  top: 8px;
  right: 20px;
}

.stars1:before {
  top: 18px;
  right: -12px;
}

.stars2:after {
  top: -8px;
  right: -16px;
}

.stars2:before {
  top: 6px;
  right: -26px;
}

.sun-moon {
  z-index: 2;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
  background: #FFFDF2;
  border-radius: 50%;
  transition: all 0.5s ease;
  /* Default to Moon */
  border: 0.25rem solid #DEE2C6;
}

.sun-moon .dots {
  position: absolute;
  top: 3px;
  left: 23px;
  height: 1rem;
  width: 1rem;
  background: #EFEEDB;
  border: 0.25rem solid #DEE2C6;
  border-radius: 50%;
  transition: 0.4s all ease;
}

.sun-moon .dots:after,
  .sun-moon .dots:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  background: #EFEEDB;
  border: 0.25rem solid #DEE2C6;
  border-radius: 50%;
  transition: 0.4s all ease;
}

.sun-moon .dots:after {
  top: -4px;
  left: -26px;
}

.sun-moon .dots:before {
  top: 18px;
  left: -10px;
}

[type='checkbox']:checked {
  background-color: #3AD29F;
}

/* Transition to Sun */

.switch input:checked ~ .sun-moon {
  left: calc(100% - 4rem);
  background: #F5EC59;
  border-color: #E7C65C;
  transform: rotate(-25deg);
}

.switch input:checked ~ .sun-moon .dots,
  .switch input:checked ~ .sun-moon .dots:after,
  .switch input:checked ~ .sun-moon .dots:before {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.switch input:checked ~ .sun-moon .dots {
  height: 1.5rem;
  width: 1.5rem;
  top: 0px;
  left: -20px;
  transform: rotate(25deg);
}

.switch input:checked ~ .sun-moon .dots:after {
  height: 0.65rem;
  width: 0.65rem;
  top: 2px;
  left: -12px;
}

.switch input:checked ~ .sun-moon .dots:before {
  height: 0.4rem;
  width: 0.4rem;
  top: 6px;
  left: 14px;
}

.switch input:checked ~ .background .stars1,
  .switch input:checked ~ .background .stars2 {
  opacity: 0;
  transform: translateY(2rem);
}

.switch input:checked ~ .background {
  border: 0.25rem solid #78C1D5;
  background: linear-gradient(to right, #78C1D5 0%, #BBE7F5 100%);
}

.go-left {
  position: absolute;
  left: -35px;
  top: calc(50% - 30px);
  cursor: pointer;
}

.go-right {
  position: absolute;
  right: -35px;
  top: calc(50% - 30px);
  cursor: pointer;
}

.agr-tabs {
  padding-top: 30px;
  padding-bottom: 20px;
}

.agr-tabs li {
  display: inline-block;
  border: 1px solid #E1E2E4;
  margin-right: 15px;
  color: #323A41;
  padding: 6px;
  min-width: 220px;
  text-align: center;
  border-radius: 33px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  background: white;
}

.agr-active-tab {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, rgba(32, 151, 246, 1), rgba(58, 210, 159, 1)) border-box !important;
  border-radius: 33em !important;
  border: 2px solid transparent !important;
}

.agr-text {
  color: #293D4F;
  font-weight: 400;
  border: 1px solid #E5E5E5;
  padding: 20px;
  border-radius: 16px;
  background: white;
  line-height: 28px;
  max-height: 300px;
  overflow: auto;
}

.agr-h2 {
  padding: 20px;
  padding-left: 0px;
  color: #293D4F;
  font-weight: 700;
  font-size: 18px;
}

.click-to-accept-storage:disabled {
  cursor: not-allowed !important;
}

.cs-status {
  position: absolute;
  left: 10px;
  top: 30px;
  border-radius: 33px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.file-type.full_fix {
  background: #F1C44E;
}

.temp-bg {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 11px;
  z-index: 111;
  right: 45%;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 7px;
  color: #2097F6 !important;
  font-weight: 500;
}

.temp-fl {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 11px;
  z-index: 111;
  right: 45%;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 7px;
  color: #2097F6 !important;
  font-weight: 500;
}

.temp-logo {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 111;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 7px;
  color: #2097F6 !important;
  font-weight: 500;
}

.bottom_right {
  bottom: 10px;
  right: 10px;
}

.bottom_left {
  bottom: 10px;
  left: 10px;
}

.top_right {
  top: 10px;
  right: 10px;
}

.top_left {
  top: 10px;
  left: 10px;
}

.file-version 
  {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #F8A426;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  padding: 6px;
  font-size: 13px;
  cursor: pointer;
}

.v-row{
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.v-card {
  /*float: left;*/
  max-width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  flex-basis: 33.333%;
  flex-grow: 0;
  flex-shrink: 0;
}

.v-card &gt; img {
  margin-bottom: .75rem;
  width: 100%;
}

.v-card-text {
  font-size: 85%;
}

.v-card img {
  background: url('../images/Loading_icon.gif') no-repeat center;
}

.limited_num {
  border: 0px;
  border-radius: 5px;
  width: 69px;
  padding: 3px;
  vertical-align: middle;
  padding-left: 9px;
  color: #323A41;
  font-weight: 500;
  font-size: 14px;
  outline: none !important;
  --tw-ring-shadow: none !important;
}

.wrap-limited-number {
  background: white;
  display: inline-block;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 10px;
}

.ffs {
  color:rgba(255, 0, 0, 0.527) !important;
}

.kka {
  color:rgba(145, 255, 0, 0.527) !important;
}
</pre></body></html>