@import url(https://fonts.googleapis.com/css2?family=Rubik&display=swap);
.review-page-title{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #202020;
}

.review-item{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #878787;
    margin-right: 0.5rem;
}
.review-value{
    font-size: 14px;
    line-height: 140%;
    color: #202020;
    font-weight: 500;


    text-align: end;
    word-break: break-word;
}

@media only screen and (max-width: 475px) {
    .review-page-title{
        font-size: 28px;
        line-height: 140%;
    }

    .review-item{
        max-width: 50%;
        font-size: 12px;
        line-height: 100%;
    }
    .review-value{
        max-width: 50%;
        line-height: 100%;
    }
}

.form-wrapper canvas{
    max-width: 100%!important;
    max-height: 100%!important;
    min-height: 100%!important;
    min-width: 100%!important;
}

#signatureImage{
    border: 1.5px solid #878787;
}

#page-header {
  box-shadow: 0 4px 16px rgba(32, 32, 32, 0.05);
}
#page-header .logo {
  height: 32px;
}
@media (min-width: 1024px) {
  #page-header .logo {
    height: 40px;
  }
}
@media (min-width: 1536px) {
  #page-header .logo {
    height: 60px;
  }
}

#page-footer {
  bottom: 0;
}
#page-footer .footer-container .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 745px) {
  #page-footer .footer-container .copyright {
    text-align: center;
  }
}
#page-footer .footer-container .phone, #page-footer .footer-container .contact_us,
#page-footer .footer-container .vertical_line {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #202020;
}
#page-footer .footer-container .vertical_line {
  color: #DEDEDE;
}
@media screen and (max-width: 745px) {
  #page-footer .footer-container .all-rights-break {
    display: initial;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  #page-footer .footer-container {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1280px) {
  #page-footer .footer-container {
    padding: 0;
    max-width: 1114px;
  }
}

.signature-wrapper {
  /* Group 270 */
  background-image: url("/images/signature-background.png");
  background-size: 101% 101%;
  background-position: center;
  border: 1.5px solid #878787;
  height: 400px;
  /* Inside auto layout */
}

@media only screen and (max-width: 600px) {
  .signature-wrapper {
    height: 200px;
  }
}
.pen-wrapper {
  width: 44px;
  height: 44px;
  right: 5%;
  padding: 0;
  top: 5%;
}

.pen {
  width: 44px;
  height: 44px;
  left: 0;
  top: 0;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.image-holder {
  background-color: #EFF8ED;
  left: 20%;
  top: 25%;
}

.pen-background {
  width: 44px;
  height: 44px;
  /* Primary/Light */
  z-index: 0;
  background: #EFF8ED;
  border-radius: 8px;
}

.pen img {
  left: 8.33%;
  right: 8.33%;
  top: 8.33%;
  bottom: 11.31%;
  z-index: 10;
  /* Neutral/Black */
}

.signature-apply-button {
  background-color: #68B43E;
}

.text-input {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.text-input:focus::-moz-placeholder {
  color: transparent !important;
}

.text-input:focus:-ms-input-placeholder {
  color: transparent !important;
}

.text-input:focus::placeholder {
  color: transparent !important;
}

.badge {
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* Neutral/Black */
  color: #202020;
}

.required-icon {
  justify-self: center;
  align-self: center;
  vertical-align: sub !important;
}

.text-input.badged {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.select-body {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  border-radius: 4px;
  border: 2px solid #F3F3F3;
  background-color: #F3F3F3 !important;
  width: 100% !important;
  height: 100% !important;
}

.error-select {
  border-radius: 4px;
}

.select-option-label {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #202020;
}

.text-input:focus {
  background-color: transparent !important;
}

.select-body.active {
  background-color: white !important;
  border: 2px solid #202020;
  margin: 0 !important;
}

.badge-select.active {
  background-color: white !important;
}

.badge-select .select-body {
  background-color: #DEDEDE !important;
  border: none;
}

.badge-select .select-body.active {
  background-color: white !important;
  border: none;
}

.badge-select.active {
  border: 2px solid black !important;
}

/* Style for select as text input badge */
.badge-select {
  padding: 0;
  border-radius: 4px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #DEDEDE;
}

.check-icon {
  background-color: #68B43E;
  color: #68B43E;
}

.input-label {
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  color: #202020;
}

.checkbox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  /* 10 px padding right + 15px input type*/
}

.checkbox label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox label:before {
  border: 2px solid #878787;
  border-radius: 4px;
}

.checkbox input[type=checkbox]:checked + label:before {
  background: url(/images/checkbox-icon.svg?a966fe3df40d183845e487503c29f779) center no-repeat;
  background-size: cover;
  background-color: #68B43E;
  border: 2px solid #68B43E;
  border-radius: 4px;
}

.error-border {
  border: 2px solid #BA1200 !important;
}

.error-color {
  color: #BA1200;
}

.input-wrapper {
  background-color: #F3F3F3 !important;
  border-radius: 4px;
  border: 2px solid #F3F3F3;
}

.input-wrapper.showClear {
  border: 2px solid #202020 !important;
  background-color: white !important;
}

.stepper-wrapper {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  margin: 40px 0 0 0;
  z-index: 10;
}

.credit-application {
  background-color: #FCFCFC;
}

.credit-app-title {
  text-align: center;
  color: #202020;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 140%;
}

.bg-primary {
  background: #68B43E;
}

.continue-button {
  background: #68B43E;
  border-radius: 4px;
  color: #FCFCFC;
}

.warning-block {
  padding: 10px;
  width: 730px;
  /*background: #FFFFFF;*/
  border-radius: 24px;
  /*box-shadow: 0px 4px 16px rgba(32, 32, 32, 0.05);*/
}

.text-justify {
  text-align: justify;
}

.continue-button:disabled {
  background: #F3F3F3 !important;
  color: #878787 !important;
}

.continue-block {
  border: 1.5px solid #878787;
}

@media only screen and (max-width: 1920px) {
  .continue-block {
    height: 450px;
    border: 1.5px solid #878787;
  }

  .credit-app-steps-wrapper {
    width: 730px;
  }

  .stepper-wrapper {
    width: 100%;
    background-color: #FCFCFC;
  }

  .credit-app-title {
    /*width: 654px;*/
    /*height: 78px;*/
    font-size: 56px;
  }
}
@media only screen and (max-width: 1030px) {
  .credit-app-steps-wrapper {
    width: 610px;
  }

  .stepper-wrapper {
    max-width: 1110px;
    margin-left: 47px;
  }

  .credit-app-title {
    font-size: 44px;
  }

  .one-window-img {
    width: 200px;
    height: 40.58px;
  }
}
@media only screen and (max-width: 425px) {
  .continue-block {
    height: 240px;
  }

  .credit-application {
    width: 100%;
  }

  .credit-app-steps-wrapper {
    width: 375px;
  }

  .stepper-wrapper {
    width: 100%;
    height: 88px;
    margin-left: 0;
    align-self: start;
    overflow-x: scroll;
  }

  .credit-app-title {
    /*width: 327px;*/
    /*height: 39px;*/
    font-size: 28px;
  }

  .one-window-img {
    width: 118.3px;
    height: 24px;
  }
}
.info-block {
  padding: 40px 40px 36px;
  width: 730px;
  background: #FFFFFF;
  border-radius: 24px;
  margin: 20px 0px;
  box-shadow: 0px 4px 16px rgba(32, 32, 32, 0.05);
}

.info-block-label {
  color: #202020;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  margin: 24px 0;
}

.form-wrapper {
  width: 416px;
}

.general-info-input {
  height: 98px;
}

.add-filed-button {
  padding: 8px 16px;
  border: 1.9px solid #DEDEDE;
  border-radius: 4px;
  margin-right: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #202020;
}

.address-label {
  color: #202020;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin: 16px 0;
}

@media only screen and (max-width: 1024px) {
  .info-block {
    width: 610px;
  }
}
@media only screen and (max-width: 425px) {
  .info-block {
    width: 345px;
    padding: 40px 34px 16px;
    margin: 10px 15px;
  }

  .form-wrapper {
    width: 275px;
  }

  .info-block-label {
    font-size: 20px;
  }

  .address-label {
    font-size: 16px;
  }
}
.submitted-block {
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(32, 32, 32, 0.05);
  border-radius: 24px;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 730px;
}

/* ! tailwindcss v3.0.24 | 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:-ms-input-placeholder, textarea:-ms-input-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;
}

*, ::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(59 130 246 / 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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-20{
  bottom: 5rem;
}
.right-5{
  right: 1.25rem;
}
.top-16{
  top: 4rem;
}
.right-0{
  right: 0px;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.top-7{
  top: 1.75rem;
}
.right-7{
  right: 1.75rem;
}
.bottom-1{
  bottom: 0.25rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.m-0{
  margin: 0px;
}
.m-4{
  margin: 1rem;
}
.m-2{
  margin: 0.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.mx-\[15px\]{
  margin-left: 15px;
  margin-right: 15px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mb-0{
  margin-bottom: 0px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[5\.5rem\]{
  height: 5.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-6{
  height: 1.5rem;
}
.h-4{
  height: 1rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-2{
  height: 0.5rem;
}
.h-full{
  height: 100%;
}
.h-\[315px\]{
  height: 315px;
}
.h-auto{
  height: auto;
}
.h-\[38px\]{
  height: 38px;
}
.max-h-60{
  max-height: 15rem;
}
.min-h-\[80vh\]{
  min-height: 80vh;
}
.min-h-\[80\%\]{
  min-height: 80%;
}
.w-5{
  width: 1.25rem;
}
.w-full{
  width: 100%;
}
.w-8{
  width: 2rem;
}
.w-72{
  width: 18rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-\[83px\]{
  width: 83px;
}
.w-3\/5{
  width: 60%;
}
.w-3{
  width: 0.75rem;
}
.w-6{
  width: 1.5rem;
}
.w-2\/4{
  width: 50%;
}
.w-2\/5{
  width: 40%;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[80px\]{
  width: 80px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.stroke-1\.5{
  stroke-width: 1.5px;
}
.stroke-1{
  stroke-width: 1;
}
.stroke-\[3px\]{
  stroke-width: 3px;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-4{
  padding: 1rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-\[40px\]{
  padding: 40px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.align-sub{
  vertical-align: sub;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[14px\]{
  font-size: 14px;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[28px\]{
  line-height: 28px;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-100{
  opacity: 1;
}
.opacity-0{
  opacity: 0;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --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, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-100{
  transition-duration: 100ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.font-family-rubik {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.add-owner {
  background-image: url("/images/add-owner-button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:border-indigo-500:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus-visible\:ring-2:focus-visible{
  --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, 0 0 #0000);
}

.focus-visible\:ring-white:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus-visible\:ring-opacity-75:focus-visible{
  --tw-ring-opacity: 0.75;
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-orange-300:focus-visible{
  --tw-ring-offset-color: #fdba74;
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
}

@media (min-width: 640px){
  .sm\:fixed{
    position: fixed;
  }
  .sm\:bottom-10{
    bottom: 2.5rem;
  }
  .sm\:right-10{
    right: 2.5rem;
  }
  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[450px\]{
    height: 450px;
  }
  .sm\:h-\[104px\]{
    height: 104px;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/4{
    width: 50%;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:mx-\[95px\]{
    margin-left: 95px;
    margin-right: 95px;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-\[450px\]{
    height: 450px;
  }
  .md\:h-\[84px\]{
    height: 84px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:w-6{
    width: 1.5rem;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:leading-\[56px\]{
    line-height: 56px;
  }
}

@media (min-width: 1024px){
  .lg\:right-40{
    right: 10rem;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:h-28{
    height: 7rem;
  }
  .lg\:h-4{
    height: 1rem;
  }
  .lg\:h-8{
    height: 2rem;
  }
  .lg\:h-5{
    height: 1.25rem;
  }
  .lg\:h-\[48px\]{
    height: 48px;
  }
  .lg\:w-44{
    width: 11rem;
  }
  .lg\:w-5{
    width: 1.25rem;
  }
  .lg\:w-\[103px\]{
    width: 103px;
  }
  .lg\:w-6{
    width: 1.5rem;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:stroke-2{
    stroke-width: 2;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }
  .lg\:text-3xl{
    font-size: 2rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
