/*!
Theme Name: Osdoro_Sales
Theme URI: http://example.cp,/
Author: John Doe
Author URI: https://johndoe.example.com
Description: WordPress theme for Osdoro Sales
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: osdorosales
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.

Osdoro_Sales is based on Underscores https://example.cp,/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height: 1.15;-webkit-text-size-adjust: 100%}body{margin: 0}main{display: block}h1{font-size: 2em;margin: 0.67em 0}hr{box-sizing: content-box;height: 0;overflow: visible}pre{font-family: monospace, monospace;font-size: 1em}a{background-color: transparent}abbr[title]{border-bottom: none;text-decoration: underline;text-decoration: underline dotted}b,strong{font-weight: bolder}code,kbd,samp{font-family: monospace, monospace;font-size: 1em}small{font-size: 80%}sub,sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sub{bottom: -0.25em}sup{top: -0.5em}img{border-style: none}button,input,optgroup,select,textarea{font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0}button,input{overflow: visible}button,select{text-transform: none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance: button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style: none;padding: 0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline: 1px dotted ButtonText}fieldset{padding: 0.35em 0.75em 0.625em}legend{box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal}progress{vertical-align: baseline}textarea{overflow: auto}[type="checkbox"],[type="radio"]{box-sizing: border-box;padding: 0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height: auto}[type="search"]{-webkit-appearance: textfield;outline-offset: -2px}[type="search"]::-webkit-search-decoration{-webkit-appearance: none}::-webkit-file-upload-button{-webkit-appearance: button;font: inherit}details{display: block}summary{display: list-item}template{display: none}[hidden]{display: none}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	font-size: 10px;
	box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-primary25: #FFE5E7;
	--color-primary50: #FFCCCF;
	--color-primary100: #FFB3B7;
	--color-primary200: #FF999F;
	--color-primary300: #FF8087;
	--color-primary400: #FF666F;
	--color-primary500: #FF4D58;
	--color-primary600: #FA3844;
	--color-primary700: #F42532;
	--color-primary800: #EC1321;
	--color-primary900: #CF1722;
	--color-gray25: #FCFCFD;
	--color-gray50: #F9FAFB;
	--color-gray100: #F2F4F7;
	--color-gray200: #EAECF0;
	--color-gray300: #D0D5DD;
	--color-gray400: #98A2B3;
	--color-gray500: #667085;
	--color-gray600: #475467;
	--color-gray700: #344054;
	--color-gray800: #1D2939;
	--color-gray900: #101828;
	--color-error25: #FFFBFA;
	--color-error50: #FEF3F2;
	--color-error100: #FEE4E2;
	--color-error200: #FECDCA;
	--color-error300: #FDA29B;
	--color-error400: #F97066;
	--color-error500: #F04438;
	--color-error600: #D92D20;
	--color-error700: #B42318;
	--color-error800: #912018;
	--color-error900: #7A271A;
	--color-warning25: #FFFCF5;
	--color-warning50: #FFFAEB;
	--color-warning100: #FEF0C7;
	--color-warning200: #FEDF89;
	--color-warning300: #FEC84B;
	--color-warning400: #FDB022;
	--color-warning500: #F79009;
	--color-warning600: #DC6803;
	--color-warning700: #B54708;
	--color-warning800: #93370D;
	--color-warning900: #7A2E0E;
	--color-success25: #F6FEF9;
	--color-success50: #ECFDF3;
	--color-success100: #D1FADF;
	--color-success200: #A6F4C5;
	--color-success300: #6CE9A6;
	--color-success400: #32D583;
	--color-success500: #12B76A;
	--color-success600: #039855;
	--color-success700: #027A48;
	--color-success800: #05603A;
	--color-success900: #054F31;
	--swiper-pagination-color: #FA3844;
	--swiper-pagination-bullet-size: 0.8rem;
	--swiper-pagination-bullet-horizontal-gap: 0.6rem;
}

/*==============================================================
# BASE
==============================================================*/

body {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: var(--color-gray500);
}

a {
	text-decoration: none;
	color: var(--color-primary700);
}

a:hover {
	color: var(--color-primary900);
	text-decoration: underline;
}

svg {
	display: inline-block;
}

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

iframe,
figure,
select {
	max-width: 100%;
}

p {
	margin: 0 0 1.6rem;
}

.icon {
	width: 1em;
	height: 1em;
	display: inline-block;
}

/*==============================================================
# BUTTONS
==============================================================*/

button,
[type="submit"],
[type="reset"] {
	cursor: pointer;
}

a.button {
	text-decoration: none;
}

.button {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
	display: inline-block;
	padding: 0.9rem 1.5rem;
	text-align: center;
	border: 1px solid var(--color-gray300);
	background-color: var(--color-white);
	color: var(--color-gray700);
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 4px;
	cursor: pointer;
	transition: color 300ms ease, background 300ms ease, border 300ms ease;
}

.button:hover,
.button:focus {
	background-color: var(--color-gray100);
	box-shadow: none;
	color: var(--color-gray700);
}

.button:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(102, 112, 133, 0.075);
}

.button-primary {
	border-color: var(--color-primary600);
	background-color: var(--color-primary600);
	color: var(--color-white);
}

.button-primary:hover,
.button-primary:focus {
	border-color: var(--color-primary800);
	background-color: var(--color-primary800);
	color: var(--color-white);
}

.button-primary-o {
	border-color: var(--color-primary600);
	background-color: transparent;
	color: var(--color-primary600);
}

.button-primary-o:hover,
.button-primary-o:focus {
	border-color: var(--color-primary800);
	background-color: transparent;
	color: var(--color-primary800);
}

.button-primary:active,
.button-primary-o:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(255, 77, 88, 0.15);
}

.button-error {
	border-color: var(--color-error500);
	background-color: var(--color-error500);
	color: var(--color-white);
}

.button-error:hover,
.button-error:focus {
	border-color: var(--color-error600);
	background-color: var(--color-error600);
	color: var(--color-white);
}

.button-error:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(240, 68, 56, 0.15);
}

.button-warning {
	border-color: var(--color-warning500);
	background-color: var(--color-warning500);
	color: var(--color-white);
}

.button-warning:hover,
.button-warning:focus {
	border-color: var(--color-warning600);
	background-color: var(--color-warning600);
	color: var(--color-white);
}

.button-warning:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(247, 144, 9, 0.15);
}

.button-success {
	border-color: var(--color-success500);
	background-color: var(--color-success500);
	color: var(--color-white);
}

.button-success:hover,
.button-success:focus {
	border-color: var(--color-success600);
	background-color: var(--color-success600);
	color: var(--color-white);
}

.button-success:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(18, 183, 106, 0.15);
}

.button-small {
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 0.7rem 1.3rem;
}

.button-large {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 0.9rem 1.7rem;
}

.button-xlarge {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 1.1rem 1.9rem;
}

.button-huge {
	font-size: 1.8rem;
	line-height: 2.8rem;
	padding: 1.5rem 2.7rem;
}

.button-block {
	display: block;
}

.button-icon,
.button-icon-left,
.button-icon-right {
	font-size: 2rem;
	line-height: 1.4rem;
	vertical-align: middle;
	margin-top: -0.0625em;
	margin-bottom: -0.0625em;
	position: relative;
	top: -0.0625em;
	stroke-width: 2px;
}

.button-icon-left {
	margin-right: 0.6rem;
}

.button-icon-right {
	margin-left: 0.6rem;
}

.button:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.button-link {
	border-color: transparent;
	background-color: transparent;
	color: var(--color-primary400);
	box-shadow: none;
}

.button-link:hover,
.button-link:focus {
	border-color: var(--color-gray300);
}

/*==============================================================
# SPECIALIZED BUTTONS
==============================================================*/

.button-cancel {
	border-color: var(--color-gray500);
	color: var(--color-gray500);
}

.button-cancel:hover,
.button-cancel:focus {
	background-color: var(--color-gray100);
	color: var(--color-gray500);
}

/*==============================================================
# FORM FIELDS
==============================================================*/

.input,
.select {
	font-size: 1.6rem;
	line-height: 2.4rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray300);
	color: var(--color-gray900);
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.input {
	padding: 0.7rem 1.4rem;
}

.select {
	height: calc(2.4rem + 1.4rem + 2px);
	padding: 0 1.4rem;
}

.input::placeholder {
	color: var(--color-gray400);
}

.input:focus,
.select:focus {
	color: var(--color-gray900);
	border-color: var(--color-gray400);
	box-shadow:	0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(102, 112, 133, 0.075);
	outline: none;
}

.input:disabled,
.input:read-only {
	background-color: var(--color-gray50);
	border-color: var(--color-gray500);
}

.input[invalid],
.select[invalid],
.input.invalid,
.select.invalid {
	border-color: var(--color-primary300);
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(240, 68, 56, 0.15);
}

.input-small {
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 0.7rem 1.4rem;
}

.select-small {
	font-size: 1.4rem;
	line-height: 2rem;
	height: calc(2rem + 1.4rem + 2px);
}

.input-large {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 0.9rem 1.4rem;
	border-radius: 8px;
}

.select-large {
	height: calc(2.4rem + 1.8rem + 2px);
}

.input-xlarge {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 1.1rem 1.6rem;
	border-radius: 8px;
}

.select-xlarge {
	height: calc(2.4rem + 2.2rem + 2px);
}

.input-huge {
	font-size: 1.8rem;
	line-height: 2.8rem;
	padding: 1.5rem 2.4rem;
	border-radius: 8px;
}

.select-huge {
	height: calc(2.8rem + 3rem + 2px);
}

textarea {
	display: block;
	width: 100%;
}

.input-box {
	position: relative;
}

.input-box .icon {
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.input-box-wicon .input {
	padding-left: 3.8rem;
}

.input-box-wicon .input:focus + .icon {
	color: var(--color-gray900);
}

.checkbox,
.radio {
	border: 1px solid var(--color-gray300);
	background: #fff;
	color: var(--color-gray500);
	clear: none;
	cursor: pointer;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	position: relative;
	top: -0.0625em;
	line-height: 0;
	margin: 0 1.2rem 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	transition: .05s border-color ease-in-out
}

.checkbox-small,
.radio-small {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.8rem 0 0;
}

.checkbox {
	border-radius: 6px;
}

.checkbox-small {
	border-radius: 4px;
}

.radio {
	border-radius: 2rem;
}

.checkbox:focus,
.radio:focus {
	border-color: var(--color-primary600);
}

.checkbox:hover,
.checkbox:checked,
.radio:hover,
.radio:checked {
	border-color: var(--color-primary600);
	background-color: var(--color-primary50);
}

.checkbox:active,
.radio:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(255, 77, 88, 0.15);
}

.checkbox:disabled,
.radio:disabled {
	background-color: var(--color-gray100);
	border-color: var(--color-gray200);
	pointer-events: none;
}

.checkbox:checked::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23FA3844' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	width: 1.4rem;
	height: 1.4rem;
	float: left;
	margin: 0.2rem 0 0 0.2rem;
}

.checkbox-small:checked::before {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
}

.radio:checked::before {
	content: '';
	display: block;
	border-radius: 1.2rem;
	width: 0.8rem;
	height: 0.8rem;
	float: left;
	background-color: var(--color-primary600);
	margin: 0.5rem 0 0 0.5rem;
}

.radio-small:checked::before {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.4rem 0 0 0.4rem;
}

label {
	cursor: pointer;
}

/*==============================================================
# UPLOAD FIELD
==============================================================*/

.osds-upload-list-wrapper .upload-dropzone {
	border: 1px solid var(--color-gray200);
	border-radius: 8px;
	background-color: var(--color-gray50);
	padding: 1.2rem;
	transition: border 300ms ease, background 300ms ease;
}

.upload-dropzone.hidden {
	display: none;
}

.upload-dropzone .upload-icon {
	display: flex;
	width: 4.6rem;
	height: 4.6rem;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--color-gray600);
	background-color: var(--color-gray100);
	border: 6px solid var(--color-gray50);
	border-radius: 4.6rem;
	margin: 0 auto;
	transition: color 300ms ease, border 300ms ease, background 300ms ease;;
}

.upload-dropzone .upload-icon .icon {
	width: 2rem;
	height: 2rem;
	position: relative;
	z-index: 1;
	stroke-width: 2px;
}

.upload-dropzone .upload-body {
	text-align: center;
	color: var(--color-gray500);
}

.upload-dropzone .upload-label {
	font-size: 1.4rem;
}

.upload-dropzone .upload-desc {
	font-size: 1.2rem;
}

.upload-dropzone .upload-btn {
	font-weight: 500;
}

.upload-dropzone.dropzone-dragover {
	border-color: var(--color-primary300);
	background-color: var(--color-primary25);
}

.upload-dropzone.dropzone-dragover .upload-icon {
	color: var(--color-primary600);
}

.upload-dropzone.dropzone-dragover .upload-icon {
	border-color: var(--color-primary50);
	background-color: var(--color-primary100);
}

.upload-dropzone.dropzone-dragover .upload-body {
	color: var(--color-primary600);
}

.upload-dropzone + .upload-entry {
	margin-top: 1.6rem;
}

.upload-entry {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--color-gray200);
	border-radius: 8px;
	background-color: var(--color-white);
	padding: 1.2rem 1.4rem;
	margin: 0 0 1.6rem;
}

.upload-entry .progress-backdrop {
	background-color: var(--color-gray50);
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	bottom: 0;
	transition: width 300ms;
}

.upload-entry .file-icon-box,
.upload-entry .file-summary-box,
.upload-entry .file-actions-box {
	position: relative;
	z-index: 1;
}

.upload-entry .file-icon {
	display: flex;
	flex-wrap: nowrap;
	width: 3.6rem;
	height: 3.6rem;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--color-primary600);
	background-color: var(--color-primary100);
	border: 4px solid var(--color-primary50);
	border-radius: 3.6rem;
}

.upload-entry .file-icon .icon {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	z-index: 1;
	stroke-width: 2px;
}

.upload-entry .file-summary-box {
	flex-basis: 0;
	flex-grow: 1;
	padding-left: 1.2rem;
}

.upload-entry .file-summary {
	font-size: 1.4rem;
	line-height: 2rem;
}

.upload-entry .file-name {
	font-size: inherit;
	margin: 0;
	word-break: break-word;
	color: var(--color-gray700)
}

.upload-entry .file-info {
	color: var(--color-gray500);
}

.upload-entry .file-actions-box {
	padding-left: 1.2rem;
}

.upload-entry .complete-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 2.4rem;
	padding: 0.7rem;
	background-color: var(--color-primary600);
	color: var(--color-white);
}

.upload-entry .complete-icon .icon {
	stroke-width: 4px;
}

.upload-entry .delete-icon {
	display: flex;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0.4rem;
	color: var(--color-gray400);
	
}

.upload-entry .delete-icon .icon {
	stroke-width: 3px;
}

.upload-entry .trash-icon {
	display: flex;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0.2rem;
	color: var(--color-error700);
	font-size: 2rem;
}

.upload-entry .delete-icon:hover,
.upload-entry .delete-icon:focus,
.upload-entry .trash-icon:hover,
.upload-entry .trash-icon:focus {
	color: var(--color-primary600);
}

.upload-entry .circular-progress {
	width: 3.2rem;
	height: 3.2rem;
	border: 4px solid var(--color-primary50);
	border-radius: 3.2rem;
	color: var(--color-primary600);
}

.upload-entry .circular-progress-icon {
	position: relative;
	z-index: 1;
	width: 3.2rem;
	max-width: 3.2rem;
	height: 3.2rem;
	margin: -4px 0 0 -4px;
}

.upload-entry.completed {
	border-color: var(--color-gray50);
}


.upload-entry.error {
	border-color: var(--color-error300);
}

.upload-entry.error,
.upload-entry.error .progress-backdrop {
	background-color: var(--color-error25);
}

.upload-entry.error .file-name {
	color: var(--color-error700)
}

.upload-entry.error .file-info {
	color: var(--color-error600);
}

.upload-entry .progress-error {
	display: inline-block;
	margin-top: 0.4rem;
	font-weight: 500;
	color: var(--color-error700);
}

.osds-upload-grid-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.osds-upload-grid-wrapper .upload-bottom-area,
.osds-upload-grid-wrapper .upload-msgs {
	flex: 0 0 100%;
	max-width: 100%;
}

.osds-upload-grid-wrapper .upload-bottom-area {
	order: 10;
}

.osds-upload-grid-wrapper .upload-msgs {
	order: 11;
}

.osds-upload-grid-wrapper .upload-btn {
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	padding: 1.2rem;
	background-color: var(--color-primary600);
	color: var(--color-white);
	border-radius: 4.4rem;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	transition: all 300ms;
}

.osds-upload-grid-wrapper .upload-btn .icon {
	width: 100%;
	height: 100%;
	stroke-width: 3px;
}

.osds-upload-grid-wrapper .upload-btn:hover {
	background-color: var(--color-primary700);
	box-shadow: none;
}

.osds-upload-grid-wrapper .upload-entry {
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 1.6rem;
}

.upload-grid-entries {
	display: flex;
	margin: 0 -16px -16px -16px;
	align-items: center;
	max-width: calc(100% + 32px);
	overflow: auto;
}

.upload-grid-entries .upload-dropzone,
.upload-grid-entries .upload-grid-entry {
	padding: 0 16px 16px 16px;
}

.upload-grid-entries .upload-dropzone {
	order: 10;
}

.upload-grid-entry {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}

.upload-grid-entry .thumbnail-img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 4px;
	background-color: var(--color-gray25);
	position: relative;
	overflow: hidden;
	margin-bottom: 0.8rem;
}

.upload-grid-entry .thumbnail-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.upload-grid-entries {
		flex-wrap: nowrap;
		overflow: auto;
		margin-bottom: 0;
	}

	.upload-grid-entries .upload-dropzone,
	.upload-grid-entries .upload-grid-entry {
		padding-bottom: 10px;
	}

	.osds-upload-grid-wrapper .upload-dropzone-desktop {
		display: none;
	}

	.osds-upload-grid-wrapper .upload-btn {
		width: 3.6rem;
		height: 3.6rem;
		padding: 0.8rem;
	}
}

@media (min-width: 768px) {
	.upload-grid-entries {
		flex-wrap: wrap;
	}

	.osds-upload-grid-wrapper .upload-dropzone-mobile {
		display: none;
	}
}

/*==============================================================
# POPUP FORMS
==============================================================*/
.wscompare.loading::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 1000;
	opacity: 0.3;
}
.wscompare.loading::after {
	content: '';
	position: absolute;
	border: 16px solid #f3f3f3;
	-webkit-animation: formSubmitSpin 2s linear infinite;
	animation: formSubmitSpin 2s linear infinite;
	border-top-color: var(--color-success600);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	top: 230px;
	left: 50%;
	margin: 0 0 0 -60px;
	z-index: 1000;
}
.osds-form {
	position: relative;
}

.osds-form .form-fields {
	height: 100%;
	overflow: auto;
	padding-right: 2rem;
}

.osds-form .form-fields::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

.osds-form .form-fields::-webkit-scrollbar-thumb {
	background: var(--color-gray200);
	border-radius: 10px;
	box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
}

.osds-form .form-fields:hover::-webkit-scrollbar-thumb {
	background: var(--color-gray300);
}

.osds-form .form-fields::-webkit-scrollbar-thumb:hover {
	background: var(--color-gray400);
}

.osds-form .form-actions {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	position: absolute;
	bottom: 3.2rem;
	left: 0;
	padding: 3.2rem 3.2rem 0 1.6rem;
}

.osds-form .form-actions .button {
	margin-left: 1.6rem;
}

.osds-form .form-actions .ficon-loader {
	display: none;
	animation: formSubmitSpin 1.5s linear infinite;
}

.osds-form.loading::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: var(--color-white);
	opacity: 0.25;
	z-index: 90;
}

.osds-form.loading .form-actions .ficon-loader {
	display: inline-block;
}

.osds-form.loading .form-actions .ficon-check-circle {
	display: none;
}

@keyframes formSubmitSpin {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(360deg)
	}
}

.osds-form .input {
	width: 100%;
}

.osds-form .field-box,
.osds-form .field-groups-box {
	margin: 0 0 3.8rem;
}

.osds-form .field-groups-box {
	padding-top: 2.6rem;
}

.osds-form .field-boxes {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2.4rem;
}

.osds-form .field-boxes .field-box {
	flex-basis: 0;
	flex-grow: 1;
	padding-left: 2.4rem;
}

.osds-form .field-label {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 0.6rem;
	color: var(--color-gray700);
}

.osds-form .field-desc {
	font-size: 1.2rem;
	line-height: 1.5;
	color: var(--color-gray500);
}

.osds-form .field-groups-label {
	margin: 0;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 500;
	padding: 1.6rem 2.4rem;
	color: var(--color-gray900);
	background-color: var(--color-gray50);
	border-bottom: 1px solid var(--color-gray200);
	position: relative;
}

.osds-form .field-groups {
	position: relative;
	overflow: hidden;
}

.osds-form .checkbox-wrap {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: inherit;
	line-height: inherit;
	color: var(--color-gray700);
	padding: 2.4rem 0 2.4rem 5.6rem;
}

.osds-form .input-wrap {
	position: relative;
	padding: 1.2rem 2.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.osds-form .input-wrap .input-label,
.osds-form .input-wrap .input {
	flex: 0 0 100%;
	width: 100%;
}

.osds-form .input-wrap .input-label {
	color: var(--color-gray700);
	font-weight: 500;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}

.input.select,
.osds-form .input-wrap .input.select {
	border: 1px solid var(--color-gray300);
}

.osds-form .checkbox-wrap [type="checkbox"] {
	margin-left: -3.2rem;
}

.osds-form .input-wrap::after,
.osds-form .checkbox-wrap::after {
	content: '';
	display: block;
	width: 300%;
	border-bottom: 1px solid var(--color-gray200);
	position: absolute;
	left: -100%;
	bottom: 0;
}

.osds-form .checkbox-wrap.disabled {
	pointer-events: none;
	color: var(--color-gray300);
}

.osds-form .address-field-group {
	position: relative;
}

.osds-form .address-fields {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #FAFAFA;
	padding: 12px 16px;
	margin-top: 0;
	transition: all 240ms;
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}

.osds-form .address-fields::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid transparent;
	border-top-color: #dcdcdc;
	border-left-color: #dcdcdc;
	background-color: #FAFAFA;
	position: absolute;
	top: -0.5rem;
	left: 1rem;
	transform: rotate(45deg);
}

.osds-form .address-fields .field {
	flex: 0 0 100%;
	width: 100%;
	padding: 0 1rem;
	margin: 0 0 1rem;
}

.osds-form .address-field-group .address-field-actions {
	padding: 0 1rem;
}

.osds-form .address-field-group.active .address-fields {
	visibility: visible;
	opacity: 1;
	margin-top: 10px;
	z-index: 69;
}

.ofinput-address-autocomplete[readonly] {
	background-color: var(--color-white);
	border: 1px solid var(--color-gray300);
	cursor: pointer;
}

.address-field-group.active .ofinput-address-autocomplete,
.ofinput-address-autocomplete[readonly]:hover,
.ofinput-address-autocomplete[readonly]:focus {
	border-color: var(--color-gray400);
}

.osds-form .field-box.invalid .ofinput,
.osds-form .field-box.invalid .osds-upload-list-wrapper .upload-dropzone {
	border-color: var(--color-primary300);
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(240, 68, 56, 0.15);
}

.osds-form .form-messages {
	background-color: var(--color-error25);
	border: 1px solid var(--color-error300);
	border-radius: 8px;
	color: var(--color-error500);
	padding: 1.6rem;
	margin-bottom: 3.2rem;
}

.osds-form .field-msg {
	font-size: 1.4rem;
	line-height: 2rem;
	color: var(--color-error500);
	margin: 0.6rem 0 0;
}

.osds-workspace-form .input-wrap label[for="building_details_add_another"],
.osds-workspace-form .input-wrap label[for="workspace_details_add_another"] {
	color: var(--color-gray500);
}

@media (max-width: 767px) {
	.osds-form .input-wrap .input-label {
		padding-bottom: 12px;
	}
}

@media (min-width: 768px) {
	.osds-workspace-form .field-groups {
		display: grid;
    grid-auto-flow: column;
		grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
	}

	.osds-form .input-wrap .input-label {
		flex-basis: 0 0 103px;
		max-width: 103px;
		padding-right: 12px;
	}

	.osds-form .input-wrap .input {
		flex-basis: calc(100% - 103px);
		max-width: calc(100% - 103px);
	}
}

@media (min-width: 1024px) {
	.osds-form .address-fields .field {
		flex-basis: 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 1280px) {
	.osds-workspace-form .field-groups {
		grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(4, auto);
	}
}


/*==============================================================
# GENERAL SWIPER CAROUSEL
==============================================================*/
.swiper-button-prev,
.swiper-button-next {
	width: 4.4rem;
	height: 4.4rem;
	padding: 1rem;
	border-radius: 2.2rem;
	background-color: var(--color-primary50);
	color: var(--color-primary700);
	transition: all 250ms ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
	background-color: var(--color-primary100);
	color: var(--color-primary800);
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-button-prev .icon {
	transform: translateX(-0.1rem);
}

.swiper-button-next .icon {
	transform: translateX(0.1rem);
}

/*==============================================================
# WORKSPACE SEARCH-COMPARE FORM
==============================================================*/

.workspace-dashboard-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1648px;
	margin: 4.8rem auto 0;
	padding: 0 16px;
}

.wscompare-title {
	font-size: 3.6rem;
	line-height: 4.4rem;
	letter-spacing: -0.02em;
	color: var(--color-gray900);
	font-weight: 600;
	margin: 0;
}

.wscompare-title .selected {
	display: inline-block;
}

.wscompare-search {
	width: 100%;
}

.osds-wscompare-search-form {
	position: relative;
}

.osds-wscompare-search-form .input-wrapper {
	display: block;
	position: relative;
	cursor: text;
	width: 100%;
}

.osds-wscompare-search-form .search-input {
	padding-left: 4.2rem;
	width: 100%;
}

.osds-wscompare-search-form .search-input::-webkit-search-cancel-button {
	display: none;
	height: 0;
	width: 0;
}

.osds-wscompare-search-form .search-submit {
	border: none;
	background-color: transparent;
	padding: 0.5rem;
	position: absolute;
	top: 50%;
	left: 0.9rem;
	margin-top: -1.5rem;
	transition: color 250ms ease;
}

.osds-wscompare-search-form .search-loading {
	display: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -1rem;
	animation: formSubmitSpin 1.5s linear infinite;
}

.osds-wscompare-search-form .search-loading .icon {
	display: block;
	width: 2rem;
	height: 2rem;
}

.osds-wscompare-search-form .search-submit:hover,
.osds-wscompare-search-form .search-submit:focus {
	color: var(--color-primary500);
}

.osds-wscompare-search-form .ficon-search {
	display: block;
	width: 2rem;
	height: 2rem;
}

.osds-wscompare-search-form.loading .search-loading {
	display: block;
}

.osds-wscompare-search-form .search-results {
	font-size: 1.4rem;
	position: absolute;
	top: 100%;
	margin-top: 0.6rem;
	right: 0;
	left: 0;
	max-height: 456px;
	background-color: var(--color-white);
	border-radius: 8px;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
	z-index: 99;
	overflow: auto;
}

.osds-wscompare-search-form .search-results::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: var(--color-white);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all 240ms;
}

.osds-wscompare-search-form .search-results.loading::before {
	visibility: visible;
	opacity: 0.5;
}

.osds-wscompare-search-form .search-results.not-found {
	padding: 1.6rem;
}

.osds-wscompare-search-form .search-result {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 1.6rem;
}

.osds-wscompare-search-form .ws-images {
	position: relative;
}

.osds-wscompare-search-form .ws-image {
	width: 8.2rem;
	height: 8.2rem;
	display: block;
	object-fit: cover;
	border-radius: 4px;
}

.osds-wscompare-search-form .ws-logo {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9)
}

.osds-wscompare-search-form .ws-logo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: var(--color-white);
	opacity: 0.9;
}

.osds-wscompare-search-form .ws-logo img {
	position: relative;
	z-index: 1;
}

.osds-wscompare-search-form .ws-info {
	padding-left: 1.6rem;
	flex-basis: 0;
	flex-grow: 1;
	font-size: 1.4rem;
	line-height: 2rem;
}

.osds-wscompare-search-form .ws-title {
	font-size: inherit;
	line-height: inherit;
	font-weight: 500;
	color: var(--color-gray900);
	margin: 0 0 0.4rem;
}

.osds-wscompare-search-form .ws-actions {
	margin: 1.6rem 0 0;
	font-weight: 500;
}

/*==============================================================
# ACCESSIBILITIES
==============================================================*/

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*==============================================================
# PAGINATIONS
==============================================================*/

.pagination {

}

.page-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-left: 64px;
	padding-right: 64px;
}

.page-links .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 500;
	min-width: 3.2rem;
	padding: 0.6rem;
	border-radius: 8px;
}

.page-links a.page-numbers,
.page-links .current.page-numbers {
	transition: color 300ms, background 300ms, border 300ms;
}

.page-links a.page-numbers {
	background-color: transparent;
	border: 1px solid transparent;
	color: var(--color-gray500);
}

.page-links .current.page-numbers {
	border-color: var(--color-primary50);
	background-color: var(--color-primary50);
	color: var(--color-primary600);
	box-shadow: none;
}

.page-links a.page-numbers:hover,
.page-links a.page-numbers:focus {
	border-color: var(--color-gray300);
	background-color: var(--color-gray100);
	box-shadow: none;
	text-decoration: none;
}

.page-links a.page-numbers:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(102, 112, 133, 0.075);
}

.page-links .current.page-numbers {
	border: 1px solid var(--color-primary50);
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.page-links .page-numbers.prev,
.page-links .page-numbers.next {
	position: absolute;
	border-radius: 4px;
	border: 1px solid var(--color-gray300);
	color: var(--color-gray700);
	padding: 0.5rem;
}

.page-links .page-numbers.prev {
	left: 1.6rem;
	top: 0;
}

.page-links .page-numbers.next {
	bottom: 0;
	right: 1.6rem;
}

.page-links .ficon-arrow-left,
.page-links .ficon-arrow-right {
	font-size: 2rem;
	line-height: 1.4rem;
	stroke-width: 2px;
}
.page-links .prev-label {
	margin-left: 0.5rem;
}

.page-links .next-label {
	margin-right: 0.5rem;
}

.page-links .page-numbers.prev .icon {
	order: -1;
}

@media (max-width: 767px) {
	.page-links .prev-label,
	.page-links .next-label {
		display: none;
	}
}

@media (min-width: 768px) {
	.page-links {
		padding-left: 16rem;
		padding-right: 16rem;
	}
	.page-links .page-numbers {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.page-links a.page-numbers,
	.page-links .current.page-numbers {
		min-width: 4rem;
		padding: 0.9rem;
	}

	.page-links .page-numbers.prev,
	.page-links .page-numbers.next {
		padding: 0.9rem 1.3rem;
	}

	.page-links .page-numbers.prev {
		left: 2.4rem;
	}

	.page-links .page-numbers.next {
		right: 2.4rem;
	}
}

/*==============================================================
# DASHBOARD NAVIGATION
==============================================================*/

.dashboard-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.dashboard-navigation .nav-links {
		margin-left: -8px;
	}

	.dashboard-navigation .nav-links a {
		margin-left: 8px;
	}
}

/*==============================================================
# POPUP
==============================================================*/

.osds-popup-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #EAECF0;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms;
}

.osds-form-popup {
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease;
}

.osds-form-popup .osds-popup-inner {
	background-color: var(--color-white);
	position: relative;
	height: 100%;
}

.osds-form-popup .popup-close {
	position: absolute;
	padding: 0.6rem;
	display: block;
	position: absolute;
	top: 3.6rem;
	right: 3.6rem;
	color: var(--color-gray500);
	z-index: 10;
}

.osds-form-popup .popup-close .close-icon {
	display: block;
	width: 2rem;
	height: 2rem;
}

.osds-form-popup .popup-close:hover,
.osds-form-popup .popup-close:focus {
	color: var(--color-primary700);
}

.osds-form-popup .osds-form {
	display: flex;
	width: 100%;
	flex-direction: column;
	height: 100%;
}

.osds-form-popup.active {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

@media (max-width: 480px) {
	.osds-form-popup {
		top: 58px;
	}

	.admin-bar .osds-form-popup {
		top: 104px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.osds-form-popup {
		top: 74px;
	}

	.admin-bar .osds-form-popup {
		top: 120px;
	}
}

@media (max-width: 767px) {
	.osds-form-popup {
		position: absolute;
		left: 0;
		width: 100%;
		overflow: hidden;
		height: 0;
	}

	.osds-form-popup .osds-form {
		padding: 10.4rem 1.6rem;
	}

	.osds-form-popup .osds-form .form-fields {
		padding: 0;
	}

	.osds-form-popup.active {
		height: auto;
	}
}

.osds-form-workspace-popup .popup-close {
	margin: 0;
	width: auto;
}

@media (min-width: 768px) {
	.osds-form .form-fields {
		padding-left: 1rem;
		margin-left: -1rem;
	}

	body.osds-popup-active {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.osds-popup-backdrop.active {
		visibility: visible;
		opacity: 0.5;
		z-index: 990;
	}

	.osds-form-popup {
		position: fixed;
		top: 15vh;
		left: 50%;
		transform: translateX(-50%);
		width: 96%;
		max-width: 1136px;
		height: 70vh;
	}

	.osds-form-popup .osds-form {
		padding: 10.4rem 3.2rem;
	}

	.osds-form-popup .osds-popup-inner {
		border-radius: 1.6rem;
	}
}

/*==============================================================
# WORKSPACE LIST
==============================================================*/

.template-control .wssearch-form {
	display: inline-block;
	max-width: 100%;
	width: 269px;
}

.template-control .wssearch-form .input-box,
.template-control .wssearch-form .input {
	display: block;
	width: 100%;
}

.workspace-template-table {
	overflow: auto;
}

.workspace-list-table td {
	white-space: inherit;
	padding: 2rem 2.4rem;
}

.workspace-list-table th.name,
.workspace-list-table td.name {
	width: 20%;
}

.workspace-list-table th.address,
.workspace-list-table td.address {
	width: 30%;
}

.workspace-list-table th.host-logo,
.workspace-list-table td.host-logo {
	text-align: center;
}

.workspace-list-table th.images,
.workspace-list-table td.images {
	/* width: 17.33%; */
}

.workspace-list-table th.floor-plan,
.workspace-list-table td.floor-plan {
	/* width: 16.58%; */
}

.workspace-list-table th.actions,
.workspace-list-table td.actions {
	/* width: 7.18%; */
}

.workspace-list-table .workspace-name {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: 400;
	min-width: 150px;
}

.workspace-list-table .workspace-name a {
	color: var(--color-primary500);
}

.workspace-list-table .workspace-name a:hover,
.workspace-list-table .workspace-name a:focus {
	text-decoration: underline;
}

.workspace-list-table .workspace-address {
	min-width: 215px;
}

.workspace-list-table .workspace-host-logo {
	margin: 0 auto;
}

.workspace-list-table .workspace-host-logo img {
	max-width: 108px;
}

.workspace-list-table .workspace-images {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	padding: 6px 0;
	margin-left: -12px;
}

.workspace-list-table .workspace-images a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	transition: all 100ms;
}

.workspace-list-table .workspace-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.workspace-list-table .workspace-images .more-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	color: var(--color-gray600);
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 2;
}

.workspace-list-table .workspace-images .more-trigger::before {
	content: '';
	width: 2.8rem;
	height: 2.8rem;
	display: block;
	border-radius: 2.8rem;
	background-color: var(--color-white);
	position: absolute;
	top: 50%; left: 50%; margin: -1.4rem 0 0 -1.4rem;
	z-index: -1;
}

.workspace-list-table .workspace-images a:hover,
.workspace-list-table .workspace-images a:focus {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(255, 77, 88, 0.15);
}

.workspace-list-table .workspace-floor-plan {
	display: flex;
	width: 100%;
	align-items: center;
}

.workspace-list-table .workspace-floor-plan .fp-icon {
	display: flex;
	flex-wrap: nowrap;
	width: 3.6rem;
	height: 3.6rem;
	flex: 0 0 3.6rem;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--color-primary600);
	background-color: var(--color-primary100);
	border: 4px solid var(--color-primary50);
	border-radius: 3.6rem;
}

.workspace-list-table .workspace-floor-plan .icon {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	z-index: 1;
	stroke-width: 2px;
}

.workspace-list-table .workspace-floor-plan .fp-desc {
	font-size: 1.2rem;
	line-height: 1.5;
	flex-basis: calc(100% - 3.6rem);
	padding-left: 1.2rem;
	color: var(--color-gray500);
}

.workspace-list-table .workspace-floor-plan h5 {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: var(--color-gray700);
}

.workspace-list-table td.actions {
	text-align: center;
	padding: 2rem 1.6rem;
	white-space: nowrap;
}

.workspace-list-table .form-action {
	display: inline-block;
}

.workspace-list-table .button-action {
	display: block;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	padding: 1rem;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: var(--color-gray500);
}

.workspace-list-table .button-action:hover,
.workspace-list-table .button-action:focus {
	color: var(--color-primary500);
}

@media (max-width: 1439px) {
	.workspace-list-table th,
	.workspace-list-table td {
		font-size: 1.4rem;
		line-height: calc(20/14);
	}

	.workspace-list-table th {
		padding: 1.8rem 1.6rem;
	}

	.workspace-list-table td {
		padding: 1.6rem;
	}

	.workspace-list-table .workspace-host-logo {
		width: 152px;
	}

	.workspace-list-table .workspace-images {
		width: calc(3*52px);
	}

	.workspace-list-table .workspace-images .more-desktop {
		display: none;
	}

	.workspace-list-table .workspace-floor-plan {
		width: 178px;
	}
}

@media (min-width: 1440px) {
	.workspace-list-table .workspace-host-logo {
		width: 192px;
	}

	.workspace-list-table .workspace-images {
		width: calc(5*52px);
	}

	.workspace-list-table .workspace-images .more-mobile {
		display: none;
	}

	.workspace-list-table .workspace-floor-plan {
		width: 220px;
	}
}

/*==============================================================
# WORKSPACE COMPARE
==============================================================*/

.wscompare {
	margin-bottom: 3.2rem;
	padding: 0 1.6rem;
}

.wscompare-header {
	border-bottom: 1px solid var(--color-gray400);
	max-width: 1616px;
	padding: 0 0 3.2rem;
	justify-content: initial;
	flex-wrap: wrap;
}

.wscompare-header .wscompare-remove-all {
	padding-left: 1.6rem;
}

.wscompare-header .wscompare-search-remove-all {
	font-size: 1.4rem;
	line-height: 2rem;
	color: var(--color-gray500);
	font-weight: 500;
	white-space: nowrap;
	display: flex;
	align-items: center;
	padding: 0;
	border: none;
	background-color: transparent;
}

.wscompare-header .wscompare-search-remove-all .icon {
	width: 2rem;
	height: 2rem;
	margin-right: 0.6rem;
}

.wscompare-header .wscompare-search-remove-all:hover,
.wscompare-header .wscompare-search-remove-all:focus {
	color: var(--color-primary600);
	text-decoration: none;
}

.wscompare-main {
	margin: 0 0 10rem;
}

.wscompare-top-row,
.wscompare-body-row {
	max-width: 1616px;
	margin: 0 auto;
}

.dashboard-navigation {
	padding-top: 2.4rem;
}

.wscompare-top-row .dashboard-navigation {
	margin-bottom: 0.8rem;
}

.wscompare-body-row {
	padding-top: 6.4rem;
}

.wscompare-body-cell {
	display: flex;
}

.wscompare-labels,
.wscompare-carousel-details {
	flex: 0 0 100%;
	width: 100%;
}

.wscompare-body-actions,
.wscompare-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.wscompare-body-actions {
	margin-bottom: -1.5rem;
	position: relative;
	z-index: 10;
}

.button-wscompare-edit {
	border-color: var(--color-primary500);
	color: var(--color-primary500);
}

.wscompare-actions {
	padding-top: 4.8rem;
	margin-left: -1.6rem;
}

.wscompare-actions .button {
	margin-left: 1.6rem;
}

.wscompare-body-actions .button.disabled,
.wscompare-actions .button.disabled {
	pointer-events: none;
}

.wscompare-actions .button-wsadd-client-req.disabled {
	background-color: var(--color-primary200);
	border-color: var(--color-primary200);
	color: var(--color-white);
}

.wscompare-body-actions .button-wscompare-edit.disabled {
	border-color: var(--color-gray300);
	color: var(--color-gray300);
}

.wscompare-carousel .swiper-wrapper,
.wscompare-carousel .swiper-slide {
	height: auto;
}

.wscompare-carousel .ws-entry {
	height: 100%;
}

.wscompare-top-carousel-wrap {
	position: relative;
}

.wscompare-top-carousel-wrap .swiper-button-prev,
.wscompare-top-carousel-wrap .swiper-button-next {
	display: none;
}

.wscompare-top-carousel-wrap .swiper-pagination {
	font-size: 0;
}

.wscompare-carousel .swiper-slide {
	box-sizing: border-box;
}

.wscompare-carousel .ws-entry {
	position: relative;
}

.wscompare-carousel .ws-entry .ws-image-box {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin: 0 0 2rem;
}

.wscompare-carousel .ws-entry .ws-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wscompare-carousel .ws-entry .ws-title {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 2rem;
	color: var(--color-gray900);
}

.wscompare-carousel .ws-entry .ws-info {
	margin: 0 0 0.8rem;
	position: relative;
	padding-left: 2.4rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: var(--color-gray600);
}

.wscompare-carousel .ws-entry .ws-info-icon {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: 0;
	top: 0.2rem;
}

.wscompare-carousel .ws-entry .ws-info-content {
	vertical-align: middle;
}

.wscompare-carousel .ws-entry .wscompare-remove {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 1.8rem;
	padding: 0.6rem;
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
	z-index: 10;
	color: var(--color-gray500);
	background-color: var(--color-white);
	transition: all 240ms ease;
}

.wscompare-carousel .ws-entry .wscompare-remove .icon {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}

.wscompare-carousel .ws-entry .wscompare-remove:hover,
.wscompare-carousel .ws-entry .wscompare-remove:focus {
	background-color: var(--color-error500);
	color: var(--color-white);
}

.wscompare-form-row .ws-logo-image {
	display: block;
	height: 52px;
	width: auto;
}

.wscompare-form-row .wscompare-field-group {
	position: relative;
	overflow: hidden;
}

.wscompare-form-row .group-header,
.wscompare-form-row .ws-logo,
.wscompare-form-row .field-row-label,
.wscompare-form-row .field-box {
	box-sizing: border-box;
	padding: 1rem 2.4rem;
	border-bottom: 1px solid var(--color-gray200);
}

.wscompare-form-row .field-row-add-another-label {
	color: var(--color-gray500);
}

.wscompare-form-row .group-header {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	color: var(--color-gray900);
	display: flex;
	align-items: center;
	height: 62px;
	background-color: var(--color-gray50);
	margin: 4.8rem 0 0;
}

.wscompare-form-row .ws-logo,
.wscompare-form-row .field-row-label,
.wscompare-form-row .field-box {
	display: flex;
	align-items: center;
	height: 73px;
}

.wscompare-form-row .field-floor-plan .upload-entry {
	margin: 0;
	width: 100%;
}

.wscompare-form-row .field-floor-plan .upload-entry,
.wscompare-form-row .field-floor-plan .progress-backdrop {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.wscompare-form-row .field-row-label {
	font-weight: 500;
	color: var(--color-gray900);
}

.wscompare-form-row .field-row-label.field-row-special-offer-label,
.wscompare-form-row .field-row-label.field-row-discounted-price-label {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.wscompare-form-row .input,
.wscompare-form-row .select {
	width: 320px;
	max-width: 100%;
}

.wscompare-form-row .upload-entry .file-name {
	font-weight: 500;
}

.wscompare-form-row .wscompare-checkbox {
	border: 1px solid var(--color-gray300);
	background: #fff;
	color: var(--color-gray500);
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 6px;
	padding: 0.2rem;
	text-align: center;
	transition: .05s border-color ease-in-out;
}

.wscompare-form-row .wscompare-checkbox .icon {
	display: block;
	width: 100%;
	height: 100%;
}

.wscompare-form-row .wscompare-checkbox.checked {
	color: var(--color-success600);
	border-color: var(--color-success600);
}

.wscompare-form-row .wscompare-checkbox.unchecked {
	background-color: var(--color-primary50);
	color: var(--color-primary600);
	border-color: var(--color-primary600);
}

.wscompare-form.loading::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: var(--color-white);
	opacity: 0.25;
	z-index: 90;
}

.wscompare-form.loading-draft .button-wssave[data-role="wscompare-draft"] .ficon-check-circle,
.wscompare-form .button-wssave .ficon-loader,
.wscompare-form.loading .button-wssave[data-role="wscompare-save"] .ficon-check-circle {
	display: none;
}

.wscompare-form .button-wssave .ficon-loader {
	animation: formSubmitSpin 1.5s linear infinite;
}

.wscompare-form.loading .button-wssave[data-role="wscompare-save"] .ficon-loader {
	display: inline-block;
}

.wscompare-form.loading-draft .button-wssave[data-role="wscompare-draft"] .ficon-loader {
    display: inline-block;
}

.wscompare-client-reqs.loading .form-actions .ficon-download {
	display: none;
}

.wscompare-popup-client-reqs .popup-close {
	width: 4rem;
	height: 4rem;
	padding: 1rem;
}
table.workspace-list-table.table-compare th.actions {
    width: 7.18%;
}
table.workspace-list-table.table-compare th.name {
    width: 50%;
}
@media (max-width: 767px) {
	.wscompare-header {
		justify-content: flex-end;
		padding-bottom: 1rem;
		border-bottom-color: #D9D9D9;
	}

	.wscompare-header .wscompare-info,
	.wscompare-header .wscompare-search,
	.wscompare-header .wscompare-remove-all {
		flex: 0 0 100%;
		width: 100%;
	}

	.wscompare-header .wscompare-info {
		margin: 0 0 0.6rem;
	}

	.wscompare-header .wscompare-search,
	.wscompare-header .wscompare-remove-all {
		padding-top: 1.6rem;
	}

	.wscompare-labels {
		flex: 0 0 152px;
		max-width: 152px;
	}

	.wscompare-carousel-details {
		flex: 0 0 calc(100% - 152px);
		max-width: calc(100% - 152px);
	}
	
	.wscompare-top-carousel-wrap {
		padding-bottom: 2.8rem;
	}

	.wscompare-carousel .ws-entry {
		padding: 1.6rem;
		border: 1px solid var(--color-gray200);
	}

	.wscompare-carousel .wscompare-remove {
		top: 2.6rem;
		right: 2.6rem;
	}

	.wscompare-top-row {
		padding-top: 4.8rem;
	}

	.wscompare-top-row .dashboard-navigation {
		display: none;
	}

	.wscompare-body-row {
		padding-top: 2.4rem;
	}

	.wscompare-form-row .group-header {
		margin-top: 4rem;
	}

	.wscompare-labels .group-header {
		width: calc(100vw - 3.2rem);
		margin-right: calc(3.2rem - 152px - 100vw);
	}

	.wscompare-form-row .field-box {
		padding-right: 0;
	}

	.wscompare-form-row .field-floor-plan .upload-entry {
		padding-left: 0;
		padding-right: 0;
	}

	.wscompare-form-row .upload-entry .file-name {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.wscompare-actions .button-wscancel-edit,
	.wscompare-actions .button-wssave {
		flex-basis: calc(50% - 1.6rem);
		margin-bottom: 1.6rem;
	}

	.wscompare-actions .button-wsadd-client-req {
		flex-basis: calc(100% - 1.6rem);
	}

	.wscompare-popup-client-reqs {
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}

	.wscompare-popup-client-reqs .popup-close {
		top: 1.6rem;
		right: 1.6rem;
	}

	.wscompare-popup-client-reqs.active {
		top: 140px;
	}

	.osds-form-wscompare-popup-popup-active .osds-popup-backdrop {
		visibility: visible;
    opacity: 0.5;
    z-index: 990;
	}

	.wscompare-popup-client-reqs .wscompare-client-reqs {
		padding-top: 7.7rem;
		padding-bottom: 6.6rem;
	}

	.wscompare-popup-client-reqs .osds-popup-inner {
		border-radius: 8px;
	}

	.wscompare-popup-client-reqs .form-actions {
		padding-left: 0;
		padding-right: 1.6rem;
	}

	.wscompare-popup-client-reqs .form-actions .button {
		width: 100%;
	}

	.wscompare-popup-client-reqs .form-actions .button-cancel {
		flex-basis: 33%;
		max-width: 33%;
	}

	.wscompare-popup-client-reqs .form-actions .button-primary {
		flex-basis: 77%;
		max-width: 77%;
	}
}

@media (min-width: 768px) {
	.wscompare-header .wscompare-info {
		flex-basis: 0;
		flex-grow: 1;
		padding-right: 3rem;
	}

	.wscompare-header .wscompare-search {
		max-width: 268px;
	}

	.wscompare-header .wscompare-tools {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.wscompare-labels {
		flex-basis: 200px;
		max-width: 200px;
	}

	.wscompare-carousel-details {
		flex-basis: calc(100% - 200px);
		max-width: calc(100% - 200px);
	}

	.wscompare-top-cell {
		padding-left: 200px;
	}

	.wscompare-top-carousel-wrap {
		margin-left: -1.6rem;
		margin-right: -1.6rem;
		padding: 0 4rem 4.8rem 4rem;
	}

	.wscompare-labels .group-header {
		width: calc(100vw - 3.2rem);
		margin-right: calc(3.2rem - 200px - 100vw);
	}
}

@media (max-width: 1023px) {
	.wscompare-title {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	
	.wscompare-header .wscompare-remove-all {
		display: flex;
		justify-content: flex-end;
	}
	
	.wscompare-form-row .field-row-label,
	.wscompare-form-row .input,
	.wscompare-form-row .select,
	.wscompare-form-row .field-val {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.wscompare-form-row .input {
		padding: 0.7rem 1.4rem;
	}

	.wscompare-form-row .select {
		height: calc(2.4rem + 1.4rem + 2px);
		padding: 0 1.4rem;
	}

	.wscompare-form-row .upload-entry .file-summary {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

@media (min-width: 1024px) {
	.wscompare-search-remove-all {
		white-space: nowrap;
	}

	.wscompare-header .wscompare-search {
		max-width: 320px;
	}

	.wscompare-header .wscompare-remove-all {
		padding-left: 3.2rem;
	}

	.wscompare-labels {
		flex-basis: 280px;
	}

	.wscompare-carousel-details {
		flex-basis: calc(100% - 280px);
	}

	.wscompare-top-cell {
		padding-left: 280px;
	}

	.wscompare-labels .group-header {
		margin-right: calc(3.2rem - 280px - 100vw);
	}
}

@media (min-width: 1280px) {
	.wscompare-labels {
		flex-basis: 320px;
		max-width: 320px;
	}

	.wscompare-carousel-details {
		flex-basis: calc(100% - 320px);
		max-width: calc(100% - 320px);
	}

	.wscompare-top-cell {
		padding-left: 320px;
	}

	.wscompare-labels .group-header {
		margin-right: calc(3.2rem - 320px - 100vw);
	}
}


@media (min-width: 1440px) {
	.wscompare-top-carousel-wrap {
		margin-right: -7.8rem;
		padding-right: 10.2rem;
		margin-left: -7.8rem;
		padding-left: 10.2rem;
		padding-bottom: 0;
	}

	.wscompare-top-carousel-wrap .swiper-button-prev,
	.wscompare-top-carousel-wrap .swiper-button-next {
		display: block;
	}

	.wscompare-top-carousel-wrap .swiper-pagination {
		display: none;
	}

	.wscompare-top-row,
	.wscompare-body-row {
		max-width: 1788px;
		padding-left: 8.6rem;
		padding-right: 8.6rem;
	}

	.wscompare-form-row .field-row-floor-plan-label,
	.wscompare-form-row .field-floor-plan {
		height: 158px;
	}

	.wscompare-form-row .wscompare-labels .group-header {
		width: 1233px;
		margin-right: calc(4.8rem - 320px - 1233px);
	}
}

/*==============================================================
# 404
==============================================================*/

.error-404 {
	display: table;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 100vh;
}

.error-404-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 64px 20px;
	text-align: center;
}

.error-404 .page-title {
	color: var(--color-gray700);
	font-size: 80px;
	line-height: 1;
	margin: 0;
}

.error-404 .page-content {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 500;
	margin: 2rem 0 0;
}

.error-404 .page-content >:last-child {
	margin: 0;
}

@media (min-width: 1024px) {
	.error-404 .page-title {
		font-size: 128px;
	}

	.error-404 .page-content {
		font-size: 2rem;
		margin: 3rem 0 0;
	}
}


/*==============================================================
# Proposal message after submit
==============================================================*/

.proposal-created-msg,
.proposal-notcreated-msg {
	display: table;
	width: 100%;
	height: calc(100vh - 73px);
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.proposal-created-msg .proposal-msg-cell,
.proposal-notcreated-msg .proposal-msg-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 64px 16px;
}

.proposal-created-msg .section-title,
.proposal-notcreated-msg .section-title {
	margin: 0 0 16px;
	color: var(--color-gray900);
}

.proposal-created-msg .section-desc >:last-child,
.proposal-notcreated-msg .section-desc >:last-child {
	margin-bottom: 0;
}

.proposal-created-msg .section-footer,
.proposal-notcreated-msg .section-footer {
	margin: 32px 0 0;
}