<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; /*** LTR websites ***/ /*! * Bootstrap v5.0.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); } *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } body { margin: 0; font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } h1, .h1 { font-size: calc(1.375rem + 1.5vw); } @media (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } h2, .h2 { font-size: calc(1.325rem + 0.9vw); } @media (min-width: 1200px) { h2, .h2 { font-size: 2rem; } } h3, .h3 { font-size: calc(1.3rem + 0.6vw); } @media (min-width: 1200px) { h3, .h3 { font-size: 1.75rem; } } h4, .h4 { font-size: calc(1.275rem + 0.3vw); } @media (min-width: 1200px) { h4, .h4 { font-size: 1.5rem; } } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding-left: 2rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 0.875em; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: #0d6efd; text-decoration: underline; } a:hover { color: #0a58ca; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #d63384; word-wrap: break-word; } a &gt; code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #6c757d; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { font-size: 5rem; } } .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { font-size: 4.5rem; } } .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { font-size: 4rem; } } .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-4 { font-size: 3.5rem; } } .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-5 { font-size: 3rem; } } .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-6 { font-size: 2.5rem; } } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 0.875em; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote &gt; :last-child { margin-bottom: 0; } .blockquote-footer { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.875em; color: #6c757d; } .blockquote-footer::before { content: "\2014\00A0"; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 0.875em; color: #6c757d; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } } @media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5); } .row &gt; * { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } .col { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } @media (min-width: 576px) { .col-sm { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-sm-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-sm-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-sm-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-sm-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-sm-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-sm-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-sm-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 768px) { .col-md { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-md-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-md-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-md-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-md-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-md-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-md-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-md-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 992px) { .col-lg { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-lg-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-lg-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-lg-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-lg-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-lg-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-lg-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-lg-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 1200px) { .col-xl { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-xl-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-xl-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-xl-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-xl-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-xl-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-xl-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-xl-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 1400px) { .col-xxl { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-xxl-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-xxl-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-xxl-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } .col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.25rem; } .g-1, .gy-1 { --bs-gutter-y: 0.25rem; } .g-2, .gx-2 { --bs-gutter-x: 0.5rem; } .g-2, .gy-2 { --bs-gutter-y: 0.5rem; } .g-3, .gx-3 { --bs-gutter-x: 1rem; } .g-3, .gy-3 { --bs-gutter-y: 1rem; } .g-4, .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 { --bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; } @media (min-width: 576px) { .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } } @media (min-width: 768px) { .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } } @media (min-width: 992px) { .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1200px) { .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1400px) { .col-xxl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-xxl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-xxl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-xxl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-xxl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-xxl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-xxl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-xxl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-xxl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-xxl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-xxl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-xxl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-xxl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333%; } .offset-xxl-2 { margin-left: 16.66667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333%; } .offset-xxl-5 { margin-left: 41.66667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333%; } .offset-xxl-8 { margin-left: 66.66667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333%; } .offset-xxl-11 { margin-left: 91.66667%; } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; } } .table { --bs-table-bg: transparent; --bs-table-accent-bg: transparent; --bs-table-striped-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #212529; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #212529; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: #212529; vertical-align: top; border-color: #dee2e6; } .table &gt; :not(caption) &gt; * &gt; * { padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table &gt; tbody { vertical-align: inherit; } .table &gt; thead { vertical-align: bottom; } .table &gt; :not(:last-child) &gt; :last-child &gt; * { border-bottom-color: currentColor; } .caption-top { caption-side: top; } .table-sm &gt; :not(caption) &gt; * &gt; * { padding: 0.25rem 0.25rem; } .table-bordered &gt; :not(caption) &gt; * { border-width: 1px 0; } .table-bordered &gt; :not(caption) &gt; * &gt; * { border-width: 0 1px; } .table-borderless &gt; :not(caption) &gt; * &gt; * { border-bottom-width: 0; } .table-striped &gt; tbody &gt; tr:nth-of-type(odd) { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); } .table-hover &gt; tbody &gt; tr:hover { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); } .table-primary { --bs-table-bg: #cfe2ff; --bs-table-striped-bg: #c5d7f2; --bs-table-striped-color: #000; --bs-table-active-bg: #bacbe6; --bs-table-active-color: #000; --bs-table-hover-bg: #bfd1ec; --bs-table-hover-color: #000; color: #000; border-color: #bacbe6; } .table-secondary { --bs-table-bg: #e2e3e5; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: #000; border-color: #cbccce; } .table-success { --bs-table-bg: #d1e7dd; --bs-table-striped-bg: #c7dbd2; --bs-table-striped-color: #000; --bs-table-active-bg: #bcd0c7; --bs-table-active-color: #000; --bs-table-hover-bg: #c1d6cc; --bs-table-hover-color: #000; color: #000; border-color: #bcd0c7; } .table-info { --bs-table-bg: #cff4fc; --bs-table-striped-bg: #c5e8ef; --bs-table-striped-color: #000; --bs-table-active-bg: #badce3; --bs-table-active-color: #000; --bs-table-hover-bg: #bfe2e9; --bs-table-hover-color: #000; color: #000; border-color: #badce3; } .table-warning { --bs-table-bg: #fff3cd; --bs-table-striped-bg: #f2e7c3; --bs-table-striped-color: #000; --bs-table-active-bg: #e6dbb9; --bs-table-active-color: #000; --bs-table-hover-bg: #ece1be; --bs-table-hover-color: #000; color: #000; border-color: #e6dbb9; } .table-danger { --bs-table-bg: #f8d7da; --bs-table-striped-bg: #eccccf; --bs-table-striped-color: #000; --bs-table-active-bg: #dfc2c4; --bs-table-active-color: #000; --bs-table-hover-bg: #e5c7ca; --bs-table-hover-color: #000; color: #000; border-color: #dfc2c4; } .table-light { --bs-table-bg: #f8f9fa; --bs-table-striped-bg: #ecedee; --bs-table-striped-color: #000; --bs-table-active-bg: #dfe0e1; --bs-table-active-color: #000; --bs-table-hover-bg: #e5e6e7; --bs-table-hover-color: #000; color: #000; border-color: #dfe0e1; } .table-dark { --bs-table-bg: #212529; --bs-table-striped-bg: #2c3034; --bs-table-striped-color: #fff; --bs-table-active-bg: #373b3e; --bs-table-active-color: #fff; --bs-table-hover-bg: #323539; --bs-table-hover-color: #fff; color: #fff; border-color: #373b3e; } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 575.98px) { .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 767.98px) { .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 991.98px) { .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1199.98px) { .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1399.98px) { .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } .form-label { margin-bottom: 0.5rem; } .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; } .form-text { margin-top: 0.25rem; font-size: 0.875em; color: #6c757d; } .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { -webkit-transition: none; -o-transition: none; transition: none; } } .form-control[type="file"] { overflow: hidden; } .form-control[type="file"]:not(:disabled):not([readonly]) { cursor: pointer; } .form-control:focus { color: #212529; background-color: #fff; border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-control::-webkit-date-and-time-value { height: 1.5em; } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } .form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::file-selector-button { -webkit-transition: none; -o-transition: none; transition: none; } } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3; } .form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none; } } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3; } .form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-sm { min-height: calc(1.5em + (0.5rem + 2px)); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-lg { min-height: calc(1.5em + (1rem + 2px)); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } textarea.form-control { min-height: calc(1.5em + (0.75rem + 2px)); } textarea.form-control-sm { min-height: calc(1.5em + (0.5rem + 2px)); } textarea.form-control-lg { min-height: calc(1.5em + (1rem + 2px)); } .form-control-color { max-width: 3rem; height: auto; padding: 0.375rem; } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } .form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; -moz-padding-start: calc(0.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-select { -webkit-transition: none; -o-transition: none; transition: none; } } .form-select:focus { border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; } .form-select:disabled { background-color: #e9ecef; } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; } .form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; } .form-select-lg { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; } .form-check { display: block; min-height: 1.5rem; padding-left: 1.5em; margin-bottom: 0.125rem; } .form-check .form-check-input { float: left; margin-left: -1.5em; } .form-check-input { width: 1em; height: 1em; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; } .form-check-input[type="checkbox"] { border-radius: 0.25em; } .form-check-input[type="radio"] { border-radius: 50%; } .form-check-input:active { -webkit-filter: brightness(90%); filter: brightness(90%); } .form-check-input:focus { border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-check-input:checked { background-color: #0d6efd; border-color: #0d6efd; } .form-check-input:checked[type="checkbox"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } .form-check-input:checked[type="radio"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-input[type="checkbox"]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } .form-check-input:disabled { pointer-events: none; -webkit-filter: none; filter: none; opacity: 0.5; } .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.5; } .form-switch { padding-left: 2.5em; } .form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; -webkit-transition: background-position 0.15s ease-in-out; -o-transition: background-position 0.15s ease-in-out; transition: background-position 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { -webkit-transition: none; -o-transition: none; transition: none; } } .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-inline { display: inline-block; margin-right: 1rem; } .btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; -webkit-filter: none; filter: none; opacity: 0.65; } .form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-range:focus { outline: 0; } .form-range:focus::-webkit-slider-thumb { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-range::-moz-focus-outer { border: 0; } .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } } .form-range::-webkit-slider-thumb:active { background-color: #b6d4fe; } .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { -moz-transition: none; transition: none; } } .form-range::-moz-range-thumb:active { background-color: #b6d4fe; } .form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range:disabled { pointer-events: none; } .form-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; } .form-range:disabled::-moz-range-thumb { background-color: #adb5bd; } .form-floating { position: relative; } .form-floating &gt; .form-control, .form-floating &gt; .form-select { height: calc(3.5rem + 2px); line-height: 1.25; } .form-floating &gt; label { position: absolute; top: 0; left: 0; height: 100%; padding: 1rem 0.75rem; pointer-events: none; border: 1px solid transparent; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-floating &gt; label { -webkit-transition: none; -o-transition: none; transition: none; } } .form-floating &gt; .form-control { padding: 1rem 0.75rem; } .form-floating &gt; .form-control::-webkit-input-placeholder { color: transparent; } .form-floating &gt; .form-control::-moz-placeholder { color: transparent; } .form-floating &gt; .form-control:-ms-input-placeholder { color: transparent; } .form-floating &gt; .form-control::-ms-input-placeholder { color: transparent; } .form-floating &gt; .form-control::placeholder { color: transparent; } .form-floating &gt; .form-control:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:not(:-ms-input-placeholder) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating &gt; .form-control:not(:-ms-input-placeholder) ~ label { opacity: 0.65; -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating &gt; .form-control:focus ~ label, .form-floating &gt; .form-control:not(:placeholder-shown) ~ label, .form-floating &gt; .form-select ~ label { opacity: 0.65; -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating &gt; .form-control:-webkit-autofill ~ label { opacity: 0.65; -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; } .input-group &gt; .form-control, .input-group &gt; .form-select { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; min-width: 0; } .input-group &gt; .form-control:focus, .input-group &gt; .form-select:focus { z-index: 3; } .input-group .btn { position: relative; z-index: 2; } .input-group .btn:focus { z-index: 3; } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } .input-group-lg &gt; .form-control, .input-group-lg &gt; .form-select, .input-group-lg &gt; .input-group-text, .input-group-lg &gt; .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .input-group-sm &gt; .form-control, .input-group-sm &gt; .form-select, .input-group-sm &gt; .input-group-text, .input-group-sm &gt; .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .input-group-lg &gt; .form-select, .input-group-sm &gt; .form-select { padding-right: 3rem; } .input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group.has-validation &gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #198754; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #fff; background-color: rgba(25, 135, 84, 0.9); border-radius: 0.25rem; } .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #198754; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #198754; -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .was-validated .form-select:valid, .form-select.is-valid { border-color: #198754; } .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #198754; -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #198754; } .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #198754; } .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #198754; } .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid { z-index: 1; } .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus { z-index: 3; } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #dc3545; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; } .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .was-validated .form-select:invalid, .form-select.is-invalid { border-color: #dc3545; } .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid, .form-check-input.is-invalid { border-color: #dc3545; } .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { background-color: #dc3545; } .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; } .form-check-inline .form-check-input ~ .invalid-feedback { margin-left: .5em; } .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 2; } .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus { z-index: 3; } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { -webkit-transition: none; -o-transition: none; transition: none; } } .btn:hover { color: #212529; } .btn-check:focus + .btn, .btn:focus { outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; } .btn-primary { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-primary:hover { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); } .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle { color: #fff; background-color: #0a58ca; border-color: #0a53be; } .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show &gt; .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); } .btn-primary:disabled, .btn-primary.disabled { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #565e64; } .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #5c636a; border-color: #565e64; -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show &gt; .btn-secondary.dropdown-toggle { color: #fff; background-color: #565e64; border-color: #51585e; } .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-success { color: #fff; background-color: #198754; border-color: #198754; } .btn-success:hover { color: #fff; background-color: #157347; border-color: #146c43; } .btn-check:focus + .btn-success, .btn-success:focus { color: #fff; background-color: #157347; border-color: #146c43; -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show &gt; .btn-success.dropdown-toggle { color: #fff; background-color: #146c43; border-color: #13653f; } .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show &gt; .btn-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-success:disabled, .btn-success.disabled { color: #fff; background-color: #198754; border-color: #198754; } .btn-info { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-info:hover { color: #000; background-color: #31d2f2; border-color: #25cff2; } .btn-check:focus + .btn-info, .btn-info:focus { color: #000; background-color: #31d2f2; border-color: #25cff2; -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show &gt; .btn-info.dropdown-toggle { color: #000; background-color: #3dd5f3; border-color: #25cff2; } .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show &gt; .btn-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-info:disabled, .btn-info.disabled { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-warning { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-warning:hover { color: #000; background-color: #ffca2c; border-color: #ffc720; } .btn-check:focus + .btn-warning, .btn-warning:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show &gt; .btn-warning.dropdown-toggle { color: #000; background-color: #ffcd39; border-color: #ffc720; } .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show &gt; .btn-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-warning:disabled, .btn-warning.disabled { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger:hover { color: #fff; background-color: #bb2d3b; border-color: #b02a37; } .btn-check:focus + .btn-danger, .btn-danger:focus { color: #fff; background-color: #bb2d3b; border-color: #b02a37; -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show &gt; .btn-danger.dropdown-toggle { color: #fff; background-color: #b02a37; border-color: #a52834; } .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show &gt; .btn-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-light { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:hover { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:focus + .btn-light, .btn-light:focus { color: #000; background-color: #f9fafb; border-color: #f9fafb; -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show &gt; .btn-light.dropdown-toggle { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show &gt; .btn-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-light:disabled, .btn-light.disabled { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-dark { color: #fff; background-color: #212529; border-color: #212529; } .btn-dark:hover { color: #fff; background-color: #1c1f23; border-color: #1a1e21; } .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #1c1f23; border-color: #1a1e21; -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show &gt; .btn-dark.dropdown-toggle { color: #fff; background-color: #1a1e21; border-color: #191c1f; } .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show &gt; .btn-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #212529; border-color: #212529; } .btn-outline-primary { color: #0d6efd; border-color: #0d6efd; } .btn-outline-primary:hover { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); } .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); } .btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #0d6efd; background-color: transparent; } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #6c757d; background-color: transparent; } .btn-outline-success { color: #198754; border-color: #198754; } .btn-outline-success:hover { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-outline-success:disabled, .btn-outline-success.disabled { color: #198754; background-color: transparent; } .btn-outline-info { color: #0dcaf0; border-color: #0dcaf0; } .btn-outline-info:hover { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-outline-info:disabled, .btn-outline-info.disabled { color: #0dcaf0; background-color: transparent; } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #ffc107; background-color: transparent; } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #dc3545; background-color: transparent; } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-outline-light:disabled, .btn-outline-light.disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-dark { color: #212529; border-color: #212529; } .btn-outline-dark:hover { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #212529; background-color: transparent; } .btn-link { font-weight: 400; color: #0d6efd; text-decoration: underline; } .btn-link:hover { color: #0a58ca; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; } .btn-lg, .btn-group-lg &gt; .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .btn-sm, .btn-group-sm &gt; .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .fade { -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { -webkit-transition: none; -o-transition: none; transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { -webkit-transition: none; -o-transition: none; transition: none; } } .dropup, .dropend, .dropdown, .dropstart { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; } .dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: 0.125rem; } .dropdown-menu-start { --bs-position: start; } .dropdown-menu-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-end { --bs-position: end; } .dropdown-menu-end[data-bs-popper] { right: 0; left: auto; } @media (min-width: 576px) { .dropdown-menu-sm-start { --bs-position: start; } .dropdown-menu-sm-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-sm-end { --bs-position: end; } .dropdown-menu-sm-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 768px) { .dropdown-menu-md-start { --bs-position: start; } .dropdown-menu-md-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-md-end { --bs-position: end; } .dropdown-menu-md-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 992px) { .dropdown-menu-lg-start { --bs-position: start; } .dropdown-menu-lg-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-lg-end { --bs-position: end; } .dropdown-menu-lg-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1200px) { .dropdown-menu-xl-start { --bs-position: start; } .dropdown-menu-xl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xl-end { --bs-position: end; } .dropdown-menu-xl-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1400px) { .dropdown-menu-xxl-start { --bs-position: start; } .dropdown-menu-xxl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xxl-end { --bs-position: end; } .dropdown-menu-xxl-end[data-bs-popper] { right: 0; left: auto; } } .dropup .dropdown-menu[data-bs-popper] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } .dropup .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-menu[data-bs-popper] { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } .dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } .dropend .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-toggle::after { vertical-align: 0; } .dropstart .dropdown-menu[data-bs-popper] { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } .dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } .dropstart .dropdown-toggle::after { display: none; } .dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropstart .dropdown-toggle:empty::after { margin-left: 0; } .dropstart .dropdown-toggle::before { vertical-align: 0; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0.15); } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #1e2125; background-color: #e9ecef; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #0d6efd; } .dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .dropdown-header { display: block; padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1rem; color: #212529; } .dropdown-menu-dark { color: #dee2e6; background-color: #343a40; border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item { color: #dee2e6; } .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); } .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: #fff; background-color: #0d6efd; } .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { color: #adb5bd; } .dropdown-menu-dark .dropdown-divider { border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item-text { color: #dee2e6; } .dropdown-menu-dark .dropdown-header { color: #adb5bd; } .btn-group, .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; } .btn-group &gt; .btn, .btn-group-vertical &gt; .btn { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .btn-group &gt; .btn-check:checked + .btn, .btn-group &gt; .btn-check:focus + .btn, .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active, .btn-group-vertical &gt; .btn-check:checked + .btn, .btn-group-vertical &gt; .btn-check:focus + .btn, .btn-group-vertical &gt; .btn:hover, .btn-group-vertical &gt; .btn:focus, .btn-group-vertical &gt; .btn:active, .btn-group-vertical &gt; .btn.active { z-index: 1; } .btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group &gt; .btn:not(:first-child), .btn-group &gt; .btn-group:not(:first-child) { margin-left: -1px; } .btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-group:not(:last-child) &gt; .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group &gt; .btn:nth-child(n + 3), .btn-group &gt; :not(.btn-check) + .btn, .btn-group &gt; .btn-group:not(:first-child) &gt; .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { margin-left: 0; } .dropstart .dropdown-toggle-split::before { margin-right: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn-group-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn-group-vertical &gt; .btn, .btn-group-vertical &gt; .btn-group { width: 100%; } .btn-group-vertical &gt; .btn:not(:first-child), .btn-group-vertical &gt; .btn-group:not(:first-child) { margin-top: -1px; } .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical &gt; .btn ~ .btn, .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn { border-top-left-radius: 0; border-top-right-radius: 0; } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; color: #0d6efd; text-decoration: none; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .nav-link { -webkit-transition: none; -o-transition: none; transition: none; } } .nav-link:hover, .nav-link:focus { color: #0a58ca; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; background: none; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; isolation: isolate; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { background: none; border: 0; border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link { color: #fff; background-color: #0d6efd; } .nav-fill &gt; .nav-link, .nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; } .nav-justified &gt; .nav-link, .nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; } .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link { width: 100%; } .tab-content &gt; .tab-pane { display: none; } .tab-content &gt; .active { display: block; } .navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar &gt; .container, .navbar &gt; .container-fluid, .navbar &gt; .container-sm, .navbar &gt; .container-md, .navbar &gt; .container-lg, .navbar &gt; .container-xl, .navbar &gt; .container-xxl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: inherit; flex-wrap: inherit; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .navbar-brand { padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap; } .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; } .navbar-text { padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; -webkit-transition: -webkit-box-shadow 0.15s ease-in-out; transition: -webkit-box-shadow 0.15s ease-in-out; -o-transition: box-shadow 0.15s ease-in-out; transition: box-shadow 0.15s ease-in-out; transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .navbar-toggler { -webkit-transition: none; -o-transition: none; transition: none; } } .navbar-toggler:hover { text-decoration: none; } .navbar-toggler:focus { text-decoration: none; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem; box-shadow: 0 0 0 0.25rem; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } .navbar-nav-scroll { max-height: var(--bs-scroll-height, 75vh); overflow-y: auto; } @media (min-width: 576px) { .navbar-expand-sm { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (min-width: 768px) { .navbar-expand-md { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (min-width: 992px) { .navbar-expand-lg { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (min-width: 1200px) { .navbar-expand-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } @media (min-width: 1400px) { .navbar-expand-xxl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xxl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } } .navbar-expand { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show &gt; .nav-link, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show &gt; .nav-link, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.55); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card &gt; hr { margin-right: 0; margin-left: 0; } .card &gt; .list-group { border-top: inherit; border-bottom: inherit; } .card &gt; .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card &gt; .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card &gt; .card-header + .list-group, .card &gt; .list-group + .card-footer { border-top: 0; } .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-subtitle { margin-top: -0.25rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1rem; } .card-header { padding: 0.5rem 1rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { margin-right: -0.5rem; margin-bottom: -0.5rem; margin-left: -0.5rem; border-bottom: 0; } .card-header-pills { margin-right: -0.5rem; margin-left: -0.5rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); } .card-img, .card-img-top, .card-img-bottom { width: 100%; } .card-img, .card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-group &gt; .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .card-group &gt; .card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; } .card-group &gt; .card + .card { margin-left: 0; border-left: 0; } .card-group &gt; .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group &gt; .card:not(:last-child) .card-img-top, .card-group &gt; .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group &gt; .card:not(:last-child) .card-img-bottom, .card-group &gt; .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group &gt; .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group &gt; .card:not(:first-child) .card-img-top, .card-group &gt; .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group &gt; .card:not(:first-child) .card-img-bottom, .card-group &gt; .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } .accordion-button { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button { -webkit-transition: none; -o-transition: none; transition: none; } } .accordion-button:not(.collapsed) { color: #0c63e4; background-color: #e7f1ff; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } .accordion-button::after { -ms-flex-negative: 0; flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; -o-transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button::after { -webkit-transition: none; -o-transition: none; transition: none; } } .accordion-button:hover { z-index: 2; } .accordion-button:focus { z-index: 3; border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .accordion-header { margin-bottom: 0; } .accordion-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .accordion-item:first-of-type { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .accordion-item:first-of-type .accordion-button { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .accordion-item:not(:first-of-type) { border-top: 0; } .accordion-item:last-of-type { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .accordion-body { padding: 1rem 1.25rem; } .accordion-flush .accordion-collapse { border-width: 0; } .accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; } .accordion-flush .accordion-item:first-child { border-top: 0; } .accordion-flush .accordion-item:last-child { border-bottom: 0; } .accordion-flush .accordion-item .accordion-button { border-radius: 0; } .breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 0; margin-bottom: 1rem; list-style: none; } .breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #6c757d; content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; } .breadcrumb-item.active { color: #6c757d; } .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; } .page-link { position: relative; display: block; color: #0d6efd; text-decoration: none; background-color: #fff; border: 1px solid #dee2e6; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .page-link { -webkit-transition: none; -o-transition: none; transition: none; } } .page-link:hover { z-index: 2; color: #0a58ca; background-color: #e9ecef; border-color: #dee2e6; } .page-link:focus { z-index: 3; color: #0a58ca; background-color: #e9ecef; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .page-item:not(:first-child) .page-link { margin-left: -1px; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; } .page-link { padding: 0.375rem 0.75rem; } .page-item:first-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } .badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-right: 3rem; } .alert-dismissible .btn-close { position: absolute; top: 0; right: 0; z-index: 2; padding: 1.25rem 1rem; } .alert-primary { color: #084298; background-color: #cfe2ff; border-color: #b6d4fe; } .alert-primary .alert-link { color: #06357a; } .alert-secondary { color: #41464b; background-color: #e2e3e5; border-color: #d3d6d8; } .alert-secondary .alert-link { color: #34383c; } .alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; } .alert-success .alert-link { color: #0c4128; } .alert-info { color: #055160; background-color: #cff4fc; border-color: #b6effb; } .alert-info .alert-link { color: #04414d; } .alert-warning { color: #664d03; background-color: #fff3cd; border-color: #ffecb5; } .alert-warning .alert-link { color: #523e02; } .alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; } .alert-danger .alert-link { color: #6a1a21; } .alert-light { color: #636464; background-color: #fefefe; border-color: #fdfdfe; } .alert-light .alert-link { color: #4f5050; } .alert-dark { color: #141619; background-color: #d3d3d4; border-color: #bcbebf; } .alert-dark .alert-link { color: #101214; } @-webkit-keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } @keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } .progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } .progress-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #0d6efd; -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { -webkit-transition: none; -o-transition: none; transition: none; } } .progress-bar-striped { background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } .progress-bar-animated { -webkit-animation: 1s linear infinite progress-bar-stripes; animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } } .list-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-numbered { list-style-type: none; counter-reset: section; } .list-group-numbered &gt; li::before { content: counters(section, ".") ". "; counter-increment: section; } .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; } .list-group-item-action:active { color: #212529; background-color: #e9ecef; } .list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212529; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .list-group-item + .list-group-item { border-top-width: 0; } .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; } .list-group-horizontal { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } @media (min-width: 576px) { .list-group-horizontal-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-sm &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-sm &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 768px) { .list-group-horizontal-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-md &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-md &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-md &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-md &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 992px) { .list-group-horizontal-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-lg &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-lg &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-xl &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xl &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1400px) { .list-group-horizontal-xxl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-xxl &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xxl &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xxl &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } .list-group-flush { border-radius: 0; } .list-group-flush &gt; .list-group-item { border-width: 0 0 1px; } .list-group-flush &gt; .list-group-item:last-child { border-bottom-width: 0; } .list-group-item-primary { color: #084298; background-color: #cfe2ff; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #084298; background-color: #bacbe6; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #084298; border-color: #084298; } .list-group-item-secondary { color: #41464b; background-color: #e2e3e5; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #41464b; background-color: #cbccce; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #41464b; border-color: #41464b; } .list-group-item-success { color: #0f5132; background-color: #d1e7dd; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #0f5132; background-color: #bcd0c7; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #0f5132; border-color: #0f5132; } .list-group-item-info { color: #055160; background-color: #cff4fc; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #055160; background-color: #badce3; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #055160; border-color: #055160; } .list-group-item-warning { color: #664d03; background-color: #fff3cd; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #664d03; background-color: #e6dbb9; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #664d03; border-color: #664d03; } .list-group-item-danger { color: #842029; background-color: #f8d7da; } .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #842029; background-color: #dfc2c4; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #842029; border-color: #842029; } .list-group-item-light { color: #636464; background-color: #fefefe; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #636464; background-color: #e5e5e5; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #636464; border-color: #636464; } .list-group-item-dark { color: #141619; background-color: #d3d3d4; } .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #141619; background-color: #bebebf; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #141619; border-color: #141619; } .btn-close { -webkit-box-sizing: content-box; box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.25rem; opacity: 0.5; } .btn-close:hover { color: #000; text-decoration: none; opacity: 0.75; } .btn-close:focus { outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); opacity: 1; } .btn-close:disabled, .btn-close.disabled { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: 0.25; } .btn-close-white { -webkit-filter: invert(1) grayscale(100%) brightness(200%); filter: invert(1) grayscale(100%) brightness(200%); } .toast { width: 350px; max-width: 100%; font-size: 0.875rem; pointer-events: auto; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .toast:not(.showing):not(.show) { opacity: 0; } .toast.hide { display: none; } .toast-container { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 100%; pointer-events: none; } .toast-container &gt; :not(:last-child) { margin-bottom: 0.75rem; } .toast-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.5rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .toast-header .btn-close { margin-right: -0.375rem; margin-left: 0.75rem; } .toast-body { padding: 0.75rem; word-wrap: break-word; } .modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; } } .modal.show .modal-dialog { -webkit-transform: none; -ms-transform: none; transform: none; } .modal.modal-static .modal-dialog { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); } .modal-dialog-scrollable { height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - 1rem); } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); } .modal-footer &gt; * { margin: 0.25rem; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { height: calc(100% - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { padding: 0.4rem 0; } .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { bottom: 0; } .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { padding: 0 0.4rem; } .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { padding: 0.4rem 0; } .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { top: 0; } .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { padding: 0 0.4rem; } .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } .popover { position: absolute; top: 0; left: 0 /* rtl:ignore */; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } .popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; } .popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow { top: calc(-0.5rem - 1px); } .bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; } .bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 1rem 1rem; color: #212529; } .carousel { position: relative; } .carousel.pointer-event { -ms-touch-action: pan-y; touch-action: pan-y; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner::after { display: block; clear: both; content: ""; } .carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; -o-transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } /* rtl:begin:ignore */ .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } /* rtl:end:ignore */ .carousel-fade .carousel-item { opacity: 0; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transform: none; -ms-transform: none; transform: none; } .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { z-index: 0; opacity: 0; -webkit-transition: opacity 0s 0.6s; -o-transition: opacity 0s 0.6s; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15%; padding: 0; color: #fff; text-align: center; background: none; border: 0; opacity: 0.5; -webkit-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; } /* rtl:options: { "autoRename": true, "stringMap":[ { "name"    : "prev-next", "search"  : "prev", "replace" : "next" } ] } */ .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; margin-right: 15%; margin-bottom: 1rem; margin-left: 15%; list-style: none; } .carousel-indicators [data-bs-target] { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; -webkit-transition: opacity 0.6s ease; -o-transition: opacity 0.6s ease; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators [data-bs-target] { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; right: 15%; bottom: 1.25rem; left: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center; } .carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon { -webkit-filter: invert(1) grayscale(100); filter: invert(1) grayscale(100); } .carousel-dark .carousel-indicators [data-bs-target] { background-color: #000; } .carousel-dark .carousel-caption { color: #000; } @-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg) /* rtl:ignore */; transform: rotate(360deg) /* rtl:ignore */; } } @keyframes spinner-border { to { -webkit-transform: rotate(360deg) /* rtl:ignore */; transform: rotate(360deg) /* rtl:ignore */; } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: 0.75s linear infinite spinner-border; animation: 0.75s linear infinite spinner-border; } .spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; } @-webkit-keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; -webkit-transform: none; transform: none; } } .spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: 0.75s linear infinite spinner-grow; animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm { width: 1rem; height: 1rem; } @media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } } .offcanvas { position: fixed; bottom: 0; z-index: 1050; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .offcanvas { -webkit-transition: none; -o-transition: none; transition: none; } } .offcanvas-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; } .offcanvas-header .btn-close { padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: -0.5rem; margin-bottom: -0.5rem; } .offcanvas-title { margin-bottom: 0; line-height: 1.5; } .offcanvas-body { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 1rem 1rem; overflow-y: auto; } .offcanvas-start { top: 0; left: 0; width: 400px; border-right: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } .offcanvas-end { top: 0; right: 0; width: 400px; border-left: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } .offcanvas-top { top: 0; right: 0; left: 0; height: 30vh; max-height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } .offcanvas-bottom { right: 0; left: 0; height: 30vh; max-height: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); } .offcanvas.show { -webkit-transform: none; -ms-transform: none; transform: none; } .clearfix::after { display: block; clear: both; content: ""; } .link-primary { color: #0d6efd; } .link-primary:hover, .link-primary:focus { color: #0a58ca; } .link-secondary { color: #6c757d; } .link-secondary:hover, .link-secondary:focus { color: #565e64; } .link-success { color: #198754; } .link-success:hover, .link-success:focus { color: #146c43; } .link-info { color: #0dcaf0; } .link-info:hover, .link-info:focus { color: #3dd5f3; } .link-warning { color: #ffc107; } .link-warning:hover, .link-warning:focus { color: #ffcd39; } .link-danger { color: #dc3545; } .link-danger:hover, .link-danger:focus { color: #b02a37; } .link-light { color: #f8f9fa; } .link-light:hover, .link-light:focus { color: #f9fafb; } .link-dark { color: #212529; } .link-dark:hover, .link-dark:focus { color: #1a1e21; } .ratio { position: relative; width: 100%; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .ratio &gt; * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ratio-1x1 { --bs-aspect-ratio: 100%; } .ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); } .ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } .sticky-top { position: sticky; top: 0; z-index: 1020; } @media (min-width: 576px) { .sticky-sm-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 768px) { .sticky-md-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 992px) { .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1200px) { .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1400px) { .sticky-xxl-top { position: sticky; top: 0; z-index: 1020; } } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; } .text-truncate { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .align-baseline { vertical-align: baseline !important; } .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } .float-start { float: left !important; } .float-end { float: right !important; } .float-none { float: none !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-visible { overflow: visible !important; } .overflow-scroll { overflow: scroll !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-grid { display: grid !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-none { display: none !important; } .shadow { -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-sm { -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow-lg { -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { -webkit-box-shadow: none !important; box-shadow: none !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .top-0 { top: 0 !important; } .top-50 { top: 50% !important; } .top-100 { top: 100% !important; } .bottom-0 { bottom: 0 !important; } .bottom-50 { bottom: 50% !important; } .bottom-100 { bottom: 100% !important; } .start-0 { left: 0 !important; } .start-50 { left: 50% !important; } .start-100 { left: 100% !important; } .end-0 { right: 0 !important; } .end-50 { right: 50% !important; } .end-100 { right: 100% !important; } .translate-middle { -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; } .translate-middle-x { -webkit-transform: translateX(-50%) !important; -ms-transform: translateX(-50%) !important; transform: translateX(-50%) !important; } .translate-middle-y { -webkit-transform: translateY(-50%) !important; -ms-transform: translateY(-50%) !important; transform: translateY(-50%) !important; } .border { border: 1px solid #dee2e6 !important; } .border-0 { border: 0 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-top-0 { border-top: 0 !important; } .border-end { border-right: 1px solid #dee2e6 !important; } .border-end-0 { border-right: 0 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-start { border-left: 1px solid #dee2e6 !important; } .border-start-0 { border-left: 0 !important; } .border-primary { border-color: #0d6efd !important; } .border-secondary { border-color: #6c757d !important; } .border-success { border-color: #198754 !important; } .border-info { border-color: #0dcaf0 !important; } .border-warning { border-color: #ffc107 !important; } .border-danger { border-color: #dc3545 !important; } .border-light { border-color: #f8f9fa !important; } .border-dark { border-color: #212529 !important; } .border-white { border-color: #fff !important; } .border-1 { border-width: 1px !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .mw-100 { max-width: 100% !important; } .vw-100 { width: 100vw !important; } .min-vw-100 { min-width: 100vw !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mh-100 { max-height: 100% !important; } .vh-100 { height: 100vh !important; } .min-vh-100 { min-height: 100vh !important; } .flex-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-0 { gap: 0 !important; } .gap-1 { gap: 0.25rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-3 { gap: 1rem !important; } .gap-4 { gap: 1.5rem !important; } .gap-5 { gap: 3rem !important; } .justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-0 { margin: 0 !important; } .m-1 { margin: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .m-3 { margin: 1rem !important; } .m-4 { margin: 1.5rem !important; } .m-5 { margin: 3rem !important; } .m-auto { margin: auto !important; } .mx-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 0.25rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; } .mt-auto { margin-top: auto !important; } .me-0 { margin-right: 0 !important; } .me-1 { margin-right: 0.25rem !important; } .me-2 { margin-right: 0.5rem !important; } .me-3 { margin-right: 1rem !important; } .me-4 { margin-right: 1.5rem !important; } .me-5 { margin-right: 3rem !important; } .me-auto { margin-right: auto !important; } .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .mb-auto { margin-bottom: auto !important; } .ms-0 { margin-left: 0 !important; } .ms-1 { margin-left: 0.25rem !important; } .ms-2 { margin-left: 0.5rem !important; } .ms-3 { margin-left: 1rem !important; } .ms-4 { margin-left: 1.5rem !important; } .ms-5 { margin-left: 3rem !important; } .ms-auto { margin-left: auto !important; } .p-0 { padding: 0 !important; } .p-1 { padding: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .p-3 { padding: 1rem !important; } .p-4 { padding: 1.5rem !important; } .p-5 { padding: 3rem !important; } .px-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-0 { padding-top: 0 !important; } .pt-1 { padding-top: 0.25rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pt-3 { padding-top: 1rem !important; } .pt-4 { padding-top: 1.5rem !important; } .pt-5 { padding-top: 3rem !important; } .pe-0 { padding-right: 0 !important; } .pe-1 { padding-right: 0.25rem !important; } .pe-2 { padding-right: 0.5rem !important; } .pe-3 { padding-right: 1rem !important; } .pe-4 { padding-right: 1.5rem !important; } .pe-5 { padding-right: 3rem !important; } .pb-0 { padding-bottom: 0 !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pb-3 { padding-bottom: 1rem !important; } .pb-4 { padding-bottom: 1.5rem !important; } .pb-5 { padding-bottom: 3rem !important; } .ps-0 { padding-left: 0 !important; } .ps-1 { padding-left: 0.25rem !important; } .ps-2 { padding-left: 0.5rem !important; } .ps-3 { padding-left: 1rem !important; } .ps-4 { padding-left: 1.5rem !important; } .ps-5 { padding-left: 3rem !important; } .font-monospace { font-family: var(--bs-font-monospace) !important; } .fs-1 { font-size: calc(1.375rem + 1.5vw) !important; } .fs-2 { font-size: calc(1.325rem + 0.9vw) !important; } .fs-3 { font-size: calc(1.3rem + 0.6vw) !important; } .fs-4 { font-size: calc(1.275rem + 0.3vw) !important; } .fs-5 { font-size: 1.25rem !important; } .fs-6 { font-size: 1rem !important; } .fst-italic { font-style: italic !important; } .fst-normal { font-style: normal !important; } .fw-light { font-weight: 300 !important; } .fw-lighter { font-weight: lighter !important; } .fw-normal { font-weight: 400 !important; } .fw-bold { font-weight: 700 !important; } .fw-bolder { font-weight: bolder !important; } .lh-1 { line-height: 1 !important; } .lh-sm { line-height: 1.25 !important; } .lh-base { line-height: 1.5 !important; } .lh-lg { line-height: 2 !important; } .text-start { text-align: left !important; } .text-end { text-align: right !important; } .text-center { text-align: center !important; } .text-decoration-none { text-decoration: none !important; } .text-decoration-underline { text-decoration: underline !important; } .text-decoration-line-through { text-decoration: line-through !important; } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } /* rtl:begin:remove */ .text-break { word-wrap: break-word !important; word-break: break-word !important; } /* rtl:end:remove */ .text-primary { color: #0d6efd !important; } .text-secondary { color: #6c757d !important; } .text-success { color: #198754 !important; } .text-info { color: #0dcaf0 !important; } .text-warning { color: #ffc107 !important; } .text-danger { color: #dc3545 !important; } .text-light { color: #f8f9fa !important; } .text-dark { color: #212529 !important; } .text-white { color: #fff !important; } .text-body { color: #212529 !important; } .text-muted { color: #6c757d !important; } .text-black-50 { color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { color: rgba(255, 255, 255, 0.5) !important; } .text-reset { color: inherit !important; } .bg-primary { background-color: #0d6efd !important; } .bg-secondary { background-color: #6c757d !important; } .bg-success { background-color: #198754 !important; } .bg-info { background-color: #0dcaf0 !important; } .bg-warning { background-color: #ffc107 !important; } .bg-danger { background-color: #dc3545 !important; } .bg-light { background-color: #f8f9fa !important; } .bg-dark { background-color: #212529 !important; } .bg-body { background-color: #fff !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: transparent !important; } .bg-gradient { background-image: var(--bs-gradient) !important; } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .pe-none { pointer-events: none !important; } .pe-auto { pointer-events: auto !important; } .rounded { border-radius: 0.25rem !important; } .rounded-0 { border-radius: 0 !important; } .rounded-1 { border-radius: 0.2rem !important; } .rounded-2 { border-radius: 0.25rem !important; } .rounded-3 { border-radius: 0.3rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .rounded-end { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .rounded-start { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media (min-width: 576px) { .float-sm-start { float: left !important; } .float-sm-end { float: right !important; } .float-sm-none { float: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-grid { display: grid !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-sm-none { display: none !important; } .flex-sm-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-sm-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-sm-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-sm-0 { gap: 0 !important; } .gap-sm-1 { gap: 0.25rem !important; } .gap-sm-2 { gap: 0.5rem !important; } .gap-sm-3 { gap: 1rem !important; } .gap-sm-4 { gap: 1.5rem !important; } .gap-sm-5 { gap: 3rem !important; } .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-sm-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-sm-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-sm-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-sm-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-sm-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-sm-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-sm-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-sm-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-sm-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-sm-0 { margin: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .m-sm-auto { margin: auto !important; } .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-sm-0 { margin-top: 0 !important; } .mt-sm-1 { margin-top: 0.25rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; } .mt-sm-3 { margin-top: 1rem !important; } .mt-sm-4 { margin-top: 1.5rem !important; } .mt-sm-5 { margin-top: 3rem !important; } .mt-sm-auto { margin-top: auto !important; } .me-sm-0 { margin-right: 0 !important; } .me-sm-1 { margin-right: 0.25rem !important; } .me-sm-2 { margin-right: 0.5rem !important; } .me-sm-3 { margin-right: 1rem !important; } .me-sm-4 { margin-right: 1.5rem !important; } .me-sm-5 { margin-right: 3rem !important; } .me-sm-auto { margin-right: auto !important; } .mb-sm-0 { margin-bottom: 0 !important; } .mb-sm-1 { margin-bottom: 0.25rem !important; } .mb-sm-2 { margin-bottom: 0.5rem !important; } .mb-sm-3 { margin-bottom: 1rem !important; } .mb-sm-4 { margin-bottom: 1.5rem !important; } .mb-sm-5 { margin-bottom: 3rem !important; } .mb-sm-auto { margin-bottom: auto !important; } .ms-sm-0 { margin-left: 0 !important; } .ms-sm-1 { margin-left: 0.25rem !important; } .ms-sm-2 { margin-left: 0.5rem !important; } .ms-sm-3 { margin-left: 1rem !important; } .ms-sm-4 { margin-left: 1.5rem !important; } .ms-sm-5 { margin-left: 3rem !important; } .ms-sm-auto { margin-left: auto !important; } .p-sm-0 { padding: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-sm-0 { padding-top: 0 !important; } .pt-sm-1 { padding-top: 0.25rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; } .pt-sm-3 { padding-top: 1rem !important; } .pt-sm-4 { padding-top: 1.5rem !important; } .pt-sm-5 { padding-top: 3rem !important; } .pe-sm-0 { padding-right: 0 !important; } .pe-sm-1 { padding-right: 0.25rem !important; } .pe-sm-2 { padding-right: 0.5rem !important; } .pe-sm-3 { padding-right: 1rem !important; } .pe-sm-4 { padding-right: 1.5rem !important; } .pe-sm-5 { padding-right: 3rem !important; } .pb-sm-0 { padding-bottom: 0 !important; } .pb-sm-1 { padding-bottom: 0.25rem !important; } .pb-sm-2 { padding-bottom: 0.5rem !important; } .pb-sm-3 { padding-bottom: 1rem !important; } .pb-sm-4 { padding-bottom: 1.5rem !important; } .pb-sm-5 { padding-bottom: 3rem !important; } .ps-sm-0 { padding-left: 0 !important; } .ps-sm-1 { padding-left: 0.25rem !important; } .ps-sm-2 { padding-left: 0.5rem !important; } .ps-sm-3 { padding-left: 1rem !important; } .ps-sm-4 { padding-left: 1.5rem !important; } .ps-sm-5 { padding-left: 3rem !important; } .text-sm-start { text-align: left !important; } .text-sm-end { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .float-md-start { float: left !important; } .float-md-end { float: right !important; } .float-md-none { float: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-grid { display: grid !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-md-none { display: none !important; } .flex-md-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-md-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-md-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-md-0 { gap: 0 !important; } .gap-md-1 { gap: 0.25rem !important; } .gap-md-2 { gap: 0.5rem !important; } .gap-md-3 { gap: 1rem !important; } .gap-md-4 { gap: 1.5rem !important; } .gap-md-5 { gap: 3rem !important; } .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-md-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-md-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-md-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-md-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-md-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-md-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-md-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-md-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-md-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-md-0 { margin: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .m-md-auto { margin: auto !important; } .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-md-0 { margin-top: 0 !important; } .mt-md-1 { margin-top: 0.25rem !important; } .mt-md-2 { margin-top: 0.5rem !important; } .mt-md-3 { margin-top: 1rem !important; } .mt-md-4 { margin-top: 1.5rem !important; } .mt-md-5 { margin-top: 3rem !important; } .mt-md-auto { margin-top: auto !important; } .me-md-0 { margin-right: 0 !important; } .me-md-1 { margin-right: 0.25rem !important; } .me-md-2 { margin-right: 0.5rem !important; } .me-md-3 { margin-right: 1rem !important; } .me-md-4 { margin-right: 1.5rem !important; } .me-md-5 { margin-right: 3rem !important; } .me-md-auto { margin-right: auto !important; } .mb-md-0 { margin-bottom: 0 !important; } .mb-md-1 { margin-bottom: 0.25rem !important; } .mb-md-2 { margin-bottom: 0.5rem !important; } .mb-md-3 { margin-bottom: 1rem !important; } .mb-md-4 { margin-bottom: 1.5rem !important; } .mb-md-5 { margin-bottom: 3rem !important; } .mb-md-auto { margin-bottom: auto !important; } .ms-md-0 { margin-left: 0 !important; } .ms-md-1 { margin-left: 0.25rem !important; } .ms-md-2 { margin-left: 0.5rem !important; } .ms-md-3 { margin-left: 1rem !important; } .ms-md-4 { margin-left: 1.5rem !important; } .ms-md-5 { margin-left: 3rem !important; } .ms-md-auto { margin-left: auto !important; } .p-md-0 { padding: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-md-0 { padding-top: 0 !important; } .pt-md-1 { padding-top: 0.25rem !important; } .pt-md-2 { padding-top: 0.5rem !important; } .pt-md-3 { padding-top: 1rem !important; } .pt-md-4 { padding-top: 1.5rem !important; } .pt-md-5 { padding-top: 3rem !important; } .pe-md-0 { padding-right: 0 !important; } .pe-md-1 { padding-right: 0.25rem !important; } .pe-md-2 { padding-right: 0.5rem !important; } .pe-md-3 { padding-right: 1rem !important; } .pe-md-4 { padding-right: 1.5rem !important; } .pe-md-5 { padding-right: 3rem !important; } .pb-md-0 { padding-bottom: 0 !important; } .pb-md-1 { padding-bottom: 0.25rem !important; } .pb-md-2 { padding-bottom: 0.5rem !important; } .pb-md-3 { padding-bottom: 1rem !important; } .pb-md-4 { padding-bottom: 1.5rem !important; } .pb-md-5 { padding-bottom: 3rem !important; } .ps-md-0 { padding-left: 0 !important; } .ps-md-1 { padding-left: 0.25rem !important; } .ps-md-2 { padding-left: 0.5rem !important; } .ps-md-3 { padding-left: 1rem !important; } .ps-md-4 { padding-left: 1.5rem !important; } .ps-md-5 { padding-left: 3rem !important; } .text-md-start { text-align: left !important; } .text-md-end { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .float-lg-start { float: left !important; } .float-lg-end { float: right !important; } .float-lg-none { float: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-grid { display: grid !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-lg-none { display: none !important; } .flex-lg-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-lg-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-lg-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-lg-0 { gap: 0 !important; } .gap-lg-1 { gap: 0.25rem !important; } .gap-lg-2 { gap: 0.5rem !important; } .gap-lg-3 { gap: 1rem !important; } .gap-lg-4 { gap: 1.5rem !important; } .gap-lg-5 { gap: 3rem !important; } .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-lg-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-lg-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-lg-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-lg-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-lg-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-lg-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-lg-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-lg-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-lg-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-lg-0 { margin: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .m-lg-auto { margin: auto !important; } .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-lg-0 { margin-top: 0 !important; } .mt-lg-1 { margin-top: 0.25rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; } .mt-lg-3 { margin-top: 1rem !important; } .mt-lg-4 { margin-top: 1.5rem !important; } .mt-lg-5 { margin-top: 3rem !important; } .mt-lg-auto { margin-top: auto !important; } .me-lg-0 { margin-right: 0 !important; } .me-lg-1 { margin-right: 0.25rem !important; } .me-lg-2 { margin-right: 0.5rem !important; } .me-lg-3 { margin-right: 1rem !important; } .me-lg-4 { margin-right: 1.5rem !important; } .me-lg-5 { margin-right: 3rem !important; } .me-lg-auto { margin-right: auto !important; } .mb-lg-0 { margin-bottom: 0 !important; } .mb-lg-1 { margin-bottom: 0.25rem !important; } .mb-lg-2 { margin-bottom: 0.5rem !important; } .mb-lg-3 { margin-bottom: 1rem !important; } .mb-lg-4 { margin-bottom: 1.5rem !important; } .mb-lg-5 { margin-bottom: 3rem !important; } .mb-lg-auto { margin-bottom: auto !important; } .ms-lg-0 { margin-left: 0 !important; } .ms-lg-1 { margin-left: 0.25rem !important; } .ms-lg-2 { margin-left: 0.5rem !important; } .ms-lg-3 { margin-left: 1rem !important; } .ms-lg-4 { margin-left: 1.5rem !important; } .ms-lg-5 { margin-left: 3rem !important; } .ms-lg-auto { margin-left: auto !important; } .p-lg-0 { padding: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-lg-0 { padding-top: 0 !important; } .pt-lg-1 { padding-top: 0.25rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; } .pt-lg-3 { padding-top: 1rem !important; } .pt-lg-4 { padding-top: 1.5rem !important; } .pt-lg-5 { padding-top: 3rem !important; } .pe-lg-0 { padding-right: 0 !important; } .pe-lg-1 { padding-right: 0.25rem !important; } .pe-lg-2 { padding-right: 0.5rem !important; } .pe-lg-3 { padding-right: 1rem !important; } .pe-lg-4 { padding-right: 1.5rem !important; } .pe-lg-5 { padding-right: 3rem !important; } .pb-lg-0 { padding-bottom: 0 !important; } .pb-lg-1 { padding-bottom: 0.25rem !important; } .pb-lg-2 { padding-bottom: 0.5rem !important; } .pb-lg-3 { padding-bottom: 1rem !important; } .pb-lg-4 { padding-bottom: 1.5rem !important; } .pb-lg-5 { padding-bottom: 3rem !important; } .ps-lg-0 { padding-left: 0 !important; } .ps-lg-1 { padding-left: 0.25rem !important; } .ps-lg-2 { padding-left: 0.5rem !important; } .ps-lg-3 { padding-left: 1rem !important; } .ps-lg-4 { padding-left: 1.5rem !important; } .ps-lg-5 { padding-left: 3rem !important; } .text-lg-start { text-align: left !important; } .text-lg-end { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .float-xl-start { float: left !important; } .float-xl-end { float: right !important; } .float-xl-none { float: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-grid { display: grid !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-xl-none { display: none !important; } .flex-xl-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xl-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xl-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-xl-0 { gap: 0 !important; } .gap-xl-1 { gap: 0.25rem !important; } .gap-xl-2 { gap: 0.5rem !important; } .gap-xl-3 { gap: 1rem !important; } .gap-xl-4 { gap: 1.5rem !important; } .gap-xl-5 { gap: 3rem !important; } .justify-content-xl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-xl-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-xl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-xl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-xl-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-xl-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-xl-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-xl-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-xl-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-xl-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-xl-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-xl-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-xl-0 { margin: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .m-xl-auto { margin: auto !important; } .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xl-0 { margin-top: 0 !important; } .mt-xl-1 { margin-top: 0.25rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; } .mt-xl-3 { margin-top: 1rem !important; } .mt-xl-4 { margin-top: 1.5rem !important; } .mt-xl-5 { margin-top: 3rem !important; } .mt-xl-auto { margin-top: auto !important; } .me-xl-0 { margin-right: 0 !important; } .me-xl-1 { margin-right: 0.25rem !important; } .me-xl-2 { margin-right: 0.5rem !important; } .me-xl-3 { margin-right: 1rem !important; } .me-xl-4 { margin-right: 1.5rem !important; } .me-xl-5 { margin-right: 3rem !important; } .me-xl-auto { margin-right: auto !important; } .mb-xl-0 { margin-bottom: 0 !important; } .mb-xl-1 { margin-bottom: 0.25rem !important; } .mb-xl-2 { margin-bottom: 0.5rem !important; } .mb-xl-3 { margin-bottom: 1rem !important; } .mb-xl-4 { margin-bottom: 1.5rem !important; } .mb-xl-5 { margin-bottom: 3rem !important; } .mb-xl-auto { margin-bottom: auto !important; } .ms-xl-0 { margin-left: 0 !important; } .ms-xl-1 { margin-left: 0.25rem !important; } .ms-xl-2 { margin-left: 0.5rem !important; } .ms-xl-3 { margin-left: 1rem !important; } .ms-xl-4 { margin-left: 1.5rem !important; } .ms-xl-5 { margin-left: 3rem !important; } .ms-xl-auto { margin-left: auto !important; } .p-xl-0 { padding: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-xl-0 { padding-top: 0 !important; } .pt-xl-1 { padding-top: 0.25rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; } .pt-xl-3 { padding-top: 1rem !important; } .pt-xl-4 { padding-top: 1.5rem !important; } .pt-xl-5 { padding-top: 3rem !important; } .pe-xl-0 { padding-right: 0 !important; } .pe-xl-1 { padding-right: 0.25rem !important; } .pe-xl-2 { padding-right: 0.5rem !important; } .pe-xl-3 { padding-right: 1rem !important; } .pe-xl-4 { padding-right: 1.5rem !important; } .pe-xl-5 { padding-right: 3rem !important; } .pb-xl-0 { padding-bottom: 0 !important; } .pb-xl-1 { padding-bottom: 0.25rem !important; } .pb-xl-2 { padding-bottom: 0.5rem !important; } .pb-xl-3 { padding-bottom: 1rem !important; } .pb-xl-4 { padding-bottom: 1.5rem !important; } .pb-xl-5 { padding-bottom: 3rem !important; } .ps-xl-0 { padding-left: 0 !important; } .ps-xl-1 { padding-left: 0.25rem !important; } .ps-xl-2 { padding-left: 0.5rem !important; } .ps-xl-3 { padding-left: 1rem !important; } .ps-xl-4 { padding-left: 1.5rem !important; } .ps-xl-5 { padding-left: 3rem !important; } .text-xl-start { text-align: left !important; } .text-xl-end { text-align: right !important; } .text-xl-center { text-align: center !important; } } @media (min-width: 1400px) { .float-xxl-start { float: left !important; } .float-xxl-end { float: right !important; } .float-xxl-none { float: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-grid { display: grid !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-xxl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-xxl-none { display: none !important; } .flex-xxl-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xxl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xxl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xxl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xxl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xxl-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xxl-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xxl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xxl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-xxl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xxl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-xxl-0 { gap: 0 !important; } .gap-xxl-1 { gap: 0.25rem !important; } .gap-xxl-2 { gap: 0.5rem !important; } .gap-xxl-3 { gap: 1rem !important; } .gap-xxl-4 { gap: 1.5rem !important; } .gap-xxl-5 { gap: 3rem !important; } .justify-content-xxl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xxl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xxl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xxl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xxl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-xxl-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-xxl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xxl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xxl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-xxl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xxl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xxl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xxl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xxl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xxl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xxl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xxl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xxl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xxl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xxl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xxl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xxl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xxl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-xxl-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-xxl-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-xxl-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-xxl-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-xxl-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-xxl-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-xxl-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-xxl-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-xxl-0 { margin: 0 !important; } .m-xxl-1 { margin: 0.25rem !important; } .m-xxl-2 { margin: 0.5rem !important; } .m-xxl-3 { margin: 1rem !important; } .m-xxl-4 { margin: 1.5rem !important; } .m-xxl-5 { margin: 3rem !important; } .m-xxl-auto { margin: auto !important; } .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xxl-0 { margin-top: 0 !important; } .mt-xxl-1 { margin-top: 0.25rem !important; } .mt-xxl-2 { margin-top: 0.5rem !important; } .mt-xxl-3 { margin-top: 1rem !important; } .mt-xxl-4 { margin-top: 1.5rem !important; } .mt-xxl-5 { margin-top: 3rem !important; } .mt-xxl-auto { margin-top: auto !important; } .me-xxl-0 { margin-right: 0 !important; } .me-xxl-1 { margin-right: 0.25rem !important; } .me-xxl-2 { margin-right: 0.5rem !important; } .me-xxl-3 { margin-right: 1rem !important; } .me-xxl-4 { margin-right: 1.5rem !important; } .me-xxl-5 { margin-right: 3rem !important; } .me-xxl-auto { margin-right: auto !important; } .mb-xxl-0 { margin-bottom: 0 !important; } .mb-xxl-1 { margin-bottom: 0.25rem !important; } .mb-xxl-2 { margin-bottom: 0.5rem !important; } .mb-xxl-3 { margin-bottom: 1rem !important; } .mb-xxl-4 { margin-bottom: 1.5rem !important; } .mb-xxl-5 { margin-bottom: 3rem !important; } .mb-xxl-auto { margin-bottom: auto !important; } .ms-xxl-0 { margin-left: 0 !important; } .ms-xxl-1 { margin-left: 0.25rem !important; } .ms-xxl-2 { margin-left: 0.5rem !important; } .ms-xxl-3 { margin-left: 1rem !important; } .ms-xxl-4 { margin-left: 1.5rem !important; } .ms-xxl-5 { margin-left: 3rem !important; } .ms-xxl-auto { margin-left: auto !important; } .p-xxl-0 { padding: 0 !important; } .p-xxl-1 { padding: 0.25rem !important; } .p-xxl-2 { padding: 0.5rem !important; } .p-xxl-3 { padding: 1rem !important; } .p-xxl-4 { padding: 1.5rem !important; } .p-xxl-5 { padding: 3rem !important; } .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-xxl-0 { padding-top: 0 !important; } .pt-xxl-1 { padding-top: 0.25rem !important; } .pt-xxl-2 { padding-top: 0.5rem !important; } .pt-xxl-3 { padding-top: 1rem !important; } .pt-xxl-4 { padding-top: 1.5rem !important; } .pt-xxl-5 { padding-top: 3rem !important; } .pe-xxl-0 { padding-right: 0 !important; } .pe-xxl-1 { padding-right: 0.25rem !important; } .pe-xxl-2 { padding-right: 0.5rem !important; } .pe-xxl-3 { padding-right: 1rem !important; } .pe-xxl-4 { padding-right: 1.5rem !important; } .pe-xxl-5 { padding-right: 3rem !important; } .pb-xxl-0 { padding-bottom: 0 !important; } .pb-xxl-1 { padding-bottom: 0.25rem !important; } .pb-xxl-2 { padding-bottom: 0.5rem !important; } .pb-xxl-3 { padding-bottom: 1rem !important; } .pb-xxl-4 { padding-bottom: 1.5rem !important; } .pb-xxl-5 { padding-bottom: 3rem !important; } .ps-xxl-0 { padding-left: 0 !important; } .ps-xxl-1 { padding-left: 0.25rem !important; } .ps-xxl-2 { padding-left: 0.5rem !important; } .ps-xxl-3 { padding-left: 1rem !important; } .ps-xxl-4 { padding-left: 1.5rem !important; } .ps-xxl-5 { padding-left: 3rem !important; } .text-xxl-start { text-align: left !important; } .text-xxl-end { text-align: right !important; } .text-xxl-center { text-align: center !important; } } @media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; } .fs-2 { font-size: 2rem !important; } .fs-3 { font-size: 1.75rem !important; } .fs-4 { font-size: 1.5rem !important; } } @media print { .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-grid { display: grid !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-print-none { display: none !important; } } :root { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; } *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } * { margin: 0; padding: 0; scrollbar-width: thin; word-wrap: break-word; outline: none; } img { max-width: 100%; display: block; } *::-webkit-scrollbar { width: 6px; } *::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.04); border-radius: 0; } *::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.1); border-radius: 0; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } html, body { margin: 0; font-weight: 400; line-height: normal; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Nunito", sans-serif; font-size: 16px; color: #000; } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 400; line-height: 1.2; } h1, .h1, h2, .h2, h3, .h3, h4, .h4 { font-weight: 600; } h1, .h1 { font-size: 3.4286rem; } h2, .h2 { font-size: 2.625rem; } h3, .h3 { font-size: 2.25rem; } h4, .h4 { font-size: 1.8rem; } h5, .h5 { font-size: 1.4rem; font-weight: 500; } h6, .h6 { font-size: 1.15rem; font-weight: 500; } @media (max-width: 575.98px) { h1, .h1 { font-size: calc(1.375rem + 1.5vw); } } @media (max-width: 575.98px) and (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } @media (max-width: 575.98px) { h2, .h2 { font-size: 2.5rem; } h3, .h3 { font-size: 1.8rem; font-weight: 500; line-height: 1.4; } h4, .h4 { font-size: 1.35rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1.15rem; } } p { margin-top: 0; margin-bottom: 1rem; font-size: 1rem; line-height: 1.8; } abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding: 0; } ul { list-style: none; } ol, ul, dl { margin-top: 0; margin-bottom: 0; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 13px; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: var(--primary-color); text-decoration: none; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } a:hover { color: inherit; } a:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } a:active { border-color: #adb5bd; outline: none; -webkit-box-shadow: none; box-shadow: none; } a:focus-visible { border-color: #adb5bd; outline: none; -webkit-box-shadow: 0 0 0 2px #ced4da; box-shadow: 0 0 0 2px #ced4da; } button:focus { outline: none; } button:active { border-color: #adb5bd; outline: none; -webkit-box-shadow: none; box-shadow: none; } button:focus-visible { border-color: #adb5bd; outline: none; -webkit-box-shadow: 0 0 0 2px #ced4da; box-shadow: 0 0 0 2px #ced4da; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #d63384; word-wrap: break-word; } a &gt; code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #6c757d; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .container { max-width: 1430px; } @media (min-width: 576px) { .container { width: 94%; } } .container-narrow { max-width: 1180px; } .container-small { max-width: 1000px; } .container-xsmall { max-width: 800px; } @media (max-width: 1199.98px) { .border-bottom { border-color: #bababa !important; } } .color-brand { color: var(--brand-color) !important; } .color-primary { color: var(--primary-color) !important; } .color-secondary { color: var(--secondary-color) !important; } .color-danger { color: #dc3545 !important; } .color-success { color: #198754 !important; } .bold-500 { font-weight: 500 !important; } .bold-600 { font-weight: 600 !important; } .bold-700 { font-weight: 700 !important; } .underline { text-decoration: underline !important; } .fill-brand { fill: var(--brand-color) !important; } .fill-primary { fill: var(--primary-color) !important; } .btn { /* btn brand */ /* btn brand alpha */ /* btn brand bordered */ /* btn primary */ /* btn primary alpha */ /* btn primary bordered */ /* btn secondary */ /* btn primary alpha */ /* btn secondary bordered */ /* btn danger */ /* btn danger bordered */ /* btn success */ /* btn danger bordered */ /* btn info */ /* btn info bordered */ /* btn warning */ /* btn warning bordered */ /* btn gray */ /* btn close */ /* btn equal */ /* btn styles */ } .btn { padding: 0 1.6rem; height: 50px; line-height: 50px; border-radius: 300px; text-align: center; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } .btn:active { border-color: #adb5bd; outline: none; -webkit-box-shadow: none; box-shadow: none; } .btn:focus-visible { border-color: #adb5bd; outline: none; } .btn:hover { color: inherit; } @media (min-width: 576px) { .btn { min-width: 90px; } } .btn-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); } .btn-brand:hover { background-color: rgba(var(--brand-color-alpha), 0.8); color: var(--brand-color-inverse); } .btn-brand:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-brand:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: none; box-shadow: none; border-color: var(--brand-color); } .btn-brand:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .btn-brand-alpha { background-color: rgba(var(--brand-color-alpha), 0.2); color: var(--brand-color); } .btn-brand-alpha:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } .btn-brand-alpha:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: none; box-shadow: none; } .btn-brand-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-brand-alpha:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .btn-brand-bordered { background-color: transparent; border-color: var(--brand-color); color: var(--brand-color); } .btn-brand-bordered:hover { background-color: rgba(var(--brand-color-alpha), 0.6); color: var(--brand-color-inverse); } .btn-brand-bordered:active, .btn-brand-bordered:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-brand-bordered:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-primary, .btn--primary { background-color: var(--primary-color); color: var(--primary-color-inverse); border-color: var(--primary-color); } .btn-primary:hover, .btn--primary:hover { background-color: var(--brand-color); color: var(--primary-color-inverse); border-color: var(--brand-color); } .btn-primary:focus, .btn--primary:focus { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: none; box-shadow: none; outline: none; border-color: transparent; } .btn-primary:active, .btn-primary:focus-visible, .btn--primary:active, .btn--primary:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: var(--brand-color); } .btn-primary:active:focus, .btn--primary:active:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: var(--brand-color); } .btn-primary-alpha { background-color: rgba(var(--primary-color-alpha), 0.1); color: var(--primary-color); } .btn-primary-alpha:hover { background-color: rgba(var(--primary-color-alpha), 0.6); color: var(--primary-color-inverse); } .btn-primary-alpha:active { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: none; box-shadow: none; } .btn-primary-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .btn-primary-alpha:focus-visible { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); border-color: transparent; } .btn-primary-bordered { background-color: transparent; border-color: var(--primary-color); color: var(--primary-color); } .btn-primary-bordered:hover { background-color: rgba(var(--primary-color-alpha), 0.6); color: var(--primary-color-inverse); } .btn-primary-bordered:active, .btn-primary-bordered:focus-visible { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .btn-primary-bordered:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .btn-secondary, .btn--secondary { background-color: var(--secondary-color); color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .btn-secondary:hover, .btn--secondary:hover { background-color: #000; color: #fff; border-color: #000; } .btn-secondary:focus, .btn--secondary:focus { background-color: rgba(var(--secondary-color-alpha), 0.9); color: var(--secondary-color-inverse); -webkit-box-shadow: none; box-shadow: none; outline: none; border-color: transparent; } .btn-secondary:active, .btn-secondary:focus-visible, .btn--secondary:active, .btn--secondary:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.9); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: var(--secondary-color); } .btn-secondary:active:focus, .btn--secondary:active:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: var(--secondary-color); } .btn-secondary-alpha { background-color: rgba(var(--secondary-color-alpha), 0.1); color: var(--secondary-color); } .btn-secondary-alpha:hover { background-color: rgba(var(--secondary-color-alpha), 0.6); color: var(--secondary-color-inverse); } .btn-secondary-alpha:active { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: none; box-shadow: none; } .btn-secondary-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .btn-secondary-alpha:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: transparent; } .btn-secondary-bordered { background-color: transparent; border-color: var(--secondary-color); color: var(--secondary-color); } .btn-secondary-bordered:hover { background-color: rgba(var(--secondary-color-alpha), 0.6); color: var(--secondary-color-inverse); } .btn-secondary-bordered:active, .btn-secondary-bordered:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .btn-secondary-bordered:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .btn-danger:hover { color: #fff; background-color: #842029; } .btn-danger-alpha { background-color: #f8d7da; color: #dc3545; } .btn-danger-alpha:hover { background-color: #b02a37; color: #fff; } .btn-danger-alpha:active { background-color: #842029; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-danger-alpha:focus { -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .btn-danger-alpha:focus-visible { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; border-color: transparent; } .btn-danger-bordered { background-color: transparent; border-color: #dc3545; color: #dc3545; } .btn-danger-bordered:hover { background-color: #b02a37; color: #fff; } .btn-danger-bordered:active, .btn-danger-bordered:focus-visible { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .btn-danger-bordered:focus { -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .btn-success:hover { color: #fff; background-color: #0f5132; } .btn-success-alpha { background-color: #d1e7dd; color: #198754; } .btn-success-alpha:hover { background-color: #146c43; color: #fff; } .btn-success-alpha:active { background-color: #0f5132; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-success-alpha:focus { -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .btn-success-alpha:focus-visible { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; border-color: transparent; } .btn-success-bordered { background-color: transparent; border-color: #198754; color: #198754; } .btn-success-bordered:hover { background-color: #146c43; color: #fff; } .btn-success-bordered:active, .btn-success-bordered:focus-visible { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .btn-success-bordered:focus { -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .btn-info:hover { color: #fff; background-color: #084298; } .btn-info-alpha { background-color: #cfe2ff; color: #0d6efd; } .btn-info-alpha:hover { background-color: #0a58ca; color: #fff; } .btn-info-alpha:active { background-color: #084298; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-info-alpha:focus { -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .btn-info-alpha:focus-visible { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; border-color: transparent; } .btn-info-bordered { background-color: transparent; border-color: #0d6efd; color: #0d6efd; } .btn-info-bordered:hover { background-color: #0a58ca; color: #fff; } .btn-info-bordered:active, .btn-info-bordered:focus-visible { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .btn-info-bordered:focus { -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .btn-warning:hover { color: #fff; background-color: #997404; } .btn-warning-alpha { background-color: #fff3cd; color: #ffc107; } .btn-warning-alpha:hover { background-color: #cc9a06; color: #fff; } .btn-warning-alpha:active { background-color: #997404; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-warning-alpha:focus { -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .btn-warning-alpha:focus-visible { background-color: #997404; color: #fff; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; border-color: transparent; } .btn-warning-bordered { background-color: transparent; border-color: #ffc107; color: #ffc107; } .btn-warning-bordered:hover { background-color: #cc9a06; color: #fff; } .btn-warning-bordered:active, .btn-warning-bordered:focus-visible { background-color: #997404; color: #fff; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .btn-warning-bordered:focus { -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .btn-gray { background-color: #e9ecef; color: #000; border-color: transparent; } .btn-gray:hover { background-color: #000; color: #fff; border-color: #000; } .btn-gray:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-gray:active { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; } .btn-gray:focus-visible { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: transparent; } .btn-gray.is-active { background-color: #000; color: #fff; } .btn-transparent { padding: 0 1rem; } .btn-underline { padding: 0.5rem 0.4rem; text-decoration: underline; text-underline-offset: 3px; height: auto; line-height: normal; border: none; vertical-align: baseline; min-width: 1%; display: inline; color: inherit; border-radius: 300px; } .btn-close { color: #000; border-color: #e9ecef; padding: 0; width: 42px; height: 42px; line-height: 42px; min-width: 1%; background-size: 11px 11px; } .btn-equal { width: 42px; height: 42px; min-width: 1%; padding: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn-round { border-radius: 300px; } .btn-curved { border-radius: 10px; } .btn-hamburger span { width: 20px; height: 2px; background-color: currentColor; display: block; position: relative; } .btn-hamburger span:before { width: 100%; height: 2px; background-color: inherit; position: absolute; left: 0; right: 0; top: -7px; content: ""; } .btn-hamburger span:after { width: 100%; height: 2px; background-color: inherit; position: absolute; left: 0; right: 0; bottom: -7px; content: ""; } @media (max-width: 1199.98px) { .btn-hamburger.is-active:after { position: fixed; left: 0; right: 0; top: 0; bottom: 0; content: ""; cursor: pointer; background-color: rgba(0, 0, 0, 0.7); z-index: 1; } } @media (max-width: 575.98px) { .btn-sm-block { width: 100%; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media (max-width: 575.98px) { .btn-sm-equal { min-width: 1%; width: 42px; height: 42px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; color: #000; } } @media (max-width: 1199.98px) { .btn-xl-equal { min-width: 1%; width: 42px; height: 42px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; color: #000; } } @media (max-width: 575.98px) { .btn-sm-transparent { background-color: transparent; } } @media (max-width: 575.98px) { .btn-sm-bordered { border: solid 1px #ddd; } } @media (max-width: 1199.98px) { .btn-xl-bordered { border: solid 1px #ddd; } } .btn-lg, .btn-group-lg &gt; .btn { height: 50px; line-height: 50px; font-size: 1.05rem; padding: 0 2rem; } .btn-sm, .btn-group-sm &gt; .btn { height: 32px; line-height: 32px; font-size: 0.875rem; padding: 0 1rem; } .btn-block { width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn-bordered { border: solid 1px #ddd; } .btn--outline { border: solid 1px #ddd; height: auto; line-height: normal; padding: 0.75rem 1.5rem; } .btn--outline:hover { background-color: #000; color: #fff; border-color: #000; } .btn--outline:focus { background-color: #000; color: #fff; -webkit-box-shadow: none; box-shadow: none; outline: none; border-color: transparent; } .btn--outline:active, .btn--outline:focus-visible { background-color: #000; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: #000; } .btn--outline:active:focus { -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: #000; } .btn--bordered { border-color: #333; } .btn-outline-third { border: solid 1px #ddd; background-color: #fff; height: auto; line-height: normal; padding: 0.5rem 1.5rem; } .btn-outline-third:hover { background-color: #000; border-color: #000; color: #fff; } .btn-bordered-dark { border: solid 1px #ddd; border-color: #000; } .btn-disabled { border: solid 1px #ddd; border-color: #000; } .btn-processing:before { content: ""; border-radius: 300px; pointer-events: none; width: 18px; height: 18px; border: 2px solid; border-left-color: transparent; -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; z-index: 1; margin-right: 10px; } .btn--block { display: block; width: 100%; text-align: center; } .btn-google { border: 2px solid #ddd; } .btn-gmail { border: 2px solid #ddd; } .btn-social { padding: 0; margin: 10px 0 0; } .btn-social-label { padding: 0 0.5rem; width: 100%; text-align: center; -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; } .btn-social-media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 36px; height: 36px; } .btn-social:hover { background-color: #e9ecef; color: #000; } .btn-social:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-social:active { background-color: #e9ecef; color: #000; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn-social:focus-visible { background-color: #e9ecef; color: #000; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn-facebook { background-color: #1877f2; color: #fff; } .btn-facebook:hover { background-color: #005cd2; color: #fff; } .btn-facebook:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-facebook:active { background-color: #0247a1; color: #fff; -webkit-box-shadow: 0 0 0 3px #b2d4ff; box-shadow: 0 0 0 3px #b2d4ff; } .btn-facebook:focus-visible { background-color: #0247a1; color: #fff; -webkit-box-shadow: 0 0 0 3px #b2d4ff; box-shadow: 0 0 0 3px #b2d4ff; } .btn-apple { background-color: #000; color: #fff; } .btn-apple:hover { background-color: #343a40; color: #fff; } .btn-apple:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-apple:active { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn-apple:focus-visible { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn.btn--third { background: #4ca146; color: #fff; border-color: #4ca146; } .btn.btn--third:hover { background-color: #000; border-color: #000; } .btn.btn--white { background-color: #fff; color: #000; border: solid 1px #ddd; } .btn.btn--white:focus { outline-color: #fff; } @media (min-width: 1200px) { .btn.btn--white:hover { background-color: var(--primary-color); color: var(--primary-color-inverse); border-color: var(--primary-color); } } .btn.btn--link { background-color: transparent; color: var(--primary-color); border: none; padding: 0; -webkit-box-shadow: none; box-shadow: none; text-decoration: underline; -webkit-text-decoration-style: dashed; text-decoration-style: dashed; text-underline-offset: 5px; border-radius: 0; font-size: 0.875rem; } .btn.btn--link svg { display: block; } .btn.btn--link:focus { outline: none; } .btn.btn--link:hover { color: #333; text-decoration: none; } .btn.btn.btn--black { border-color: #494949; background: #494949; color: #fff; } .btn.btn.btn--black:hover { border-color: #000; background: #000; } .text--link { font-size: 0.875rem; font-weight: 700; color: var(--primary-color); } .text--link:hover { color: #333; } .link--text { color: var(--primary-color); text-decoration: underline; -webkit-text-decoration-style: dashed; text-decoration-style: dashed; text-underline-offset: 5px; font-weight: 700; text-transform: none; position: relative; display: inline-block; vertical-align: top; } .link--text:after, .link--text:before { content: ""; height: 15px; display: block; position: absolute; left: 0; right: 0; } .link--text:after { top: 100%; } .link--text:before { bottom: 100%; } .link--text:hover { color: #333; text-decoration: none; } .link-text { color: #212529; text-decoration: underline; text-underline-offset: 5px; font-weight: 700; font-size: 0.875rem; } .link-text:hover { color: var(--primary-color); } .btn-collection { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; } .btn-collection .link__target { position: absolute; left: 10px; right: 10px; background: #fff; padding: 15px; -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06); z-index: 3; text-align: center; } .btn-collection .link__target .social--share li { float: none; display: inline-block; vertical-align: top; } .btn-collection .link__target p { margin-bottom: 10px; } .btn-collection__col { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 10px 10px 0; } .btn-collection .btn { height: 40px; line-height: 38px; text-align: center; } .btn-collection .btn .svg-icon { height: 24px; width: 24px; display: inline-block; vertical-align: middle; margin-right: 5px; position: relative; top: -1px; } .btn-collection .btn .svg-icon svg { fill: #999; display: block; } .btn-collection .btn:hover .svg-icon svg { fill: #fff; } .btn-collection .btn.btn--fav.is-active { background: #cf0f14; border-color: #cf0f14; color: #fff; } .btn-collection .btn.btn--fav.is-active .svg-icon svg { fill: #fff; } .flex-col__height { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; } .group--btns { display: inline-block; vertical-align: top; margin-left: 5px; } .group--btns .button { margin-left: 5px; } .btn-groups--three { margin: 10px 0 0; } .btn--list a { margin: 0 10px; } .themebutton { background: rgba(0, 0, 0, 0.2); border-radius: 3px; color: #fff; line-height: 100%; padding: 2px 10px; } .themebutton:hover { color: #000; background: #fff; } .icon-back { width: 40px; height: 40px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: currentColor; font-size: 0; cursor: pointer; } .icon-back:after { content: ""; height: 2px; width: 16px; background-color: currentColor; position: relative; } .icon-back:before { content: ""; position: relative; width: 12px; height: 12px; border-right: 2px solid currentColor; border-top: 2px solid currentColor; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); margin-right: -12px; } .hamburger { position: relative; width: 40px; height: 40px; -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; display: inline-block; vertical-align: middle; color: currentColor; cursor: pointer; } .hamburger.open, .hamburger:hover { color: currentColor; } .hamburger.open:after { opacity: 1; visibility: visible; } .hamburger:after { content: ""; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(51, 51, 51, 0.5); opacity: 0; visibility: hidden; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; z-index: 13; } .hamburger span { position: absolute; top: 50%; left: 10px; height: 2px; width: 20px; margin-top: -1px; background-color: currentColor; -webkit-transition: height 0s linear, -webkit-transform 0.6s ease-in-out; transition: height 0s linear, -webkit-transform 0.6s ease-in-out; -o-transition: height 0s linear, transform 0.6s ease-in-out; transition: height 0s linear, transform 0.6s ease-in-out; transition: height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; transition: height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-transition-delay: 0.6s, 0s, 0s; -o-transition-delay: 0.6s, 0s, 0s; transition-delay: 0.6s, 0s, 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .hamburger.open span { height: 0; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: width 0s linear, -webkit-transform 0s ease; transition: width 0s linear, -webkit-transform 0s ease; -o-transition: width 0s linear, transform 0s ease; transition: width 0s linear, transform 0s ease; transition: width 0s linear, transform 0s ease, -webkit-transform 0s ease; -webkit-transition-delay: 0.3s, 0.6s, 0.6s; -o-transition-delay: 0.3s, 0.6s, 0.6s; transition-delay: 0.3s, 0.6s, 0.6s; } .hamburger span:after { position: absolute; top: 6px; left: 0; height: 2px; width: 20px; background-color: inherit; content: ""; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -o-transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; -o-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; } .hamburger.open span:after { top: 0; width: 20px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s; -o-transition-delay: 0s, 0s, 0.3s, 0.3s; transition-delay: 0s, 0s, 0.3s, 0.3s; } .hamburger span:before { position: absolute; top: -6px; left: 0; height: 2px; width: 20px; background-color: inherit; content: ""; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -o-transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; -o-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; } .hamburger.open span:before { top: 0; width: 20px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s; -o-transition-delay: 0s, 0s, 0.3s, 0.3s; transition-delay: 0s, 0s, 0.3s, 0.3s; } .icon-close { width: 24px; height: 24px; position: relative; display: block; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); color: currentColor; } .icon-close:after, .icon-close:before { content: ""; height: 2px; width: 16px; background-color: currentColor; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .icon-close:before { height: 16px; width: 2px; } .cms-content { line-height: 1.6; color: #000; font-size: 14px; } .cms-content h2, .cms-content .h2, .cms-content h3, .cms-content .h3, .cms-content h4, .cms-content .h4, .cms-content h5, .cms-content .h5, .cms-content h6, .cms-content .h6 { margin-bottom: 1.5rem; font-weight: 500; } .cms-content ul li { position: relative; padding-left: 1.4rem; margin-bottom: 0.6rem; } .cms-content ul li:before { width: 8px; height: 8px; position: absolute; left: 0; top: 0.5rem; content: ""; background-color: var(--brand-color); border-radius: 300px; } .cms-content ol { list-style-position: inside; } .cms-content ol li { margin: 0.6rem 0; } [dir="rtl"] .text-start { text-align: right !important; } /*cookies*/ .cc-window { background-color: rgba(0, 0, 0, 0.75); bottom: 0; left: 0; opacity: 1; position: fixed; right: 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; z-index: 999; } .cc-window .box-cookies { color: #dbe0df; font-size: 13px; font-weight: 400; line-height: 30px; padding: 15px; text-align: center; } .cc-window .box-cookies a { color: #fff; text-decoration: underline; } .cc-window .cc-close { background-color: var(--color-secondary); cursor: pointer; display: inline-block; font-weight: bold; height: 25px; line-height: 25px; margin-left: 10px; padding: 0 10px; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } /* Demo header  */ .sticky-demo-header .demo-header { background: #fff; position: sticky; top: 0; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 2rem; line-height: 4rem; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); } .sticky-demo-header .demo-header .restore-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } .sticky-demo-header .demo-header .restore-wrapper &gt; a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 10px 0; } .sticky-demo-header .demo-header .restore-wrapper .restore__counter { padding: 0px 8px; font-size: 1rem; color: var(--color-secondary); margin: 0.1rem 0; font-weight: 800; line-height: 1; letter-spacing: 4px; } .sticky-demo-header .demo-header .restore-wrapper .restore__progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 4px; width: 100%; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 2rem; margin: 0.25rem 0; max-width: 96px; } .sticky-demo-header .demo-header .restore-wrapper .restore__progress-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: var(--color-secondary); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .sticky-demo-header .demo-header .restore-wrapper .restore__content { font-size: 0.675rem; color: #525252; font-weight: 600; margin-bottom: 0.25rem; line-height: 1.5; } .sticky-demo-header .demo-header .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } .sticky-demo-header .demo-header .btn.btn-outline-primary { background: none; border-color: var(--color-secondary); color: var(--color-secondary); border: 1px solid; } .demo-cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sticky-demo-header .header { padding: 0; } .sticky-demo-header .main-bar { padding: 20px 0; } .sticky-demo-header .header { position: sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; z-index: 10; top: 0; width: 100%; background: #fff; border-bottom: none; border-bottom: solid 1px #dee2e6; } .sticky-demo-header .body { padding: 0; } .close-layer { z-index: 2; position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; opacity: 0.3; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .close-layer:hover { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 1; } .close-layer:before, .close-layer:after { position: absolute; left: 15px; content: " "; height: 18px; width: 2px; background-color: #000; } .close-layer:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .close-layer:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .close-layer.close-layer--white:before, .close-layer.close-layer--white:after { background-color: #fff; } .demo-cta .close-layer { position: relative; right: auto; top: auto; margin-left: 1rem; } @media (max-width: 1199.98px) { .sticky-demo-header .demo-header { display: none; } } input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999999; font-weight: normal; } input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999; font-weight: normal; opacity: 1; } input::-ms-input-placeholder { /* Microsoft Edge */ color: #999999; font-weight: normal; opacity: 1; } input:-ms-input-placeholder { /* Most modern browsers support this now. */ color: #999999; font-weight: normal; opacity: 1; } input::placeholder { /* Most modern browsers support this now. */ color: #999999; font-weight: normal; opacity: 1; } input[type="password"], input[type="text"], select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], input[type="date"], input[type="url"], input[type="tel"], select, input[type="number"], input[type="file"] { background-color: #fff; border: solid 1px #ddd; height: 50px; padding: 0 1.2rem; width: 100%; color: #000; font-family: inherit; font-weight: 400; border-radius: 8px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; text-align: left; } @media (max-width: 1199.98px) { input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], input[type="date"], input[type="url"], input[type="tel"], select, input[type="number"], input[type="file"] { border-color: #bababa; } } textarea { background-color: #fff; border: solid 1px #ddd; height: 160px; padding: 1rem; width: 100%; color: #000; font-family: inherit; font-weight: 400; border-radius: 8px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, select:focus, input[type="number"]:focus-visible, input[type="file"]:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="phone"]:focus-visible, input[type="search"]:focus-visible, input[type="password"]:focus-visible, input[type="date"]:focus-visible, input[type="url"]:focus-visible, input[type="tel"]:focus-visible, textarea:focus-visible, select:focus-visible, input[type="number"]:focus-visible, input[type="file"]:focus-visible { border-color: var(--brand-color); -webkit-box-shadow: 0 0 0 5px rgba(var(--brand-color-alpha), 0.15); box-shadow: 0 0 0 5px rgba(var(--brand-color-alpha), 0.15); outline: none; } input[type="file"] { height: auto; padding: 8px 10px; } select { padding-right: 35px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTBERUE3RUMxNkQxMUVEQUQyRkYyNjA2RDE0NDc4RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTBERUE3RkMxNkQxMUVEQUQyRkYyNjA2RDE0NDc4RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFMERFQTdDQzE2RDExRURBRDJGRjI2MDZEMTQ0NzhEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFMERFQTdEQzE2RDExRURBRDJGRjI2MDZEMTQ0NzhEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hez3rQAAARtJREFUeNrs2YEJwjAQBdBWHCAjOIKrOcmN4CgdQTdwBTeIBlLRkjTJ5e4q5R8ECi139xIOSjt674c9xGHYSQACCCCAAAIIIID8Y4SXxtRKhNugPVfbb+2JXN/rZowJtaa4RE4kIHxcDyOMixs3152K/RYg3wgrzBLxg+FAUghtTA7xwXBm5Lly76QwM/NMnFeeuXNnhFZ2R/JkSifhYy/sGbHAVCN6IZqYJoQERAPTjJCCSGJYCEmIBIaNkIb0YLoQGhAOphuhBWnBiCA0IbUYEYQ2pAYjgrCAcDHUWsQC0oohTgErSC2GuMktISUM9SS2huQw1Jt0C8gSQxIJc/0elT8iXDLX4jHiZygggAACCCCAAAIIIKV4CTAAoG0I238D0ngAAAAASUVORK5CYII="); background-size: 14px 14px; background-color: #fff; background-repeat: no-repeat; background-position: center right 15px; } .form-label, .field_label { display: block; font-weight: 500; margin-bottom: 0.5rem; } @media (min-width: 576px) { .form-label, .field_label { margin-bottom: 0.8rem; } } .field-lg { height: 50px !important; } @media (min-width: 576px) { .field-lg { font-size: 1.1rem; } } .form-group, .field-set { margin-bottom: 1.5rem; } @media (min-width: 576px) { .form-group, .field-set { margin-bottom: 2rem; } } .calendar-field { padding-right: 35px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAjUlEQVRIS2NkoDFgJGD+f6g8LnWE5BnoasF6oGsDqBRiB4DmOILMQvYBzLtUsgNiNjYLCIkhOwBbHKCIETKMUCRSbAE5wUWSD2hiATmGYtODM5JpbgGhzEfIAQMfB6M+GI0DQqmUgWAQETSBSAUYOfk8UKMBkZoJKdsAVBCIXh8Q0kSWPKWZiqClNLcAALenKBmlBxVOAAAAAElFTkSuQmCC"); background-size: 16px 16px; background-repeat: no-repeat; background-position: calc(100% - 10px); } .time-field { padding-right: 35px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABrUlEQVRIS7WVDVHEMBCF7xyAg+KAU0BRACigOAAFgAJwQFEAKOBQAA6uDsABvK+TzYQ0P4WZ7syb5q6bvH0vm3S9WjjWC6+/mkPQqogTgWfjChr0/BBehOdSkSWCQ028Fk4rKiE6EyCdRI6gU+adsOcq3er55hb50hNycB6outL4PmZIEVy6xcntBSayaC4ohDnEhCQmaJT07ipHdtHfgLHV+NX93uiJbWPEBCSRjFSqieM7M4+/Tcmg8UGKgM18EkigipQtJQLW3AmNcCH0sYIH/dEVqie/RnCjHDoPa7H4l0V4T2eUvK8RmAuo348JTB7+YVMqagS09aezd0LACxLmEMTk1ixG4IsPu8gs8huUkGAKcgStXtCJODB2Ukhgm3yr/9ms/4Qd0uQmh23q+/gPLNhDm6PCN0p80Mym3EEr8aGaFuUUH7uNnpzkRi/oJoKk7UwFqMdigur9vNplV1OCLVTdCYwn+5e7rsMbFcl8WKjKLrHwumbMwWLx3qwx5bUPDrJZoBSQ0tr+Bg2T53wykX8ktELjKqTiQXgUaMnUxTjyzCGoCCi/XpzgB8/5YBmJxR+5AAAAAElFTkSuQmCC"); background-size: 16px 16px; background-repeat: no-repeat; background-position: calc(100% - 10px); } .form-check { margin: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: normal; min-height: 1%; padding: 0; } .form-check-input { width: 20px; height: 20px; margin-top: 0; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; vertical-align: middle; float: none !important; margin: 0 !important; } .form-check-input:checked { background-color: var(--brand-color); border-color: var(--brand-color); } .form-check-input:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: var(--brand-color); } .form-check-input:hover { -webkit-box-shadow: 0 0 0 5px #e9ecef; box-shadow: 0 0 0 5px #e9ecef; } .form-check-label { padding: 0 0.5rem; line-height: 20px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } @media (max-width: 1199.98px) { .form-check-xl-bordered { border: solid 1px #ddd; border-radius: 10px; height: 40px; line-height: 38px; padding: 0 0.6rem; } .form-check-xl-bordered { padding-left: 40px !important; } } .form-switch { padding-left: 0; } .form-switch .form-check-input { width: 36px; height: 24px; border-color: transparent; margin: 0; background-position: left center; background-color: #ced4da; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-color: var(--brand-color); border-color: var(--brand-color); } .form-switch .form-check-input:checked:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .form-switch .form-check-input:focus { -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-switch .form-check-label { line-height: 24px; } .form-switch-outlined { border: solid 1px #ddd; padding: 1rem; border-radius: 10px; } .form-switch-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } .form-check-inline { display: inline-block; } .range-slider { position: relative; width: 100%; min-height: 50px; text-align: center; } .range-slider__output { position: relative; padding: 0 12px; height: 20px; } .range-slider__value { top: 1.6rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .range-slider input { pointer-events: none; position: absolute; overflow: hidden; left: 0; right: 0; top: 0; width: 100%; outline: none; height: 50px; margin: 0; padding: 0; } .range-slider input::-webkit-slider-thumb { pointer-events: all; position: relative; z-index: 1; outline: 0; } .range-slider input::-moz-range-thumb { pointer-events: all; position: relative; z-index: 10; -moz-appearance: none; width: 9px; } .range-slider input::-moz-range-track { position: relative; z-index: -1; background-color: black; border: 0; } .range-slider input:last-of-type::-moz-range-track { -moz-appearance: none; background: none transparent; border: 0; } .range-slider input[type="range"]::-moz-focus-outer { border: 0; } .range-slider .rangeValue { width: 30px; } .range-slider .output { position: absolute; display: inline-block; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); min-width: 30px; text-align: center; background-color: #000; color: #fff; padding: 0.3rem 0.5rem; border-radius: 10px; font-size: 11px; bottom: 100%; } .range-slider input[type="range"] { -webkit-appearance: none; background: none; } .range-slider input[type="range"]::-webkit-slider-runnable-track { height: 5px; border: none; border-radius: 3px; background: transparent; } .range-slider input[type="range"]::-ms-track { height: 5px; background: transparent; border: none; border-radius: 3px; } .range-slider input[type="range"]::-moz-range-track { height: 5px; background: transparent; border: none; border-radius: 3px; } .range-slider input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 32px; width: 32px; border-radius: 50px; background: #fff; border: solid 1px #ddd; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; margin-top: -14px; cursor: move; position: relative; z-index: 10; } .range-slider input[type="range"]::-ms-thumb { -webkit-appearance: none; border: none; height: 32px; width: 32px; border-radius: 50%; background: #fff; border: solid 1px #ddd; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; cursor: move; position: relative; z-index: 10; } .range-slider input[type="range"]::-moz-range-thumb { -webkit-appearance: none; border: none; height: 32px; width: 32px; border-radius: 50%; background: #fff; border: solid 1px #ddd; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; cursor: move; position: relative; z-index: 10000; } .range-slider input[type="range"]:focus { outline: none; } .range-slider .full-range, .range-slider .incl-range { width: 100%; height: 10px; left: 0; right: 0; top: 50%; position: absolute; margin-top: -5px; background: #ddd; border-radius: 10px; } .range-slider .incl-range { background: var(--brand-color); } .file-uploader { position: relative; cursor: pointer; } .file-uploader__action { position: relative; background-color: rgba(var(--brand-color-alpha), 0.15); border: 1px dashed var(--brand-color); padding: 3rem 1rem; width: 100%; text-align: center; cursor: pointer; border-radius: 10px; } .file-uploader__action:hover { background-color: rgba(var(--brand-color-alpha), 0.2); } .file-uploader__field { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; cursor: pointer; } .file-uploader p { margin: 0; line-height: 1.4; } .file-uploader-round { padding-bottom: 100%; } .file-uploader-round .file-uploader__action { width: 100%; height: 100%; border-radius: 300px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .file-uploader-round p { max-width: 80%; margin: 0 auto; } .file-uploader-small { width: 52px; height: 52px; position: absolute; right: 1rem; bottom: 0; } .file-uploader-small .file-uploader__action { width: 100%; height: 100%; border-radius: 300px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 0; background-color: var(--brand-color); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .file-uploader-small svg { fill: #fff; pointer-events: none; } .field-count { position: relative; } .field-count:after { position: absolute; top: 50%; right: 0.7rem; content: attr(field-count); background-color: #e9ecef; border-radius: 8px; padding: 0.3rem 0.4rem; font-size: 12px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .field-count__wrap, .field-count input[type="text"] { padding-right: 5rem !important; } button, input, optgroup, select, textarea { -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } .frm-agree-chkbox { text-align: left; } /*.checkbox input:focus + .input-helper:before, .radio input:focus + .input-helper:before {outline:1px dotted;}*/ input[type="submit"]:focus, input[type="button"]:focus, .button:focus { -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05) inset; box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05) inset; outline: none; } textarea { resize: vertical; } /* form elements ---------------------- */ input::-moz-focus-inner { border: 0; padding: 0; } input, select, textarea { outline: none; font-family: inherit; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } input[type="submit"], input[type="button"] { -webkit-appearance: none; } input[type="text"], input[type="password"], textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: transparent !important; } select::-ms-expand { display: none; } input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], textarea, select, input[type="number"], input[type="file"] { background-color: #fff; border: 1px solid #dedede; height: 50px; color: inherit; width: 100%; font-family: inherit; line-height: 100%; border-radius: 8px; } input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus, input[type="number"]:focus, input[type="file"]:focus { border-color: #333; } textarea { height: 100px; padding: 10px; } .form input[type="submit"], .form input[type="button"] { display: inline-block; font-size: 1rem; padding: 0 2rem; position: relative; cursor: pointer; height: 50px; line-height: 50px; color: #fff; font-weight: 500; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; background: var(--primary-color); color: #fff; border: 1px solid var(--primary-color); margin-right: 15px; border-radius: 300px; } .form input[type="button"] { background: #333; border-color: #333; margin: 0; } .form input[type="submit"]:active, .form input[type="button"]:active { top: 2px; } .form input[type="file"] { height: auto; padding: 11px; } /* placeholders ---------------------- */ ::-webkit-input-placeholder { color: #000; opacity: 1; } :-moz-placeholder { color: #000; opacity: 1; } ::-moz-placeholder { color: #000; opacity: 1; } :-ms-input-placeholder { color: #000; opacity: 1; } /* radio and checkbox */ .checkbox, .radio { font-size: 1.1em; display: inline-block; position: relative; vertical-align: top; padding-left: 30px; } .checkbox input, .radio input { top: 0; left: 0; margin: 0 !important; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio.disabled, .checkbox.disabled { cursor: not-allowed; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="text"][disabled], input[type="password"][disabled] { cursor: not-allowed; background: rgba(0, 0, 0, 0.03); } .inline.radio, .inline.checkbox { padding-right: 20px; } .checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { -webkit-transition: all; -o-transition: all; transition: all; -webkit-transition-duration: 250ms; -o-transition-duration: 250ms; transition-duration: 250ms; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; content: ""; } .checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #ccc; background: #fff; } .checkbox.disabled, .radio.disabled { opacity: 0.6; filter: alpha(opacity=60); } .checkbox input { width: 17px; height: 17px; } .checkbox input:checked + .input-helper:after { -webkit-transform: scale(1) rotate(-50deg); -ms-transform: scale(1) rotate(-50deg); transform: scale(1) rotate(-50deg); opacity: 1; filter: alpha(opacity=100); } .checkbox .input-helper:before { width: 17px; height: 17px; } .checkbox .input-helper:after { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0) rotate(80deg); -ms-transform: scale(0) rotate(80deg); transform: scale(0) rotate(80deg); width: 10px; height: 6px; border-bottom: 2px solid #4ca146; border-left: 2px solid #4ca146; left: 3px; top: 6px; } .radio input { width: 19px; height: 19px; } .radio input:checked + .input-helper:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .radio .input-helper:before { top: 0; width: 19px; height: 19px; border-radius: 50%; } .radio .input-helper:after { width: 11px; height: 11px; background: #4ca146; border-radius: 50%; top: 4px; left: 4px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .form-page-search { max-width: 70%; width: 100%; margin: auto; display: block; position: relative; } .form-page-search ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; width: 100%; -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1); } .form-page-search li { float: left; } .form-page-search li.first { width: 100%; } .form-page-search li.second { width: 65%; } .form-page-search li.full { width: 105%; } .form-page-search ul &gt; li.last { margin: 0; position: absolute; right: 0; top: 0; width: 60px; font-size: 0; } .form-page-search ul &gt; li.last input[type="submit"] { width: 100%; background-color: #fff; border: none; height: 60px; padding: 0; min-width: 60px; } @media (min-width: 576px) { .form-page-search ul &gt; li.last input[type="submit"] { font-size: 0; } } .form-page-search ul &gt; li.last input[type="submit"]:active { top: 0; } .selection__label label input[type="radio"] { margin-right: 8px; } .slt-absolute { max-width: 80px; position: absolute; left: 2px; top: 5px; bottom: 0; height: 40px; border: none; border-radius: 0; border-right: 1px solid #ddd; background-color: transparent; } .slt-absolute:focus { border-color: #d7d7d7; } .input-absolute { padding-left: 95px !important; } .field_cover { position: relative; } .field_cover .links--inline { margin: 15px 0 0; } .field_cover .links--inline li { padding: 0 10px 0 0; line-height: 1.4; } .near-by { border: none; padding: 0 20px; width: auto; font-size: 15px; text-transform: capitalize; border-radius: 4px; height: 45px; cursor: pointer; background: #ddd; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .near-by span { padding-left: 10px; } .location-search .near-by { width: 100%; } .form-page-search li.first input { padding-right: 12rem; } @media (max-width: 767.98px) { .form-page-search ul { -webkit-box-shadow: none; box-shadow: none; } .form-page-search ul &gt; li.last { position: relative; right: auto; top: auto; width: 100%; background: none; font-size: 1.1em; } .form-page-search ul &gt; li.last input[type="submit"] { background: #cf0f14; } .form-page-search ul &gt; li.first input:focus { border-color: #333; } } @media (min-width: 1200px) { html.show-facebox body, html.show-header-location-js body, html.show-header-search-js body { padding-right: 8px; overflow: hidden; } } .popup__show { padding-right: 8px; overflow: hidden; } .body.home-page ~ .pac-container { z-index: 9 !important; } .autocomplete_result { background: #fff; max-height: 400px; overflow-y: auto; padding: 10px; text-align: left; position: absolute; left: 0; right: 0; top: 100%; border-top: 1px solid rgba(0, 0, 0, 0.1); } .result_list { -webkit-box-shadow: none !important; box-shadow: none !important; } .result_list li { display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .result_list li:last-child { border-bottom: none; } .result_list li a { display: inline-block; padding: 10px; width: 100%; color: inherit; } .result_list li:hover a { background: rgba(0, 0, 0, 0.03); color: #d11e23; } .result_list li img { float: left; margin: 0 10px 0 0; width: 40px; } .result_type { font-size: 12px; text-transform: capitalize; font-weight: normal; } .selection-title { font-size: 1.4rem; font-weight: 500; display: block; margin: 1rem 0; } .selection-title .checkbox, .selection-title .radio { padding: 0; position: relative; margin-right: 0.5rem; } .selection-title .checkbox .input-helper, .selection-title .radio .input-helper { width: 40px; height: 24px; display: block; } .selection-title .checkbox .input-helper:before, .selection-title .radio .input-helper:before { width: 100%; height: 100%; background-color: #cecece; content: ""; position: absolute; left: 0; top: 0; border-radius: 30px; pointer-events: none; border: none; } .selection-title .checkbox .input-helper:after, .selection-title .radio .input-helper:after { width: 16px; height: 16px; background-color: #fff; content: ""; border-radius: 30px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; pointer-events: none; position: absolute; left: 4px; top: 4px; border: none; opacity: 1; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-backface-visibility: visible; backface-visibility: visible; } .selection-title .checkbox input, .selection-title .radio input { width: 100%; height: 100%; } .selection-title .checkbox input:checked + .input-helper:after, .selection-title .radio input:checked + .input-helper:after { left: 20px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .selection-title .checkbox input:checked + .input-helper:before, .selection-title .radio input:checked + .input-helper:before { background-color: #5aaf64; } /* labels */ .label { color: #fff; display: inline; font-size: 0.85em; padding: 0 10px 0; text-align: center; color: #fff; vertical-align: baseline; white-space: nowrap; display: inline-block; min-width: 70px; height: 30px; line-height: 31px; margin: 0 5px 5px 0; } .label.label--default { color: #666; background-image: url(images/icon_inactive.svg); background-repeat: no-repeat; background-color: #e3e3e3; background-position: left 6px center; padding-left: 26px; background-size: 11px; } .label.label--success { color: #4ca146; background: url(images/icon_success.svg); background-repeat: no-repeat; background-color: #e7fae6; background-position: left 6px center; padding-left: 26px; background-size: 14px; } .label.label--primary { color: #7a6fbe; background-image: url(images/icon_active.svg); background-repeat: no-repeat; background-color: #d1cee7; background-position: left 5px center; background-repeat: no-repeat; padding-left: 26px; background-size: 16px; } .label.label--info { color: #009cff; background-image: url(images/icon_info.svg); background-repeat: no-repeat; background-color: #e6f2fa; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .label.label--danger { color: #cf1b21; background-image: url(images/icon_danger.svg); background-repeat: no-repeat; background-color: #fae6e7; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .label.label--warning { color: #e79500; background-image: url(images/icon_warning.svg); background-repeat: no-repeat; background-color: #faf4e6; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .label.label--process { color: #666; background-image: url(images/icon_process.svg); background-repeat: no-repeat; background-color: #e3e3e3; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .pagination { -ms-flex-wrap: wrap; flex-wrap: wrap; } .pagination .page-link { min-width: 40px; min-height: 40px; border-radius: 300px; border: none; padding: 0 1rem; line-height: 40px; color: #000; font-weight: 500; text-align: center; font-size: 1.1rem; } .pagination .page-link:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .pagination .page-link:active, .pagination .page-link:focus-visible { -webkit-box-shadow: 0 0 0 3px #666666; box-shadow: 0 0 0 3px #666666; outline: none; background-color: #000; color: #fff; } @media (max-width: 575.98px) { .pagination .page-item-first, .pagination .page-item-last { display: none; } } .pagination .page-item { margin: 0.3rem; } .pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link { border-radius: 300px; } .pagination .page-item.is-active .page-link { background-color: #000; color: #fff; } @media (min-width: 576px) { .pagination .page-item-prev .page-link { padding-left: 2.4rem; } } @media (max-width: 575.98px) { .pagination .page-item-prev .page-link { font-size: 0; } } .pagination .page-item-prev .page-link:before { position: absolute; left: 1.2rem; top: 50%; content: ""; pointer-events: none; width: 10px; height: 10px; border-left: 2px solid #000; border-bottom: 2px solid #000; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-top: -5px; } .pagination .page-item-prev .page-link:active:before, .pagination .page-item-prev .page-link:focus-visible:before { border-color: #fff; } @media (min-width: 576px) { .pagination .page-item-next .page-link { padding-right: 2.4rem; } } @media (max-width: 575.98px) { .pagination .page-item-next .page-link { font-size: 0; } } .pagination .page-item-next .page-link:before { position: absolute; right: 1.2rem; top: 50%; content: ""; pointer-events: none; width: 10px; height: 10px; border-right: 2px solid #000; border-bottom: 2px solid #000; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -5px; } .pagination .page-item-next .page-link:active:before, .pagination .page-item-next .page-link:focus-visible:before { border-color: #fff; } input[type="text"].slide_range { background: transparent; border: 0; width: 50%; } #slider-range { z-index: 0; padding: 9px; margin: 7px; width: 500px; } .ui-slider-horizontal .ui-slider-handle { top: 0 !important; } .ui-slider .ui-slider-handle { cursor: e-resize !important; top: 0; } .ui-slider .ui-slider-range { background: #4ca146; } @media (max-width: 767.98px) { #slider-range { width: 95%; } } .inline-tabs-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (max-width: 1199.98px) { .inline-tabs-list { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: auto; white-space: nowrap; } .inline-tabs-list { -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; /* for Firefox */ } .inline-tabs-list::-webkit-scrollbar { display: none; /* for Chrome, Safari, and Opera */ } } .inline-tabs-link { padding: 1rem 0; position: relative; border-bottom: 3px solid transparent; position: relative; display: block; font-weight: 500; } .inline-tabs-link[tab-count]:after { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 2px; min-width: 24px; min-height: 20px; border-radius: 8px; background-color: #dee2e6; content: attr(tab-count); font-family: Arial; font-size: 13px; color: #000; pointer-events: none; margin-left: 0.5rem; } @media (min-width: 1200px) { .inline-tabs-item:not(:last-child) { margin-right: 2.6vw; } } @media (min-width: 1201px) and (max-width: 1399px) { .inline-tabs-item:not(:last-child) { margin-right: 1.6vw; } } @media (max-width: 1199.98px) { .inline-tabs-item:not(:last-child) { margin-right: 2.6rem; } } .inline-tabs-item.is-active .inline-tabs-link { color: #000; border-color: inherit; } .inline-tabs-item.is-active .inline-tabs-link[tab-count]:after { background-color: #000; color: #fff; font-weight: 500; } @media (max-width: 575.98px) { .inline-tabs-item.is-active .inline-tabs-link { color: var(--brand-color); border-color: inherit; } .inline-tabs-item.is-active .inline-tabs-link[tab-count]:after { background-color: var(--brand-color); color: #fff; font-weight: 500; } } .inline-tabs-item.is-disabled .inline-tabs-link { opacity: 0.4; pointer-events: none; } .tabs-rounded ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 30px 0 30px; overflow: auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; white-space: nowrap; } @media (min-width: 992px) { .tabs-rounded ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .tabs-rounded ul li { margin: 0 5px; } .tabs-rounded ul li a { display: block; padding: 6px 25px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 30px; background-color: #fff; color: #666; } .tabs-rounded ul li.is-active a { background: #d11e23; color: #fff; border-color: #d11e23; } .tabs-inline ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .tabs-inline ul li { -webkit-margin-end: 30px; margin-inline-end: 30px; } .tabs-inline ul li a { display: block; padding: 15px 0; font-size: 16px; font-weight: 500; position: relative; color: #666; } .tabs-inline ul li.is--active a { color: #d11e23; } .tabs-inline ul li.is--active a:before { position: absolute; left: 0; right: 0; bottom: -1px; content: ""; height: 3px; background: #d11e23; } .tabs--floated.search_tabs { border: none; background: none; } .tabs--floated.search_tabs li a { border: none; background: none; font-size: 20px; font-weight: 500; } .tabs--floated.search_tabs li.is--active a { border-bottom: 2px solid #d11e23; } .tabs--floated.search_tabs li.is--active a:before { background: none; } .tabs-flexed ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .tabs-flexed ul li { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .tabs-flexed ul li a { display: block; padding: 0 1.25rem 1rem; position: relative; border-bottom: 2px solid #e6e6e6; color: #333; text-align: center; } .tabs-flexed ul li a::after { content: ""; border: 10px solid transparent; position: absolute; top: 100%; left: 50%; border-top-color: currentColor; opacity: 0; } .tabs-flexed ul li.is-active a { font-weight: 600; color: #d11e23; border-color: currentColor; } .tabs-flexed ul li.is-active a:after { opacity: 1; } .tabs--floated { border: 1px solid #e6e6e6; border-bottom: none; border-right: none; display: table; background: #fff; } .tabs--floated:after { display: block; content: ""; height: 0; clear: both; } .tabs--floated li { float: left; } .tabs--floated li a { display: block; height: 45px; line-height: 45px; display: block; padding: 0 20px; color: inherit; position: relative; border-right: 1px solid #e6e6e6; background: #f5f5f5; } .tabs--floated li.is--active a { background: #fff; } .tabs--floated li.is--active a:before { pointer-events: none; position: absolute; left: 0; right: 0; bottom: -4px; content: ""; height: 5px; background: #fff; z-index: 1; } #popular_restaurants .tabs--floated.search_tabs li a { font-size: 16px; font-weight: 400; } /* ------------------------------------ */ .selection { padding-bottom: 20px; padding-left: 35px; position: relative; } .selection.selection--default { padding-left: 0; } .selection p { margin-bottom: 0; } .selection:last-child { padding-bottom: 0; } .selection .selection__label { display: block; } .selection .selection__label + p { margin: 0; } .selection .selection__label .radio, .selection .selection__label .checkbox { position: absolute; left: 0; top: 0; } .selection h6, .selection .h6 { font-size: 1em; font-weight: 500; display: inline-block; } .selectionbar { background: #fafafa; padding: 15px; width: 100%; } .selectionbar .grid_1 { width: 60%; float: left; } .selectionbar .grid_2 { float: right; width: 40%; } .selectionbar .selectiontabs { float: left; } .selectiontabs { display: inline-block; } .selectiontabs li { float: left; line-height: 40px; font-size: 15px; color: #666; text-align: center; } .selectiontabs li:first-child { padding: 0 10px; } .selectiontabs li { position: relative; height: 40px; line-height: 40px; border: 1px solid #dedede; width: 45px; display: block; background: #ffffff; } .selectiontabs li:first-child { border-right: none; } .selectiontabs li .imgdelete { width: 14px; margin: 12px auto 0; display: block; } .selectiontabs li .checkbox { position: relative; top: 10px; margin: 0 auto; left: 5px; vertical-align: top; } .selectionbar .form--search { width: 250px; display: inline-block; margin-left: 10px; vertical-align: middle; } .selectionbar .form--search input { height: 40px; } .selectionbar .directions { float: right; margin: 10px 0 0; } @media (max-width: 1199.98px) { .tabs--floated li a { height: 40px; line-height: 40px; padding: 0 15px; font-size: 0.9em; } } @media (max-width: 767.98px) { .tabs-rounded { display: -webkit-box; display: -ms-flexbox; display: flex; } .tabs-rounded ul { margin: 10px auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .tabs-row [class*="col-"] { width: 100%; } .tabs-row .tabs-inline ul { border-radius: 5px; overflow: hidden; } .tabs-row .tabs-inline ul li { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-margin-end: 0; margin-inline-end: 0; } .tabs-row .tabs-inline ul li a { text-align: center; background: #fff; font-size: 14px; padding: 10px 0; } .tabs-row .tabs-inline ul li.is--active a { background: #d11e23; color: #fff; } .tabs-inline { width: 100%; } .tabs--floated { position: relative; display: block; background: #f5f5f5; border-right: 1px solid #ddd; } .tabs--floated li:last-child { margin-right: 30px; } .tabs--floated li:last-child a { border-right: 0; } .tabs--floated li a { height: auto; line-height: normal; padding: 10px 15px; font-size: 0.85em; } .tabs--floated ul { overflow-x: scroll; overflow-y: hidden; padding-right: 30px; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; } .tabs--floated:before { position: absolute; right: 0; bottom: 0; top: 0; content: ""; width: 80px; pointer-events: none; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(72%, rgba(255, 255, 255, 0.99)), color-stop(73%, #ffffff)); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 72%, #ffffff 73%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 72%, #ffffff 73%); } .tabs--floated li { float: none; display: inline-block; vertical-align: top; margin: 0 -4px 0 0; } .tabs--floated li a { background: none; } .tabs--flat li a { padding: 12px 0 10px; margin: 0 15px 0 0; } .section--tabs { padding: 0; } .tabs--scroll ul, .nav--scrollable ul { overflow-x: scroll; overflow-y: hidden; padding-right: 30px; white-space: nowrap; } .tabs--scroll li { display: inline-block; float: none; vertical-align: top; } .tabs-row .drop-down { display: block; } .tabs-row .drop-down__link { display: block; text-align: left; } } .svg-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; overflow: hidden; } @media (max-width: 575.98px) { .svg-icon { width: 26px; height: 26px; } } .svg-icon--small { width: 18px; height: 18px; } .svg-icon--large { width: 32px; height: 32px; } .svg-icon--xlarge { width: 42px; height: 42px; } .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; } /** system message **/ #mbsmessage, .system_message { position: fixed; top: 1rem; right: 1rem; width: auto; margin: 0; -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07); box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07); z-index: 1001; } @media (min-width: 768px) { #mbsmessage, .system_message { top: 7rem; } } #mbsmessage .content { min-width: 250px; max-width: 300px; } .div_error { text-align: left; padding: 20px; padding-left: 60px; padding-right: 40px; position: relative; color: #fff; line-height: normal; background-color: #f35f5f; } .div_error:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--attention.svg); background-repeat: no-repeat; background-size: 30px 30px; } .div_error li { font-weight: 300; font-size: 14px; color: inherit; position: relative; padding-bottom: 5px; } .div_info { font-weight: normal; padding: 20px; padding-left: 60px; padding-right: 40px; position: relative; color: #fff; background-color: #02b4d1; } .div_info:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--info.svg); background-repeat: no-repeat; background-size: 30px 30px; } .div_info li { font-weight: 300; font-size: 1em; position: relative; padding: 0 0 5px 0; color: inherit; } .div_info li a { font-weight: normal; text-decoration: none; color: #fff; cursor: default; } .div_msg { font-weight: normal; padding: 20px; padding-left: 60px; padding-right: 40px; position: relative; color: #fff; background-color: #00b6ad; min-width: 300px; max-width: 350px; } .div_msg:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--success.svg); background-size: 30px 30px; background-repeat: no-repeat; } .div_msg li { font-weight: 300; font-size: 1em; position: relative; padding: 0 0 5px 0; color: inherit; } .div_msg li a { font-weight: normal; font-size: 13px; text-decoration: none; color: #fff; cursor: default; } .div_info li:last-child, .div_error li:last-child, .div_msg li:last-child { padding-bottom: 0; } /* validation error messages */ .error { border-color: #f25454 !important; } .errorlist { margin: 0; list-style: none; padding: 2px 10px 4px; position: relative; background: #fdf7f6; } .errorlist li a { color: #f44336; font-size: 11px; text-transform: uppercase; text-decoration: none; } .errorlist li:last-child { padding-bottom: 0; } .errorlist li { font-size: 12px; position: relative; text-align: left; } /* alerts */ .alert { font-size: 1em; color: #fff; width: 100%; position: relative; padding: 20px; padding-left: 60px; padding-right: 40px; margin-bottom: 18px; border: 1px solid transparent; } .alert.alert--positioned-bottom { left: 20px; bottom: 25px; } .alert.alert--positioned-top { right: 20px; top: 25px; left: auto !important; bottom: auto !important; } .alert p { color: inherit; } .alert h5, .alert .h5 { font-size: 18px; font-weight: 500; padding: 0; color: inherit; } .alert .close, .system_message .close { opacity: 0.3; } .alert .close:hover, .system_message .close:hover { opacity: 1; } .close { z-index: 1; width: 20px; height: 20px; position: absolute; right: 10px; top: 10px; text-align: center; line-height: 18px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .close:before { width: 3px; height: 15px; left: 50%; margin-left: -2px; position: absolute; top: 2px; content: ""; background: #fff; } .close:after { width: 15px; height: 3px; left: 2px; top: 50%; margin-top: -2px; position: absolute; content: ""; background: #fff; } .alert h4, .alert .h4, .alert p { margin: 0; color: inherit; } .alert &gt; p, .alert &gt; ul { margin-bottom: 0; } .alert &gt; p + p { margin-top: 5px; } .alert--success { background-color: #00b6ad; } .alert--success:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--success.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--info { background-color: #02b4d1; } .alert--info:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--info.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--warning { background-color: #f3c532; } .alert--warning:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--warning.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--danger { background-color: #f35f5f; } .alert--danger:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--attention.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--process { background: #333; } .alert--process:before { content: ""; border-radius: 50%; width: 32px; height: 32px; display: inline-block; position: absolute; left: 15px; top: 14px; border-top: 3px solid rgba(255, 255, 255, 0.2); border-right: 3px solid rgba(255, 255, 255, 0.2); border-bottom: 3px solid rgba(255, 255, 255, 0.2); border-left: 3px solid #ffffff; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; } @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .alert--small.alert--info { background-image: url(images/icon--info-colored.svg); background-position: left 2px; background-repeat: no-repeat; background-size: 14px; color: #02b4d1; padding-left: 20px; display: block; font-size: 85%; margin: 0 0 5px 0; min-height: 20px; } .alert--small.alert--danger { background-image: url(images/icon--attention-colored.svg); background-position: left 2px; background-repeat: no-repeat; background-size: 14px; background-color: transparent; color: #f35f5f; padding-block: 0; padding-left: 20px; display: block; font-size: 85%; min-height: 20px; } .alert--small.alert--warning { background-image: url(images/icon--warning-colored.svg); background-position: left 2px; background-repeat: no-repeat; background-size: 14px; color: #f3c532; padding-left: 20px; display: block; font-size: 85%; margin: 0 0 5px 0; min-height: 20px; } .alert--small.alert--success { background-image: url(images/icon--success-colored.svg); background-position: left 2px; background-size: 14px; color: #00b6ad; padding-left: 20px; display: block; font-size: 85%; margin: 0 0 5px 0; min-height: 20px; } @media (max-width: theme("breakpoints.md", "value")) { #mbsmessage, .system_message { left: 10px; right: 10px; width: auto; -ms-transform: none; transform: none; -webkit-transform: none; } } .block--empty .links--inline li { float: none; display: inline-block; vertical-align: top; } .block--empty { padding: 30px; width: 100%; background-color: #fff; } .block--empty .block__img { display: block; margin: 0 auto 30px; opacity: 0.15; } .success .block--empty .block__img { opacity: 1; } .block--empty h1, .block--empty .h1 { padding: 0 0 20px 0; font-size: 4em; } .block--empty h2, .block--empty .h2 { padding: 0 0 10px 0; font-size: 2.2em; } .block--empty h6, .block--empty .h6 { font-weight: 300; } .block--empty .error__img { width: 449px; display: block; margin: 20px auto 0; } .block--empty p.txt--small.txt--light { width: 100%; } .location { background-image: url(images/icon_location.svg); background-position: left 0; background-repeat: no-repeat; display: inline-block; position: relative; padding-left: 25px; color: #666666; font-size: 0.9rem; min-height: 20px; margin-bottom: 0.6rem; } .location a { color: inherit; } .location a:hover { text-decoration: underline; } .tag { width: 15px; height: 15px; border: 1px solid #ddd; position: relative; display: inline-block; vertical-align: top; margin-right: 5px; margin-top: 6px; } .tag:before { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; background: #ddd; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); border-radius: 100%; } .tag--red { border-color: #ff0000; color: #ff0000; } .tag.tag--red:before { background: #ff0000; } .tag--green { border-color: #4ca146; color: #4ca146; } .tag.tag--green:before { background: #4ca146; } @media (min-width: 1200px) { .tag--large { width: 18px; height: 18px; } } @media (min-width: 1200px) { .tag--large:before { width: 10px; height: 10px; } } .rating__star { display: inline-block !important; vertical-align: middle; position: relative; top: -2px; } .rating__link { font-size: 1em; color: #333; } .rating__link:hover .span { text-decoration: underline; } .rating__link .span { opacity: 0.5; font-size: 0.85em; } /* popup css ---------------------- */ .dialog_box { left: 50%; position: absolute; top: 50%; -ms-transform: translate(-50%, 0%); transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -o-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out; } .dialog_overlay { background-color: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: fixed; right: 0; top: 0; -webkit-transition: 0.5s all ease-in-out; -o-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; } .dialog_box_wrap { bottom: 0; left: 0; opacity: 0; position: fixed; right: 0; top: 0; z-index: -1; } .dialog_box_wrap.active { opacity: 1; z-index: 99999; } .dialog_box_wrap.active .dialog_box { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .dialog_box_content { background-color: #ffffff; border-radius: 5px; max-width: 800px; min-width: 500px; padding: 20px; position: relative; text-align: center; -o-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out; } .dialog_box .closeicn.loginpopupLink2 { padding: 5px 8px; position: relative; z-index: 9; } .msg-container { max-height: 600px; overflow: hidden; overflow-y: auto; } .forgot-password { float: right; font-size: 14px; } .forgot-password:hover { text-decoration: underline; color: #be292d; } .top-space { margin-top: 10px; } .overflow-hide { overflow-y: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; } .img-uploader { left: 40%; max-width: 200px; position: relative; text-align: center; } .img-uploader img { display: inline-block; vertical-align: middle; } .img-uploader label { background-color: rgba(76, 161, 70, 0.9); bottom: 0; color: #ffffff; cursor: pointer; display: block; font-size: 12px; left: 0; right: 0; padding: 5px; position: absolute; text-align: center; text-transform: uppercase; } .dataTable select { border: 1px solid #ccc; padding: 2px; } #facebox .close:before, #facebox .close:after { display: none; } #facebox .close { position: static; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } .popup__qty .radio { font-size: 1em; font-weight: 300; vertical-align: middle; } .popup__qty .radio .input-helper:before { top: -3px; } .popup__qty .radio .input-helper:after { top: 1px; } .popup__qty .row__repeated-group:first-child, .popup__qty .row__repeated-group { margin-top: 10px; margin-bottom: 0; } .row__repeated-group-last .qty-action { width: auto; vertical-align: middle; padding-left: 10px; } .popup__content .checkbox-listing .countxt { float: right; } .popup__body-new .checkbox-listing .checkbox { display: block; } .popup__footer .col-last-left { width: 50%; float: left; } .popup__footer .col-last-right { float: right; } .popup__footer .col-last-right input[type="submit"] { margin-right: 0; margin-left: 10px; height: 40px; line-height: 40px; } .popup__footer .col-last-left .qty-action .qty__input { height: 35px; line-height: 35px; padding: 0; } .popup__footer .col-last-left .qty-action .qty__link { height: 40px; } .trigger-close { width: 40px; height: 40px; position: absolute; top: 12px; right: 140px; } .trigger-close:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: "+"; font-size: 2.5em; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); color: #333; text-align: center; line-height: 40px; } @media (max-width: 767.98px) { .popup__footer .col-last-left { width: 100%; text-align: center; padding-bottom: 20px; } .popup__footer .col-last-right { width: 100%; text-align: center; padding-bottom: 20px; } .popup__footer .col-last-left .txt-qty { float: left; margin-top: 10px; } .popup__footer .col-last-left .qty-action { float: right; } .popup__content .checkbox-listing .countxt { float: none; } .popup__footer .col-last-right .item__price { float: left; padding-top: 14px; } .popup__footer .col-last-right input[type="submit"] { float: right; } } @media (max-width: 575.98px) { .popup__content h2, .popup__content .h2 { font-size: 17px; } } /* ----------------- */ #facebox .popup { position: relative; /* border:3px solid rgba(0,0,0,0); */ border-radius: 5px; -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); } #facebox .content { display: block; max-width: 650px; min-width: 600px; padding: 10px; background: #fff; border-radius: 4px; } #facebox .content &gt; p:first-child { margin-top: 0; } #facebox .content &gt; p:last-child { margin-bottom: 0; } #facebox .close { position: absolute; top: 5px; right: 5px; padding: 6px; background: #fff; } #facebox .close img { opacity: 0.3; } #facebox .close:hover img { opacity: 1; } #facebox .loading { text-align: center; } #facebox .image { text-align: center; } #facebox img { border: 0; margin: 0; } #facebox_overlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; } .facebox_hide { z-index: -100; } @media (max-width: 1199.98px) { #facebox .content { width: 100%; max-width: 100%; min-width: 100%; } #facebox { left: 10px !important; right: 10px !important; } .form-container { padding: 5px; } } .confirm-box { text-align: center; padding: 20px 0; } .buttons button { background: #be292d; border: medium none; border-radius: 2px; color: #ffffff; cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 700; height: 35px; line-height: 35px; padding: 0 30px; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; margin: 10px; } .buttons button.isYes { background-color: #4ca146; } .message { color: #222222; font-size: 18px; padding-bottom: 15px; line-height: 100%; } .drop-menu__target { background: #fff; position: absolute; right: 1px; top: 48px; width: 100%; text-align: left; min-width: 200px; border: 1px solid #e6e6e6; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; -webkit-box-shadow: 0px 0px 30px #0000001a; box-shadow: 0px 0px 30px #0000001a; border-radius: 0.625rem; } .drop-menu__target ul { margin: 0; padding: 10px 0; } .drop-menu__target ul li { padding: 0; } .drop-menu__target ul li a { opacity: 1; color: #444; padding: 5px 15px; display: block; line-height: 1.5; } .drop-menu__target ul li.last { border-top: 1px solid #eee; padding-top: 5px; } .drop-menu.is--active .drop-menu__target { opacity: 1; visibility: visible; } .drop-menu__target:before { position: absolute; right: 15px; top: -10px; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #e6e6e6; } .drop-menu__target:after { position: absolute; right: 15px; top: -8px; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; } .drop-menu__trigger { color: #d11e23; position: relative; padding-right: 1.5rem !important; } .drop-menu__trigger:before { width: 7px; height: 7px; margin: -6px 0 0; position: absolute; right: 2px; top: 50%; content: ""; border-top: 1px solid #d11e23; border-right: 1px solid #d11e23; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .dropdown__link { color: #444; position: relative; padding: 0 15px 0 0; } .dropdown .location { display: block; margin-top: 10px; font-weight: normal; } .dropdown__link:before { width: 7px; height: 7px; margin: -5px 0 0; position: absolute; right: 0; top: 50%; content: ""; border-top: 1px solid #444; border-right: 1px solid #444; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } @media (max-width: 1199.98px) { .drop-menu__target { display: none; } .drop-menu.is--active .drop-menu__target { opacity: 1; visibility: visible; } .drop-menu__responsive ul { margin: 0; } .drop-menu__target ul li a, .drop-menu__responsive ul li a { font-size: 14px !important; opacity: 1; color: #333; } .drop-menu__responsive .nav--vertical ul li a { padding: 10px 15px; } .drop-menu__responsive.hide--desktop, .box__title--responsive { display: block !important; } } @media (max-width: 767.98px) { .drop-menu__target ul li { font-size: 1em !important; } .drop-menu__trigger { padding-right: 0 !important; } .drop-menu__trigger:before { display: none; } .nav--secondary &gt; ul &gt; li.nav__link--primary { position: static; } .drop-menu__target:before { right: 58px; } .drop-menu__target:after { right: 58px; } .drop-down.drop-down--small .drop-down__link.is--active:after, .drop-down__link.is--active:after { display: none; } .drop-down.drop-down--small .drop-down__target { top: 100%; border: none; } .drop-down.drop-down--small .drop-down__body { padding: 0; } .drop-down__link { font-size: 0.9em; padding: 8px 40px 8px 15px; } .drop-down__link:before { top: 12px; } } .Fr-star { width: 225px; height: 40px; position: relative; background-color: #ccc; } .Fr-star[data-title]:hover:after { content: attr(data-title); padding: 4px 8px; color: #333; position: absolute; left: 0; top: 100%; z-index: 20; white-space: nowrap; border-radius: 5px; -webkit-box-shadow: 0px 0px 4px #222; box-shadow: 0px 0px 4px #222; background-image: -o-linear-gradient(top, #eeeeee, #cccccc); } .Fr-star .Fr-star-bg { position: absolute; height: 100%; width: 100%; background-image: url(images/Fr-star.svg); background-repeat: repeat; background-size: contain; } .Fr-star .Fr-star-value { height: 100%; position: absolute; background-color: #ffbe10; } .Fr-star.size-2 { width: 170px; height: 30px; } .Fr-star.size-3 { width: 90px; height: 16px; } .Fr-star.size-4 { width: 55px; height: 10px; } .boxes--white li .Fr-star .Fr-star-bg { position: absolute; height: 100%; width: 100%; background-image: url(images/Fr-star2.svg); background-repeat: repeat; background-size: contain; } .box { position: relative; border-radius: 10px; width: 100%; background-color: #fff; } @media (max-width: 1199.98px) { .box { border-color: #bababa; } } .box-space { padding: 1rem; } @media (min-width: 576px) { .box-space-2 { padding: 2rem; } } @media (max-width: 575.98px) { .box-space-2 { padding: 1rem; } } @media (min-width: 576px) { .box-space-3 { padding: 3rem; } } .box-positioned { position: absolute; left: 0; top: 0; z-index: 1; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; border-radius: 0; } .box-stat { position: relative; padding: 1.4rem 1.2rem; width: 100%; border-radius: 10px; background-color: #e9ecef; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .box-stat__media { width: 36px; } .box-stat__media svg { fill: var(--brand-color); } .box-stat__content { width: calc(100% - 36px); } .box--plan { width: 100%; border: 1px solid #e7e7e7; margin: 20px 0; background: #fff; text-align: center; } .box--plan h4, .box--plan .h4, .box--plan p { margin: 0; padding: 0; } .box--plan .box__head { border-top: none; background: none; min-height: 120px; padding: 30px 20px; border-bottom: 1px solid #4ca146; } .box--plan .box__footer { padding: 40px 30px; background: rgba(0, 0, 0, 0.02); } .box--bordered { border: solid 1px #ddd; background: #fff; border-radius: 10px; width: 100%; overflow: hidden; } .box--bordered .box__head { border-top: 0; } .box--bordered .box__head ~ .box__body { border-top: solid 1px #ddd; } .box--bordered .nav.nav--vertical.nav--vertical-even { width: 100%; } .box--bordered-offset { margin: -100px 0 0; } .box--bordered-offset .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a { padding: 10px 20px; } @media (max-width: 767.98px) { .box--bordered.box--responsive { display: none; } } @media (max-width: 1199.98px) { .box--bordered.box--responsive.restaurant_quick { display: block; } .box--bordered .box__head { position: relative; } .box--bordered-first.box--bordered .dropdown { width: 100%; } .box--bordered.box--bordered-even { margin: 20px 0 0; } .box__title--responsive { font-size: 16px !important; padding: 15px 15px; font-weight: 600; background: #fafafa; } .box--white { padding: 5px; } .box.box--bordered.box--bordered-scroll { margin-top: 20px; } .box--bordered-even { margin: 20px 0 0; } } @media (max-width: 767.98px) { .box--bordered-scroll.box { border: none; } .box--bordered-scroll .box__head { padding: 0 0 10px 0; background: none; border: none; } .box--bordered-scroll .box__body { padding: 0; background: none; border: none; } .box--bordered-scroll .row--scroller { margin: 0 -10px 0 -5px; } .box--bordered .dropdown__link { padding: 15px 35px 15px 15px; } .box--bordered-offset { margin: -50px 0 20px; } .box--bordered-offset h6, .box--bordered-offset .h6 { position: relative; } .box--white { padding: 1px; } .box--bordered .box__head .sorting { top: 0; margin-top: 5px; } .box--plan { margin: 0 0 20px 0; } .box--plan .box__head { padding: 15px; min-height: 1%; } } .support_block { position: fixed; bottom: 10px; right: 20px; width: 200px; } .support__target { background: #fff; padding: 20px; position: absolute; bottom: 60px; right: 0px; width: 200px; } /*-----------------support-popup-------------*/ .support { position: fixed; z-index: 3; bottom: 20px; right: 0; margin: 10px 20px; -webkit-transition-duration: 250ms; -o-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transition-property: opacity, top, bottom; -o-transition-property: opacity, top, bottom; transition-property: opacity, top, bottom; } .support__btn { padding: 0.92857rem 1.57143rem; background: #d11e23; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 999rem; font-weight: 600; cursor: pointer; position: relative; } .support__btn:before { content: ""; top: -10px; left: -10px; bottom: -10px; right: -10px; background-color: #d11e23; border-radius: 999rem; -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; opacity: 0.6; -webkit-animation: pulse2 1.5s ease-out; animation: pulse2 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; z-index: -1; } @-webkit-keyframes pulse2 { 0% { -webkit-transform: scale(0); opacity: 0; } 25% { -webkit-transform: scale(0.3); opacity: 1; } 50% { -webkit-transform: scale(0.6); opacity: 0.6; } 75% { -webkit-transform: scale(0.9); opacity: 0.3; } 100% { -webkit-transform: scale(1); opacity: 0; } } @keyframes pulse2 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 25% { -webkit-transform: scale(0.3); transform: scale(0.3); opacity: 1; } 50% { -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0.6; } 75% { -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.3; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } .support__btn svg { fill: #fff; margin-right: 8px; } .support-popup { position: absolute; padding: 25px; background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fcfcfc)); background: -o-linear-gradient(bottom, #fcfcfc, #fcfcfc); background: linear-gradient(0deg, #fcfcfc, #fcfcfc); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; bottom: 40px; right: 0; z-index: 2; } .support-popup form { position: relative; } .support__form-wrapper input[type="email"], .support__form-wrapper input[type="number"] { height: 40px; line-height: 40px; border-radius: 4px; } .support.is--active .support-popup { bottom: 60px; opacity: 1; visibility: visible; } .support__illustration { margin-bottom: 20px; } .support__form-wrapper .btn { width: 100%; text-align: center; height: 45px; line-height: 45px; border-radius: 4px; } .support__head h4, .support__head .h4 { font-size: 1.2rem; line-height: 1.5; color: #d11e23; padding-bottom: 5px; } .support__body .contact { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 12px 18px; background: #f1f1f1; margin-bottom: 10px; border-radius: 4px; } .support__body .contact span a { color: #000; } .support__body .contact span a:hover { color: #d11e23; } .contact__icon { width: 16px; height: 16px; margin-right: 10px; } .contact:last-child { margin-bottom: 0; } .contact__icon svg { fill: #cf0f14; } .contact--phone span { margin-right: 8px; } .contact span { display: block; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .close-layer:before, .close-layer:after { position: absolute; left: 15px; content: " "; height: 18px; width: 2px; background-color: #000; } .close-layer:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .close-layer:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .close-layer { z-index: 2; position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; opacity: 0.3; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 767.98px) { .support__head h4, .support__head .h4 { font-size: 1rem; } .support__head p { margin-bottom: 14px; } .support__body .contact { padding: 8px 18px; } .support-popup { padding: 25px; } .support.is--active .support-popup { bottom: 56px; } .support .support__btn { border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 9; } .support .support__btn:before { content: none; } .support { bottom: 0; right: 0; margin: 0; left: 0; width: auto; } .footer { margin-bottom: 46px; } .support-popup { width: 95%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .close-layer { right: 4px; top: 4px; width: 30px; height: 30px; } } .breadcrumb-item { color: var(--brand-color); } .breadcrumb-item.is-active { color: rgba(var(--brand-color-alpha), 0.9); } .breadcrumb-item:before { color: inherit !important; } .breadcrumb-link { color: inherit; font-weight: 600; } .breadcrumb-link:hover { text-decoration: underline; } .breadcrumb-centerd { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .progress { width: 100%; height: 1rem; background-color: #e9ecef; min-width: 100px; overflow: hidden; border-radius: 0; } .progress-bar { -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; background-color: currentColor; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; font-size: 11px; } .progress-round { border-radius: 300px; } .progress-curved { border-radius: 10px; } .progress-small { height: 8px; } .progress-xsmall { height: 6px; } .progress + .progress { margin-top: 15px; } .bg-warning { background-color: #FFAB22 !important; } .bg-info { background-color: #17a2b8 !important; } .bg-success { background-color: var(--brand-color) !important; } .bg-danger { background-color: #dc3545 !important; } .checkbox, .radio { display: inline-block; color: var(--txt-color); position: relative; vertical-align: top; padding-left: 30px; min-height: 20px; cursor: pointer; } .checkbox input, .radio input { top: 0; left: 0; margin: 0 !important; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio.disabled, .checkbox.disabled { cursor: not-allowed; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="text"][disabled], input[type="password"][disabled] { cursor: not-allowed; } input[type="text"][disabled], input[type="password"][disabled] { background: rgba(0, 0, 0, 0.03); color: #000; } .inline.radio, .inline.checkbox { padding-right: 20px; } .checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { -webkit-transition: all; -o-transition: all; transition: all; -webkit-transition-duration: 250ms; -o-transition-duration: 250ms; transition-duration: 250ms; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; content: ""; } .checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #ddd; background: #fff; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } .checkbox.disabled, .radio.disabled { opacity: 0.6; filter: alpha(opacity=60); } .checkbox input { width: 20px; height: 20px; } .checkbox input:checked + .input-helper:after { -webkit-transform: scale(1) rotate(-50deg); -ms-transform: scale(1) rotate(-50deg); transform: scale(1) rotate(-50deg); opacity: 1; filter: alpha(opacity=100); } .checkbox .input-helper:before { top: 0; width: 20px; height: 20px; } .checkbox .input-helper:after { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0) rotate(80deg); -ms-transform: scale(0) rotate(80deg); transform: scale(0) rotate(80deg); width: 15px; height: 8px; border-bottom: 2px solid green; border-left: 2px solid green; border-bottom-left-radius: 1px; right: 3px; top: 4px; } .radio input { width: 19px; height: 19px; } .radio input:checked + .input-helper:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .radio .input-helper:before { top: -1px; width: 19px; height: 19px; border-radius: 50%; } .radio .input-helper:after { width: 11px; height: 11px; background: green; border-radius: 50%; top: 3px; left: 4px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } @-webkit-keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 75% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 75% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes loader-inner { 0% { height: 0; } 25% { height: 0; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0; } } @keyframes loader-inner { 0% { height: 0; } 25% { height: 0; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0; } } .loader-wrapper { position: relative; } .loader { position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -55px; width: 110px; height: 14px; } .svg-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; overflow: hidden; } @media (max-width: 575.98px) { .svg-icon { width: 26px; height: 26px; } } .svg-icon--small { width: 18px; height: 18px; } .svg-icon--large { width: 32px; height: 32px; } .svg-icon--xlarge { width: 42px; height: 42px; } .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; } .section { padding: calc(2rem + 3vw) 0; } .section-header { margin-bottom: 1.4rem; } @media (min-width: 576px) { .section-header { margin-bottom: 3rem; } } @media (max-width: 575.98px) { .section-header h3, .section-header .h3 { margin-bottom: 1rem; } } .section-header p { font-size: 1.25rem; font-weight: normal; } .section-popular { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .section-popular p { color: inherit; } .section-categories { background-color: #f1f1f1; color: #000; } @media (min-width: 1200px) { .section-categories { margin-top: 3rem; } } .ratio { position: relative; width: 100%; overflow: hidden; background-color: #eee; } .ratio:before { display: block; content: ""; } .ratio--round { border-radius: 300px; } .ratio--1by1:before { padding-bottom: 100%; } .ratio--4by3:before { padding-bottom: 75%; } .ratio--3by4:before { padding-bottom: 133.33333%; } .ratio--16by9:before { padding-bottom: 56.25%; } .ratio--9by16:before { padding-bottom: 177.77778%; } .ratio--2by1:before { padding-bottom: 50%; } .ratio--1by2:before { padding-bottom: 200%; } .ratio--3by1:before { padding-bottom: 33.33333%; } .ratio--1by3:before { padding-bottom: 300%; } .ratio--4by1:before { padding-bottom: 25%; } .ratio--1by4:before { padding-bottom: 400%; } .ratio &gt; * { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .avatar-cover { position: relative; width: 100%; border-radius: 300px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .avatar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: calc(14px + 0.2vw); font-weight: 700; text-transform: uppercase; overflow: hidden; background: #e9ecef; color: var(--brand-color); width: 100%; } .avatar:after { display: block; content: ""; padding-bottom: 100%; } .avatar:before { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); pointer-events: none; content: attr(data-title); pointer-events: none; text-transform: uppercase; } .avatar--curved { border-radius: 10px; } .avatar--round { border-radius: 300px; } .avatar--xsmall { width: 32px; } .avatar--small { width: 42px; } .avatar--normal { width: 80px; } .avatar--48 { width: 48px; } .avatar--64 { width: 64px; } .avatar &gt; img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } @media (min-width: 576px) { .avatar-views-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; } .avatar-views-item { padding: 0 10px; -ms-flex-item-align: end; align-self: flex-end; } .avatar-views .xlarge { width: 34%; } .avatar-views .large { width: 24%; } .avatar-views .medium { width: 18%; } .avatar-views .small { width: 14%; } .avatar-views .xsmall { width: 10%; } } @media (max-width: 575.98px) { .avatar-views .xlarge { max-width: 240px; margin: 0 auto; } } @media (max-width: 575.98px) { .avatar-views .large, .avatar-views .medium, .avatar-views .small, .avatar-views .xsmall { display: none; } } .avatar-preview { border: 1px dashed var(--brand-color); border-radius: 300px; position: relative; } .avatar-preview .avatar { border: 2px solid #fff; } .avatar-group { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .avatar-group-item { position: relative; margin-right: -15px; border-radius: 300px; -webkit-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; } .avatar-group-item .avatar, .avatar-group-item .btn { border: 4px solid #fff; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); } .avatar-group-item .btn { width: 48px; height: 48px; } .avatar-group-item:hover { z-index: 1; } .avatar-group-item:hover .avatar { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); } .avatar-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .avatar-meta-media { max-width: 80px; } .avatar-meta-media .status { right: -4px; width: 14px; height: 14px; border-width: 2px; } .avatar-meta-content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 1.4rem; } .avatar-meta-title { display: block; font-weight: 500; font-size: 1.1rem; } .rating { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rating__value { font-weight: 600; } .reviews-section { width: 100%; position: relative; } .reviews-section__head { padding: 0 2rem 2rem; } @media (max-width: 575.98px) { .reviews-section__head { padding: 1rem; } } .reviews-stats { width: 100%; position: relative; } .reviews-total { text-align: center; margin: 0 auto; } .reviews-media { position: relative; width: 100%; height: 100%; max-width: 120px; margin: 0 auto 1rem; } .reviews-media svg { width: 100%; height: 100%; fill: #ffab22; } .reviews-media .reviews-count { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 100%; font-size: 1.8rem; color: #fff; font-weight: 600; line-height: 1; } .reviews-progress { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .reviews-progress__value { padding: 0 10px; white-space: nowrap; } @media (min-width: 576px) { .reviews-progress__value:first-child { text-align: right; min-width: 80px; } } @media (max-width: 575.98px) { .reviews-progress__value { font-size: 12px; } } .reviews-progress__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .reviews-counter__item { margin-top: 0.4rem; } @media (min-width: 576px) { .reviews-counter__item { margin-top: 0.8rem; } } .reviews-sorting { text-align: center; border-bottom: solid 1px #ddd; padding: 1rem; } @media (min-width: 576px) { .reviews-sorting .sorting-trigger { background-color: transparent; } } @media (max-width: 575.98px) { .reviews-sorting p { margin-top: 1rem !important; } } @media (min-width: 576px) { .reviews-sort select { background-color: transparent; border: none; font-weight: 500; } .reviews-sort select:focus { -webkit-box-shadow: none; box-shadow: none; } } .review { border-bottom: solid 1px #ddd; padding: 2rem; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } @media (max-width: 575.98px) { .review { padding: 1.2rem; } } .review--hovered:hover { background-color: #f8f9fa; } .review-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .review-meta__media { width: 48px; } .review-meta__content { width: calc(100% - 70px); } .review-author { font-size: 1.1rem; font-weight: 500; display: block; } .review-date { color: #000; line-height: 1; padding-left: 1rem; margin-left: 1rem; position: relative; top: 1px; color: #495057; } .review-date:before { position: absolute; left: 0; top: 0; bottom: 0; content: ""; width: 1px; background-color: currentColor; } .review-rating { margin-left: -0.5rem; } .review-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 0.3rem; } .review-desc { margin-top: 2rem; } @media (max-width: 575.98px) { .review-desc { margin-top: 1.2rem; } } .review-controls { margin-top: 1rem; } .confirm-actions-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 575.98px) { .confirm-actions-list { overflow: auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: auto; white-space: nowrap; } } .confirm-actions-item { margin-right: 0.5rem; } .confirm-actions-link { padding: 0.3rem 1rem; padding-left: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 300px; font-weight: 500; } .confirm-actions-link:hover { background-color: #e9ecef; } .confirm-actions-link.is-yes.is-active { background-color: rgba(var(--brand-color-alpha), 0.15); color: var(--brand-color); } .confirm-actions-link.is-no.is-active { background-color: #f8d7da; color: #dc3545; } @media (max-width: 575.98px) { .reviews-submission { border-top: 1px solid #999999; margin-top: 1.5rem; } } /* list ---------------------- */ .links--inline { margin: 0; color: #333; width: 100%; display: inline-block; font-weight: 300; } .links--inline li { float: left; margin: 0 5px 0 0; line-height: 1; } .links--inline li a { color: inherit; } .links--inline li a:hover { text-decoration: underline; } .links--inline.links--inline-small li a { font-size: 0.85em; opacity: 0.8; } @media (min-width: 576px) { .links--vertical-half li { width: 50%; float: left; } } .links--vertical li { display: block; padding: 0 0 10px 0; } .links--vertical li:last-child { padding-bottom: 0; } .links--vertical li a { opacity: 0.7; color: inherit; } .links--vertical li a:hover { opacity: 1; text-decoration: underline; } .links--socials { margin: 0; padding: 0; } .links--socials li { display: inline-block; line-height: 30px; text-transform: uppercase; vertical-align: top; margin: 0 4px; } .links--socials li a { display: block; width: 32px; overflow: hidden; height: 32px; background: #494949; border-radius: 100%; text-align: center; padding: 5px; position: relative; } .links--socials li a svg { width: 16px; height: 16px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .links--socials li.fb a:active, .links--socials li.fb a:focus { background: #4c66a4; } .links--socials li.insta a:active, .links--socials li.insta a:focus { background: #7b4399; } .links--socials li.yt a:active, .links--socials li.yt a:focus { background: #c8312b; } .links--socials li.tw a:active, .links--socials li.tw a:focus { background: #36abdf; } .links--socials li.pint a:active, .links--socials li.pint a:focus { background: #d00713; } .links--socials li.gl a:active, .links--socials li.gl a:focus { background: #d95232; } .flex-col__middle .links--socials { margin-top: 10px; } .flex-col__middle .links--socials li a { width: 30px; height: 30px; } .flex-col__middle .links--socials li a svg { width: 15px; height: 15px; } .check-list { color: inherit; } .check-list li { margin: 1rem 0; position: relative; padding-left: 2rem; font-weight: 500; font-size: 1rem; } .check-list li:before { width: 16px; height: 16px; content: ""; border-radius: 300px; background-color: currentColor; position: absolute; left: 0; top: 0.2rem; } .check-list li:after { position: absolute; width: 9px; height: 6px; content: ""; pointer-events: none; border-bottom: 2px solid #000; border-left: 2px solid #000; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 3px; top: 6px; } .links-vertical { color: inherit; } .links-vertical li { margin: 0.6rem 0; position: relative; } .links-vertical li a { padding: 0.3rem 0; } @media (min-width: 1200px) { .links-vertical li a:hover { text-decoration: underline; } } @media (max-width: 575.98px) { .links-vertical li a { display: block; } } .links-vertical__meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; padding-left: 2.5rem; } .links-vertical__meta .svg-icon { position: absolute; left: 0; top: 0.2rem; } .selection-list { color: inherit; } .selection-list-item { color: #343a40; border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; } @media (min-width: 1200px) { .selection-list-item { padding: 9px 10px; } .selection-list-item:hover { background-color: rgba(var(--brand-color-alpha), 0.15); } .selection-list-item:hover .form-check-input { -webkit-box-shadow: 0 0 0 4px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 4px rgba(var(--brand-color-alpha), 0.2); } } @media (max-width: 1199.98px) { .selection-list-item { padding: 8px 10px; } } .selection-list-horizontal ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .selection-list-onethird ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (min-width: 576px) { .selection-list-onethird ul li { -webkit-box-flex: 33.3%; -ms-flex: 33.3%; flex: 33.3%; max-width: 33.3%; } } @media (max-width: 575.98px) { .selection-list-onethird ul li { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; max-width: 50%; } } @media (min-width: 576px) { .selection-list-onehalf ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media (min-width: 576px) { .selection-list-onehalf ul li { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; max-width: 50%; } } @media (max-width: 575.98px) { .selection-list-onehalf ul li { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; max-width: 100%; } } .socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .socials ul li { margin: 0.2rem; } .socials-link { width: 42px; height: 42px; border: solid 1px #ddd; border-color: #adb5bd; border-radius: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .socials-link img { opacity: 0.5; -webkit-transition: all 0.6; -o-transition: all 0.6; transition: all 0.6; } @media (min-width: 1200px) { .socials-link:hover { border-color: #000; } .socials-link:hover img { opacity: 1; } } .badge { padding: 0.46rem 0.8rem; margin: 0.4rem 0.1rem; font-size: .9rem; font-weight: 400; text-transform: capitalize; border-radius: 0; } .badge-small { padding: 0.4rem 0.6rem 0.4rem; font-size: .8rem; } .badge-round { border-radius: 300px; } .badge-curved { border-radius: 8px; } .badge-disabled { pointer-events: none; } .badge-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); } .badge-brand:hover { background-color: rgba(var(--brand-color-alpha), 0.8); color: var(--brand-color-inverse); border-color: var(--brand-color); } .badge-brand:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .badge-primary { background-color: var(--primary-color); color: var(--primary-color-inverse); } .badge-primary:hover { background-color: rgba(var(--primary-color-alpha), 0.8); color: var(--primary-color-inverse); border-color: var(--primary-color); } .badge-primary:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .badge-primary:active { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .badge-primary:focus-visible { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); border-color: transparent; } .badge-secondary { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .badge-secondary:hover { background-color: rgba(var(--secondary-color-alpha), 0.8); color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .badge-secondary:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .badge-secondary:active { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .badge-secondary:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: transparent; } .badge-danger { background-color: #dc3545; color: #fff; } .badge-danger:hover { background-color: #58151c; color: #fff; border-color: #dc3545; } .badge-danger:focus { -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .badge-danger:active { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .badge-danger:focus-visible { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; border-color: transparent; } .badge-success { background-color: #198754; color: #fff; } .badge-success:hover { background-color: #0a3622; color: #fff; border-color: #198754; } .badge-success:focus { -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .badge-success:active { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .badge-success:focus-visible { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; border-color: transparent; } .badge-info { background-color: #0d6efd; color: #fff; } .badge-info:hover { background-color: #052c65; color: #fff; border-color: #0d6efd; } .badge-info:focus { -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .badge-info:active { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .badge-info:focus-visible { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; border-color: transparent; } .badge-warning { background-color: #ffc107; color: #000; } .badge-warning:hover { background-color: #664d03; color: #000; border-color: #ffc107; } .badge-warning:focus { -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .badge-warning:active { background-color: #997404; color: #000; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .badge-warning:focus-visible { background-color: #997404; color: #000; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; border-color: transparent; } .badge-brand-alpha { background-color: rgba(var(--brand-color-alpha), 0.15); color: #000; } .badge-brand-alpha:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .badge-brand-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand-alpha:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand-alpha:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .badge-gray { background-color: #e9ecef; color: #000; } .badge-gray:hover { background-color: #000; color: #fff; border-color: #000; } .badge-gray:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .badge-gray:active { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; } .badge-gray:focus-visible { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: transparent; } .badge-gray.is-active { background-color: #000; color: #fff; } .badge-lg { padding: 0.8rem 1rem; } .tooltip { position: absolute; z-index: 10; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; max-width: 350px; padding: 2px 8px 4px; font-size: 11px; font-weight: normal; background-color: #000; color: #fff; min-width: 50px; border-radius: 8px; white-space: nowrap; } .tooltip__content { min-width: 120px; padding: 5px 5px; display: block; white-space: normal; } .tooltip__content-small { min-width: 70px; padding: 5px 5px; display: block; white-space: normal; } .tooltip:before { position: absolute; display: block; width: 0.7rem; height: 0.7rem; background-color: inherit; content: ""; } .tooltip--curve { border-radius: 8px; } .tooltip--round { border-radius: 300px; } .tooltip--top { left: 50%; top: 0; -webkit-transform: translateX(-50%) translateY(-90%); -ms-transform: translateX(-50%) translateY(-90%); transform: translateX(-50%) translateY(-90%); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .tooltip--top:before { bottom: 0; left: 50%; -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg); -ms-transform: translateY(50%) translateX(-50%) rotate(45deg); transform: translateY(50%) translateX(-50%) rotate(45deg); } .tooltip--bottom { left: 50%; top: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .tooltip--bottom:before { top: 0; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg); transform: translateY(-50%) translateX(-50%) rotate(45deg); } .tooltip--left { padding-right: 1rem; left: 0; top: 50%; -webkit-transform: translateX(-90%) translateY(-50%); -ms-transform: translateX(-90%) translateY(-50%); transform: translateX(-90%) translateY(-50%); text-align: left; } .tooltip--left:before { right: 2px; top: 50%; -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(50%) rotate(45deg); transform: translateY(-50%) translateX(50%) rotate(45deg); } .tooltip--right { padding-left: 1rem; right: 0; top: 50%; -webkit-transform: translateX(90%) translateY(-50%); -ms-transform: translateX(90%) translateY(-50%); transform: translateX(90%) translateY(-50%); text-align: left; } .tooltip--right:before { left: 2px; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg); transform: translateY(-50%) translateX(-50%) rotate(45deg); } .is-hover .tooltip { opacity: 0; visibility: hidden; } @media (min-width: 1200px) { .is-hover:hover .tooltip { opacity: 1; visibility: visible; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } } .status { width: 18px; height: 18px; border-radius: 300px; position: relative; border: 3px solid #fff; background-color: #adb5bd; display: block; } @media (max-width: 575.98px) { .status { width: 16px; height: 16px; } } .status.is-available { background-color: var(--brand-color); } .status-positioned { position: absolute; right: 24px; } .box { position: relative; border-radius: 10px; width: 100%; background-color: #fff; } @media (max-width: 1199.98px) { .box { border-color: #bababa; } } .box-space { padding: 1rem; } @media (min-width: 576px) { .box-space-2 { padding: 2rem; } } @media (max-width: 575.98px) { .box-space-2 { padding: 1rem; } } @media (min-width: 576px) { .box-space-3 { padding: 3rem; } } .box-positioned { position: absolute; left: 0; top: 0; z-index: 1; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; border-radius: 0; } .box-stat { position: relative; padding: 1.4rem 1.2rem; width: 100%; border-radius: 10px; background-color: #e9ecef; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .box-stat__media { width: 36px; } .box-stat__media svg { fill: var(--brand-color); } .box-stat__content { width: calc(100% - 36px); } .box--plan { width: 100%; border: 1px solid #e7e7e7; margin: 20px 0; background: #fff; text-align: center; } .box--plan h4, .box--plan .h4, .box--plan p { margin: 0; padding: 0; } .box--plan .box__head { border-top: none; background: none; min-height: 120px; padding: 30px 20px; border-bottom: 1px solid #4ca146; } .box--plan .box__footer { padding: 40px 30px; background: rgba(0, 0, 0, 0.02); } .box--bordered { border: solid 1px #ddd; background: #fff; border-radius: 10px; width: 100%; overflow: hidden; } .box--bordered .box__head { border-top: 0; } .box--bordered .box__head ~ .box__body { border-top: solid 1px #ddd; } .box--bordered .nav.nav--vertical.nav--vertical-even { width: 100%; } .box--bordered-offset { margin: -100px 0 0; } .box--bordered-offset .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a { padding: 10px 20px; } @media (max-width: 767.98px) { .box--bordered.box--responsive { display: none; } } @media (max-width: 1199.98px) { .box--bordered.box--responsive.restaurant_quick { display: block; } .box--bordered .box__head { position: relative; } .box--bordered-first.box--bordered .dropdown { width: 100%; } .box--bordered.box--bordered-even { margin: 20px 0 0; } .box__title--responsive { font-size: 16px !important; padding: 15px 15px; font-weight: 600; background: #fafafa; } .box--white { padding: 5px; } .box.box--bordered.box--bordered-scroll { margin-top: 20px; } .box--bordered-even { margin: 20px 0 0; } } @media (max-width: 767.98px) { .box--bordered-scroll.box { border: none; } .box--bordered-scroll .box__head { padding: 0 0 10px 0; background: none; border: none; } .box--bordered-scroll .box__body { padding: 0; background: none; border: none; } .box--bordered-scroll .row--scroller { margin: 0 -10px 0 -5px; } .box--bordered .dropdown__link { padding: 15px 35px 15px 15px; } .box--bordered-offset { margin: -50px 0 20px; } .box--bordered-offset h6, .box--bordered-offset .h6 { position: relative; } .box--white { padding: 1px; } .box--bordered .box__head .sorting { top: 0; margin-top: 5px; } .box--plan { margin: 0 0 20px 0; } .box--plan .box__head { padding: 15px; min-height: 1%; } } .empty { text-align: center; padding: 1rem; } .empty-media { margin: 0 auto 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .empty-flex-height { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .page-progress { opacity: 0; position: fixed; right: 1rem; bottom: 1rem; z-index: 1; width: 48px; height: 48px; border-radius: 300px; -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); -webkit-transform: translate(0, 15px); -ms-transform: translate(0, 15px); transform: translate(0, 15px); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; cursor: pointer; } .page-progress-direction { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; pointer-events: none; width: 24px; height: 24px; } .page-progress.active-progress { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .page-progress-circle path { fill: none; stroke: #080826; stroke-width: 4; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .table { margin: 0; } .table th, .table td { vertical-align: top; text-align: left; line-height: 1.4; } .table td { color: #000; padding: 1rem; } .table th { color: #000; padding: 1rem; } .table-styled { border-spacing: 0 1rem; border-collapse: separate; } @media (min-width: 576px) { .table-styled tr { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .table-styled td { background-color: #fff; border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; vertical-align: middle; } .table-styled td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: solid 1px #ddd; } .table-styled td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: solid 1px #ddd; } .table-styled th { border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; } .table-styled th:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: solid 1px #ddd; } .table-styled th:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: solid 1px #ddd; } .table-styled &gt; tbody &gt; tr:hover:not(.title-row) { -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); border-radius: 10px; } } @media (max-width: 575.98px) { .table-styled tr.title-row { display: none; } .table-styled tr { display: inline-block; width: 100%; border: 1px solid #bababa; border-radius: 10px; padding: 10px 15px; margin-bottom: 1rem; } .table-styled td { display: block; padding: 5px 0; border-bottom: none; } } .table-small th, .table-small td { padding-top: 0; padding-bottom: 0; } .table-hover tbody tr:hover th, .table-hover tbody tr:hover td { background-color: #cccccc; } .table-bordered tbody tr th, .table-bordered tbody tr td { border-bottom: solid 1px #ddd; } .table-striped tbody tr:nth-child(odd) th, .table-striped tbody tr:nth-child(odd) td { background-color: #cccccc; } .table-striped tbody th:first-child, .table-striped tbody td:first-child { padding-left: 0.75rem; } .table-condensed th, .table-condensed td { padding: 0.5rem; } .table-sticky thead tr:first-child { -webkit-box-shadow: 0 1px 0 0 #999999; box-shadow: 0 1px 0 0 #999999; } .table-sticky th { position: sticky; top: 0; background-color: #fff; z-index: 1; } .table-aligned-middle td { vertical-align: middle; } .table-aligned-top td { vertical-align: top !important; } @media (min-width: 576px) { .flex-cell-label { display: none; } } @media (max-width: 575.98px) { .flex-cell { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .flex-cell-label { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; font-weight: 500; } .flex-cell-content { -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } } @media (max-width: 1199.98px) { .table-container { overflow: auto; white-space: nowrap; } } @media (max-width: 575.98px) { .table-container { overflow: visible; white-space: normal; } } .cropper-container { direction: ltr; font-size: 0; line-height: 0; position: relative; -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .cropper-container img { /*Avoid margin top issue (Occur only when margin-top &lt;= -height) */ display: block; height: 100%; image-orientation: 0deg; max-height: none !important; max-width: none !important; min-height: 0 !important; min-width: 0 !important; width: 100%; } .cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .cropper-wrap-box, .cropper-canvas { overflow: hidden; } .cropper-drag-box { background-color: #fff; opacity: 0; } .cropper-modal { background-color: #000; opacity: 0.5; } .cropper-view-box { display: block; height: 100%; outline-color: rgba(51, 153, 255, 0.75); outline: 1px solid #39f; overflow: hidden; width: 100%; } .cropper-dashed { border: 0 dashed #eee; display: block; opacity: 0.5; position: absolute; } .cropper-dashed.dashed-h { border-bottom-width: 1px; border-top-width: 1px; height: 33.33333%; left: 0; top: 33.33333%; width: 100%; } .cropper-dashed.dashed-v { border-left-width: 1px; border-right-width: 1px; height: 100%; left: 33.33333%; top: 0; width: 33.33333%; } .cropper-center { display: block; height: 0; left: 50%; opacity: 0.75; position: absolute; top: 50%; width: 0; } .cropper-center:before, .cropper-center:after { background-color: #eee; content: " "; display: block; position: absolute; } .cropper-center:before { height: 1px; left: -3px; top: 0; width: 7px; } .cropper-center:after { height: 7px; left: 0; top: -3px; width: 1px; } .cropper-face, .cropper-line, .cropper-point { display: block; height: 100%; opacity: 0.1; position: absolute; width: 100%; } .cropper-face { background-color: #fff; left: 0; top: 0; } .cropper-line { background-color: #39f; } .cropper-line.line-e { cursor: ew-resize; right: -3px; top: 0; width: 5px; } .cropper-line.line-n { cursor: ns-resize; height: 5px; left: 0; top: -3px; } .cropper-line.line-w { cursor: ew-resize; left: -3px; top: 0; width: 5px; } .cropper-line.line-s { bottom: -3px; cursor: ns-resize; height: 5px; left: 0; } .cropper-point { background-color: #39f; height: 5px; opacity: 0.75; width: 5px; } .cropper-point.point-e { cursor: ew-resize; margin-top: -3px; right: -3px; top: 50%; } .cropper-point.point-n { cursor: ns-resize; left: 50%; margin-left: -3px; top: -3px; } .cropper-point.point-w { cursor: ew-resize; left: -3px; margin-top: -3px; top: 50%; } .cropper-point.point-s { bottom: -3px; cursor: s-resize; left: 50%; margin-left: -3px; } .cropper-point.point-ne { cursor: nesw-resize; right: -3px; top: -3px; } .cropper-point.point-nw { cursor: nwse-resize; left: -3px; top: -3px; } .cropper-point.point-sw { bottom: -3px; cursor: nesw-resize; left: -3px; } .cropper-point.point-se { bottom: -3px; cursor: nwse-resize; height: 20px; opacity: 1; right: -3px; width: 20px; } @media (min-width: 768px) { .cropper-point.point-se { height: 15px; width: 15px; } } @media (min-width: 992px) { .cropper-point.point-se { height: 10px; width: 10px; } } @media (min-width: 1200px) { .cropper-point.point-se { height: 5px; opacity: 0.75; width: 5px; } } .cropper-point.point-se:before { background-color: #39f; bottom: -50%; content: " "; display: block; height: 200%; opacity: 0; position: absolute; right: -50%; width: 200%; } .cropper-invisible { opacity: 0; } .cropper-bg { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); } .cropper-hide { display: block; height: 0; position: absolute; width: 0; } .cropper-hidden { display: none !important; } .cropper-move { cursor: move; } .cropper-crop { cursor: crosshair; } .cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point { cursor: not-allowed; } .img-container &gt; img { max-width: 100%; } .aligncenter { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 1rem; } .aligncenter .btn { cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.5rem 0.625rem; height: auto !important; line-height: normal !important; } #facebox { position: absolute; top: 0; left: 0; z-index: 1001; text-align: left; } #facebox .popup { position: relative; } #facebox .content { display: block; min-width: 610px; background: #fff; border-radius: 3px; } @media (min-width: 320px) { #facebox .content { overflow: auto; max-height: 80vh !important; } } @media (min-width: 768px) { #facebox .content { max-height: 60vh !important; overflow-y: auto; overflow-x: hidden; } } @media (min-width: 1200px) { #facebox .content { max-height: 50vh !important; overflow-y: auto; overflow-x: hidden; } } @media (min-width: 1400px) { #facebox .content { max-height: 70vh !important; overflow-y: auto; overflow-x: hidden; } } @media (min-width: 1500px) { #facebox .content { max-height: 80vh !important; overflow-y: auto; overflow-x: hidden; } } #facebox .close:after { color: #fff; content: "+"; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 2rem; font-weight: 300; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); line-height: 1.2; text-align: center; } #facebox .loading { text-align: center; } #facebox .image { text-align: center; } #facebox_overlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; } #facebox .scrollbar { max-height: 700px; } .facebox_hide { z-index: -100; } .facebox_overlayBG { background-color: #000; z-index: 112; opacity: 0.9; } @media (min-width: 1200px) { #facebox .content.facebox-medium { min-width: 800px; max-width: 800px; } } @media (max-width: 1199.98px) { #facebox .scrollbar { overflow: auto; } #facebox { left: 30px !important; right: 30px !important; } } @media (max-width: 1199.98px) { #facebox { left: 10px !important; right: 10px !important; } } @media (max-width: 767.98px) { #facebox .content { min-width: 1%; width: 100%; } #facebox .close { top: 0; } #facebox .close:after { color: #000; } } .group.group--social a { width: 50%; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 8px; border-radius: 2px; font-weight: bold; border-radius: 50px; } .group--social a svg { height: 18px; width: 18px; margin-right: 24px; } .group--social a span, .group--social a { font-size: 14px; color: #fff; } .group.group--social .google-login { background: #4285f4; padding: 0 2px; } .group--social .facebook-login { background-color: #28589c; color: #fff; } .group--social .facebook-login svg { fill: #fff; height: 25px; width: 25px; margin-right: 24px; } .group--social a.google-login svg { height: 36px; width: 36px; margin-right: 15px; padding: 9px 9px; background: #fff; border-radius: 2px; } @media (max-width: 575.98px) { .group--social { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .group.group--social a { margin-bottom: 10px; width: 100%; } .group--social a { margin-right: 0; } .box--narrow { min-width: auto; } } .fc-icon, .fc-unselectable { -moz-user-select: none; -ms-user-select: none; } .fc .fc-button, .fc-icon { text-transform: none; text-align: center; } .fc-not-allowed, .fc-not-allowed .fc-event { cursor: not-allowed; } .fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] { cursor: pointer; } .fc-unselectable { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; } .fc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 1em; } .fc .fc-button, .fc-icon { display: inline-block; font-weight: 400; } .fc, .fc *, .fc :after, .fc :before { -webkit-box-sizing: border-box; box-sizing: border-box; } .fc table { border-collapse: collapse; border-spacing: 0; font-size: 1em; } .fc th { text-align: center; } .fc td, .fc th { vertical-align: top; padding: 0; } .fc .fc-button, .fc .fc-button .fc-icon, .fc .fc-button-group, .fc .fc-timegrid-slot-label { vertical-align: middle; } .fc a[data-navlink]:hover { text-decoration: underline; } .fc .fc-button:hover, .fc .fc-list-event-title a, a.fc-event, a.fc-event:hover { text-decoration: none; } .fc-direction-ltr { direction: ltr; text-align: left; } .fc-direction-rtl { direction: rtl; text-align: right; } .fc-theme-standard td, .fc-theme-standard th { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); } .fc-liquid-hack td, .fc-liquid-hack th { position: relative; } @font-face { font-family: fcicons; src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype"); font-weight: 400; font-style: normal; } .fc-icon { width: 1em; height: 1em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: fcicons !important; speak: none; font-style: normal; font-variant: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fc-icon-chevron-left:before { content: "\e900"; } .fc-icon-chevron-right:before { content: "\e901"; } .fc-icon-chevrons-left:before { content: "\e902"; } .fc-icon-chevrons-right:before { content: "\e903"; } .fc-icon-minus-square:before { content: "\e904"; } .fc-icon-plus-square:before { content: "\e905"; } .fc-icon-x:before { content: "\e906"; } .fc .fc-button { overflow: visible; text-transform: none; margin: 0; font-family: inherit; } .fc .fc-button::-moz-focus-inner { padding: 0; border-style: none; } .fc .fc-button { -webkit-appearance: button; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: .4em .65em; font-size: 1em; line-height: 1.5; border-radius: .25em; } .fc .fc-button:focus { outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); } .fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); } .fc .fc-button:disabled { opacity: .65; } .fc .fc-button-primary { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #2C3E50; background-color: var(--fc-button-bg-color, #2C3E50); border-color: #2C3E50; border-color: var(--fc-button-border-color, #2C3E50); } .fc .fc-button-primary:hover { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #1e2b37; background-color: var(--fc-button-hover-bg-color, #1e2b37); border-color: #1a252f; border-color: var(--fc-button-hover-border-color, #1a252f); } .fc .fc-button-primary:disabled { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #2C3E50; background-color: var(--fc-button-bg-color, #2C3E50); border-color: #2C3E50; border-color: var(--fc-button-border-color, #2C3E50); } .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #1a252f; background-color: var(--fc-button-active-bg-color, #1a252f); border-color: #151e27; border-color: var(--fc-button-active-border-color, #151e27); } .fc .fc-button .fc-icon { font-size: 1.5em; } .fc .fc-button-group { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .fc .fc-button-group &gt; .fc-button { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .fc .fc-button-group &gt; .fc-button.fc-button-active, .fc .fc-button-group &gt; .fc-button:active, .fc .fc-button-group &gt; .fc-button:focus, .fc .fc-button-group &gt; .fc-button:hover { z-index: 1; } .fc-direction-ltr .fc-button-group &gt; .fc-button:not(:first-child) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .fc-direction-ltr .fc-button-group &gt; .fc-button:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .fc-direction-rtl .fc-button-group &gt; .fc-button:not(:first-child) { margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .fc-direction-rtl .fc-button-group &gt; .fc-button:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .fc .fc-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .fc .fc-toolbar.fc-header-toolbar { margin-bottom: 1.5em; } .fc .fc-toolbar.fc-footer-toolbar { margin-top: 1.5em; } .fc .fc-toolbar-title { font-size: 1.75em; margin: 0; } .fc-direction-ltr .fc-toolbar &gt; * &gt; :not(:first-child) { margin-left: .75em; } .fc-direction-rtl .fc-toolbar &gt; * &gt; :not(:first-child) { margin-right: .75em; } .fc-direction-rtl .fc-toolbar-ltr { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .fc .fc-scroller { -webkit-overflow-scrolling: touch; position: relative; } .fc .fc-scroller-liquid { height: 100%; } .fc .fc-scroller-liquid-absolute { position: absolute; top: 0; right: 0; left: 0; bottom: 0; } .fc .fc-scroller-harness { position: relative; overflow: hidden; direction: ltr; } .fc .fc-scroller-harness-liquid { height: 100%; } .fc-direction-rtl .fc-scroller-harness &gt; .fc-scroller { direction: rtl; } .fc-theme-standard .fc-scrollgrid { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); } .fc .fc-scrollgrid, .fc .fc-scrollgrid-section-footer &gt; *, .fc .fc-scrollgrid-section-header &gt; * { border-bottom-width: 0; } .fc .fc-scrollgrid, .fc .fc-scrollgrid table { width: 100%; table-layout: fixed; } .fc .fc-scrollgrid table { border-top-style: hidden; border-left-style: hidden; border-right-style: hidden; } .fc .fc-scrollgrid { border-collapse: separate; border-right-width: 0; } .fc .fc-scrollgrid-liquid { height: 100%; } .fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section &gt; td { height: 1px; } .fc .fc-scrollgrid-section-liquid { height: auto; } .fc .fc-scrollgrid-section-liquid &gt; td { height: 100%; } .fc .fc-scrollgrid-section &gt; * { border-top-width: 0; border-left-width: 0; } .fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table { border-bottom-style: hidden; } .fc .fc-scrollgrid-section-sticky &gt; * { background: var(--fc-page-bg-color, #fff); position: sticky; z-index: 2; } .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky &gt; * { top: 0; } .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky &gt; * { bottom: 0; } .fc .fc-scrollgrid-sticky-shim { height: 1px; margin-bottom: -1px; } .fc-sticky { position: sticky; } .fc .fc-view-harness { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; } .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active &gt; .fc-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .fc .fc-col-header-cell-cushion { display: inline-block; padding: 2px 4px; } .fc .fc-non-business { background: rgba(215, 215, 215, 0.3); background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3)); } .fc .fc-bg-event { background: var(--fc-bg-event-color, #8fdf82); opacity: .3; opacity: var(--fc-bg-event-opacity, 0.3); } .fc .fc-bg-event .fc-event-title { margin: .5em; font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); font-style: italic; } .fc .fc-highlight { background: rgba(188, 232, 241, 0.3); background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3)); } .fc .fc-cell-shaded, .fc .fc-day-disabled { background: rgba(208, 208, 208, 0.3); background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); } .fc-event .fc-event-main { position: relative; z-index: 2; } .fc-event-dragging:not(.fc-event-selected) { opacity: .75; } .fc-event-dragging.fc-event-selected { -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); } .fc-event .fc-event-resizer { display: none; position: absolute; z-index: 4; } .fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer, .fc-h-event { display: block; } .fc-event-selected .fc-event-resizer { border-radius: 4px; border-radius: calc(var(--fc-event-resizer-dot-total-width,8px)/ 2); border-width: 1px; border-width: var(--fc-event-resizer-dot-border-width, 1px); width: 8px; width: var(--fc-event-resizer-dot-total-width, 8px); height: 8px; height: var(--fc-event-resizer-dot-total-width, 8px); border-style: solid; border-color: inherit; background: var(--fc-page-bg-color, #fff); } .fc-event-selected .fc-event-resizer:before { content: ''; position: absolute; top: -20px; left: -20px; right: -20px; bottom: -20px; } .fc-event-selected { -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .fc-event-selected:before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; right: 0; bottom: 0; } .fc-event-selected:after { content: ""; background: rgba(0, 0, 0, 0.25); background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25)); position: absolute; z-index: 1; top: -1px; left: -1px; right: -1px; bottom: -1px; } .fc-h-event { border: 1px solid #3788d8; border: 1px solid var(--fc-event-border-color, #3788d8); background-color: #3788d8; background-color: var(--fc-event-bg-color, #3788d8); } .fc-h-event .fc-event-main { color: #fff; color: var(--fc-event-text-color, #fff); } .fc-h-event .fc-event-main-frame { display: -webkit-box; display: -ms-flexbox; display: flex; } .fc-h-event .fc-event-time { max-width: 100%; overflow: hidden; } .fc-h-event .fc-event-title-container { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-width: 0; } .fc-h-event .fc-event-title { display: inline-block; vertical-align: top; left: 0; right: 0; max-width: 100%; overflow: hidden; } .fc-h-event.fc-event-selected:before { top: -10px; bottom: -10px; } .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0; } .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0; } .fc-h-event:not(.fc-event-selected) .fc-event-resizer { top: 0; bottom: 0; width: 8px; width: var(--fc-event-resizer-thickness, 8px); } .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end { cursor: w-resize; left: -4px; left: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start { cursor: e-resize; right: -4px; right: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-h-event.fc-event-selected .fc-event-resizer { top: 50%; margin-top: -4px; margin-top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end { left: -4px; left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start { right: -4px; right: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } :root { --fc-daygrid-event-dot-width:8px; --fc-list-event-dot-width:10px; --fc-list-event-hover-bg-color:#f5f5f5; } .fc .fc-popover { position: fixed; top: 0; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } .fc .fc-popover-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 3px 4px; } .fc .fc-popover-title { margin: 0 2px; } .fc .fc-popover-close { cursor: pointer; opacity: .65; font-size: 1.1em; } .fc-theme-standard .fc-popover { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); background: var(--fc-page-bg-color, #fff); } .fc-theme-standard .fc-popover-header { background: rgba(208, 208, 208, 0.3); background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); } .fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before { content: ""; clear: both; display: table; } .fc .fc-daygrid-body { position: relative; z-index: 1; } .fc .fc-daygrid-day.fc-day-today { background-color: rgba(255, 220, 40, 0.15); background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); } .fc .fc-daygrid-day-frame { position: relative; min-height: 100%; } .fc .fc-daygrid-day-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .fc .fc-day-other .fc-daygrid-day-top { opacity: .3; } .fc .fc-daygrid-day-number { position: relative; z-index: 4; padding: 4px; } .fc .fc-daygrid-day-events { margin-top: 1px; } .fc .fc-daygrid-body-balanced .fc-daygrid-day-events { position: absolute; left: 0; right: 0; } .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events { position: relative; min-height: 2em; } .fc .fc-daygrid-body-natural .fc-daygrid-day-events { margin-bottom: 1em; } .fc .fc-daygrid-event-harness { position: relative; } .fc .fc-daygrid-event-harness-abs { position: absolute; top: 0; left: 0; right: 0; } .fc .fc-daygrid-bg-harness { position: absolute; top: 0; bottom: 0; } .fc .fc-daygrid-day-bg .fc-non-business { z-index: 1; } .fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2; } .fc .fc-daygrid-day-bg .fc-highlight { z-index: 3; } .fc .fc-daygrid-event { z-index: 6; margin-top: 1px; } .fc .fc-daygrid-event.fc-event-mirror { z-index: 7; } .fc .fc-daygrid-day-bottom { font-size: .85em; margin: 2px 3px 0; } .fc .fc-daygrid-more-link { position: relative; z-index: 4; cursor: pointer; } .fc .fc-daygrid-week-number { position: absolute; z-index: 5; top: 0; padding: 2px; min-width: 1.5em; text-align: center; background-color: rgba(208, 208, 208, 0.3); background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); color: grey; color: var(--fc-neutral-text-color, grey); } .fc .fc-more-popover { z-index: 8; } .fc .fc-more-popover .fc-popover-body { min-width: 220px; padding: 10px; } .fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end { margin-left: 2px; } .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start { margin-right: 2px; } .fc-direction-ltr .fc-daygrid-week-number { left: 0; border-radius: 0 0 3px; } .fc-direction-rtl .fc-daygrid-week-number { right: 0; border-radius: 0 0 0 3px; } .fc-liquid-hack .fc-daygrid-day-frame { position: static; } .fc-daygrid-event { position: relative; white-space: nowrap; border-radius: 3px; font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); } .fc-daygrid-block-event .fc-event-time { font-weight: 700; } .fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title { padding: 1px; } .fc-daygrid-dot-event { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 2px 0; } .fc-daygrid-dot-event .fc-event-title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-width: 0; overflow: hidden; font-weight: 700; } .fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover { background: rgba(0, 0, 0, 0.1); } .fc-daygrid-dot-event.fc-event-selected:before { top: -10px; bottom: -10px; } .fc-daygrid-event-dot { margin: 0 4px; -webkit-box-sizing: content-box; box-sizing: content-box; width: 0; height: 0; border: 4px solid #3788d8; border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color, #3788d8); border-radius: 4px; border-radius: calc(var(--fc-daygrid-event-dot-width,8px)/ 2); } .fc-direction-ltr .fc-daygrid-event .fc-event-time { margin-right: 3px; } .fc-direction-rtl .fc-daygrid-event .fc-event-time { margin-left: 3px; } .fc-v-event { display: block; border: 1px solid #3788d8; border: 1px solid var(--fc-event-border-color, #3788d8); background-color: #3788d8; background-color: var(--fc-event-bg-color, #3788d8); } .fc-v-event .fc-event-main { color: #fff; color: var(--fc-event-text-color, #fff); height: 100%; } .fc-v-event .fc-event-main-frame { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .fc-v-event .fc-event-time { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; max-height: 100%; overflow: hidden; } .fc-v-event .fc-event-title-container { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-height: 0; } .fc-v-event .fc-event-title { top: 0; bottom: 0; max-height: 100%; overflow: hidden; } .fc-v-event:not(.fc-event-start) { border-top-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .fc-v-event:not(.fc-event-end) { border-bottom-width: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .fc-v-event.fc-event-selected:before { left: -10px; right: -10px; } .fc-v-event .fc-event-resizer-start { cursor: n-resize; } .fc-v-event .fc-event-resizer-end { cursor: s-resize; } .fc-v-event:not(.fc-event-selected) .fc-event-resizer { height: 8px; height: var(--fc-event-resizer-thickness, 8px); left: 0; right: 0; } .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start { top: -4px; top: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end { bottom: -4px; bottom: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-v-event.fc-event-selected .fc-event-resizer { left: 50%; margin-left: -4px; margin-left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-v-event.fc-event-selected .fc-event-resizer-start { top: -4px; top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-v-event.fc-event-selected .fc-event-resizer-end { bottom: -4px; bottom: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc .fc-timegrid .fc-daygrid-body { z-index: 2; } .fc .fc-timegrid-axis-chunk &gt; table, .fc .fc-timegrid-body, .fc .fc-timegrid-slots { position: relative; z-index: 1; } .fc .fc-timegrid-divider { padding: 0 0 2px; } .fc .fc-timegrid-body { min-height: 100%; } .fc .fc-timegrid-axis-chunk { position: relative; } .fc .fc-timegrid-slot { height: 1.5em; border-bottom: 0; } .fc .fc-timegrid-slot:empty:before { content: '\00a0'; } .fc .fc-timegrid-slot-minor { border-top-style: dotted; } .fc .fc-timegrid-slot-label-cushion { display: inline-block; white-space: nowrap; } .fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion { padding: 0 4px; } .fc .fc-timegrid-axis-frame-liquid { height: 100%; } .fc .fc-timegrid-axis-frame { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .fc .fc-timegrid-axis-cushion { max-width: 60px; -ms-flex-negative: 0; flex-shrink: 0; } .fc-direction-ltr .fc-timegrid-slot-label-frame { text-align: right; } .fc-direction-rtl .fc-timegrid-slot-label-frame { text-align: left; } .fc-liquid-hack .fc-timegrid-axis-frame-liquid { height: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .fc .fc-timegrid-col.fc-day-today { background-color: rgba(255, 220, 40, 0.15); background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); } .fc .fc-timegrid-col-frame { min-height: 100%; position: relative; } .fc-liquid-hack .fc-timegrid-col-frame { height: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .fc-media-screen .fc-timegrid-cols { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .fc-media-screen .fc-timegrid-cols &gt; table { height: 100%; } .fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container { position: absolute; top: 0; left: 0; right: 0; } .fc-media-screen .fc-timegrid-event-harness { position: absolute; } .fc .fc-timegrid-col-bg { z-index: 2; } .fc .fc-timegrid-col-bg .fc-non-business { z-index: 1; } .fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2; } .fc .fc-timegrid-col-bg .fc-highlight, .fc .fc-timegrid-col-events { z-index: 3; } .fc .fc-timegrid-bg-harness { position: absolute; left: 0; right: 0; } .fc .fc-timegrid-now-indicator-container { bottom: 0; overflow: hidden; } .fc-direction-ltr .fc-timegrid-col-events { margin: 0 2.5% 0 2px; } .fc-direction-rtl .fc-timegrid-col-events { margin: 0 2px 0 2.5%; } .fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror { -webkit-box-shadow: 0 0 0 1px #fff; box-shadow: 0 0 0 1px #fff; -webkit-box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff); box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff); } .fc-timegrid-event { font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); border-radius: 3px; } .fc-timegrid-event .fc-event-main { padding: 1px 1px 0; } .fc-timegrid-event .fc-event-time { white-space: nowrap; font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); margin-bottom: 1px; } .fc-timegrid-event-condensed .fc-event-main-frame { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: hidden; } .fc-timegrid-event-condensed .fc-event-time:after { content: '\00a0-\00a0'; } .fc-timegrid-event-condensed .fc-event-title { font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); } .fc-media-screen .fc-timegrid-event { position: absolute; top: 0; bottom: 1px; left: 0; right: 0; } .fc .fc-timegrid-now-indicator-line { position: absolute; z-index: 4; left: 0; right: 0; border-style: solid; border-color: red; border-color: var(--fc-now-indicator-color, red); border-width: 1px 0 0; } .fc .fc-timegrid-now-indicator-arrow { position: absolute; z-index: 4; margin-top: -5px; border-style: solid; border-color: red; border-color: var(--fc-now-indicator-color, red); } .fc-direction-ltr .fc-timegrid-now-indicator-arrow { left: 0; border-width: 5px 0 5px 6px; border-top-color: transparent; border-bottom-color: transparent; } .fc-direction-rtl .fc-timegrid-now-indicator-arrow { right: 0; border-width: 5px 6px 5px 0; border-top-color: transparent; border-bottom-color: transparent; } .fc-theme-standard .fc-list { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); } .fc .fc-list-empty { background-color: rgba(208, 208, 208, 0.3); background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .fc .fc-list-empty-cushion { margin: 5em 0; } .fc .fc-list-table { width: 100%; border-style: hidden; } .fc .fc-list-table tr &gt; * { border-left: 0; border-right: 0; } .fc .fc-list-sticky .fc-list-day &gt; * { position: sticky; top: 0; background: var(--fc-page-bg-color, #fff); } .fc .fc-list-table th { padding: 0; } .fc .fc-list-day-cushion, .fc .fc-list-table td { padding: 8px 14px; } .fc .fc-list-day-cushion:after { content: ""; clear: both; display: table; } .fc-theme-standard .fc-list-day-cushion { background-color: rgba(208, 208, 208, 0.3); background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); } .fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text { float: left; } .fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text { float: right; } .fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0; } .fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0; } .fc .fc-list-event.fc-event-forced-url { cursor: pointer; } .fc .fc-list-event:hover td { background-color: #f5f5f5; background-color: var(--fc-list-event-hover-bg-color, #f5f5f5); } .fc .fc-list-event-graphic, .fc .fc-list-event-time { white-space: nowrap; width: 1px; } .fc .fc-list-event-dot { display: inline-block; -webkit-box-sizing: content-box; box-sizing: content-box; width: 0; height: 0; border: 5px solid #3788d8; border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color, #3788d8); border-radius: 5px; border-radius: calc(var(--fc-list-event-dot-width,10px)/ 2); } .fc .fc-list-event-title a { color: inherit; } .fc .fc-list-event.fc-event-forced-url:hover a { text-decoration: underline; } .fc-theme-bootstrap a:not([href]) { color: inherit; } /* Ion.RangeSlider // css version 2.0.3 // © 2013-2014 Denis Ineshin | IonDen.com // ===================================================================================================================*/ /* ===================================================================================================================== // RangeSlider */ .irs { position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .irs-line { position: relative; display: block; overflow: hidden; outline: none !important; } .irs-line-left, .irs-line-mid, .irs-line-right { position: absolute; display: block; top: 0; } .irs-line-left { left: 0; width: 11%; } .irs-line-mid { left: 9%; width: 82%; } .irs-line-right { right: 0; width: 11%; } .irs-bar { position: absolute; display: block; left: 0; width: 0; } .irs-bar-edge { position: absolute; display: block; top: 0; left: 0; } .irs-shadow { position: absolute; display: none; left: 0; width: 0; } .irs-slider { position: absolute; display: block; cursor: default; z-index: 1; } .irs-slider.type_last { z-index: 2; } .irs-min { position: absolute; display: block; left: 0; cursor: default; } .irs-max { position: absolute; display: block; right: 0; cursor: default; } .irs-from, .irs-to, .irs-single { position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap; } .irs-grid { position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px; } .irs-with-grid .irs-grid { display: block; } .irs-grid-pol { position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #000; } .irs-grid-pol.small { height: 4px; } .irs-grid-text { position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; padding: 0 3px; color: #000; } .irs-disable-mask { position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%; cursor: default; background: rgba(0, 0, 0, 0); z-index: 2; } .irs-disabled { opacity: 0.4; } .lt-ie9 .irs-disabled { filter: alpha(opacity=40); } .irs-hidden-input { position: absolute !important; display: block !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important; margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important; border-style: solid !important; border-color: transparent !important; } /* Ion.RangeSlider, Simple Skin // css version 2.0.3 // © Denis Ineshin, 2014    https://github.com/IonDen // © guybowden, 2014        https://github.com/guybowden // ===================================================================================================================*/ /* ===================================================================================================================== // Skin details */ .irs { height: 30px; } .irs-with-grid { height: 60px; margin-top: 10px; } .irs-line { height: 6px; top: 0; background: #e1e1e1; border-radius: 16px; -moz-border-radius: 16px; } .irs-line-left { height: 8px; } .irs-line-mid { height: 8px; } .irs-line-right { height: 8px; } .irs-bar { height: 6px; top: 0; background: var(--color-secondary); } .irs-bar-edge { height: 10px; top: 33px; width: 14px; border: 1px solid #428bca; border-right: 0; background: #428bca; background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8)); background: -o-linear-gradient(bottom, #428bca 0%, #7fc3e8 100%); background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%); border-radius: 16px 0 0 16px; -moz-border-radius: 16px 0 0 16px; } .irs-shadow { height: 2px; top: 38px; background: #000; opacity: 0.3; border-radius: 5px; -moz-border-radius: 5px; } .lt-ie9 .irs-shadow { filter: alpha(opacity=30); } .irs-slider { top: -10px; border-radius: 100%; background: #fff; color: #555555; cursor: move; font-weight: normal; border: 1px solid #ddd; cursor: move; height: 1.8em; position: absolute; width: 1.8rem; z-index: 2; -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.06); } /* .irs-slider.state_hover, .irs-slider:hover { background: #FFF; } */ .irs-min, .irs-max { color: #333; font-size: 12px; line-height: 1.333; text-shadow: none; top: 0; padding: 1px 5px; background: rgba(0, 0, 0, 0.1); border-radius: 3px; -moz-border-radius: 3px; } .lt-ie9 .irs-min, .lt-ie9 .irs-max { background: #ccc; } .irs-from, .irs-to, .irs-single { color: #fff; font-size: 12px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: #0064ca; border-radius: 3px; -moz-border-radius: 3px; } #perform_price { position: relative; } .lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { background: #999; } .irs-grid { height: 30px; } .irs-grid-pol { opacity: 0.5; background: #428bca; } .irs-grid-pol.small { background: #999; } .irs-grid-text { bottom: 5px; color: #99a4ac; } /*! * jquery-confirm v3.3.2 (http://craftpip.github.io/jquery-confirm/) * Author: boniface pereira * Website: www.craftpip.com * Contact: hey@craftpip.com * * Copyright 2013-2017 jquery-confirm * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE) */ @-webkit-keyframes jconfirm-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes jconfirm-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } body[class*="jconfirm-no-scroll-"] { overflow: hidden !important; } .jconfirm { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; font-family: inherit; overflow: hidden; } .jconfirm .jconfirm-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; } .jconfirm .jconfirm-bg.jconfirm-bg-h { opacity: 0 !important; } .jconfirm .jconfirm-scrollpane { -webkit-perspective: 500px; perspective: 500px; -webkit-perspective-origin: center; perspective-origin: center; display: table; width: 100%; height: 100%; } .jconfirm .jconfirm-row { display: table-row; width: 100%; } .jconfirm .jconfirm-cell { display: table-cell; vertical-align: middle; } .jconfirm .jconfirm-holder { max-height: 100%; padding: 50px 0; } .jconfirm .jconfirm-box-container { -webkit-transition: -webkit-transform; transition: -webkit-transform; -o-transition: transform; transition: transform; transition: transform, -webkit-transform; } .jconfirm .jconfirm-box-container.jconfirm-no-transition { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; } .jconfirm .jconfirm-box { background: white; border-radius: 4px; position: relative; outline: 0; padding: 15px 15px 0; overflow: hidden; margin-left: auto; margin-right: auto; } @-webkit-keyframes type-blue { 1%, 100% { border-color: #3498db; } 50% { border-color: #5faee3; } } @keyframes type-blue { 1%, 100% { border-color: #3498db; } 50% { border-color: #5faee3; } } @-webkit-keyframes type-green { 1%, 100% { border-color: #2ecc71; } 50% { border-color: #54d98c; } } @keyframes type-green { 1%, 100% { border-color: #2ecc71; } 50% { border-color: #54d98c; } } @-webkit-keyframes type-red { 1%, 100% { border-color: #e74c3c; } 50% { border-color: #ed7669; } } @keyframes type-red { 1%, 100% { border-color: #e74c3c; } 50% { border-color: #ed7669; } } @-webkit-keyframes type-orange { 1%, 100% { border-color: #f1c40f; } 50% { border-color: #f4d03f; } } @keyframes type-orange { 1%, 100% { border-color: #f1c40f; } 50% { border-color: #f4d03f; } } @-webkit-keyframes type-purple { 1%, 100% { border-color: #9b59b6; } 50% { border-color: #b07cc6; } } @keyframes type-purple { 1%, 100% { border-color: #9b59b6; } 50% { border-color: #b07cc6; } } @-webkit-keyframes type-dark { 1%, 100% { border-color: #34495e; } 50% { border-color: #46627f; } } @keyframes type-dark { 1%, 100% { border-color: #34495e; } 50% { border-color: #46627f; } } .jconfirm .jconfirm-box.jconfirm-type-animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .jconfirm .jconfirm-box.jconfirm-type-blue { border-top: solid 7px #3498db; -webkit-animation-name: type-blue; animation-name: type-blue; } .jconfirm .jconfirm-box.jconfirm-type-green { border-top: solid 7px #2ecc71; -webkit-animation-name: type-green; animation-name: type-green; } .jconfirm .jconfirm-box.jconfirm-type-red { border-top: solid 7px #e74c3c; -webkit-animation-name: type-red; animation-name: type-red; } .jconfirm .jconfirm-box.jconfirm-type-orange { border-top: solid 7px #f1c40f; -webkit-animation-name: type-orange; animation-name: type-orange; } .jconfirm .jconfirm-box.jconfirm-type-purple { border-top: solid 7px #9b59b6; -webkit-animation-name: type-purple; animation-name: type-purple; } .jconfirm .jconfirm-box.jconfirm-type-dark { border-top: solid 7px #34495e; -webkit-animation-name: type-dark; animation-name: type-dark; } .jconfirm .jconfirm-box.loading { height: 120px; } .jconfirm .jconfirm-box.loading:before { content: ""; position: absolute; left: 0; background: white; right: 0; top: 0; bottom: 0; border-radius: 10px; z-index: 1; } .jconfirm .jconfirm-box.loading:after { opacity: 0.6; content: ""; height: 30px; width: 30px; border: solid 3px transparent; position: absolute; left: 50%; margin-left: -15px; border-radius: 50%; -webkit-animation: jconfirm-spin 1s infinite linear; animation: jconfirm-spin 1s infinite linear; border-bottom-color: dodgerblue; top: 50%; margin-top: -15px; z-index: 2; } .jconfirm .jconfirm-box div.jconfirm-closeIcon { height: 20px; width: 20px; position: absolute; top: 10px; right: 10px; cursor: pointer; opacity: 0.6; text-align: center; font-size: 27px !important; line-height: 14px !important; display: none; z-index: 1; } .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty { display: none; } .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa { font-size: 16px; } .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon { font-size: 16px; } .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi { font-size: 16px; } .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover { opacity: 1; } .jconfirm .jconfirm-box div.jconfirm-title-c { display: block; font-size: 22px; line-height: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; padding-bottom: 15px; } .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand { cursor: move; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { font-size: inherit; display: inline-block; vertical-align: middle; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i { vertical-align: middle; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty { display: none; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: inherit; font-family: inherit; display: inline-block; vertical-align: middle; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty { display: none; } .jconfirm .jconfirm-box div.jconfirm-content-pane { margin-bottom: 15px; height: auto; -webkit-transition: height 0.4s ease-in; -o-transition: height 0.4s ease-in; transition: height 0.4s ease-in; display: inline-block; width: 100%; position: relative; overflow-x: hidden; overflow-y: auto; } .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll { overflow-y: hidden; } .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar { width: 3px; } .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); } .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb { background: #666; border-radius: 3px; } .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content { overflow: auto; } .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img { max-width: 100%; height: auto; } .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty { display: none; } .jconfirm .jconfirm-box .jconfirm-buttons { padding-bottom: 11px; } .jconfirm .jconfirm-box .jconfirm-buttons &gt; button { margin-bottom: 4px; margin-inline: 2px; } .jconfirm .jconfirm-box .jconfirm-buttons button { display: inline-block; padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 4px; min-height: 1em; -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; -o-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; -webkit-tap-highlight-color: transparent; border: 0; background-image: none; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue { background-color: #3498db; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover { background-color: #2980b9; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green { background-color: #2ecc71; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover { background-color: #27ae60; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red { background-color: #e74c3c; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover { background-color: #c0392b; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange { background-color: #f1c40f; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover { background-color: #f39c12; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default { background-color: #ecf0f1; color: #000; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover { background-color: #bdc3c7; color: #000; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple { background-color: #9b59b6; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover { background-color: #8e44ad; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark { background-color: #34495e; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover { background-color: #2c3e50; color: #fff; } .jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c { color: #e74c3c !important; } .jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c { color: #3498db !important; } .jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c { color: #2ecc71 !important; } .jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c { color: #9b59b6 !important; } .jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c { color: #f1c40f !important; } .jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c { color: #34495e !important; } .jconfirm .jconfirm-clear { clear: both; } .jconfirm.jconfirm-rtl { direction: rtl; } .jconfirm.jconfirm-rtl div.jconfirm-closeIcon { left: 5px; right: auto; } .jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg { background-color: #444; opacity: 0.2; } .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box { -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); border-radius: 5px; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons { float: right; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button { text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default { -webkit-box-shadow: none; box-shadow: none; color: #333; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover { background: #ddd; } .jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg { background-color: darkslategray; opacity: 0.4; } .jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box { -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); background: #444; border-radius: 5px; color: white; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons { float: right; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button { border: 0; background-image: none; text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; -webkit-transition: background 0.1s; -o-transition: background 0.1s; transition: background 0.1s; color: white; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default { -webkit-box-shadow: none; box-shadow: none; color: #fff; background: 0; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover { background: #666; } .jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake { -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow { -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @-webkit-keyframes shake { 10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); } 20%, 80% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); } 30%, 50%, 70% { -webkit-transform: translate3d(-8px, 0, 0); transform: translate3d(-8px, 0, 0); } 40%, 60% { -webkit-transform: translate3d(8px, 0, 0); transform: translate3d(8px, 0, 0); } } @keyframes shake { 10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); } 20%, 80% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); } 30%, 50%, 70% { -webkit-transform: translate3d(-8px, 0, 0); transform: translate3d(-8px, 0, 0); } 40%, 60% { -webkit-transform: translate3d(8px, 0, 0); transform: translate3d(8px, 0, 0); } } @-webkit-keyframes glow { 0%, 100% { -webkit-box-shadow: 0 0 0 red; box-shadow: 0 0 0 red; } 50% { -webkit-box-shadow: 0 0 30px red; box-shadow: 0 0 30px red; } } @keyframes glow { 0%, 100% { -webkit-box-shadow: 0 0 0 red; box-shadow: 0 0 0 red; } 50% { -webkit-box-shadow: 0 0 30px red; box-shadow: 0 0 30px red; } } .jconfirm { -webkit-perspective: 400px; perspective: 400px; } .jconfirm .jconfirm-box { opacity: 1; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; } .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex { opacity: 0; } .jconfirm .jconfirm-box.jconfirm-animation-rotate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .jconfirm .jconfirm-box.jconfirm-animation-rotatex { -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-rotatexr { -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-rotatey { -webkit-transform: rotatey(90deg); -ms-transform: rotatey(90deg); transform: rotatey(90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-rotateyr { -webkit-transform: rotatey(-90deg); -ms-transform: rotatey(-90deg); transform: rotatey(-90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-scaley { -webkit-transform: scaley(1.5); -ms-transform: scaley(1.5); transform: scaley(1.5); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-scalex { -webkit-transform: scalex(1.5); -ms-transform: scalex(1.5); transform: scalex(1.5); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-top { -webkit-transform: translate(0px, -100px); -ms-transform: translate(0px, -100px); transform: translate(0px, -100px); } .jconfirm .jconfirm-box.jconfirm-animation-left { -webkit-transform: translate(-100px, 0px); -ms-transform: translate(-100px, 0px); transform: translate(-100px, 0px); } .jconfirm .jconfirm-box.jconfirm-animation-right { -webkit-transform: translate(100px, 0px); -ms-transform: translate(100px, 0px); transform: translate(100px, 0px); } .jconfirm .jconfirm-box.jconfirm-animation-bottom { -webkit-transform: translate(0px, 100px); -ms-transform: translate(0px, 100px); transform: translate(0px, 100px); } .jconfirm .jconfirm-box.jconfirm-animation-zoom { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .jconfirm .jconfirm-box.jconfirm-animation-scale { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); } .jconfirm .jconfirm-box.jconfirm-animation-none { visibility: hidden; } .jconfirm.jconfirm-supervan .jconfirm-bg { background-color: rgba(54, 70, 93, 0.95); } .jconfirm.jconfirm-supervan .jconfirm-box { background-color: transparent; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon { color: white; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c { text-align: center; color: white; font-size: 28px; font-weight: normal; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c &gt; * { padding-bottom: 25px; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane { margin-bottom: 25px; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content { text-align: center; color: white; } .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons { text-align: center; } .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button { font-size: 16px; border-radius: 2px; background: #303f53; text-shadow: none; border: 0; color: white; padding: 10px; min-width: 100px; } .jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-material .jconfirm-bg { background-color: rgba(0, 0, 0, 0.67); } .jconfirm.jconfirm-material .jconfirm-box { background-color: white; -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); padding: 30px 25px 10px 25px; } .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); } .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold; } .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content { color: rgba(0, 0, 0, 0.87); } .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons { text-align: right; } .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button { text-transform: uppercase; font-weight: 500; } .jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-bootstrap .jconfirm-bg { background-color: rgba(0, 0, 0, 0.21); } .jconfirm.jconfirm-bootstrap .jconfirm-box { background-color: white; -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); border: solid 1px rgba(0, 0, 0, 0.4); padding: 15px 0 0; } .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); } .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold; padding-left: 15px; padding-right: 15px; } .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content { color: rgba(0, 0, 0, 0.87); padding: 0 15px; } .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons { text-align: right; padding: 10px; margin: -5px 0 0; border-top: solid 1px #ddd; overflow: hidden; border-radius: 0 0 4px 4px; } .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button { font-weight: 500; } .jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-modern .jconfirm-bg { background-color: slategray; opacity: 0.6; } .jconfirm.jconfirm-modern .jconfirm-box { background-color: white; -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); padding: 30px 30px 15px; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); top: 15px; right: 15px; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 10px; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); display: block; margin-right: 0; margin-left: 0; margin-bottom: 10px; font-size: 69px; color: #aaa; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content { text-align: center; font-size: 15px; color: #777; margin-bottom: 25px; } .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons { text-align: center; } .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button { font-weight: bold; text-transform: uppercase; -webkit-transition: background 0.1s; -o-transition: background 0.1s; transition: background 0.1s; padding: 10px 20px; } .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button { margin-left: 4px; } .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { float: left; clear: left; padding-left: 5px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 0; margin-left: 40%; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-timepicker-div .ui_tpicker_unit_hide { display: none; } .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; } .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; } .ui-timepicker-rtl { direction: rtl; } .ui-timepicker-rtl dl { text-align: right; padding-right: 5px; } .ui-timepicker-rtl dl dt { float: right; clear: right; } .ui-timepicker-rtl dl dd { margin: 0 0 10px 10px; margin-right: 40%; } /* Shortened version style */ .ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt { display: none; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; } .ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; } .ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd &gt; div { display: inline-block; margin: 0; } .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content: ":"; display: inline-block; } .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content: "."; display: inline-block; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before { display: none; } /*! jQuery UI - v1.11.4 - 2015-03-11 * http://jqueryui.com * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&amp;fwDefault=normal&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=cccccc&amp;bgTextureHeader=highlight_soft&amp;bgImgOpacityHeader=75&amp;borderColorHeader=aaaaaa&amp;fcHeader=222222&amp;iconColorHeader=222222&amp;bgColorContent=ffffff&amp;bgTextureContent=flat&amp;bgImgOpacityContent=75&amp;borderColorContent=aaaaaa&amp;fcContent=222222&amp;iconColorContent=222222&amp;bgColorDefault=e6e6e6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=75&amp;borderColorDefault=d3d3d3&amp;fcDefault=555555&amp;iconColorDefault=888888&amp;bgColorHover=dadada&amp;bgTextureHover=glass&amp;bgImgOpacityHover=75&amp;borderColorHover=999999&amp;fcHover=212121&amp;iconColorHover=454545&amp;bgColorActive=ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=aaaaaa&amp;fcActive=212121&amp;iconColorActive=454545&amp;bgColorHighlight=fbf9ee&amp;bgTextureHighlight=glass&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=fcefa1&amp;fcHighlight=363636&amp;iconColorHighlight=2e83ff&amp;bgColorError=fef1ec&amp;bgTextureError=glass&amp;bgImgOpacityError=95&amp;borderColorError=cd0a0a&amp;fcError=cd0a0a&amp;iconColorError=cd0a0a&amp;bgColorOverlay=aaaaaa&amp;bgTextureOverlay=flat&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=aaaaaa&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=8px&amp;offsetTopShadow=-8px&amp;offsetLeftShadow=-8px&amp;cornerRadiusShadow=8px * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-clearfix { min-height: 0; /* support: IE7 */ } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ } .ui-front { z-index: 100; } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: 0.5em 0.5em 0.5em 0.7em; min-height: 0; font-size: 100%; } .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: 0.5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } /* to make room for the icon, a width needs to be set here */ .ui-button-icon-only { width: 2.2em; } /* button elements seem to need a little more width */ button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } /* button text element */ .ui-button .ui-button-text { display: block; line-height: normal; } .ui-button-text-only .ui-button-text { padding: 0.4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 1em 0.4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 2.1em 0.4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } /* no icon support for input elements, provide padding by default */ input.ui-button { padding: 0.4em 1em; } /* button icon element(s) */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: 0.5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: 0.5em; } /* button sets */ .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -0.3em; } /* workarounds */ /* reset extra padding in Firefox, see h5bp.com/l */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-datepicker { width: 17em; padding: 10px; display: none; } .ui-datepicker-header.ui-widget-header { border: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 6px; width: 1.8em; height: 1.8em; } /*.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 2px; }*/ .ui-datepicker .ui-datepicker-prev { left: 0; } .ui-datepicker .ui-datepicker-next { right: 0; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 50%; font-size: 0.9em; height: 30px; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: 500; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { -webkit-box-shadow: none; box-shadow: none; background-image: none; margin: 0.7em 0 0 0; padding: 0; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { font-weight: normal; float: right; margin: 0; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-autocomplete.ui-menu { padding: 10px; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-dialog { overflow: hidden; position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.5em 1em; background: none; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: 0.5em; padding: 0.3em 1em 0.5em 0.4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: none; } .ui-menu .ui-menu { position: absolute; } .ui-menu .ui-menu-item { position: relative; margin: 0; font-size: 14px; border-bottom: 1px solid #fff; padding: 3px 1em 3px 0.4em; cursor: pointer; min-height: 0; } .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } /** * .ui-menu .ui-state-focus, * .ui-menu .ui-state-active { * 	margin: -1px; * } */ /* icon support */ .ui-menu-icons { position: relative; } .ui-menu-icons .ui-menu-item { padding-left: 2em; } /* left-aligned */ .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: 0.2em; margin: auto 0; } /* right-aligned */ .ui-menu .ui-menu-icon { left: auto; right: 0; } .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-selectable { -ms-touch-action: none; touch-action: none; } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .ui-selectmenu-menu .ui-menu { overflow: auto; /* Support: IE7 */ overflow-x: hidden; padding-bottom: 1px; } .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .ui-selectmenu-open { display: block; } .ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; cursor: pointer; } .ui-selectmenu-button span.ui-icon { right: 0.5em; left: auto; margin-top: -8px; position: absolute; top: 50%; } .ui-selectmenu-button span.ui-selectmenu-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em; display: block; line-height: 1.4; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { border-radius: 20px; position: absolute; z-index: 2; width: 18px; height: 18px; cursor: move; -ms-touch-action: none; touch-action: none; background: none repeat scroll 0 0 #fff !important; border: 1px solid #cccccc !important; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; background-position: 0 0; } /* support: IE8 - See #6727 */ .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .ui-slider-horizontal { height: 11px; } .ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -0.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: 0.8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -0.3em; margin-left: 0; margin-bottom: -0.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: 0.2em 0; vertical-align: middle; margin-left: 0.4em; margin-right: 22px; } .ui-spinner-button { width: 16px; height: 50%; font-size: 0.5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } /* more specificity required here to override default borders */ .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* vertically center icon */ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } /* TR overrides */ .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; } .ui-tabs { position: relative; padding: 0.2em; } .ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 0.2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: 0.5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; } body .ui-tooltip { border-width: 2px; } .rangewrap p { padding: 0 0 15px 0; color: #009348; } .rangewrap input[type="text"] { color: #009348 !important; font-weight: 700 !important; } /* Component containers ----------------------------------*/ .ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; } .ui-slider-horizontal { border-radius: 20px !important; } .ui-widget-content { z-index: 99999; background: #fff; -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); color: #222222; max-height: 255px; overflow: auto; } .ui-widget-content.ui-datepicker { max-height: 100%; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #ddd; background: #eee; color: #222222; font-weight: bold; } .ui-widget-header select { height: auto; } .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid transparent; background: rgba(0, 0, 0, 0.05); font-weight: normal; color: #555555; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #4ca146; font-weight: normal; color: #fff; } /*.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; text-decoration: none; }*/ /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; color: #363636; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; color: #cd0a0a; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: Alpha(Opacity=70); /* support: IE8 */ font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: Alpha(Opacity=35); /* support: IE8 */ background-image: none; } .ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */ } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { width: 16px; height: 16px; } .ui-icon, .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-widget-header .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-state-default .ui-icon { background-image: url("images/ui-icons_888888_256x240.png"); } /*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); }*/ /*.ui-state-active .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); }*/ .ui-state-highlight .ui-icon { background-image: url("images/ui-icons_2e83ff_256x240.png"); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_cd0a0a_256x240.png"); } /* positioning */ .ui-icon-blank { background-position: 16px 16px; } .ui-icon-carat-1-n { background-position: 0 0; } .ui-icon-carat-1-ne { background-position: -16px 0; } .ui-icon-carat-1-e { background-position: -32px 0; } .ui-icon-carat-1-se { background-position: -48px 0; } .ui-icon-carat-1-s { background-position: -64px 0; } .ui-icon-carat-1-sw { background-position: -80px 0; } .ui-icon-carat-1-w { background-position: -96px 0; } .ui-icon-carat-1-nw { background-position: -112px 0; } .ui-icon-carat-2-n-s { background-position: -128px 0; } .ui-icon-carat-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -64px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -64px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-on { background-position: -96px -144px; } .ui-icon-radio-off { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -160px; } .ui-icon-seek-start { background-position: -80px -160px; } /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ .ui-icon-seek-first { background-position: -80px -160px; } .ui-icon-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; } /* Overlays */ .ui-widget-overlay { background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 0.3; filter: Alpha(Opacity=30); /* support: IE8 */ } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 0.3; filter: Alpha(Opacity=30); /* support: IE8 */ border-radius: 8px; } .ui-slider-handle { cursor: move; } .ui-slider-handle:before { background: none repeat scroll 0 0 #009348; border-radius: 100%; content: ""; height: 6px; left: 50%; margin: -3px 0 0 -3px; position: absolute; top: 50%; width: 6px; } /* * Author - Harshen Amarnath Pandey * Version - 1.0.8 * Release - 18th April 2015 * Copyright (c) 2014 - 2018 Harshen Pandey */ /* jquery.countdownTimer.css*/ .style { width: 100%; font-family: sans-serif; font-weight: bold; border-style: solid; } .colorDefinition { background: #000000; color: #FFFFFF; border-color: #F0068E; } .size_xl { font-size: 50px; border-width: 8px; border-radius: 6px; } .size_lg { font-size: 40px; border-width: 7px; border-radius: 5px; } .size_md { font-size: 30px; border-width: 5px; border-radius: 4px; } .size_sm { font-size: 20px; border-width: 3px; border-radius: 3px; } .size_xs { font-size: 15px; border-width: 2px; border-radius: 2px; } .xdsoft_datetimepicker { -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); background: #ffffff; border-bottom: 1px solid #bbbbbb; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; color: #333333; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; padding: 8px; padding-left: 0; padding-top: 2px; position: absolute; z-index: 9999; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; } .xdsoft_datetimepicker iframe { position: absolute; left: 0; top: 0; width: 75px; height: 210px; background: transparent; border: none; } /*For IE8 or lower*/ .xdsoft_datetimepicker button { border: none !important; } .xdsoft_noselect { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .xdsoft_noselect::-moz-selection { background: transparent; } .xdsoft_noselect::selection { background: transparent; } .xdsoft_noselect::-moz-selection { background: transparent; } .xdsoft_datetimepicker.xdsoft_inline { display: inline-block; position: static; -webkit-box-shadow: none; box-shadow: none; } .xdsoft_datetimepicker * { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker { display: none; } .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active { display: block; } .xdsoft_datetimepicker .xdsoft_datepicker { width: 224px; float: left; margin-left: 8px; } .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker { width: 256px; } .xdsoft_datetimepicker .xdsoft_timepicker { width: 58px; float: left; text-align: center; margin-left: 8px; margin-top: 0; } .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker { margin-top: 8px; margin-bottom: 3px; } .xdsoft_datetimepicker .xdsoft_mounthpicker { position: relative; text-align: center; } .xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); } .xdsoft_datetimepicker .xdsoft_label i { opacity: 0.5; background-position: -92px -19px; display: inline-block; width: 9px; height: 20px; vertical-align: middle; } .xdsoft_datetimepicker .xdsoft_prev { float: left; background-position: -20px 0; } .xdsoft_datetimepicker .xdsoft_today_button { float: left; background-position: -70px 0; margin-left: 5px; } .xdsoft_datetimepicker .xdsoft_next { float: left; background-position: 0 0; } .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button { background-color: transparent; background-repeat: no-repeat; border: 0 none currentColor; cursor: pointer; display: block; height: 30px; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; outline: medium none currentColor; overflow: hidden; padding: 0; position: relative; text-indent: 100%; white-space: nowrap; width: 20px; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next { float: none; background-position: -40px -15px; height: 15px; width: 30px; display: block; margin-left: 14px; margin-top: 7px; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev { background-position: -40px 0; margin-bottom: 7px; margin-top: 0; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box { height: 151px; overflow: hidden; border-bottom: 1px solid #dddddd; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div { background: #f5f5f5; border-top: 1px solid #dddddd; color: #666666; font-size: 12px; text-align: center; border-collapse: collapse; cursor: pointer; border-bottom-width: 0; height: 25px; line-height: 25px; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:first-child { border-top-width: 0; } .xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } .xdsoft_datetimepicker .xdsoft_label { display: inline; position: relative; z-index: 9999; margin: 0; padding: 5px 3px; font-size: 14px; line-height: 20px; font-weight: bold; background-color: #fff; float: left; width: 182px; text-align: center; cursor: pointer; } .xdsoft_datetimepicker .xdsoft_label:hover &gt; span { text-decoration: underline; } .xdsoft_datetimepicker .xdsoft_label:hover i { opacity: 1; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select { border: 1px solid #ccc; position: absolute; right: 0; top: 30px; z-index: 101; display: none; background: #fff; max-height: 160px; overflow-y: hidden; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select.xdsoft_monthselect { right: -7px; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select.xdsoft_yearselect { right: 2px; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option:hover { color: #fff; background: #ff8000; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option { padding: 2px 10px 2px 5px; text-decoration: none !important; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option.xdsoft_current { background: #33aaff; -webkit-box-shadow: #178fe5 0 1px 3px 0 inset; box-shadow: #178fe5 0 1px 3px 0 inset; color: #fff; font-weight: 700; } .xdsoft_datetimepicker .xdsoft_month { width: 100px; text-align: right; } .xdsoft_datetimepicker .xdsoft_calendar { clear: both; } .xdsoft_datetimepicker .xdsoft_year { width: 48px; margin-left: 5px; } .xdsoft_datetimepicker .xdsoft_calendar table { border-collapse: collapse; width: 100%; } .xdsoft_datetimepicker .xdsoft_calendar td &gt; div { padding-right: 5px; } .xdsoft_datetimepicker .xdsoft_calendar th { height: 25px; } .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th { width: 14.2857142%; background: #f5f5f5; border: 1px solid #dddddd; color: #666666; font-size: 12px; text-align: right; vertical-align: middle; padding: 0; border-collapse: collapse; cursor: pointer; height: 25px; } .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th { width: 12.5%; } .xdsoft_datetimepicker .xdsoft_calendar th { background: #f1f1f1; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today { color: #33aaff; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current { background: #33aaff; -webkit-box-shadow: #178fe5 0 1px 3px 0 inset; box-shadow: #178fe5 0 1px 3px 0 inset; color: #fff; font-weight: 700; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_disabled { opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; } .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover { color: #fff !important; background: #ff8000 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_disabled:hover { color: inherit !important; background: inherit !important; -webkit-box-shadow: inherit !important; box-shadow: inherit !important; } .xdsoft_datetimepicker .xdsoft_calendar th { font-weight: 700; text-align: center; color: #999; cursor: default; } .xdsoft_datetimepicker .xdsoft_copyright { color: #ccc !important; font-size: 10px; clear: both; float: none; margin-left: 8px; } .xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important; } .xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important; } .xdsoft_time_box { position: relative; border: 1px solid #ccc; } .xdsoft_scrollbar &gt; .xdsoft_scroller { background: #ccc !important; height: 20px; border-radius: 3px; } .xdsoft_scrollbar { position: absolute; width: 7px; right: 0; top: 0; bottom: 0; cursor: pointer; } .xdsoft_scroller_box { position: relative; } .xdsoft_datetimepicker.xdsoft_dark { -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); background: #000000; border-bottom: 1px solid #444444; border-left: 1px solid #333333; border-right: 1px solid #333333; border-top: 1px solid #333333; color: #cccccc; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box { border-bottom: 1px solid #222222; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div { background: #0a0a0a; border-top: 1px solid #222222; color: #999999; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label { background-color: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label &gt; .xdsoft_select { border: 1px solid #333; background: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option:hover { color: #000; background: #007fff; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option.xdsoft_current { background: #cc5500; -webkit-box-shadow: #b03e00 0 1px 3px 0 inset; box-shadow: #b03e00 0 1px 3px 0 inset; color: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { background: #0a0a0a; border: 1px solid #222222; color: #999999; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { background: #0e0e0e; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today { color: #cc5500; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current { background: #cc5500; -webkit-box-shadow: #b03e00 0 1px 3px 0 inset; box-shadow: #b03e00 0 1px 3px 0 inset; color: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover { color: #000 !important; background: #007fff !important; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { color: #666; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important; } .xdsoft_dark .xdsoft_time_box { border: 1px solid #333; } .xdsoft_dark .xdsoft_scrollbar &gt; .xdsoft_scroller { background: #333 !important; } div.tagsinput { border: 1px solid #ccc; background: #fff; padding: 5px; overflow-y: auto; } div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius: 2px; -webkit-border-radius: 2px; display: block; float: left; padding: 5px; text-decoration: none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom: 5px; font-family: helvetica; font-size: 13px; } div.tagsinput span.tag a { font-weight: 700; color: #82ad2b; text-decoration: none; font-size: 11px; } div.tagsinput input { width: 80px; margin: 0 5px 5px 0; font-family: helvetica; font-size: 13px; border: 1px solid transparent; padding: 5px; background: 0 0; color: #000; outline: 0; } div.tagsinput div { display: block; float: left; } .tags_clear { clear: both; width: 100%; height: 0; } .not_valid { background: #fbd8db !important; color: #90111a !important; } /* sliders ---------------------- */ .slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ""; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /******* EXAMPLE A *******/ .rating-a .br-widget { height: 52px; } .rating-a .br-widget a { display: block; width: 15px; padding: 5px 0 5px 0; height: 30px; float: left; background-color: #e3e3e3; margin: 1px; text-align: center; } .rating-a .br-widget a.br-active, .rating-a .br-widget a.br-selected { background-color: #59a6d6; } .rating-a .br-widget .br-current-rating { font-size: 20px; line-height: 2; float: left; padding: 0 20px 0 20px; color: #646464; } /******* EXAMPLE B *******/ .rating-b .br-widget { height: 25px; } .rating-b .br-widget a { display: block; width: 70px; height: 16px; float: left; background-color: #e3e3e3; margin: 1px; } .rating-b .br-widget a.br-active, .rating-b .br-widget a.br-selected { background-color: #59a6d6; } .rating-b .br-widget .br-current-rating { line-height: 1.1; float: left; padding: 0 20px 0 20px; color: #646464; } .rating-b .br-readonly a.br-active, .rating-b .br-readonly a.br-selected { background-color: #cbcbcb; } /******* EXAMPLE C *******/ .rating-c .br-widget { height: 52px; } .rating-c .br-widget a { display: block; width: 35px; height: 35px; float: left; background-color: #e3e3e3; margin: 2px; text-decoration: none; font-size: 16px; font-weight: 400; line-height: 2.2; text-align: center; color: #b6b6b6; } .rating-c .br-widget a.br-active, .rating-c .br-widget a.br-selected { background-color: #59a6d6; color: white; } /******* EXAMPLE D *******/ .rating-d .br-widget { height: 52px; } .rating-d .br-widget a { display: block; width: 40px; padding: 5px 0 5px 0; height: 30px; float: left; background-color: white; border-bottom: 2px solid #e3e3e3; color: #646464; margin: 1px; text-decoration: none; line-height: 2.1; text-align: center; } .rating-d .br-widget a span { color: white; } .rating-d .br-widget a.br-active, .rating-d .br-widget a.br-selected { border-bottom: 2px solid #646464; } .rating-d .br-widget a:hover span, .rating-d .br-widget a.br-current span { color: #646464; } /******* EXAMPLE E *******/ .rating-e .br-widget a { padding: 5px; color: #646464; text-decoration: none; font-size: 11px; font-weight: 400; line-height: 3; text-align: center; } .rating-e .br-widget a.br-active { background-color: #e3e3e3; color: #646464; } .rating-e .br-widget a.br-selected { background-color: #59a6d6; color: white; } /******* EXAMPLE F *******/ .rating-f .br-widget { height: 24px; } .rating-f .br-widget a { background-image: url("images/star.png"); width: 24px; height: 24px; display: block; float: left; } .rating-f .br-widget a:hover, .rating-f .br-widget a.br-active, .rating-f .br-widget a.br-selected { background-position: 0 24px; } /******* EXAMPLE G *******/ .rating-g .br-widget { height: 25px; } .rating-g .br-widget a { display: block; width: 50px; height: 16px; float: left; background-color: #e3e3e3; margin: 1px; } .rating-g .br-widget a.br-active, .rating-g .br-widget a.br-selected { background-color: #59a6d6; } .rating-g .br-widget .br-current-rating { line-height: 1.1; float: left; padding: 0 20px 0 20px; color: #646464; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) { .rating-f .br-widget a { /* background: url('images/star@2x.png'); background-size: 24px 48px; */ } } a.banner-btn-url { margin-top: 1rem; } input[name="teach_language_name"].ui-autocomplete-loading { background: none; } .calendar-view { position: relative; } .schedule-list .timer .span-right { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .lesson-listing-timer.timer .colorDefinition { font-weight: 500; padding: 3px 10px; font-size: 17px; background: #333 !important; margin-top: 3px; display: inline-block; max-width: 115px; } .schedule-list .timer .label { font-size: 15px; margin: 0; display: inline-block; margin-right: 5px; font-weight: 600; color: var(--color-secondary); } .actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: top; margin: 0 0; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .actions li { display: inline-block; vertical-align: top; margin: 0 0 4px 0; margin-right: 2px; } .actions li a { display: block; border-radius: 4px; padding: 5px; width: 35px; height: 35px; line-height: 1.4; text-align: center; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #333; border-radius: 4px; } .actions li a svg path { fill: #fff; } .profile-progress { /*padding-right: 10px;*/ } .search-lesson-listing { padding-bottom: 10px; } small.transaction-fee, .transaction-fee.small { color: var(--color-secondary); } .btn.disabled { cursor: not-allowed; } .div_info li a { text-decoration: underline; color: var(--primary-color); cursor: pointer; } a.view-teacher-link { margin-right: 35px; } .-link-close.-top { top: 17px; } @media (max-width: 767.98px) { a.view-teacher-link { margin-right: 45px; } .-link-close.-top { right: 0px; } .message-head { padding-left: 30px; } } .iss_accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; text-align: left; border: none; outline: none; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ /* Style the accordion panel. Note: hidden by default */ .panel { background-color: white; display: none; overflow: hidden; } ul.list-accordion li { position: relative; } ul.list-accordion li label { position: absolute; left: 10px; top: 13px; } ul.list-accordion li .iss_accordion { padding-left: 40px; } .issues-to-resolve input { margin-right: 8px; margin-top: 2px; } /* cookie consent */ .cookie-consent .tab-menu { display: inline-block; } .cookie-consent .tabs-offset { margin: 0; } .cookie-consent .tab-menu ul { margin: 0; padding: 0; } .cookie-consent .tab-menu ul li { list-style-type: none; display: inline-block; } .cookie-consent .tab-menu ul li a { text-decoration: none; color: rgba(0, 0, 0, 0.4); background-color: #b4cbc4; padding: 7px 25px; border-radius: 4px; } .cookie-consent .tab { display: none; } .cookie-consent .tab h2, .cookie-consent .tab .h2 { color: rgba(0, 0, 0, 0.7); } .cookie-consent .tab p { color: rgba(0, 0, 0, 0.6); text-align: justify; } .cookie-consent .tab-active { display: block; } .cookie-consent .tabs-small a.is-active:after { height: 4px; background: #fff; position: absolute; left: 0; right: 0; bottom: -2px; content: ""; } .cookie-consent .tabs-small a.is-active { background: #fff; border-color: #e9e8eb; color: var(--color-secondary); font-weight: 600; } .cookie-consent .tabs-small li a { border-top: 1px solid transparent; } .cookie-consent.tab-container .tabs-small ul { display: -webkit-box; display: -ms-flexbox; display: flex; } .cookie-consent.tab-container .tabs-small li { display: block; } .cookie-consent.tab-container h2, .cookie-consent.tab-container .h2 { font-size: 20px; margin-bottom: 10px; } .cookie-consent .checkbox label input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: var(--color-secondary); } .cookie-consent .checkbox label input:checked + .input-helper:after { -webkit-transform: scale(1) rotate(-50deg); -ms-transform: scale(1) rotate(-50deg); transform: scale(1) rotate(-50deg); opacity: 1; filter: alpha(opacity=100); } .cookie-consent .tab-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .coookie-popup-head { padding: 15px; border-bottom: 1px solid var(--color-main); margin-bottom: 20px; } .coookie-popup-footer { padding: 15px; border-top: 1px solid var(--color-secondary); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .coookie-popup-body .form { padding: 10px 20px; min-height: 176px; } .coookie-popup-footer input[type="submit"] { background: var(--color-secondary); display: inline-block; vertical-align: top; padding: 0 30px; border: 0 none; position: relative; cursor: pointer; border: none; height: 40px; line-height: 41px; color: #fff; border-radius: 3px; font-weight: 600; font-size: 1.2rem; font-weight: 600; margin-right: 10px; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } .cookie-consent .checkbox input[type="checkbox"][disabled] { -webkit-text-fill-color: transparent; -webkit-opacity: 0; } /* end cookie consent */ .card-brand-logos { width: 300px; } .fc button.fc-time-button { display: none; } @charset "UTF-8"; /*** LTR websites ***/ /*! * Bootstrap v5.0.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); } *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } body { margin: 0; font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } h1, .h1 { font-size: calc(1.375rem + 1.5vw); } @media (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } h2, .h2 { font-size: calc(1.325rem + 0.9vw); } @media (min-width: 1200px) { h2, .h2 { font-size: 2rem; } } h3, .h3 { font-size: calc(1.3rem + 0.6vw); } @media (min-width: 1200px) { h3, .h3 { font-size: 1.75rem; } } h4, .h4 { font-size: calc(1.275rem + 0.3vw); } @media (min-width: 1200px) { h4, .h4 { font-size: 1.5rem; } } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding-left: 2rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 0.875em; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: #0d6efd; text-decoration: underline; } a:hover { color: #0a58ca; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #d63384; word-wrap: break-word; } a &gt; code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #6c757d; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { font-size: 5rem; } } .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { font-size: 4.5rem; } } .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { font-size: 4rem; } } .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-4 { font-size: 3.5rem; } } .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-5 { font-size: 3rem; } } .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-6 { font-size: 2.5rem; } } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 0.875em; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote &gt; :last-child { margin-bottom: 0; } .blockquote-footer { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.875em; color: #6c757d; } .blockquote-footer::before { content: "\2014\00A0"; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 0.875em; color: #6c757d; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } } @media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5); } .row &gt; * { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } .col { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } @media (min-width: 576px) { .col-sm { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-sm-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-sm-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-sm-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-sm-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-sm-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-sm-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-sm-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 768px) { .col-md { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-md-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-md-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-md-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-md-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-md-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-md-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-md-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 992px) { .col-lg { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-lg-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-lg-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-lg-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-lg-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-lg-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-lg-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-lg-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 1200px) { .col-xl { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-xl-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-xl-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-xl-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-xl-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-xl-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-xl-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-xl-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 1400px) { .col-xxl { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } .row-cols-xxl-auto &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .row-cols-xxl-1 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .row-cols-xxl-4 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 &gt; * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } } .col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.25rem; } .g-1, .gy-1 { --bs-gutter-y: 0.25rem; } .g-2, .gx-2 { --bs-gutter-x: 0.5rem; } .g-2, .gy-2 { --bs-gutter-y: 0.5rem; } .g-3, .gx-3 { --bs-gutter-x: 1rem; } .g-3, .gy-3 { --bs-gutter-y: 1rem; } .g-4, .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 { --bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; } @media (min-width: 576px) { .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } } @media (min-width: 768px) { .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } } @media (min-width: 992px) { .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1200px) { .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1400px) { .col-xxl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-xxl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 8.33333%; } .col-xxl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 16.66667%; } .col-xxl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-xxl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; } .col-xxl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 41.66667%; } .col-xxl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-xxl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 58.33333%; } .col-xxl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 66.66667%; } .col-xxl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-xxl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 83.33333%; } .col-xxl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 91.66667%; } .col-xxl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333%; } .offset-xxl-2 { margin-left: 16.66667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333%; } .offset-xxl-5 { margin-left: 41.66667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333%; } .offset-xxl-8 { margin-left: 66.66667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333%; } .offset-xxl-11 { margin-left: 91.66667%; } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; } } .table { --bs-table-bg: transparent; --bs-table-accent-bg: transparent; --bs-table-striped-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #212529; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #212529; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: #212529; vertical-align: top; border-color: #dee2e6; } .table &gt; :not(caption) &gt; * &gt; * { padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table &gt; tbody { vertical-align: inherit; } .table &gt; thead { vertical-align: bottom; } .table &gt; :not(:last-child) &gt; :last-child &gt; * { border-bottom-color: currentColor; } .caption-top { caption-side: top; } .table-sm &gt; :not(caption) &gt; * &gt; * { padding: 0.25rem 0.25rem; } .table-bordered &gt; :not(caption) &gt; * { border-width: 1px 0; } .table-bordered &gt; :not(caption) &gt; * &gt; * { border-width: 0 1px; } .table-borderless &gt; :not(caption) &gt; * &gt; * { border-bottom-width: 0; } .table-striped &gt; tbody &gt; tr:nth-of-type(odd) { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); } .table-hover &gt; tbody &gt; tr:hover { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); } .table-primary { --bs-table-bg: #cfe2ff; --bs-table-striped-bg: #c5d7f2; --bs-table-striped-color: #000; --bs-table-active-bg: #bacbe6; --bs-table-active-color: #000; --bs-table-hover-bg: #bfd1ec; --bs-table-hover-color: #000; color: #000; border-color: #bacbe6; } .table-secondary { --bs-table-bg: #e2e3e5; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: #000; border-color: #cbccce; } .table-success { --bs-table-bg: #d1e7dd; --bs-table-striped-bg: #c7dbd2; --bs-table-striped-color: #000; --bs-table-active-bg: #bcd0c7; --bs-table-active-color: #000; --bs-table-hover-bg: #c1d6cc; --bs-table-hover-color: #000; color: #000; border-color: #bcd0c7; } .table-info { --bs-table-bg: #cff4fc; --bs-table-striped-bg: #c5e8ef; --bs-table-striped-color: #000; --bs-table-active-bg: #badce3; --bs-table-active-color: #000; --bs-table-hover-bg: #bfe2e9; --bs-table-hover-color: #000; color: #000; border-color: #badce3; } .table-warning { --bs-table-bg: #fff3cd; --bs-table-striped-bg: #f2e7c3; --bs-table-striped-color: #000; --bs-table-active-bg: #e6dbb9; --bs-table-active-color: #000; --bs-table-hover-bg: #ece1be; --bs-table-hover-color: #000; color: #000; border-color: #e6dbb9; } .table-danger { --bs-table-bg: #f8d7da; --bs-table-striped-bg: #eccccf; --bs-table-striped-color: #000; --bs-table-active-bg: #dfc2c4; --bs-table-active-color: #000; --bs-table-hover-bg: #e5c7ca; --bs-table-hover-color: #000; color: #000; border-color: #dfc2c4; } .table-light { --bs-table-bg: #f8f9fa; --bs-table-striped-bg: #ecedee; --bs-table-striped-color: #000; --bs-table-active-bg: #dfe0e1; --bs-table-active-color: #000; --bs-table-hover-bg: #e5e6e7; --bs-table-hover-color: #000; color: #000; border-color: #dfe0e1; } .table-dark { --bs-table-bg: #212529; --bs-table-striped-bg: #2c3034; --bs-table-striped-color: #fff; --bs-table-active-bg: #373b3e; --bs-table-active-color: #fff; --bs-table-hover-bg: #323539; --bs-table-hover-color: #fff; color: #fff; border-color: #373b3e; } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 575.98px) { .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 767.98px) { .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 991.98px) { .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1199.98px) { .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1399.98px) { .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } .form-label { margin-bottom: 0.5rem; } .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; } .form-text { margin-top: 0.25rem; font-size: 0.875em; color: #6c757d; } .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { -webkit-transition: none; -o-transition: none; transition: none; } } .form-control[type="file"] { overflow: hidden; } .form-control[type="file"]:not(:disabled):not([readonly]) { cursor: pointer; } .form-control:focus { color: #212529; background-color: #fff; border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-control::-webkit-date-and-time-value { height: 1.5em; } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } .form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::file-selector-button { -webkit-transition: none; -o-transition: none; transition: none; } } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3; } .form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none; } } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3; } .form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-sm { min-height: calc(1.5em + (0.5rem + 2px)); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-lg { min-height: calc(1.5em + (1rem + 2px)); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } textarea.form-control { min-height: calc(1.5em + (0.75rem + 2px)); } textarea.form-control-sm { min-height: calc(1.5em + (0.5rem + 2px)); } textarea.form-control-lg { min-height: calc(1.5em + (1rem + 2px)); } .form-control-color { max-width: 3rem; height: auto; padding: 0.375rem; } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } .form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; -moz-padding-start: calc(0.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-select { -webkit-transition: none; -o-transition: none; transition: none; } } .form-select:focus { border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; } .form-select:disabled { background-color: #e9ecef; } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; } .form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; } .form-select-lg { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; } .form-check { display: block; min-height: 1.5rem; padding-left: 1.5em; margin-bottom: 0.125rem; } .form-check .form-check-input { float: left; margin-left: -1.5em; } .form-check-input { width: 1em; height: 1em; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; } .form-check-input[type="checkbox"] { border-radius: 0.25em; } .form-check-input[type="radio"] { border-radius: 50%; } .form-check-input:active { -webkit-filter: brightness(90%); filter: brightness(90%); } .form-check-input:focus { border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-check-input:checked { background-color: #0d6efd; border-color: #0d6efd; } .form-check-input:checked[type="checkbox"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } .form-check-input:checked[type="radio"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-input[type="checkbox"]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } .form-check-input:disabled { pointer-events: none; -webkit-filter: none; filter: none; opacity: 0.5; } .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.5; } .form-switch { padding-left: 2.5em; } .form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; -webkit-transition: background-position 0.15s ease-in-out; -o-transition: background-position 0.15s ease-in-out; transition: background-position 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { -webkit-transition: none; -o-transition: none; transition: none; } } .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-inline { display: inline-block; margin-right: 1rem; } .btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; -webkit-filter: none; filter: none; opacity: 0.65; } .form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-range:focus { outline: 0; } .form-range:focus::-webkit-slider-thumb { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-range::-moz-focus-outer { border: 0; } .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } } .form-range::-webkit-slider-thumb:active { background-color: #b6d4fe; } .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { -moz-transition: none; transition: none; } } .form-range::-moz-range-thumb:active { background-color: #b6d4fe; } .form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range:disabled { pointer-events: none; } .form-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; } .form-range:disabled::-moz-range-thumb { background-color: #adb5bd; } .form-floating { position: relative; } .form-floating &gt; .form-control, .form-floating &gt; .form-select { height: calc(3.5rem + 2px); line-height: 1.25; } .form-floating &gt; label { position: absolute; top: 0; left: 0; height: 100%; padding: 1rem 0.75rem; pointer-events: none; border: 1px solid transparent; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-floating &gt; label { -webkit-transition: none; -o-transition: none; transition: none; } } .form-floating &gt; .form-control { padding: 1rem 0.75rem; } .form-floating &gt; .form-control::-webkit-input-placeholder { color: transparent; } .form-floating &gt; .form-control::-moz-placeholder { color: transparent; } .form-floating &gt; .form-control:-ms-input-placeholder { color: transparent; } .form-floating &gt; .form-control::-ms-input-placeholder { color: transparent; } .form-floating &gt; .form-control::placeholder { color: transparent; } .form-floating &gt; .form-control:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:not(:-ms-input-placeholder) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating &gt; .form-control:not(:-ms-input-placeholder) ~ label { opacity: 0.65; -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating &gt; .form-control:focus ~ label, .form-floating &gt; .form-control:not(:placeholder-shown) ~ label, .form-floating &gt; .form-select ~ label { opacity: 0.65; -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating &gt; .form-control:-webkit-autofill ~ label { opacity: 0.65; -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; } .input-group &gt; .form-control, .input-group &gt; .form-select { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; min-width: 0; } .input-group &gt; .form-control:focus, .input-group &gt; .form-select:focus { z-index: 3; } .input-group .btn { position: relative; z-index: 2; } .input-group .btn:focus { z-index: 3; } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } .input-group-lg &gt; .form-control, .input-group-lg &gt; .form-select, .input-group-lg &gt; .input-group-text, .input-group-lg &gt; .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .input-group-sm &gt; .form-control, .input-group-sm &gt; .form-select, .input-group-sm &gt; .input-group-text, .input-group-sm &gt; .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .input-group-lg &gt; .form-select, .input-group-sm &gt; .form-select { padding-right: 3rem; } .input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group.has-validation &gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #198754; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #fff; background-color: rgba(25, 135, 84, 0.9); border-radius: 0.25rem; } .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #198754; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #198754; -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .was-validated .form-select:valid, .form-select.is-valid { border-color: #198754; } .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #198754; -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #198754; } .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #198754; } .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #198754; } .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid { z-index: 1; } .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus { z-index: 3; } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #dc3545; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; } .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .was-validated .form-select:invalid, .form-select.is-invalid { border-color: #dc3545; } .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid, .form-check-input.is-invalid { border-color: #dc3545; } .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { background-color: #dc3545; } .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; } .form-check-inline .form-check-input ~ .invalid-feedback { margin-left: .5em; } .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 2; } .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus { z-index: 3; } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { -webkit-transition: none; -o-transition: none; transition: none; } } .btn:hover { color: #212529; } .btn-check:focus + .btn, .btn:focus { outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; } .btn-primary { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-primary:hover { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); } .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle { color: #fff; background-color: #0a58ca; border-color: #0a53be; } .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show &gt; .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); } .btn-primary:disabled, .btn-primary.disabled { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #565e64; } .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #5c636a; border-color: #565e64; -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show &gt; .btn-secondary.dropdown-toggle { color: #fff; background-color: #565e64; border-color: #51585e; } .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-success { color: #fff; background-color: #198754; border-color: #198754; } .btn-success:hover { color: #fff; background-color: #157347; border-color: #146c43; } .btn-check:focus + .btn-success, .btn-success:focus { color: #fff; background-color: #157347; border-color: #146c43; -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show &gt; .btn-success.dropdown-toggle { color: #fff; background-color: #146c43; border-color: #13653f; } .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show &gt; .btn-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-success:disabled, .btn-success.disabled { color: #fff; background-color: #198754; border-color: #198754; } .btn-info { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-info:hover { color: #000; background-color: #31d2f2; border-color: #25cff2; } .btn-check:focus + .btn-info, .btn-info:focus { color: #000; background-color: #31d2f2; border-color: #25cff2; -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show &gt; .btn-info.dropdown-toggle { color: #000; background-color: #3dd5f3; border-color: #25cff2; } .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show &gt; .btn-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-info:disabled, .btn-info.disabled { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-warning { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-warning:hover { color: #000; background-color: #ffca2c; border-color: #ffc720; } .btn-check:focus + .btn-warning, .btn-warning:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show &gt; .btn-warning.dropdown-toggle { color: #000; background-color: #ffcd39; border-color: #ffc720; } .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show &gt; .btn-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-warning:disabled, .btn-warning.disabled { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger:hover { color: #fff; background-color: #bb2d3b; border-color: #b02a37; } .btn-check:focus + .btn-danger, .btn-danger:focus { color: #fff; background-color: #bb2d3b; border-color: #b02a37; -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show &gt; .btn-danger.dropdown-toggle { color: #fff; background-color: #b02a37; border-color: #a52834; } .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show &gt; .btn-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-light { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:hover { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:focus + .btn-light, .btn-light:focus { color: #000; background-color: #f9fafb; border-color: #f9fafb; -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show &gt; .btn-light.dropdown-toggle { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show &gt; .btn-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-light:disabled, .btn-light.disabled { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-dark { color: #fff; background-color: #212529; border-color: #212529; } .btn-dark:hover { color: #fff; background-color: #1c1f23; border-color: #1a1e21; } .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #1c1f23; border-color: #1a1e21; -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show &gt; .btn-dark.dropdown-toggle { color: #fff; background-color: #1a1e21; border-color: #191c1f; } .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show &gt; .btn-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #212529; border-color: #212529; } .btn-outline-primary { color: #0d6efd; border-color: #0d6efd; } .btn-outline-primary:hover { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); } .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); } .btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #0d6efd; background-color: transparent; } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #6c757d; background-color: transparent; } .btn-outline-success { color: #198754; border-color: #198754; } .btn-outline-success:hover { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-outline-success:disabled, .btn-outline-success.disabled { color: #198754; background-color: transparent; } .btn-outline-info { color: #0dcaf0; border-color: #0dcaf0; } .btn-outline-info:hover { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-outline-info:disabled, .btn-outline-info.disabled { color: #0dcaf0; background-color: transparent; } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #ffc107; background-color: transparent; } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #dc3545; background-color: transparent; } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-outline-light:disabled, .btn-outline-light.disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-dark { color: #212529; border-color: #212529; } .btn-outline-dark:hover { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #212529; background-color: transparent; } .btn-link { font-weight: 400; color: #0d6efd; text-decoration: underline; } .btn-link:hover { color: #0a58ca; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; } .btn-lg, .btn-group-lg &gt; .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .btn-sm, .btn-group-sm &gt; .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .fade { -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { -webkit-transition: none; -o-transition: none; transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { -webkit-transition: none; -o-transition: none; transition: none; } } .dropup, .dropend, .dropdown, .dropstart { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; } .dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: 0.125rem; } .dropdown-menu-start { --bs-position: start; } .dropdown-menu-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-end { --bs-position: end; } .dropdown-menu-end[data-bs-popper] { right: 0; left: auto; } @media (min-width: 576px) { .dropdown-menu-sm-start { --bs-position: start; } .dropdown-menu-sm-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-sm-end { --bs-position: end; } .dropdown-menu-sm-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 768px) { .dropdown-menu-md-start { --bs-position: start; } .dropdown-menu-md-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-md-end { --bs-position: end; } .dropdown-menu-md-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 992px) { .dropdown-menu-lg-start { --bs-position: start; } .dropdown-menu-lg-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-lg-end { --bs-position: end; } .dropdown-menu-lg-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1200px) { .dropdown-menu-xl-start { --bs-position: start; } .dropdown-menu-xl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xl-end { --bs-position: end; } .dropdown-menu-xl-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1400px) { .dropdown-menu-xxl-start { --bs-position: start; } .dropdown-menu-xxl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xxl-end { --bs-position: end; } .dropdown-menu-xxl-end[data-bs-popper] { right: 0; left: auto; } } .dropup .dropdown-menu[data-bs-popper] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } .dropup .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-menu[data-bs-popper] { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } .dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } .dropend .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-toggle::after { vertical-align: 0; } .dropstart .dropdown-menu[data-bs-popper] { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } .dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } .dropstart .dropdown-toggle::after { display: none; } .dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropstart .dropdown-toggle:empty::after { margin-left: 0; } .dropstart .dropdown-toggle::before { vertical-align: 0; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0.15); } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #1e2125; background-color: #e9ecef; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #0d6efd; } .dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .dropdown-header { display: block; padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1rem; color: #212529; } .dropdown-menu-dark { color: #dee2e6; background-color: #343a40; border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item { color: #dee2e6; } .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); } .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: #fff; background-color: #0d6efd; } .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { color: #adb5bd; } .dropdown-menu-dark .dropdown-divider { border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item-text { color: #dee2e6; } .dropdown-menu-dark .dropdown-header { color: #adb5bd; } .btn-group, .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; } .btn-group &gt; .btn, .btn-group-vertical &gt; .btn { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .btn-group &gt; .btn-check:checked + .btn, .btn-group &gt; .btn-check:focus + .btn, .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active, .btn-group-vertical &gt; .btn-check:checked + .btn, .btn-group-vertical &gt; .btn-check:focus + .btn, .btn-group-vertical &gt; .btn:hover, .btn-group-vertical &gt; .btn:focus, .btn-group-vertical &gt; .btn:active, .btn-group-vertical &gt; .btn.active { z-index: 1; } .btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group &gt; .btn:not(:first-child), .btn-group &gt; .btn-group:not(:first-child) { margin-left: -1px; } .btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-group:not(:last-child) &gt; .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group &gt; .btn:nth-child(n + 3), .btn-group &gt; :not(.btn-check) + .btn, .btn-group &gt; .btn-group:not(:first-child) &gt; .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { margin-left: 0; } .dropstart .dropdown-toggle-split::before { margin-right: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn-group-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn-group-vertical &gt; .btn, .btn-group-vertical &gt; .btn-group { width: 100%; } .btn-group-vertical &gt; .btn:not(:first-child), .btn-group-vertical &gt; .btn-group:not(:first-child) { margin-top: -1px; } .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical &gt; .btn ~ .btn, .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn { border-top-left-radius: 0; border-top-right-radius: 0; } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; color: #0d6efd; text-decoration: none; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .nav-link { -webkit-transition: none; -o-transition: none; transition: none; } } .nav-link:hover, .nav-link:focus { color: #0a58ca; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; background: none; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; isolation: isolate; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { background: none; border: 0; border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link { color: #fff; background-color: #0d6efd; } .nav-fill &gt; .nav-link, .nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; } .nav-justified &gt; .nav-link, .nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; } .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link { width: 100%; } .tab-content &gt; .tab-pane { display: none; } .tab-content &gt; .active { display: block; } .navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar &gt; .container, .navbar &gt; .container-fluid, .navbar &gt; .container-sm, .navbar &gt; .container-md, .navbar &gt; .container-lg, .navbar &gt; .container-xl, .navbar &gt; .container-xxl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: inherit; flex-wrap: inherit; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .navbar-brand { padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap; } .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; } .navbar-text { padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; -webkit-transition: -webkit-box-shadow 0.15s ease-in-out; transition: -webkit-box-shadow 0.15s ease-in-out; -o-transition: box-shadow 0.15s ease-in-out; transition: box-shadow 0.15s ease-in-out; transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .navbar-toggler { -webkit-transition: none; -o-transition: none; transition: none; } } .navbar-toggler:hover { text-decoration: none; } .navbar-toggler:focus { text-decoration: none; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem; box-shadow: 0 0 0 0.25rem; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } .navbar-nav-scroll { max-height: var(--bs-scroll-height, 75vh); overflow-y: auto; } @media (min-width: 576px) { .navbar-expand-sm { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (min-width: 768px) { .navbar-expand-md { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (min-width: 992px) { .navbar-expand-lg { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (min-width: 1200px) { .navbar-expand-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } @media (min-width: 1400px) { .navbar-expand-xxl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xxl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } } .navbar-expand { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show &gt; .nav-link, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show &gt; .nav-link, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.55); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card &gt; hr { margin-right: 0; margin-left: 0; } .card &gt; .list-group { border-top: inherit; border-bottom: inherit; } .card &gt; .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card &gt; .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card &gt; .card-header + .list-group, .card &gt; .list-group + .card-footer { border-top: 0; } .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-subtitle { margin-top: -0.25rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1rem; } .card-header { padding: 0.5rem 1rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { margin-right: -0.5rem; margin-bottom: -0.5rem; margin-left: -0.5rem; border-bottom: 0; } .card-header-pills { margin-right: -0.5rem; margin-left: -0.5rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); } .card-img, .card-img-top, .card-img-bottom { width: 100%; } .card-img, .card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-group &gt; .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .card-group &gt; .card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; } .card-group &gt; .card + .card { margin-left: 0; border-left: 0; } .card-group &gt; .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group &gt; .card:not(:last-child) .card-img-top, .card-group &gt; .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group &gt; .card:not(:last-child) .card-img-bottom, .card-group &gt; .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group &gt; .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group &gt; .card:not(:first-child) .card-img-top, .card-group &gt; .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group &gt; .card:not(:first-child) .card-img-bottom, .card-group &gt; .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } .accordion-button { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button { -webkit-transition: none; -o-transition: none; transition: none; } } .accordion-button:not(.collapsed) { color: #0c63e4; background-color: #e7f1ff; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } .accordion-button::after { -ms-flex-negative: 0; flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; -o-transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button::after { -webkit-transition: none; -o-transition: none; transition: none; } } .accordion-button:hover { z-index: 2; } .accordion-button:focus { z-index: 3; border-color: #86b7fe; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .accordion-header { margin-bottom: 0; } .accordion-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .accordion-item:first-of-type { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .accordion-item:first-of-type .accordion-button { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .accordion-item:not(:first-of-type) { border-top: 0; } .accordion-item:last-of-type { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .accordion-body { padding: 1rem 1.25rem; } .accordion-flush .accordion-collapse { border-width: 0; } .accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; } .accordion-flush .accordion-item:first-child { border-top: 0; } .accordion-flush .accordion-item:last-child { border-bottom: 0; } .accordion-flush .accordion-item .accordion-button { border-radius: 0; } .breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 0; margin-bottom: 1rem; list-style: none; } .breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #6c757d; content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; } .breadcrumb-item.active { color: #6c757d; } .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; } .page-link { position: relative; display: block; color: #0d6efd; text-decoration: none; background-color: #fff; border: 1px solid #dee2e6; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .page-link { -webkit-transition: none; -o-transition: none; transition: none; } } .page-link:hover { z-index: 2; color: #0a58ca; background-color: #e9ecef; border-color: #dee2e6; } .page-link:focus { z-index: 3; color: #0a58ca; background-color: #e9ecef; outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .page-item:not(:first-child) .page-link { margin-left: -1px; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; } .page-link { padding: 0.375rem 0.75rem; } .page-item:first-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } .badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-right: 3rem; } .alert-dismissible .btn-close { position: absolute; top: 0; right: 0; z-index: 2; padding: 1.25rem 1rem; } .alert-primary { color: #084298; background-color: #cfe2ff; border-color: #b6d4fe; } .alert-primary .alert-link { color: #06357a; } .alert-secondary { color: #41464b; background-color: #e2e3e5; border-color: #d3d6d8; } .alert-secondary .alert-link { color: #34383c; } .alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; } .alert-success .alert-link { color: #0c4128; } .alert-info { color: #055160; background-color: #cff4fc; border-color: #b6effb; } .alert-info .alert-link { color: #04414d; } .alert-warning { color: #664d03; background-color: #fff3cd; border-color: #ffecb5; } .alert-warning .alert-link { color: #523e02; } .alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; } .alert-danger .alert-link { color: #6a1a21; } .alert-light { color: #636464; background-color: #fefefe; border-color: #fdfdfe; } .alert-light .alert-link { color: #4f5050; } .alert-dark { color: #141619; background-color: #d3d3d4; border-color: #bcbebf; } .alert-dark .alert-link { color: #101214; } @-webkit-keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } @keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } .progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } .progress-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #0d6efd; -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { -webkit-transition: none; -o-transition: none; transition: none; } } .progress-bar-striped { background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } .progress-bar-animated { -webkit-animation: 1s linear infinite progress-bar-stripes; animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } } .list-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-numbered { list-style-type: none; counter-reset: section; } .list-group-numbered &gt; li::before { content: counters(section, ".") ". "; counter-increment: section; } .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; } .list-group-item-action:active { color: #212529; background-color: #e9ecef; } .list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212529; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .list-group-item + .list-group-item { border-top-width: 0; } .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; } .list-group-horizontal { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } @media (min-width: 576px) { .list-group-horizontal-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-sm &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-sm &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 768px) { .list-group-horizontal-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-md &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-md &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-md &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-md &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 992px) { .list-group-horizontal-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-lg &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-lg &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-xl &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xl &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1400px) { .list-group-horizontal-xxl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-group-horizontal-xxl &gt; .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xxl &gt; .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xxl &gt; .list-group-item.active { margin-top: 0; } .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } .list-group-flush { border-radius: 0; } .list-group-flush &gt; .list-group-item { border-width: 0 0 1px; } .list-group-flush &gt; .list-group-item:last-child { border-bottom-width: 0; } .list-group-item-primary { color: #084298; background-color: #cfe2ff; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #084298; background-color: #bacbe6; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #084298; border-color: #084298; } .list-group-item-secondary { color: #41464b; background-color: #e2e3e5; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #41464b; background-color: #cbccce; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #41464b; border-color: #41464b; } .list-group-item-success { color: #0f5132; background-color: #d1e7dd; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #0f5132; background-color: #bcd0c7; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #0f5132; border-color: #0f5132; } .list-group-item-info { color: #055160; background-color: #cff4fc; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #055160; background-color: #badce3; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #055160; border-color: #055160; } .list-group-item-warning { color: #664d03; background-color: #fff3cd; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #664d03; background-color: #e6dbb9; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #664d03; border-color: #664d03; } .list-group-item-danger { color: #842029; background-color: #f8d7da; } .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #842029; background-color: #dfc2c4; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #842029; border-color: #842029; } .list-group-item-light { color: #636464; background-color: #fefefe; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #636464; background-color: #e5e5e5; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #636464; border-color: #636464; } .list-group-item-dark { color: #141619; background-color: #d3d3d4; } .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #141619; background-color: #bebebf; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #141619; border-color: #141619; } .btn-close { -webkit-box-sizing: content-box; box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.25rem; opacity: 0.5; } .btn-close:hover { color: #000; text-decoration: none; opacity: 0.75; } .btn-close:focus { outline: 0; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); opacity: 1; } .btn-close:disabled, .btn-close.disabled { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: 0.25; } .btn-close-white { -webkit-filter: invert(1) grayscale(100%) brightness(200%); filter: invert(1) grayscale(100%) brightness(200%); } .toast { width: 350px; max-width: 100%; font-size: 0.875rem; pointer-events: auto; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .toast:not(.showing):not(.show) { opacity: 0; } .toast.hide { display: none; } .toast-container { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 100%; pointer-events: none; } .toast-container &gt; :not(:last-child) { margin-bottom: 0.75rem; } .toast-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.5rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .toast-header .btn-close { margin-right: -0.375rem; margin-left: 0.75rem; } .toast-body { padding: 0.75rem; word-wrap: break-word; } .modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; } } .modal.show .modal-dialog { -webkit-transform: none; -ms-transform: none; transform: none; } .modal.modal-static .modal-dialog { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); } .modal-dialog-scrollable { height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - 1rem); } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); } .modal-footer &gt; * { margin: 0.25rem; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { height: calc(100% - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { padding: 0.4rem 0; } .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { bottom: 0; } .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { padding: 0 0.4rem; } .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { padding: 0.4rem 0; } .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { top: 0; } .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { padding: 0 0.4rem; } .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } .popover { position: absolute; top: 0; left: 0 /* rtl:ignore */; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } .popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; } .popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow { top: calc(-0.5rem - 1px); } .bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; } .bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 1rem 1rem; color: #212529; } .carousel { position: relative; } .carousel.pointer-event { -ms-touch-action: pan-y; touch-action: pan-y; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner::after { display: block; clear: both; content: ""; } .carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; -o-transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } /* rtl:begin:ignore */ .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } /* rtl:end:ignore */ .carousel-fade .carousel-item { opacity: 0; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transform: none; -ms-transform: none; transform: none; } .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { z-index: 0; opacity: 0; -webkit-transition: opacity 0s 0.6s; -o-transition: opacity 0s 0.6s; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15%; padding: 0; color: #fff; text-align: center; background: none; border: 0; opacity: 0.5; -webkit-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; } /* rtl:options: { "autoRename": true, "stringMap":[ { "name"    : "prev-next", "search"  : "prev", "replace" : "next" } ] } */ .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; margin-right: 15%; margin-bottom: 1rem; margin-left: 15%; list-style: none; } .carousel-indicators [data-bs-target] { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; -webkit-transition: opacity 0.6s ease; -o-transition: opacity 0.6s ease; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators [data-bs-target] { -webkit-transition: none; -o-transition: none; transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; right: 15%; bottom: 1.25rem; left: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center; } .carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon { -webkit-filter: invert(1) grayscale(100); filter: invert(1) grayscale(100); } .carousel-dark .carousel-indicators [data-bs-target] { background-color: #000; } .carousel-dark .carousel-caption { color: #000; } @-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg) /* rtl:ignore */; transform: rotate(360deg) /* rtl:ignore */; } } @keyframes spinner-border { to { -webkit-transform: rotate(360deg) /* rtl:ignore */; transform: rotate(360deg) /* rtl:ignore */; } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: 0.75s linear infinite spinner-border; animation: 0.75s linear infinite spinner-border; } .spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; } @-webkit-keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; -webkit-transform: none; transform: none; } } .spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: 0.75s linear infinite spinner-grow; animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm { width: 1rem; height: 1rem; } @media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } } .offcanvas { position: fixed; bottom: 0; z-index: 1050; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .offcanvas { -webkit-transition: none; -o-transition: none; transition: none; } } .offcanvas-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; } .offcanvas-header .btn-close { padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: -0.5rem; margin-bottom: -0.5rem; } .offcanvas-title { margin-bottom: 0; line-height: 1.5; } .offcanvas-body { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 1rem 1rem; overflow-y: auto; } .offcanvas-start { top: 0; left: 0; width: 400px; border-right: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } .offcanvas-end { top: 0; right: 0; width: 400px; border-left: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } .offcanvas-top { top: 0; right: 0; left: 0; height: 30vh; max-height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } .offcanvas-bottom { right: 0; left: 0; height: 30vh; max-height: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); } .offcanvas.show { -webkit-transform: none; -ms-transform: none; transform: none; } .clearfix::after { display: block; clear: both; content: ""; } .link-primary { color: #0d6efd; } .link-primary:hover, .link-primary:focus { color: #0a58ca; } .link-secondary { color: #6c757d; } .link-secondary:hover, .link-secondary:focus { color: #565e64; } .link-success { color: #198754; } .link-success:hover, .link-success:focus { color: #146c43; } .link-info { color: #0dcaf0; } .link-info:hover, .link-info:focus { color: #3dd5f3; } .link-warning { color: #ffc107; } .link-warning:hover, .link-warning:focus { color: #ffcd39; } .link-danger { color: #dc3545; } .link-danger:hover, .link-danger:focus { color: #b02a37; } .link-light { color: #f8f9fa; } .link-light:hover, .link-light:focus { color: #f9fafb; } .link-dark { color: #212529; } .link-dark:hover, .link-dark:focus { color: #1a1e21; } .ratio { position: relative; width: 100%; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .ratio &gt; * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ratio-1x1 { --bs-aspect-ratio: 100%; } .ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); } .ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } .sticky-top { position: sticky; top: 0; z-index: 1020; } @media (min-width: 576px) { .sticky-sm-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 768px) { .sticky-md-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 992px) { .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1200px) { .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1400px) { .sticky-xxl-top { position: sticky; top: 0; z-index: 1020; } } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; } .text-truncate { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .align-baseline { vertical-align: baseline !important; } .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } .float-start { float: left !important; } .float-end { float: right !important; } .float-none { float: none !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-visible { overflow: visible !important; } .overflow-scroll { overflow: scroll !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-grid { display: grid !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-none { display: none !important; } .shadow { -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-sm { -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow-lg { -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { -webkit-box-shadow: none !important; box-shadow: none !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .top-0 { top: 0 !important; } .top-50 { top: 50% !important; } .top-100 { top: 100% !important; } .bottom-0 { bottom: 0 !important; } .bottom-50 { bottom: 50% !important; } .bottom-100 { bottom: 100% !important; } .start-0 { left: 0 !important; } .start-50 { left: 50% !important; } .start-100 { left: 100% !important; } .end-0 { right: 0 !important; } .end-50 { right: 50% !important; } .end-100 { right: 100% !important; } .translate-middle { -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; } .translate-middle-x { -webkit-transform: translateX(-50%) !important; -ms-transform: translateX(-50%) !important; transform: translateX(-50%) !important; } .translate-middle-y { -webkit-transform: translateY(-50%) !important; -ms-transform: translateY(-50%) !important; transform: translateY(-50%) !important; } .border { border: 1px solid #dee2e6 !important; } .border-0 { border: 0 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-top-0 { border-top: 0 !important; } .border-end { border-right: 1px solid #dee2e6 !important; } .border-end-0 { border-right: 0 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-start { border-left: 1px solid #dee2e6 !important; } .border-start-0 { border-left: 0 !important; } .border-primary { border-color: #0d6efd !important; } .border-secondary { border-color: #6c757d !important; } .border-success { border-color: #198754 !important; } .border-info { border-color: #0dcaf0 !important; } .border-warning { border-color: #ffc107 !important; } .border-danger { border-color: #dc3545 !important; } .border-light { border-color: #f8f9fa !important; } .border-dark { border-color: #212529 !important; } .border-white { border-color: #fff !important; } .border-1 { border-width: 1px !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .mw-100 { max-width: 100% !important; } .vw-100 { width: 100vw !important; } .min-vw-100 { min-width: 100vw !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mh-100 { max-height: 100% !important; } .vh-100 { height: 100vh !important; } .min-vh-100 { min-height: 100vh !important; } .flex-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-0 { gap: 0 !important; } .gap-1 { gap: 0.25rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-3 { gap: 1rem !important; } .gap-4 { gap: 1.5rem !important; } .gap-5 { gap: 3rem !important; } .justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-0 { margin: 0 !important; } .m-1 { margin: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .m-3 { margin: 1rem !important; } .m-4 { margin: 1.5rem !important; } .m-5 { margin: 3rem !important; } .m-auto { margin: auto !important; } .mx-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 0.25rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; } .mt-auto { margin-top: auto !important; } .me-0 { margin-right: 0 !important; } .me-1 { margin-right: 0.25rem !important; } .me-2 { margin-right: 0.5rem !important; } .me-3 { margin-right: 1rem !important; } .me-4 { margin-right: 1.5rem !important; } .me-5 { margin-right: 3rem !important; } .me-auto { margin-right: auto !important; } .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .mb-auto { margin-bottom: auto !important; } .ms-0 { margin-left: 0 !important; } .ms-1 { margin-left: 0.25rem !important; } .ms-2 { margin-left: 0.5rem !important; } .ms-3 { margin-left: 1rem !important; } .ms-4 { margin-left: 1.5rem !important; } .ms-5 { margin-left: 3rem !important; } .ms-auto { margin-left: auto !important; } .p-0 { padding: 0 !important; } .p-1 { padding: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .p-3 { padding: 1rem !important; } .p-4 { padding: 1.5rem !important; } .p-5 { padding: 3rem !important; } .px-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-0 { padding-top: 0 !important; } .pt-1 { padding-top: 0.25rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pt-3 { padding-top: 1rem !important; } .pt-4 { padding-top: 1.5rem !important; } .pt-5 { padding-top: 3rem !important; } .pe-0 { padding-right: 0 !important; } .pe-1 { padding-right: 0.25rem !important; } .pe-2 { padding-right: 0.5rem !important; } .pe-3 { padding-right: 1rem !important; } .pe-4 { padding-right: 1.5rem !important; } .pe-5 { padding-right: 3rem !important; } .pb-0 { padding-bottom: 0 !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pb-3 { padding-bottom: 1rem !important; } .pb-4 { padding-bottom: 1.5rem !important; } .pb-5 { padding-bottom: 3rem !important; } .ps-0 { padding-left: 0 !important; } .ps-1 { padding-left: 0.25rem !important; } .ps-2 { padding-left: 0.5rem !important; } .ps-3 { padding-left: 1rem !important; } .ps-4 { padding-left: 1.5rem !important; } .ps-5 { padding-left: 3rem !important; } .font-monospace { font-family: var(--bs-font-monospace) !important; } .fs-1 { font-size: calc(1.375rem + 1.5vw) !important; } .fs-2 { font-size: calc(1.325rem + 0.9vw) !important; } .fs-3 { font-size: calc(1.3rem + 0.6vw) !important; } .fs-4 { font-size: calc(1.275rem + 0.3vw) !important; } .fs-5 { font-size: 1.25rem !important; } .fs-6 { font-size: 1rem !important; } .fst-italic { font-style: italic !important; } .fst-normal { font-style: normal !important; } .fw-light { font-weight: 300 !important; } .fw-lighter { font-weight: lighter !important; } .fw-normal { font-weight: 400 !important; } .fw-bold { font-weight: 700 !important; } .fw-bolder { font-weight: bolder !important; } .lh-1 { line-height: 1 !important; } .lh-sm { line-height: 1.25 !important; } .lh-base { line-height: 1.5 !important; } .lh-lg { line-height: 2 !important; } .text-start { text-align: left !important; } .text-end { text-align: right !important; } .text-center { text-align: center !important; } .text-decoration-none { text-decoration: none !important; } .text-decoration-underline { text-decoration: underline !important; } .text-decoration-line-through { text-decoration: line-through !important; } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } /* rtl:begin:remove */ .text-break { word-wrap: break-word !important; word-break: break-word !important; } /* rtl:end:remove */ .text-primary { color: #0d6efd !important; } .text-secondary { color: #6c757d !important; } .text-success { color: #198754 !important; } .text-info { color: #0dcaf0 !important; } .text-warning { color: #ffc107 !important; } .text-danger { color: #dc3545 !important; } .text-light { color: #f8f9fa !important; } .text-dark { color: #212529 !important; } .text-white { color: #fff !important; } .text-body { color: #212529 !important; } .text-muted { color: #6c757d !important; } .text-black-50 { color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { color: rgba(255, 255, 255, 0.5) !important; } .text-reset { color: inherit !important; } .bg-primary { background-color: #0d6efd !important; } .bg-secondary { background-color: #6c757d !important; } .bg-success { background-color: #198754 !important; } .bg-info { background-color: #0dcaf0 !important; } .bg-warning { background-color: #ffc107 !important; } .bg-danger { background-color: #dc3545 !important; } .bg-light { background-color: #f8f9fa !important; } .bg-dark { background-color: #212529 !important; } .bg-body { background-color: #fff !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: transparent !important; } .bg-gradient { background-image: var(--bs-gradient) !important; } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .pe-none { pointer-events: none !important; } .pe-auto { pointer-events: auto !important; } .rounded { border-radius: 0.25rem !important; } .rounded-0 { border-radius: 0 !important; } .rounded-1 { border-radius: 0.2rem !important; } .rounded-2 { border-radius: 0.25rem !important; } .rounded-3 { border-radius: 0.3rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .rounded-end { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .rounded-start { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media (min-width: 576px) { .float-sm-start { float: left !important; } .float-sm-end { float: right !important; } .float-sm-none { float: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-grid { display: grid !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-sm-none { display: none !important; } .flex-sm-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-sm-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-sm-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-sm-0 { gap: 0 !important; } .gap-sm-1 { gap: 0.25rem !important; } .gap-sm-2 { gap: 0.5rem !important; } .gap-sm-3 { gap: 1rem !important; } .gap-sm-4 { gap: 1.5rem !important; } .gap-sm-5 { gap: 3rem !important; } .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-sm-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-sm-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-sm-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-sm-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-sm-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-sm-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-sm-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-sm-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-sm-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-sm-0 { margin: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .m-sm-auto { margin: auto !important; } .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-sm-0 { margin-top: 0 !important; } .mt-sm-1 { margin-top: 0.25rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; } .mt-sm-3 { margin-top: 1rem !important; } .mt-sm-4 { margin-top: 1.5rem !important; } .mt-sm-5 { margin-top: 3rem !important; } .mt-sm-auto { margin-top: auto !important; } .me-sm-0 { margin-right: 0 !important; } .me-sm-1 { margin-right: 0.25rem !important; } .me-sm-2 { margin-right: 0.5rem !important; } .me-sm-3 { margin-right: 1rem !important; } .me-sm-4 { margin-right: 1.5rem !important; } .me-sm-5 { margin-right: 3rem !important; } .me-sm-auto { margin-right: auto !important; } .mb-sm-0 { margin-bottom: 0 !important; } .mb-sm-1 { margin-bottom: 0.25rem !important; } .mb-sm-2 { margin-bottom: 0.5rem !important; } .mb-sm-3 { margin-bottom: 1rem !important; } .mb-sm-4 { margin-bottom: 1.5rem !important; } .mb-sm-5 { margin-bottom: 3rem !important; } .mb-sm-auto { margin-bottom: auto !important; } .ms-sm-0 { margin-left: 0 !important; } .ms-sm-1 { margin-left: 0.25rem !important; } .ms-sm-2 { margin-left: 0.5rem !important; } .ms-sm-3 { margin-left: 1rem !important; } .ms-sm-4 { margin-left: 1.5rem !important; } .ms-sm-5 { margin-left: 3rem !important; } .ms-sm-auto { margin-left: auto !important; } .p-sm-0 { padding: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-sm-0 { padding-top: 0 !important; } .pt-sm-1 { padding-top: 0.25rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; } .pt-sm-3 { padding-top: 1rem !important; } .pt-sm-4 { padding-top: 1.5rem !important; } .pt-sm-5 { padding-top: 3rem !important; } .pe-sm-0 { padding-right: 0 !important; } .pe-sm-1 { padding-right: 0.25rem !important; } .pe-sm-2 { padding-right: 0.5rem !important; } .pe-sm-3 { padding-right: 1rem !important; } .pe-sm-4 { padding-right: 1.5rem !important; } .pe-sm-5 { padding-right: 3rem !important; } .pb-sm-0 { padding-bottom: 0 !important; } .pb-sm-1 { padding-bottom: 0.25rem !important; } .pb-sm-2 { padding-bottom: 0.5rem !important; } .pb-sm-3 { padding-bottom: 1rem !important; } .pb-sm-4 { padding-bottom: 1.5rem !important; } .pb-sm-5 { padding-bottom: 3rem !important; } .ps-sm-0 { padding-left: 0 !important; } .ps-sm-1 { padding-left: 0.25rem !important; } .ps-sm-2 { padding-left: 0.5rem !important; } .ps-sm-3 { padding-left: 1rem !important; } .ps-sm-4 { padding-left: 1.5rem !important; } .ps-sm-5 { padding-left: 3rem !important; } .text-sm-start { text-align: left !important; } .text-sm-end { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .float-md-start { float: left !important; } .float-md-end { float: right !important; } .float-md-none { float: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-grid { display: grid !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-md-none { display: none !important; } .flex-md-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-md-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-md-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-md-0 { gap: 0 !important; } .gap-md-1 { gap: 0.25rem !important; } .gap-md-2 { gap: 0.5rem !important; } .gap-md-3 { gap: 1rem !important; } .gap-md-4 { gap: 1.5rem !important; } .gap-md-5 { gap: 3rem !important; } .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-md-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-md-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-md-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-md-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-md-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-md-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-md-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-md-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-md-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-md-0 { margin: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .m-md-auto { margin: auto !important; } .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-md-0 { margin-top: 0 !important; } .mt-md-1 { margin-top: 0.25rem !important; } .mt-md-2 { margin-top: 0.5rem !important; } .mt-md-3 { margin-top: 1rem !important; } .mt-md-4 { margin-top: 1.5rem !important; } .mt-md-5 { margin-top: 3rem !important; } .mt-md-auto { margin-top: auto !important; } .me-md-0 { margin-right: 0 !important; } .me-md-1 { margin-right: 0.25rem !important; } .me-md-2 { margin-right: 0.5rem !important; } .me-md-3 { margin-right: 1rem !important; } .me-md-4 { margin-right: 1.5rem !important; } .me-md-5 { margin-right: 3rem !important; } .me-md-auto { margin-right: auto !important; } .mb-md-0 { margin-bottom: 0 !important; } .mb-md-1 { margin-bottom: 0.25rem !important; } .mb-md-2 { margin-bottom: 0.5rem !important; } .mb-md-3 { margin-bottom: 1rem !important; } .mb-md-4 { margin-bottom: 1.5rem !important; } .mb-md-5 { margin-bottom: 3rem !important; } .mb-md-auto { margin-bottom: auto !important; } .ms-md-0 { margin-left: 0 !important; } .ms-md-1 { margin-left: 0.25rem !important; } .ms-md-2 { margin-left: 0.5rem !important; } .ms-md-3 { margin-left: 1rem !important; } .ms-md-4 { margin-left: 1.5rem !important; } .ms-md-5 { margin-left: 3rem !important; } .ms-md-auto { margin-left: auto !important; } .p-md-0 { padding: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-md-0 { padding-top: 0 !important; } .pt-md-1 { padding-top: 0.25rem !important; } .pt-md-2 { padding-top: 0.5rem !important; } .pt-md-3 { padding-top: 1rem !important; } .pt-md-4 { padding-top: 1.5rem !important; } .pt-md-5 { padding-top: 3rem !important; } .pe-md-0 { padding-right: 0 !important; } .pe-md-1 { padding-right: 0.25rem !important; } .pe-md-2 { padding-right: 0.5rem !important; } .pe-md-3 { padding-right: 1rem !important; } .pe-md-4 { padding-right: 1.5rem !important; } .pe-md-5 { padding-right: 3rem !important; } .pb-md-0 { padding-bottom: 0 !important; } .pb-md-1 { padding-bottom: 0.25rem !important; } .pb-md-2 { padding-bottom: 0.5rem !important; } .pb-md-3 { padding-bottom: 1rem !important; } .pb-md-4 { padding-bottom: 1.5rem !important; } .pb-md-5 { padding-bottom: 3rem !important; } .ps-md-0 { padding-left: 0 !important; } .ps-md-1 { padding-left: 0.25rem !important; } .ps-md-2 { padding-left: 0.5rem !important; } .ps-md-3 { padding-left: 1rem !important; } .ps-md-4 { padding-left: 1.5rem !important; } .ps-md-5 { padding-left: 3rem !important; } .text-md-start { text-align: left !important; } .text-md-end { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .float-lg-start { float: left !important; } .float-lg-end { float: right !important; } .float-lg-none { float: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-grid { display: grid !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-lg-none { display: none !important; } .flex-lg-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-lg-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-lg-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-lg-0 { gap: 0 !important; } .gap-lg-1 { gap: 0.25rem !important; } .gap-lg-2 { gap: 0.5rem !important; } .gap-lg-3 { gap: 1rem !important; } .gap-lg-4 { gap: 1.5rem !important; } .gap-lg-5 { gap: 3rem !important; } .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-lg-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-lg-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-lg-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-lg-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-lg-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-lg-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-lg-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-lg-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-lg-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-lg-0 { margin: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .m-lg-auto { margin: auto !important; } .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-lg-0 { margin-top: 0 !important; } .mt-lg-1 { margin-top: 0.25rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; } .mt-lg-3 { margin-top: 1rem !important; } .mt-lg-4 { margin-top: 1.5rem !important; } .mt-lg-5 { margin-top: 3rem !important; } .mt-lg-auto { margin-top: auto !important; } .me-lg-0 { margin-right: 0 !important; } .me-lg-1 { margin-right: 0.25rem !important; } .me-lg-2 { margin-right: 0.5rem !important; } .me-lg-3 { margin-right: 1rem !important; } .me-lg-4 { margin-right: 1.5rem !important; } .me-lg-5 { margin-right: 3rem !important; } .me-lg-auto { margin-right: auto !important; } .mb-lg-0 { margin-bottom: 0 !important; } .mb-lg-1 { margin-bottom: 0.25rem !important; } .mb-lg-2 { margin-bottom: 0.5rem !important; } .mb-lg-3 { margin-bottom: 1rem !important; } .mb-lg-4 { margin-bottom: 1.5rem !important; } .mb-lg-5 { margin-bottom: 3rem !important; } .mb-lg-auto { margin-bottom: auto !important; } .ms-lg-0 { margin-left: 0 !important; } .ms-lg-1 { margin-left: 0.25rem !important; } .ms-lg-2 { margin-left: 0.5rem !important; } .ms-lg-3 { margin-left: 1rem !important; } .ms-lg-4 { margin-left: 1.5rem !important; } .ms-lg-5 { margin-left: 3rem !important; } .ms-lg-auto { margin-left: auto !important; } .p-lg-0 { padding: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-lg-0 { padding-top: 0 !important; } .pt-lg-1 { padding-top: 0.25rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; } .pt-lg-3 { padding-top: 1rem !important; } .pt-lg-4 { padding-top: 1.5rem !important; } .pt-lg-5 { padding-top: 3rem !important; } .pe-lg-0 { padding-right: 0 !important; } .pe-lg-1 { padding-right: 0.25rem !important; } .pe-lg-2 { padding-right: 0.5rem !important; } .pe-lg-3 { padding-right: 1rem !important; } .pe-lg-4 { padding-right: 1.5rem !important; } .pe-lg-5 { padding-right: 3rem !important; } .pb-lg-0 { padding-bottom: 0 !important; } .pb-lg-1 { padding-bottom: 0.25rem !important; } .pb-lg-2 { padding-bottom: 0.5rem !important; } .pb-lg-3 { padding-bottom: 1rem !important; } .pb-lg-4 { padding-bottom: 1.5rem !important; } .pb-lg-5 { padding-bottom: 3rem !important; } .ps-lg-0 { padding-left: 0 !important; } .ps-lg-1 { padding-left: 0.25rem !important; } .ps-lg-2 { padding-left: 0.5rem !important; } .ps-lg-3 { padding-left: 1rem !important; } .ps-lg-4 { padding-left: 1.5rem !important; } .ps-lg-5 { padding-left: 3rem !important; } .text-lg-start { text-align: left !important; } .text-lg-end { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .float-xl-start { float: left !important; } .float-xl-end { float: right !important; } .float-xl-none { float: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-grid { display: grid !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-xl-none { display: none !important; } .flex-xl-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xl-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xl-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-xl-0 { gap: 0 !important; } .gap-xl-1 { gap: 0.25rem !important; } .gap-xl-2 { gap: 0.5rem !important; } .gap-xl-3 { gap: 1rem !important; } .gap-xl-4 { gap: 1.5rem !important; } .gap-xl-5 { gap: 3rem !important; } .justify-content-xl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-xl-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-xl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-xl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-xl-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-xl-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-xl-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-xl-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-xl-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-xl-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-xl-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-xl-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-xl-0 { margin: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .m-xl-auto { margin: auto !important; } .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xl-0 { margin-top: 0 !important; } .mt-xl-1 { margin-top: 0.25rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; } .mt-xl-3 { margin-top: 1rem !important; } .mt-xl-4 { margin-top: 1.5rem !important; } .mt-xl-5 { margin-top: 3rem !important; } .mt-xl-auto { margin-top: auto !important; } .me-xl-0 { margin-right: 0 !important; } .me-xl-1 { margin-right: 0.25rem !important; } .me-xl-2 { margin-right: 0.5rem !important; } .me-xl-3 { margin-right: 1rem !important; } .me-xl-4 { margin-right: 1.5rem !important; } .me-xl-5 { margin-right: 3rem !important; } .me-xl-auto { margin-right: auto !important; } .mb-xl-0 { margin-bottom: 0 !important; } .mb-xl-1 { margin-bottom: 0.25rem !important; } .mb-xl-2 { margin-bottom: 0.5rem !important; } .mb-xl-3 { margin-bottom: 1rem !important; } .mb-xl-4 { margin-bottom: 1.5rem !important; } .mb-xl-5 { margin-bottom: 3rem !important; } .mb-xl-auto { margin-bottom: auto !important; } .ms-xl-0 { margin-left: 0 !important; } .ms-xl-1 { margin-left: 0.25rem !important; } .ms-xl-2 { margin-left: 0.5rem !important; } .ms-xl-3 { margin-left: 1rem !important; } .ms-xl-4 { margin-left: 1.5rem !important; } .ms-xl-5 { margin-left: 3rem !important; } .ms-xl-auto { margin-left: auto !important; } .p-xl-0 { padding: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-xl-0 { padding-top: 0 !important; } .pt-xl-1 { padding-top: 0.25rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; } .pt-xl-3 { padding-top: 1rem !important; } .pt-xl-4 { padding-top: 1.5rem !important; } .pt-xl-5 { padding-top: 3rem !important; } .pe-xl-0 { padding-right: 0 !important; } .pe-xl-1 { padding-right: 0.25rem !important; } .pe-xl-2 { padding-right: 0.5rem !important; } .pe-xl-3 { padding-right: 1rem !important; } .pe-xl-4 { padding-right: 1.5rem !important; } .pe-xl-5 { padding-right: 3rem !important; } .pb-xl-0 { padding-bottom: 0 !important; } .pb-xl-1 { padding-bottom: 0.25rem !important; } .pb-xl-2 { padding-bottom: 0.5rem !important; } .pb-xl-3 { padding-bottom: 1rem !important; } .pb-xl-4 { padding-bottom: 1.5rem !important; } .pb-xl-5 { padding-bottom: 3rem !important; } .ps-xl-0 { padding-left: 0 !important; } .ps-xl-1 { padding-left: 0.25rem !important; } .ps-xl-2 { padding-left: 0.5rem !important; } .ps-xl-3 { padding-left: 1rem !important; } .ps-xl-4 { padding-left: 1.5rem !important; } .ps-xl-5 { padding-left: 3rem !important; } .text-xl-start { text-align: left !important; } .text-xl-end { text-align: right !important; } .text-xl-center { text-align: center !important; } } @media (min-width: 1400px) { .float-xxl-start { float: left !important; } .float-xxl-end { float: right !important; } .float-xxl-none { float: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-grid { display: grid !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-xxl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-xxl-none { display: none !important; } .flex-xxl-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xxl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xxl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xxl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xxl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xxl-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xxl-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xxl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xxl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .flex-xxl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xxl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .gap-xxl-0 { gap: 0 !important; } .gap-xxl-1 { gap: 0.25rem !important; } .gap-xxl-2 { gap: 0.5rem !important; } .gap-xxl-3 { gap: 1rem !important; } .gap-xxl-4 { gap: 1.5rem !important; } .gap-xxl-5 { gap: 3rem !important; } .justify-content-xxl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xxl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xxl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xxl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xxl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .justify-content-xxl-evenly { -webkit-box-pack: space-evenly !important; -ms-flex-pack: space-evenly !important; justify-content: space-evenly !important; } .align-items-xxl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xxl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xxl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-xxl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xxl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xxl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xxl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xxl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xxl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xxl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xxl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xxl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xxl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xxl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xxl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xxl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xxl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } .order-xxl-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; } .order-xxl-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; } .order-xxl-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; } .order-xxl-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } .order-xxl-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; } .order-xxl-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; } .order-xxl-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; } .order-xxl-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; } .m-xxl-0 { margin: 0 !important; } .m-xxl-1 { margin: 0.25rem !important; } .m-xxl-2 { margin: 0.5rem !important; } .m-xxl-3 { margin: 1rem !important; } .m-xxl-4 { margin: 1.5rem !important; } .m-xxl-5 { margin: 3rem !important; } .m-xxl-auto { margin: auto !important; } .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xxl-0 { margin-top: 0 !important; } .mt-xxl-1 { margin-top: 0.25rem !important; } .mt-xxl-2 { margin-top: 0.5rem !important; } .mt-xxl-3 { margin-top: 1rem !important; } .mt-xxl-4 { margin-top: 1.5rem !important; } .mt-xxl-5 { margin-top: 3rem !important; } .mt-xxl-auto { margin-top: auto !important; } .me-xxl-0 { margin-right: 0 !important; } .me-xxl-1 { margin-right: 0.25rem !important; } .me-xxl-2 { margin-right: 0.5rem !important; } .me-xxl-3 { margin-right: 1rem !important; } .me-xxl-4 { margin-right: 1.5rem !important; } .me-xxl-5 { margin-right: 3rem !important; } .me-xxl-auto { margin-right: auto !important; } .mb-xxl-0 { margin-bottom: 0 !important; } .mb-xxl-1 { margin-bottom: 0.25rem !important; } .mb-xxl-2 { margin-bottom: 0.5rem !important; } .mb-xxl-3 { margin-bottom: 1rem !important; } .mb-xxl-4 { margin-bottom: 1.5rem !important; } .mb-xxl-5 { margin-bottom: 3rem !important; } .mb-xxl-auto { margin-bottom: auto !important; } .ms-xxl-0 { margin-left: 0 !important; } .ms-xxl-1 { margin-left: 0.25rem !important; } .ms-xxl-2 { margin-left: 0.5rem !important; } .ms-xxl-3 { margin-left: 1rem !important; } .ms-xxl-4 { margin-left: 1.5rem !important; } .ms-xxl-5 { margin-left: 3rem !important; } .ms-xxl-auto { margin-left: auto !important; } .p-xxl-0 { padding: 0 !important; } .p-xxl-1 { padding: 0.25rem !important; } .p-xxl-2 { padding: 0.5rem !important; } .p-xxl-3 { padding: 1rem !important; } .p-xxl-4 { padding: 1.5rem !important; } .p-xxl-5 { padding: 3rem !important; } .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-xxl-0 { padding-top: 0 !important; } .pt-xxl-1 { padding-top: 0.25rem !important; } .pt-xxl-2 { padding-top: 0.5rem !important; } .pt-xxl-3 { padding-top: 1rem !important; } .pt-xxl-4 { padding-top: 1.5rem !important; } .pt-xxl-5 { padding-top: 3rem !important; } .pe-xxl-0 { padding-right: 0 !important; } .pe-xxl-1 { padding-right: 0.25rem !important; } .pe-xxl-2 { padding-right: 0.5rem !important; } .pe-xxl-3 { padding-right: 1rem !important; } .pe-xxl-4 { padding-right: 1.5rem !important; } .pe-xxl-5 { padding-right: 3rem !important; } .pb-xxl-0 { padding-bottom: 0 !important; } .pb-xxl-1 { padding-bottom: 0.25rem !important; } .pb-xxl-2 { padding-bottom: 0.5rem !important; } .pb-xxl-3 { padding-bottom: 1rem !important; } .pb-xxl-4 { padding-bottom: 1.5rem !important; } .pb-xxl-5 { padding-bottom: 3rem !important; } .ps-xxl-0 { padding-left: 0 !important; } .ps-xxl-1 { padding-left: 0.25rem !important; } .ps-xxl-2 { padding-left: 0.5rem !important; } .ps-xxl-3 { padding-left: 1rem !important; } .ps-xxl-4 { padding-left: 1.5rem !important; } .ps-xxl-5 { padding-left: 3rem !important; } .text-xxl-start { text-align: left !important; } .text-xxl-end { text-align: right !important; } .text-xxl-center { text-align: center !important; } } @media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; } .fs-2 { font-size: 2rem !important; } .fs-3 { font-size: 1.75rem !important; } .fs-4 { font-size: 1.5rem !important; } } @media print { .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-grid { display: grid !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .d-print-none { display: none !important; } } :root { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; } *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } * { margin: 0; padding: 0; scrollbar-width: thin; word-wrap: break-word; outline: none; } img { max-width: 100%; display: block; } *::-webkit-scrollbar { width: 6px; } *::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.04); border-radius: 0; } *::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.1); border-radius: 0; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } html, body { margin: 0; font-weight: 400; line-height: normal; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Nunito", sans-serif; font-size: 16px; color: #000; } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 400; line-height: 1.2; } h1, .h1, h2, .h2, h3, .h3, h4, .h4 { font-weight: 600; } h1, .h1 { font-size: 3.4286rem; } h2, .h2 { font-size: 2.625rem; } h3, .h3 { font-size: 2.25rem; } h4, .h4 { font-size: 1.8rem; } h5, .h5 { font-size: 1.4rem; font-weight: 500; } h6, .h6 { font-size: 1.15rem; font-weight: 500; } @media (max-width: 575.98px) { h1, .h1 { font-size: calc(1.375rem + 1.5vw); } } @media (max-width: 575.98px) and (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } @media (max-width: 575.98px) { h2, .h2 { font-size: 2.5rem; } h3, .h3 { font-size: 1.8rem; font-weight: 500; line-height: 1.4; } h4, .h4 { font-size: 1.35rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1.15rem; } } p { margin-top: 0; margin-bottom: 1rem; font-size: 1rem; line-height: 1.8; } abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding: 0; } ul { list-style: none; } ol, ul, dl { margin-top: 0; margin-bottom: 0; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 13px; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: var(--primary-color); text-decoration: none; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } a:hover { color: inherit; } a:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } a:active { border-color: #adb5bd; outline: none; -webkit-box-shadow: none; box-shadow: none; } a:focus-visible { border-color: #adb5bd; outline: none; -webkit-box-shadow: 0 0 0 2px #ced4da; box-shadow: 0 0 0 2px #ced4da; } button:focus { outline: none; } button:active { border-color: #adb5bd; outline: none; -webkit-box-shadow: none; box-shadow: none; } button:focus-visible { border-color: #adb5bd; outline: none; -webkit-box-shadow: 0 0 0 2px #ced4da; box-shadow: 0 0 0 2px #ced4da; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #d63384; word-wrap: break-word; } a &gt; code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #6c757d; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .container { max-width: 1430px; } @media (min-width: 576px) { .container { width: 94%; } } .container-narrow { max-width: 1180px; } .container-small { max-width: 1000px; } .container-xsmall { max-width: 800px; } @media (max-width: 1199.98px) { .border-bottom { border-color: #bababa !important; } } .color-brand { color: var(--brand-color) !important; } .color-primary { color: var(--primary-color) !important; } .color-secondary { color: var(--secondary-color) !important; } .color-danger { color: #dc3545 !important; } .color-success { color: #198754 !important; } .bold-500 { font-weight: 500 !important; } .bold-600 { font-weight: 600 !important; } .bold-700 { font-weight: 700 !important; } .underline { text-decoration: underline !important; } .fill-brand { fill: var(--brand-color) !important; } .fill-primary { fill: var(--primary-color) !important; } .btn { /* btn brand */ /* btn brand alpha */ /* btn brand bordered */ /* btn primary */ /* btn primary alpha */ /* btn primary bordered */ /* btn secondary */ /* btn primary alpha */ /* btn secondary bordered */ /* btn danger */ /* btn danger bordered */ /* btn success */ /* btn danger bordered */ /* btn info */ /* btn info bordered */ /* btn warning */ /* btn warning bordered */ /* btn gray */ /* btn close */ /* btn equal */ /* btn styles */ } .btn { padding: 0 1.6rem; height: 50px; line-height: 50px; border-radius: 300px; text-align: center; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } .btn:active { border-color: #adb5bd; outline: none; -webkit-box-shadow: none; box-shadow: none; } .btn:focus-visible { border-color: #adb5bd; outline: none; } .btn:hover { color: inherit; } @media (min-width: 576px) { .btn { min-width: 90px; } } .btn-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); } .btn-brand:hover { background-color: rgba(var(--brand-color-alpha), 0.8); color: var(--brand-color-inverse); } .btn-brand:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-brand:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: none; box-shadow: none; border-color: var(--brand-color); } .btn-brand:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .btn-brand-alpha { background-color: rgba(var(--brand-color-alpha), 0.2); color: var(--brand-color); } .btn-brand-alpha:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } .btn-brand-alpha:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: none; box-shadow: none; } .btn-brand-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-brand-alpha:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .btn-brand-bordered { background-color: transparent; border-color: var(--brand-color); color: var(--brand-color); } .btn-brand-bordered:hover { background-color: rgba(var(--brand-color-alpha), 0.6); color: var(--brand-color-inverse); } .btn-brand-bordered:active, .btn-brand-bordered:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-brand-bordered:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .btn-primary, .btn--primary { background-color: var(--primary-color); color: var(--primary-color-inverse); border-color: var(--primary-color); } .btn-primary:hover, .btn--primary:hover { background-color: var(--brand-color); color: var(--primary-color-inverse); border-color: var(--brand-color); } .btn-primary:focus, .btn--primary:focus { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: none; box-shadow: none; outline: none; border-color: transparent; } .btn-primary:active, .btn-primary:focus-visible, .btn--primary:active, .btn--primary:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: var(--brand-color); } .btn-primary:active:focus, .btn--primary:active:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: var(--brand-color); } .btn-primary-alpha { background-color: rgba(var(--primary-color-alpha), 0.1); color: var(--primary-color); } .btn-primary-alpha:hover { background-color: rgba(var(--primary-color-alpha), 0.6); color: var(--primary-color-inverse); } .btn-primary-alpha:active { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: none; box-shadow: none; } .btn-primary-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .btn-primary-alpha:focus-visible { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); border-color: transparent; } .btn-primary-bordered { background-color: transparent; border-color: var(--primary-color); color: var(--primary-color); } .btn-primary-bordered:hover { background-color: rgba(var(--primary-color-alpha), 0.6); color: var(--primary-color-inverse); } .btn-primary-bordered:active, .btn-primary-bordered:focus-visible { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .btn-primary-bordered:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .btn-secondary, .btn--secondary { background-color: var(--secondary-color); color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .btn-secondary:hover, .btn--secondary:hover { background-color: #000; color: #fff; border-color: #000; } .btn-secondary:focus, .btn--secondary:focus { background-color: rgba(var(--secondary-color-alpha), 0.9); color: var(--secondary-color-inverse); -webkit-box-shadow: none; box-shadow: none; outline: none; border-color: transparent; } .btn-secondary:active, .btn-secondary:focus-visible, .btn--secondary:active, .btn--secondary:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.9); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: var(--secondary-color); } .btn-secondary:active:focus, .btn--secondary:active:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: var(--secondary-color); } .btn-secondary-alpha { background-color: rgba(var(--secondary-color-alpha), 0.1); color: var(--secondary-color); } .btn-secondary-alpha:hover { background-color: rgba(var(--secondary-color-alpha), 0.6); color: var(--secondary-color-inverse); } .btn-secondary-alpha:active { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: none; box-shadow: none; } .btn-secondary-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .btn-secondary-alpha:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: transparent; } .btn-secondary-bordered { background-color: transparent; border-color: var(--secondary-color); color: var(--secondary-color); } .btn-secondary-bordered:hover { background-color: rgba(var(--secondary-color-alpha), 0.6); color: var(--secondary-color-inverse); } .btn-secondary-bordered:active, .btn-secondary-bordered:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .btn-secondary-bordered:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .btn-danger:hover { color: #fff; background-color: #842029; } .btn-danger-alpha { background-color: #f8d7da; color: #dc3545; } .btn-danger-alpha:hover { background-color: #b02a37; color: #fff; } .btn-danger-alpha:active { background-color: #842029; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-danger-alpha:focus { -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .btn-danger-alpha:focus-visible { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; border-color: transparent; } .btn-danger-bordered { background-color: transparent; border-color: #dc3545; color: #dc3545; } .btn-danger-bordered:hover { background-color: #b02a37; color: #fff; } .btn-danger-bordered:active, .btn-danger-bordered:focus-visible { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .btn-danger-bordered:focus { -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .btn-success:hover { color: #fff; background-color: #0f5132; } .btn-success-alpha { background-color: #d1e7dd; color: #198754; } .btn-success-alpha:hover { background-color: #146c43; color: #fff; } .btn-success-alpha:active { background-color: #0f5132; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-success-alpha:focus { -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .btn-success-alpha:focus-visible { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; border-color: transparent; } .btn-success-bordered { background-color: transparent; border-color: #198754; color: #198754; } .btn-success-bordered:hover { background-color: #146c43; color: #fff; } .btn-success-bordered:active, .btn-success-bordered:focus-visible { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .btn-success-bordered:focus { -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .btn-info:hover { color: #fff; background-color: #084298; } .btn-info-alpha { background-color: #cfe2ff; color: #0d6efd; } .btn-info-alpha:hover { background-color: #0a58ca; color: #fff; } .btn-info-alpha:active { background-color: #084298; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-info-alpha:focus { -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .btn-info-alpha:focus-visible { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; border-color: transparent; } .btn-info-bordered { background-color: transparent; border-color: #0d6efd; color: #0d6efd; } .btn-info-bordered:hover { background-color: #0a58ca; color: #fff; } .btn-info-bordered:active, .btn-info-bordered:focus-visible { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .btn-info-bordered:focus { -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .btn-warning:hover { color: #fff; background-color: #997404; } .btn-warning-alpha { background-color: #fff3cd; color: #ffc107; } .btn-warning-alpha:hover { background-color: #cc9a06; color: #fff; } .btn-warning-alpha:active { background-color: #997404; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .btn-warning-alpha:focus { -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .btn-warning-alpha:focus-visible { background-color: #997404; color: #fff; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; border-color: transparent; } .btn-warning-bordered { background-color: transparent; border-color: #ffc107; color: #ffc107; } .btn-warning-bordered:hover { background-color: #cc9a06; color: #fff; } .btn-warning-bordered:active, .btn-warning-bordered:focus-visible { background-color: #997404; color: #fff; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .btn-warning-bordered:focus { -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .btn-gray { background-color: #e9ecef; color: #000; border-color: transparent; } .btn-gray:hover { background-color: #000; color: #fff; border-color: #000; } .btn-gray:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-gray:active { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; } .btn-gray:focus-visible { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: transparent; } .btn-gray.is-active { background-color: #000; color: #fff; } .btn-transparent { padding: 0 1rem; } .btn-underline { padding: 0.5rem 0.4rem; text-decoration: underline; text-underline-offset: 3px; height: auto; line-height: normal; border: none; vertical-align: baseline; min-width: 1%; display: inline; color: inherit; border-radius: 300px; } .btn-close { color: #000; border-color: #e9ecef; padding: 0; width: 42px; height: 42px; line-height: 42px; min-width: 1%; background-size: 11px 11px; } .btn-equal { width: 42px; height: 42px; min-width: 1%; padding: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn-round { border-radius: 300px; } .btn-curved { border-radius: 10px; } .btn-hamburger span { width: 20px; height: 2px; background-color: currentColor; display: block; position: relative; } .btn-hamburger span:before { width: 100%; height: 2px; background-color: inherit; position: absolute; left: 0; right: 0; top: -7px; content: ""; } .btn-hamburger span:after { width: 100%; height: 2px; background-color: inherit; position: absolute; left: 0; right: 0; bottom: -7px; content: ""; } @media (max-width: 1199.98px) { .btn-hamburger.is-active:after { position: fixed; left: 0; right: 0; top: 0; bottom: 0; content: ""; cursor: pointer; background-color: rgba(0, 0, 0, 0.7); z-index: 1; } } @media (max-width: 575.98px) { .btn-sm-block { width: 100%; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media (max-width: 575.98px) { .btn-sm-equal { min-width: 1%; width: 42px; height: 42px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; color: #000; } } @media (max-width: 1199.98px) { .btn-xl-equal { min-width: 1%; width: 42px; height: 42px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; color: #000; } } @media (max-width: 575.98px) { .btn-sm-transparent { background-color: transparent; } } @media (max-width: 575.98px) { .btn-sm-bordered { border: solid 1px #ddd; } } @media (max-width: 1199.98px) { .btn-xl-bordered { border: solid 1px #ddd; } } .btn-lg, .btn-group-lg &gt; .btn { height: 50px; line-height: 50px; font-size: 1.05rem; padding: 0 2rem; } .btn-sm, .btn-group-sm &gt; .btn { height: 32px; line-height: 32px; font-size: 0.875rem; padding: 0 1rem; } .btn-block { width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn-bordered { border: solid 1px #ddd; } .btn--outline { border: solid 1px #ddd; height: auto; line-height: normal; padding: 0.75rem 1.5rem; } .btn--outline:hover { background-color: #000; color: #fff; border-color: #000; } .btn--outline:focus { background-color: #000; color: #fff; -webkit-box-shadow: none; box-shadow: none; outline: none; border-color: transparent; } .btn--outline:active, .btn--outline:focus-visible { background-color: #000; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: #000; } .btn--outline:active:focus { -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: #000; } .btn--bordered { border-color: #333; } .btn-outline-third { border: solid 1px #ddd; background-color: #fff; height: auto; line-height: normal; padding: 0.5rem 1.5rem; } .btn-outline-third:hover { background-color: #000; border-color: #000; color: #fff; } .btn-bordered-dark { border: solid 1px #ddd; border-color: #000; } .btn-disabled { border: solid 1px #ddd; border-color: #000; } .btn-processing:before { content: ""; border-radius: 300px; pointer-events: none; width: 18px; height: 18px; border: 2px solid; border-left-color: transparent; -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; z-index: 1; margin-right: 10px; } .btn--block { display: block; width: 100%; text-align: center; } .btn-google { border: 2px solid #ddd; } .btn-gmail { border: 2px solid #ddd; } .btn-social { padding: 0; margin: 10px 0 0; } .btn-social-label { padding: 0 0.5rem; width: 100%; text-align: center; -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; } .btn-social-media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 36px; height: 36px; } .btn-social:hover { background-color: #e9ecef; color: #000; } .btn-social:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-social:active { background-color: #e9ecef; color: #000; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn-social:focus-visible { background-color: #e9ecef; color: #000; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn-facebook { background-color: #1877f2; color: #fff; } .btn-facebook:hover { background-color: #005cd2; color: #fff; } .btn-facebook:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-facebook:active { background-color: #0247a1; color: #fff; -webkit-box-shadow: 0 0 0 3px #b2d4ff; box-shadow: 0 0 0 3px #b2d4ff; } .btn-facebook:focus-visible { background-color: #0247a1; color: #fff; -webkit-box-shadow: 0 0 0 3px #b2d4ff; box-shadow: 0 0 0 3px #b2d4ff; } .btn-apple { background-color: #000; color: #fff; } .btn-apple:hover { background-color: #343a40; color: #fff; } .btn-apple:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .btn-apple:active { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn-apple:focus-visible { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; } .btn.btn--third { background: #4ca146; color: #fff; border-color: #4ca146; } .btn.btn--third:hover { background-color: #000; border-color: #000; } .btn.btn--white { background-color: #fff; color: #000; border: solid 1px #ddd; } .btn.btn--white:focus { outline-color: #fff; } @media (min-width: 1200px) { .btn.btn--white:hover { background-color: var(--primary-color); color: var(--primary-color-inverse); border-color: var(--primary-color); } } .btn.btn--link { background-color: transparent; color: var(--primary-color); border: none; padding: 0; -webkit-box-shadow: none; box-shadow: none; text-decoration: underline; -webkit-text-decoration-style: dashed; text-decoration-style: dashed; text-underline-offset: 5px; border-radius: 0; font-size: 0.875rem; } .btn.btn--link svg { display: block; } .btn.btn--link:focus { outline: none; } .btn.btn--link:hover { color: #333; text-decoration: none; } .btn.btn.btn--black { border-color: #494949; background: #494949; color: #fff; } .btn.btn.btn--black:hover { border-color: #000; background: #000; } .text--link { font-size: 0.875rem; font-weight: 700; color: var(--primary-color); } .text--link:hover { color: #333; } .link--text { color: var(--primary-color); text-decoration: underline; -webkit-text-decoration-style: dashed; text-decoration-style: dashed; text-underline-offset: 5px; font-weight: 700; text-transform: none; position: relative; display: inline-block; vertical-align: top; } .link--text:after, .link--text:before { content: ""; height: 15px; display: block; position: absolute; left: 0; right: 0; } .link--text:after { top: 100%; } .link--text:before { bottom: 100%; } .link--text:hover { color: #333; text-decoration: none; } .link-text { color: #212529; text-decoration: underline; text-underline-offset: 5px; font-weight: 700; font-size: 0.875rem; } .link-text:hover { color: var(--primary-color); } .btn-collection { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; } .btn-collection .link__target { position: absolute; left: 10px; right: 10px; background: #fff; padding: 15px; -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06); z-index: 3; text-align: center; } .btn-collection .link__target .social--share li { float: none; display: inline-block; vertical-align: top; } .btn-collection .link__target p { margin-bottom: 10px; } .btn-collection__col { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 10px 10px 0; } .btn-collection .btn { height: 40px; line-height: 38px; text-align: center; } .btn-collection .btn .svg-icon { height: 24px; width: 24px; display: inline-block; vertical-align: middle; margin-right: 5px; position: relative; top: -1px; } .btn-collection .btn .svg-icon svg { fill: #999; display: block; } .btn-collection .btn:hover .svg-icon svg { fill: #fff; } .btn-collection .btn.btn--fav.is-active { background: #cf0f14; border-color: #cf0f14; color: #fff; } .btn-collection .btn.btn--fav.is-active .svg-icon svg { fill: #fff; } .flex-col__height { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; } .group--btns { display: inline-block; vertical-align: top; margin-left: 5px; } .group--btns .button { margin-left: 5px; } .btn-groups--three { margin: 10px 0 0; } .btn--list a { margin: 0 10px; } .themebutton { background: rgba(0, 0, 0, 0.2); border-radius: 3px; color: #fff; line-height: 100%; padding: 2px 10px; } .themebutton:hover { color: #000; background: #fff; } .icon-back { width: 40px; height: 40px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: currentColor; font-size: 0; cursor: pointer; } .icon-back:after { content: ""; height: 2px; width: 16px; background-color: currentColor; position: relative; } .icon-back:before { content: ""; position: relative; width: 12px; height: 12px; border-right: 2px solid currentColor; border-top: 2px solid currentColor; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); margin-right: -12px; } .hamburger { position: relative; width: 40px; height: 40px; -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; display: inline-block; vertical-align: middle; color: currentColor; cursor: pointer; } .hamburger.open, .hamburger:hover { color: currentColor; } .hamburger.open:after { opacity: 1; visibility: visible; } .hamburger:after { content: ""; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(51, 51, 51, 0.5); opacity: 0; visibility: hidden; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; z-index: 13; } .hamburger span { position: absolute; top: 50%; left: 10px; height: 2px; width: 20px; margin-top: -1px; background-color: currentColor; -webkit-transition: height 0s linear, -webkit-transform 0.6s ease-in-out; transition: height 0s linear, -webkit-transform 0.6s ease-in-out; -o-transition: height 0s linear, transform 0.6s ease-in-out; transition: height 0s linear, transform 0.6s ease-in-out; transition: height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; transition: height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-transition-delay: 0.6s, 0s, 0s; -o-transition-delay: 0.6s, 0s, 0s; transition-delay: 0.6s, 0s, 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .hamburger.open span { height: 0; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: width 0s linear, -webkit-transform 0s ease; transition: width 0s linear, -webkit-transform 0s ease; -o-transition: width 0s linear, transform 0s ease; transition: width 0s linear, transform 0s ease; transition: width 0s linear, transform 0s ease, -webkit-transform 0s ease; -webkit-transition-delay: 0.3s, 0.6s, 0.6s; -o-transition-delay: 0.3s, 0.6s, 0.6s; transition-delay: 0.3s, 0.6s, 0.6s; } .hamburger span:after { position: absolute; top: 6px; left: 0; height: 2px; width: 20px; background-color: inherit; content: ""; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -o-transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; -o-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; } .hamburger.open span:after { top: 0; width: 20px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s; -o-transition-delay: 0s, 0s, 0.3s, 0.3s; transition-delay: 0s, 0s, 0.3s, 0.3s; } .hamburger span:before { position: absolute; top: -6px; left: 0; height: 2px; width: 20px; background-color: inherit; content: ""; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease; -o-transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; -o-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; transition-delay: 0.9s, 0.9s, 0.6s, 0.6s; } .hamburger.open span:before { top: 0; width: 20px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s; -o-transition-delay: 0s, 0s, 0.3s, 0.3s; transition-delay: 0s, 0s, 0.3s, 0.3s; } .icon-close { width: 24px; height: 24px; position: relative; display: block; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); color: currentColor; } .icon-close:after, .icon-close:before { content: ""; height: 2px; width: 16px; background-color: currentColor; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .icon-close:before { height: 16px; width: 2px; } .cms-content { line-height: 1.6; color: #000; font-size: 14px; } .cms-content h2, .cms-content .h2, .cms-content h3, .cms-content .h3, .cms-content h4, .cms-content .h4, .cms-content h5, .cms-content .h5, .cms-content h6, .cms-content .h6 { margin-bottom: 1.5rem; font-weight: 500; } .cms-content ul li { position: relative; padding-left: 1.4rem; margin-bottom: 0.6rem; } .cms-content ul li:before { width: 8px; height: 8px; position: absolute; left: 0; top: 0.5rem; content: ""; background-color: var(--brand-color); border-radius: 300px; } .cms-content ol { list-style-position: inside; } .cms-content ol li { margin: 0.6rem 0; } [dir="rtl"] .text-start { text-align: right !important; } /*cookies*/ .cc-window { background-color: rgba(0, 0, 0, 0.75); bottom: 0; left: 0; opacity: 1; position: fixed; right: 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; z-index: 999; } .cc-window .box-cookies { color: #dbe0df; font-size: 13px; font-weight: 400; line-height: 30px; padding: 15px; text-align: center; } .cc-window .box-cookies a { color: #fff; text-decoration: underline; } .cc-window .cc-close { background-color: var(--color-secondary); cursor: pointer; display: inline-block; font-weight: bold; height: 25px; line-height: 25px; margin-left: 10px; padding: 0 10px; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } /* Demo header  */ .sticky-demo-header .demo-header { background: #fff; position: sticky; top: 0; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 2rem; line-height: 4rem; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); } .sticky-demo-header .demo-header .restore-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } .sticky-demo-header .demo-header .restore-wrapper &gt; a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 10px 0; } .sticky-demo-header .demo-header .restore-wrapper .restore__counter { padding: 0px 8px; font-size: 1rem; color: var(--color-secondary); margin: 0.1rem 0; font-weight: 800; line-height: 1; letter-spacing: 4px; } .sticky-demo-header .demo-header .restore-wrapper .restore__progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 4px; width: 100%; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 2rem; margin: 0.25rem 0; max-width: 96px; } .sticky-demo-header .demo-header .restore-wrapper .restore__progress-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: var(--color-secondary); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .sticky-demo-header .demo-header .restore-wrapper .restore__content { font-size: 0.675rem; color: #525252; font-weight: 600; margin-bottom: 0.25rem; line-height: 1.5; } .sticky-demo-header .demo-header .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } .sticky-demo-header .demo-header .btn.btn-outline-primary { background: none; border-color: var(--color-secondary); color: var(--color-secondary); border: 1px solid; } .demo-cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sticky-demo-header .header { padding: 0; } .sticky-demo-header .main-bar { padding: 20px 0; } .sticky-demo-header .header { position: sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; z-index: 10; top: 0; width: 100%; background: #fff; border-bottom: none; border-bottom: solid 1px #dee2e6; } .sticky-demo-header .body { padding: 0; } .close-layer { z-index: 2; position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; opacity: 0.3; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .close-layer:hover { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 1; } .close-layer:before, .close-layer:after { position: absolute; left: 15px; content: " "; height: 18px; width: 2px; background-color: #000; } .close-layer:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .close-layer:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .close-layer.close-layer--white:before, .close-layer.close-layer--white:after { background-color: #fff; } .demo-cta .close-layer { position: relative; right: auto; top: auto; margin-left: 1rem; } @media (max-width: 1199.98px) { .sticky-demo-header .demo-header { display: none; } } input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999999; font-weight: normal; } input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999; font-weight: normal; opacity: 1; } input::-ms-input-placeholder { /* Microsoft Edge */ color: #999999; font-weight: normal; opacity: 1; } input:-ms-input-placeholder { /* Most modern browsers support this now. */ color: #999999; font-weight: normal; opacity: 1; } input::placeholder { /* Most modern browsers support this now. */ color: #999999; font-weight: normal; opacity: 1; } input[type="password"], input[type="text"], select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], input[type="date"], input[type="url"], input[type="tel"], select, input[type="number"], input[type="file"] { background-color: #fff; border: solid 1px #ddd; height: 50px; padding: 0 1.2rem; width: 100%; color: #000; font-family: inherit; font-weight: 400; border-radius: 8px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; text-align: left; } @media (max-width: 1199.98px) { input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], input[type="date"], input[type="url"], input[type="tel"], select, input[type="number"], input[type="file"] { border-color: #bababa; } } textarea { background-color: #fff; border: solid 1px #ddd; height: 160px; padding: 1rem; width: 100%; color: #000; font-family: inherit; font-weight: 400; border-radius: 8px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, select:focus, input[type="number"]:focus-visible, input[type="file"]:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="phone"]:focus-visible, input[type="search"]:focus-visible, input[type="password"]:focus-visible, input[type="date"]:focus-visible, input[type="url"]:focus-visible, input[type="tel"]:focus-visible, textarea:focus-visible, select:focus-visible, input[type="number"]:focus-visible, input[type="file"]:focus-visible { border-color: var(--brand-color); -webkit-box-shadow: 0 0 0 5px rgba(var(--brand-color-alpha), 0.15); box-shadow: 0 0 0 5px rgba(var(--brand-color-alpha), 0.15); outline: none; } input[type="file"] { height: auto; padding: 8px 10px; } select { padding-right: 35px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTBERUE3RUMxNkQxMUVEQUQyRkYyNjA2RDE0NDc4RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTBERUE3RkMxNkQxMUVEQUQyRkYyNjA2RDE0NDc4RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFMERFQTdDQzE2RDExRURBRDJGRjI2MDZEMTQ0NzhEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFMERFQTdEQzE2RDExRURBRDJGRjI2MDZEMTQ0NzhEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hez3rQAAARtJREFUeNrs2YEJwjAQBdBWHCAjOIKrOcmN4CgdQTdwBTeIBlLRkjTJ5e4q5R8ECi139xIOSjt674c9xGHYSQACCCCAAAIIIID8Y4SXxtRKhNugPVfbb+2JXN/rZowJtaa4RE4kIHxcDyOMixs3152K/RYg3wgrzBLxg+FAUghtTA7xwXBm5Lly76QwM/NMnFeeuXNnhFZ2R/JkSifhYy/sGbHAVCN6IZqYJoQERAPTjJCCSGJYCEmIBIaNkIb0YLoQGhAOphuhBWnBiCA0IbUYEYQ2pAYjgrCAcDHUWsQC0oohTgErSC2GuMktISUM9SS2huQw1Jt0C8gSQxIJc/0elT8iXDLX4jHiZygggAACCCCAAAIIIKV4CTAAoG0I238D0ngAAAAASUVORK5CYII="); background-size: 14px 14px; background-color: #fff; background-repeat: no-repeat; background-position: center right 15px; } .form-label, .field_label { display: block; font-weight: 500; margin-bottom: 0.5rem; } @media (min-width: 576px) { .form-label, .field_label { margin-bottom: 0.8rem; } } .field-lg { height: 50px !important; } @media (min-width: 576px) { .field-lg { font-size: 1.1rem; } } .form-group, .field-set { margin-bottom: 1.5rem; } @media (min-width: 576px) { .form-group, .field-set { margin-bottom: 2rem; } } .calendar-field { padding-right: 35px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAjUlEQVRIS2NkoDFgJGD+f6g8LnWE5BnoasF6oGsDqBRiB4DmOILMQvYBzLtUsgNiNjYLCIkhOwBbHKCIETKMUCRSbAE5wUWSD2hiATmGYtODM5JpbgGhzEfIAQMfB6M+GI0DQqmUgWAQETSBSAUYOfk8UKMBkZoJKdsAVBCIXh8Q0kSWPKWZiqClNLcAALenKBmlBxVOAAAAAElFTkSuQmCC"); background-size: 16px 16px; background-repeat: no-repeat; background-position: calc(100% - 10px); } .time-field { padding-right: 35px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABrUlEQVRIS7WVDVHEMBCF7xyAg+KAU0BRACigOAAFgAJwQFEAKOBQAA6uDsABvK+TzYQ0P4WZ7syb5q6bvH0vm3S9WjjWC6+/mkPQqogTgWfjChr0/BBehOdSkSWCQ028Fk4rKiE6EyCdRI6gU+adsOcq3er55hb50hNycB6outL4PmZIEVy6xcntBSayaC4ohDnEhCQmaJT07ipHdtHfgLHV+NX93uiJbWPEBCSRjFSqieM7M4+/Tcmg8UGKgM18EkigipQtJQLW3AmNcCH0sYIH/dEVqie/RnCjHDoPa7H4l0V4T2eUvK8RmAuo348JTB7+YVMqagS09aezd0LACxLmEMTk1ixG4IsPu8gs8huUkGAKcgStXtCJODB2Ukhgm3yr/9ms/4Qd0uQmh23q+/gPLNhDm6PCN0p80Mym3EEr8aGaFuUUH7uNnpzkRi/oJoKk7UwFqMdigur9vNplV1OCLVTdCYwn+5e7rsMbFcl8WKjKLrHwumbMwWLx3qwx5bUPDrJZoBSQ0tr+Bg2T53wykX8ktELjKqTiQXgUaMnUxTjyzCGoCCi/XpzgB8/5YBmJxR+5AAAAAElFTkSuQmCC"); background-size: 16px 16px; background-repeat: no-repeat; background-position: calc(100% - 10px); } .form-check { margin: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: normal; min-height: 1%; padding: 0; } .form-check-input { width: 20px; height: 20px; margin-top: 0; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; vertical-align: middle; float: none !important; margin: 0 !important; } .form-check-input:checked { background-color: var(--brand-color); border-color: var(--brand-color); } .form-check-input:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: var(--brand-color); } .form-check-input:hover { -webkit-box-shadow: 0 0 0 5px #e9ecef; box-shadow: 0 0 0 5px #e9ecef; } .form-check-label { padding: 0 0.5rem; line-height: 20px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } @media (max-width: 1199.98px) { .form-check-xl-bordered { border: solid 1px #ddd; border-radius: 10px; height: 40px; line-height: 38px; padding: 0 0.6rem; } .form-check-xl-bordered { padding-left: 40px !important; } } .form-switch { padding-left: 0; } .form-switch .form-check-input { width: 36px; height: 24px; border-color: transparent; margin: 0; background-position: left center; background-color: #ced4da; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-color: var(--brand-color); border-color: var(--brand-color); } .form-switch .form-check-input:checked:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .form-switch .form-check-input:focus { -webkit-box-shadow: 0 0 0 3px #dee2e6; box-shadow: 0 0 0 3px #dee2e6; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-switch .form-check-label { line-height: 24px; } .form-switch-outlined { border: solid 1px #ddd; padding: 1rem; border-radius: 10px; } .form-switch-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } .form-check-inline { display: inline-block; } .range-slider { position: relative; width: 100%; min-height: 50px; text-align: center; } .range-slider__output { position: relative; padding: 0 12px; height: 20px; } .range-slider__value { top: 1.6rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .range-slider input { pointer-events: none; position: absolute; overflow: hidden; left: 0; right: 0; top: 0; width: 100%; outline: none; height: 50px; margin: 0; padding: 0; } .range-slider input::-webkit-slider-thumb { pointer-events: all; position: relative; z-index: 1; outline: 0; } .range-slider input::-moz-range-thumb { pointer-events: all; position: relative; z-index: 10; -moz-appearance: none; width: 9px; } .range-slider input::-moz-range-track { position: relative; z-index: -1; background-color: black; border: 0; } .range-slider input:last-of-type::-moz-range-track { -moz-appearance: none; background: none transparent; border: 0; } .range-slider input[type="range"]::-moz-focus-outer { border: 0; } .range-slider .rangeValue { width: 30px; } .range-slider .output { position: absolute; display: inline-block; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); min-width: 30px; text-align: center; background-color: #000; color: #fff; padding: 0.3rem 0.5rem; border-radius: 10px; font-size: 11px; bottom: 100%; } .range-slider input[type="range"] { -webkit-appearance: none; background: none; } .range-slider input[type="range"]::-webkit-slider-runnable-track { height: 5px; border: none; border-radius: 3px; background: transparent; } .range-slider input[type="range"]::-ms-track { height: 5px; background: transparent; border: none; border-radius: 3px; } .range-slider input[type="range"]::-moz-range-track { height: 5px; background: transparent; border: none; border-radius: 3px; } .range-slider input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 32px; width: 32px; border-radius: 50px; background: #fff; border: solid 1px #ddd; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; margin-top: -14px; cursor: move; position: relative; z-index: 10; } .range-slider input[type="range"]::-ms-thumb { -webkit-appearance: none; border: none; height: 32px; width: 32px; border-radius: 50%; background: #fff; border: solid 1px #ddd; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; cursor: move; position: relative; z-index: 10; } .range-slider input[type="range"]::-moz-range-thumb { -webkit-appearance: none; border: none; height: 32px; width: 32px; border-radius: 50%; background: #fff; border: solid 1px #ddd; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; cursor: move; position: relative; z-index: 10000; } .range-slider input[type="range"]:focus { outline: none; } .range-slider .full-range, .range-slider .incl-range { width: 100%; height: 10px; left: 0; right: 0; top: 50%; position: absolute; margin-top: -5px; background: #ddd; border-radius: 10px; } .range-slider .incl-range { background: var(--brand-color); } .file-uploader { position: relative; cursor: pointer; } .file-uploader__action { position: relative; background-color: rgba(var(--brand-color-alpha), 0.15); border: 1px dashed var(--brand-color); padding: 3rem 1rem; width: 100%; text-align: center; cursor: pointer; border-radius: 10px; } .file-uploader__action:hover { background-color: rgba(var(--brand-color-alpha), 0.2); } .file-uploader__field { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; cursor: pointer; } .file-uploader p { margin: 0; line-height: 1.4; } .file-uploader-round { padding-bottom: 100%; } .file-uploader-round .file-uploader__action { width: 100%; height: 100%; border-radius: 300px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .file-uploader-round p { max-width: 80%; margin: 0 auto; } .file-uploader-small { width: 52px; height: 52px; position: absolute; right: 1rem; bottom: 0; } .file-uploader-small .file-uploader__action { width: 100%; height: 100%; border-radius: 300px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 0; background-color: var(--brand-color); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .file-uploader-small svg { fill: #fff; pointer-events: none; } .field-count { position: relative; } .field-count:after { position: absolute; top: 50%; right: 0.7rem; content: attr(field-count); background-color: #e9ecef; border-radius: 8px; padding: 0.3rem 0.4rem; font-size: 12px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .field-count__wrap, .field-count input[type="text"] { padding-right: 5rem !important; } button, input, optgroup, select, textarea { -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } .frm-agree-chkbox { text-align: left; } /*.checkbox input:focus + .input-helper:before, .radio input:focus + .input-helper:before {outline:1px dotted;}*/ input[type="submit"]:focus, input[type="button"]:focus, .button:focus { -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05) inset; box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05) inset; outline: none; } textarea { resize: vertical; } /* form elements ---------------------- */ input::-moz-focus-inner { border: 0; padding: 0; } input, select, textarea { outline: none; font-family: inherit; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } input[type="submit"], input[type="button"] { -webkit-appearance: none; } input[type="text"], input[type="password"], textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: transparent !important; } select::-ms-expand { display: none; } input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], textarea, select, input[type="number"], input[type="file"] { background-color: #fff; border: 1px solid #dedede; height: 50px; color: inherit; width: 100%; font-family: inherit; line-height: 100%; border-radius: 8px; } input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus, input[type="number"]:focus, input[type="file"]:focus { border-color: #333; } textarea { height: 100px; padding: 10px; } .form input[type="submit"], .form input[type="button"] { display: inline-block; font-size: 1rem; padding: 0 2rem; position: relative; cursor: pointer; height: 50px; line-height: 50px; color: #fff; font-weight: 500; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; background: var(--primary-color); color: #fff; border: 1px solid var(--primary-color); margin-right: 15px; border-radius: 300px; } .form input[type="button"] { background: #333; border-color: #333; margin: 0; } .form input[type="submit"]:active, .form input[type="button"]:active { top: 2px; } .form input[type="file"] { height: auto; padding: 11px; } /* placeholders ---------------------- */ ::-webkit-input-placeholder { color: #000; opacity: 1; } :-moz-placeholder { color: #000; opacity: 1; } ::-moz-placeholder { color: #000; opacity: 1; } :-ms-input-placeholder { color: #000; opacity: 1; } /* radio and checkbox */ .checkbox, .radio { font-size: 1.1em; display: inline-block; position: relative; vertical-align: top; padding-left: 30px; } .checkbox input, .radio input { top: 0; left: 0; margin: 0 !important; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio.disabled, .checkbox.disabled { cursor: not-allowed; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="text"][disabled], input[type="password"][disabled] { cursor: not-allowed; background: rgba(0, 0, 0, 0.03); } .inline.radio, .inline.checkbox { padding-right: 20px; } .checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { -webkit-transition: all; -o-transition: all; transition: all; -webkit-transition-duration: 250ms; -o-transition-duration: 250ms; transition-duration: 250ms; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; content: ""; } .checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #ccc; background: #fff; } .checkbox.disabled, .radio.disabled { opacity: 0.6; filter: alpha(opacity=60); } .checkbox input { width: 17px; height: 17px; } .checkbox input:checked + .input-helper:after { -webkit-transform: scale(1) rotate(-50deg); -ms-transform: scale(1) rotate(-50deg); transform: scale(1) rotate(-50deg); opacity: 1; filter: alpha(opacity=100); } .checkbox .input-helper:before { width: 17px; height: 17px; } .checkbox .input-helper:after { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0) rotate(80deg); -ms-transform: scale(0) rotate(80deg); transform: scale(0) rotate(80deg); width: 10px; height: 6px; border-bottom: 2px solid #4ca146; border-left: 2px solid #4ca146; left: 3px; top: 6px; } .radio input { width: 19px; height: 19px; } .radio input:checked + .input-helper:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .radio .input-helper:before { top: 0; width: 19px; height: 19px; border-radius: 50%; } .radio .input-helper:after { width: 11px; height: 11px; background: #4ca146; border-radius: 50%; top: 4px; left: 4px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .form-page-search { max-width: 70%; width: 100%; margin: auto; display: block; position: relative; } .form-page-search ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; width: 100%; -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1); } .form-page-search li { float: left; } .form-page-search li.first { width: 100%; } .form-page-search li.second { width: 65%; } .form-page-search li.full { width: 105%; } .form-page-search ul &gt; li.last { margin: 0; position: absolute; right: 0; top: 0; width: 60px; font-size: 0; } .form-page-search ul &gt; li.last input[type="submit"] { width: 100%; background-color: #fff; border: none; height: 60px; padding: 0; min-width: 60px; } @media (min-width: 576px) { .form-page-search ul &gt; li.last input[type="submit"] { font-size: 0; } } .form-page-search ul &gt; li.last input[type="submit"]:active { top: 0; } .selection__label label input[type="radio"] { margin-right: 8px; } .slt-absolute { max-width: 80px; position: absolute; left: 2px; top: 5px; bottom: 0; height: 40px; border: none; border-radius: 0; border-right: 1px solid #ddd; background-color: transparent; } .slt-absolute:focus { border-color: #d7d7d7; } .input-absolute { padding-left: 95px !important; } .field_cover { position: relative; } .field_cover .links--inline { margin: 15px 0 0; } .field_cover .links--inline li { padding: 0 10px 0 0; line-height: 1.4; } .near-by { border: none; padding: 0 20px; width: auto; font-size: 15px; text-transform: capitalize; border-radius: 4px; height: 45px; cursor: pointer; background: #ddd; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .near-by span { padding-left: 10px; } .location-search .near-by { width: 100%; } .form-page-search li.first input { padding-right: 12rem; } @media (max-width: 767.98px) { .form-page-search ul { -webkit-box-shadow: none; box-shadow: none; } .form-page-search ul &gt; li.last { position: relative; right: auto; top: auto; width: 100%; background: none; font-size: 1.1em; } .form-page-search ul &gt; li.last input[type="submit"] { background: #cf0f14; } .form-page-search ul &gt; li.first input:focus { border-color: #333; } } @media (min-width: 1200px) { html.show-facebox body, html.show-header-location-js body, html.show-header-search-js body { padding-right: 8px; overflow: hidden; } } .popup__show { padding-right: 8px; overflow: hidden; } .body.home-page ~ .pac-container { z-index: 9 !important; } .autocomplete_result { background: #fff; max-height: 400px; overflow-y: auto; padding: 10px; text-align: left; position: absolute; left: 0; right: 0; top: 100%; border-top: 1px solid rgba(0, 0, 0, 0.1); } .result_list { -webkit-box-shadow: none !important; box-shadow: none !important; } .result_list li { display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .result_list li:last-child { border-bottom: none; } .result_list li a { display: inline-block; padding: 10px; width: 100%; color: inherit; } .result_list li:hover a { background: rgba(0, 0, 0, 0.03); color: #d11e23; } .result_list li img { float: left; margin: 0 10px 0 0; width: 40px; } .result_type { font-size: 12px; text-transform: capitalize; font-weight: normal; } .selection-title { font-size: 1.4rem; font-weight: 500; display: block; margin: 1rem 0; } .selection-title .checkbox, .selection-title .radio { padding: 0; position: relative; margin-right: 0.5rem; } .selection-title .checkbox .input-helper, .selection-title .radio .input-helper { width: 40px; height: 24px; display: block; } .selection-title .checkbox .input-helper:before, .selection-title .radio .input-helper:before { width: 100%; height: 100%; background-color: #cecece; content: ""; position: absolute; left: 0; top: 0; border-radius: 30px; pointer-events: none; border: none; } .selection-title .checkbox .input-helper:after, .selection-title .radio .input-helper:after { width: 16px; height: 16px; background-color: #fff; content: ""; border-radius: 30px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; pointer-events: none; position: absolute; left: 4px; top: 4px; border: none; opacity: 1; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-backface-visibility: visible; backface-visibility: visible; } .selection-title .checkbox input, .selection-title .radio input { width: 100%; height: 100%; } .selection-title .checkbox input:checked + .input-helper:after, .selection-title .radio input:checked + .input-helper:after { left: 20px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .selection-title .checkbox input:checked + .input-helper:before, .selection-title .radio input:checked + .input-helper:before { background-color: #5aaf64; } /* labels */ .label { color: #fff; display: inline; font-size: 0.85em; padding: 0 10px 0; text-align: center; color: #fff; vertical-align: baseline; white-space: nowrap; display: inline-block; min-width: 70px; height: 30px; line-height: 31px; margin: 0 5px 5px 0; } .label.label--default { color: #666; background-image: url(images/icon_inactive.svg); background-repeat: no-repeat; background-color: #e3e3e3; background-position: left 6px center; padding-left: 26px; background-size: 11px; } .label.label--success { color: #4ca146; background: url(images/icon_success.svg); background-repeat: no-repeat; background-color: #e7fae6; background-position: left 6px center; padding-left: 26px; background-size: 14px; } .label.label--primary { color: #7a6fbe; background-image: url(images/icon_active.svg); background-repeat: no-repeat; background-color: #d1cee7; background-position: left 5px center; background-repeat: no-repeat; padding-left: 26px; background-size: 16px; } .label.label--info { color: #009cff; background-image: url(images/icon_info.svg); background-repeat: no-repeat; background-color: #e6f2fa; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .label.label--danger { color: #cf1b21; background-image: url(images/icon_danger.svg); background-repeat: no-repeat; background-color: #fae6e7; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .label.label--warning { color: #e79500; background-image: url(images/icon_warning.svg); background-repeat: no-repeat; background-color: #faf4e6; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .label.label--process { color: #666; background-image: url(images/icon_process.svg); background-repeat: no-repeat; background-color: #e3e3e3; background-position: left 6px center; background-repeat: no-repeat; padding-left: 26px; background-size: 14px; } .pagination { -ms-flex-wrap: wrap; flex-wrap: wrap; } .pagination .page-link { min-width: 40px; min-height: 40px; border-radius: 300px; border: none; padding: 0 1rem; line-height: 40px; color: #000; font-weight: 500; text-align: center; font-size: 1.1rem; } .pagination .page-link:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .pagination .page-link:active, .pagination .page-link:focus-visible { -webkit-box-shadow: 0 0 0 3px #666666; box-shadow: 0 0 0 3px #666666; outline: none; background-color: #000; color: #fff; } @media (max-width: 575.98px) { .pagination .page-item-first, .pagination .page-item-last { display: none; } } .pagination .page-item { margin: 0.3rem; } .pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link { border-radius: 300px; } .pagination .page-item.is-active .page-link { background-color: #000; color: #fff; } @media (min-width: 576px) { .pagination .page-item-prev .page-link { padding-left: 2.4rem; } } @media (max-width: 575.98px) { .pagination .page-item-prev .page-link { font-size: 0; } } .pagination .page-item-prev .page-link:before { position: absolute; left: 1.2rem; top: 50%; content: ""; pointer-events: none; width: 10px; height: 10px; border-left: 2px solid #000; border-bottom: 2px solid #000; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-top: -5px; } .pagination .page-item-prev .page-link:active:before, .pagination .page-item-prev .page-link:focus-visible:before { border-color: #fff; } @media (min-width: 576px) { .pagination .page-item-next .page-link { padding-right: 2.4rem; } } @media (max-width: 575.98px) { .pagination .page-item-next .page-link { font-size: 0; } } .pagination .page-item-next .page-link:before { position: absolute; right: 1.2rem; top: 50%; content: ""; pointer-events: none; width: 10px; height: 10px; border-right: 2px solid #000; border-bottom: 2px solid #000; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -5px; } .pagination .page-item-next .page-link:active:before, .pagination .page-item-next .page-link:focus-visible:before { border-color: #fff; } input[type="text"].slide_range { background: transparent; border: 0; width: 50%; } #slider-range { z-index: 0; padding: 9px; margin: 7px; width: 500px; } .ui-slider-horizontal .ui-slider-handle { top: 0 !important; } .ui-slider .ui-slider-handle { cursor: e-resize !important; top: 0; } .ui-slider .ui-slider-range { background: #4ca146; } @media (max-width: 767.98px) { #slider-range { width: 95%; } } .inline-tabs-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (max-width: 1199.98px) { .inline-tabs-list { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: auto; white-space: nowrap; } .inline-tabs-list { -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; /* for Firefox */ } .inline-tabs-list::-webkit-scrollbar { display: none; /* for Chrome, Safari, and Opera */ } } .inline-tabs-link { padding: 1rem 0; position: relative; border-bottom: 3px solid transparent; position: relative; display: block; font-weight: 500; } .inline-tabs-link[tab-count]:after { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 2px; min-width: 24px; min-height: 20px; border-radius: 8px; background-color: #dee2e6; content: attr(tab-count); font-family: Arial; font-size: 13px; color: #000; pointer-events: none; margin-left: 0.5rem; } @media (min-width: 1200px) { .inline-tabs-item:not(:last-child) { margin-right: 2.6vw; } } @media (min-width: 1201px) and (max-width: 1399px) { .inline-tabs-item:not(:last-child) { margin-right: 1.6vw; } } @media (max-width: 1199.98px) { .inline-tabs-item:not(:last-child) { margin-right: 2.6rem; } } .inline-tabs-item.is-active .inline-tabs-link { color: #000; border-color: inherit; } .inline-tabs-item.is-active .inline-tabs-link[tab-count]:after { background-color: #000; color: #fff; font-weight: 500; } @media (max-width: 575.98px) { .inline-tabs-item.is-active .inline-tabs-link { color: var(--brand-color); border-color: inherit; } .inline-tabs-item.is-active .inline-tabs-link[tab-count]:after { background-color: var(--brand-color); color: #fff; font-weight: 500; } } .inline-tabs-item.is-disabled .inline-tabs-link { opacity: 0.4; pointer-events: none; } .tabs-rounded ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 30px 0 30px; overflow: auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; white-space: nowrap; } @media (min-width: 992px) { .tabs-rounded ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .tabs-rounded ul li { margin: 0 5px; } .tabs-rounded ul li a { display: block; padding: 6px 25px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 30px; background-color: #fff; color: #666; } .tabs-rounded ul li.is-active a { background: #d11e23; color: #fff; border-color: #d11e23; } .tabs-inline ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .tabs-inline ul li { -webkit-margin-end: 30px; margin-inline-end: 30px; } .tabs-inline ul li a { display: block; padding: 15px 0; font-size: 16px; font-weight: 500; position: relative; color: #666; } .tabs-inline ul li.is--active a { color: #d11e23; } .tabs-inline ul li.is--active a:before { position: absolute; left: 0; right: 0; bottom: -1px; content: ""; height: 3px; background: #d11e23; } .tabs--floated.search_tabs { border: none; background: none; } .tabs--floated.search_tabs li a { border: none; background: none; font-size: 20px; font-weight: 500; } .tabs--floated.search_tabs li.is--active a { border-bottom: 2px solid #d11e23; } .tabs--floated.search_tabs li.is--active a:before { background: none; } .tabs-flexed ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .tabs-flexed ul li { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .tabs-flexed ul li a { display: block; padding: 0 1.25rem 1rem; position: relative; border-bottom: 2px solid #e6e6e6; color: #333; text-align: center; } .tabs-flexed ul li a::after { content: ""; border: 10px solid transparent; position: absolute; top: 100%; left: 50%; border-top-color: currentColor; opacity: 0; } .tabs-flexed ul li.is-active a { font-weight: 600; color: #d11e23; border-color: currentColor; } .tabs-flexed ul li.is-active a:after { opacity: 1; } .tabs--floated { border: 1px solid #e6e6e6; border-bottom: none; border-right: none; display: table; background: #fff; } .tabs--floated:after { display: block; content: ""; height: 0; clear: both; } .tabs--floated li { float: left; } .tabs--floated li a { display: block; height: 45px; line-height: 45px; display: block; padding: 0 20px; color: inherit; position: relative; border-right: 1px solid #e6e6e6; background: #f5f5f5; } .tabs--floated li.is--active a { background: #fff; } .tabs--floated li.is--active a:before { pointer-events: none; position: absolute; left: 0; right: 0; bottom: -4px; content: ""; height: 5px; background: #fff; z-index: 1; } #popular_restaurants .tabs--floated.search_tabs li a { font-size: 16px; font-weight: 400; } /* ------------------------------------ */ .selection { padding-bottom: 20px; padding-left: 35px; position: relative; } .selection.selection--default { padding-left: 0; } .selection p { margin-bottom: 0; } .selection:last-child { padding-bottom: 0; } .selection .selection__label { display: block; } .selection .selection__label + p { margin: 0; } .selection .selection__label .radio, .selection .selection__label .checkbox { position: absolute; left: 0; top: 0; } .selection h6, .selection .h6 { font-size: 1em; font-weight: 500; display: inline-block; } .selectionbar { background: #fafafa; padding: 15px; width: 100%; } .selectionbar .grid_1 { width: 60%; float: left; } .selectionbar .grid_2 { float: right; width: 40%; } .selectionbar .selectiontabs { float: left; } .selectiontabs { display: inline-block; } .selectiontabs li { float: left; line-height: 40px; font-size: 15px; color: #666; text-align: center; } .selectiontabs li:first-child { padding: 0 10px; } .selectiontabs li { position: relative; height: 40px; line-height: 40px; border: 1px solid #dedede; width: 45px; display: block; background: #ffffff; } .selectiontabs li:first-child { border-right: none; } .selectiontabs li .imgdelete { width: 14px; margin: 12px auto 0; display: block; } .selectiontabs li .checkbox { position: relative; top: 10px; margin: 0 auto; left: 5px; vertical-align: top; } .selectionbar .form--search { width: 250px; display: inline-block; margin-left: 10px; vertical-align: middle; } .selectionbar .form--search input { height: 40px; } .selectionbar .directions { float: right; margin: 10px 0 0; } @media (max-width: 1199.98px) { .tabs--floated li a { height: 40px; line-height: 40px; padding: 0 15px; font-size: 0.9em; } } @media (max-width: 767.98px) { .tabs-rounded { display: -webkit-box; display: -ms-flexbox; display: flex; } .tabs-rounded ul { margin: 10px auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .tabs-row [class*="col-"] { width: 100%; } .tabs-row .tabs-inline ul { border-radius: 5px; overflow: hidden; } .tabs-row .tabs-inline ul li { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-margin-end: 0; margin-inline-end: 0; } .tabs-row .tabs-inline ul li a { text-align: center; background: #fff; font-size: 14px; padding: 10px 0; } .tabs-row .tabs-inline ul li.is--active a { background: #d11e23; color: #fff; } .tabs-inline { width: 100%; } .tabs--floated { position: relative; display: block; background: #f5f5f5; border-right: 1px solid #ddd; } .tabs--floated li:last-child { margin-right: 30px; } .tabs--floated li:last-child a { border-right: 0; } .tabs--floated li a { height: auto; line-height: normal; padding: 10px 15px; font-size: 0.85em; } .tabs--floated ul { overflow-x: scroll; overflow-y: hidden; padding-right: 30px; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; } .tabs--floated:before { position: absolute; right: 0; bottom: 0; top: 0; content: ""; width: 80px; pointer-events: none; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(72%, rgba(255, 255, 255, 0.99)), color-stop(73%, #ffffff)); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 72%, #ffffff 73%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 72%, #ffffff 73%); } .tabs--floated li { float: none; display: inline-block; vertical-align: top; margin: 0 -4px 0 0; } .tabs--floated li a { background: none; } .tabs--flat li a { padding: 12px 0 10px; margin: 0 15px 0 0; } .section--tabs { padding: 0; } .tabs--scroll ul, .nav--scrollable ul { overflow-x: scroll; overflow-y: hidden; padding-right: 30px; white-space: nowrap; } .tabs--scroll li { display: inline-block; float: none; vertical-align: top; } .tabs-row .drop-down { display: block; } .tabs-row .drop-down__link { display: block; text-align: left; } } .svg-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; overflow: hidden; } @media (max-width: 575.98px) { .svg-icon { width: 26px; height: 26px; } } .svg-icon--small { width: 18px; height: 18px; } .svg-icon--large { width: 32px; height: 32px; } .svg-icon--xlarge { width: 42px; height: 42px; } .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; } /** system message **/ #mbsmessage, .system_message { position: fixed; top: 1rem; right: 1rem; width: auto; margin: 0; -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07); box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07); z-index: 1001; } @media (min-width: 768px) { #mbsmessage, .system_message { top: 7rem; } } #mbsmessage .content { min-width: 250px; max-width: 300px; } .div_error { text-align: left; padding: 20px; padding-left: 60px; padding-right: 40px; position: relative; color: #fff; line-height: normal; background-color: #f35f5f; } .div_error:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--attention.svg); background-repeat: no-repeat; background-size: 30px 30px; } .div_error li { font-weight: 300; font-size: 14px; color: inherit; position: relative; padding-bottom: 5px; } .div_info { font-weight: normal; padding: 20px; padding-left: 60px; padding-right: 40px; position: relative; color: #fff; background-color: #02b4d1; } .div_info:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--info.svg); background-repeat: no-repeat; background-size: 30px 30px; } .div_info li { font-weight: 300; font-size: 1em; position: relative; padding: 0 0 5px 0; color: inherit; } .div_info li a { font-weight: normal; text-decoration: none; color: #fff; cursor: default; } .div_msg { font-weight: normal; padding: 20px; padding-left: 60px; padding-right: 40px; position: relative; color: #fff; background-color: #00b6ad; min-width: 300px; max-width: 350px; } .div_msg:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--success.svg); background-size: 30px 30px; background-repeat: no-repeat; } .div_msg li { font-weight: 300; font-size: 1em; position: relative; padding: 0 0 5px 0; color: inherit; } .div_msg li a { font-weight: normal; font-size: 13px; text-decoration: none; color: #fff; cursor: default; } .div_info li:last-child, .div_error li:last-child, .div_msg li:last-child { padding-bottom: 0; } /* validation error messages */ .error { border-color: #f25454 !important; } .errorlist { margin: 0; list-style: none; padding: 2px 10px 4px; position: relative; background: #fdf7f6; } .errorlist li a { color: #f44336; font-size: 11px; text-transform: uppercase; text-decoration: none; } .errorlist li:last-child { padding-bottom: 0; } .errorlist li { font-size: 12px; position: relative; text-align: left; } /* alerts */ .alert { font-size: 1em; color: #fff; width: 100%; position: relative; padding: 20px; padding-left: 60px; padding-right: 40px; margin-bottom: 18px; border: 1px solid transparent; } .alert.alert--positioned-bottom { left: 20px; bottom: 25px; } .alert.alert--positioned-top { right: 20px; top: 25px; left: auto !important; bottom: auto !important; } .alert p { color: inherit; } .alert h5, .alert .h5 { font-size: 18px; font-weight: 500; padding: 0; color: inherit; } .alert .close, .system_message .close { opacity: 0.3; } .alert .close:hover, .system_message .close:hover { opacity: 1; } .close { z-index: 1; width: 20px; height: 20px; position: absolute; right: 10px; top: 10px; text-align: center; line-height: 18px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .close:before { width: 3px; height: 15px; left: 50%; margin-left: -2px; position: absolute; top: 2px; content: ""; background: #fff; } .close:after { width: 15px; height: 3px; left: 2px; top: 50%; margin-top: -2px; position: absolute; content: ""; background: #fff; } .alert h4, .alert .h4, .alert p { margin: 0; color: inherit; } .alert &gt; p, .alert &gt; ul { margin-bottom: 0; } .alert &gt; p + p { margin-top: 5px; } .alert--success { background-color: #00b6ad; } .alert--success:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--success.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--info { background-color: #02b4d1; } .alert--info:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--info.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--warning { background-color: #f3c532; } .alert--warning:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--warning.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--danger { background-color: #f35f5f; } .alert--danger:before { position: absolute; left: 15px; top: 15px; content: ""; width: 30px; height: 30px; background-image: url(images/icon--attention.svg); background-repeat: no-repeat; background-size: 30px 30px; } .alert--process { background: #333; } .alert--process:before { content: ""; border-radius: 50%; width: 32px; height: 32px; display: inline-block; position: absolute; left: 15px; top: 14px; border-top: 3px solid rgba(255, 255, 255, 0.2); border-right: 3px solid rgba(255, 255, 255, 0.2); border-bottom: 3px solid rgba(255, 255, 255, 0.2); border-left: 3px solid #ffffff; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; } @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .alert--small.alert--info { background-image: url(images/icon--info-colored.svg); background-position: left 2px; background-repeat: no-repeat; background-size: 14px; color: #02b4d1; padding-left: 20px; display: block; font-size: 85%; margin: 0 0 5px 0; min-height: 20px; } .alert--small.alert--danger { background-image: url(images/icon--attention-colored.svg); background-position: left 2px; background-repeat: no-repeat; background-size: 14px; background-color: transparent; color: #f35f5f; padding-block: 0; padding-left: 20px; display: block; font-size: 85%; min-height: 20px; } .alert--small.alert--warning { background-image: url(images/icon--warning-colored.svg); background-position: left 2px; background-repeat: no-repeat; background-size: 14px; color: #f3c532; padding-left: 20px; display: block; font-size: 85%; margin: 0 0 5px 0; min-height: 20px; } .alert--small.alert--success { background-image: url(images/icon--success-colored.svg); background-position: left 2px; background-size: 14px; color: #00b6ad; padding-left: 20px; display: block; font-size: 85%; margin: 0 0 5px 0; min-height: 20px; } @media (max-width: theme("breakpoints.md", "value")) { #mbsmessage, .system_message { left: 10px; right: 10px; width: auto; -ms-transform: none; transform: none; -webkit-transform: none; } } .block--empty .links--inline li { float: none; display: inline-block; vertical-align: top; } .block--empty { padding: 30px; width: 100%; background-color: #fff; } .block--empty .block__img { display: block; margin: 0 auto 30px; opacity: 0.15; } .success .block--empty .block__img { opacity: 1; } .block--empty h1, .block--empty .h1 { padding: 0 0 20px 0; font-size: 4em; } .block--empty h2, .block--empty .h2 { padding: 0 0 10px 0; font-size: 2.2em; } .block--empty h6, .block--empty .h6 { font-weight: 300; } .block--empty .error__img { width: 449px; display: block; margin: 20px auto 0; } .block--empty p.txt--small.txt--light { width: 100%; } .location { background-image: url(images/icon_location.svg); background-position: left 0; background-repeat: no-repeat; display: inline-block; position: relative; padding-left: 25px; color: #666666; font-size: 0.9rem; min-height: 20px; margin-bottom: 0.6rem; } .location a { color: inherit; } .location a:hover { text-decoration: underline; } .tag { width: 15px; height: 15px; border: 1px solid #ddd; position: relative; display: inline-block; vertical-align: top; margin-right: 5px; margin-top: 6px; } .tag:before { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; background: #ddd; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); border-radius: 100%; } .tag--red { border-color: #ff0000; color: #ff0000; } .tag.tag--red:before { background: #ff0000; } .tag--green { border-color: #4ca146; color: #4ca146; } .tag.tag--green:before { background: #4ca146; } @media (min-width: 1200px) { .tag--large { width: 18px; height: 18px; } } @media (min-width: 1200px) { .tag--large:before { width: 10px; height: 10px; } } .rating__star { display: inline-block !important; vertical-align: middle; position: relative; top: -2px; } .rating__link { font-size: 1em; color: #333; } .rating__link:hover .span { text-decoration: underline; } .rating__link .span { opacity: 0.5; font-size: 0.85em; } /* popup css ---------------------- */ .dialog_box { left: 50%; position: absolute; top: 50%; -ms-transform: translate(-50%, 0%); transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -o-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out; } .dialog_overlay { background-color: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: fixed; right: 0; top: 0; -webkit-transition: 0.5s all ease-in-out; -o-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; } .dialog_box_wrap { bottom: 0; left: 0; opacity: 0; position: fixed; right: 0; top: 0; z-index: -1; } .dialog_box_wrap.active { opacity: 1; z-index: 99999; } .dialog_box_wrap.active .dialog_box { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .dialog_box_content { background-color: #ffffff; border-radius: 5px; max-width: 800px; min-width: 500px; padding: 20px; position: relative; text-align: center; -o-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out; } .dialog_box .closeicn.loginpopupLink2 { padding: 5px 8px; position: relative; z-index: 9; } .msg-container { max-height: 600px; overflow: hidden; overflow-y: auto; } .forgot-password { float: right; font-size: 14px; } .forgot-password:hover { text-decoration: underline; color: #be292d; } .top-space { margin-top: 10px; } .overflow-hide { overflow-y: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; } .img-uploader { left: 40%; max-width: 200px; position: relative; text-align: center; } .img-uploader img { display: inline-block; vertical-align: middle; } .img-uploader label { background-color: rgba(76, 161, 70, 0.9); bottom: 0; color: #ffffff; cursor: pointer; display: block; font-size: 12px; left: 0; right: 0; padding: 5px; position: absolute; text-align: center; text-transform: uppercase; } .dataTable select { border: 1px solid #ccc; padding: 2px; } #facebox .close:before, #facebox .close:after { display: none; } #facebox .close { position: static; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } .popup__qty .radio { font-size: 1em; font-weight: 300; vertical-align: middle; } .popup__qty .radio .input-helper:before { top: -3px; } .popup__qty .radio .input-helper:after { top: 1px; } .popup__qty .row__repeated-group:first-child, .popup__qty .row__repeated-group { margin-top: 10px; margin-bottom: 0; } .row__repeated-group-last .qty-action { width: auto; vertical-align: middle; padding-left: 10px; } .popup__content .checkbox-listing .countxt { float: right; } .popup__body-new .checkbox-listing .checkbox { display: block; } .popup__footer .col-last-left { width: 50%; float: left; } .popup__footer .col-last-right { float: right; } .popup__footer .col-last-right input[type="submit"] { margin-right: 0; margin-left: 10px; height: 40px; line-height: 40px; } .popup__footer .col-last-left .qty-action .qty__input { height: 35px; line-height: 35px; padding: 0; } .popup__footer .col-last-left .qty-action .qty__link { height: 40px; } .trigger-close { width: 40px; height: 40px; position: absolute; top: 12px; right: 140px; } .trigger-close:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: "+"; font-size: 2.5em; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); color: #333; text-align: center; line-height: 40px; } @media (max-width: 767.98px) { .popup__footer .col-last-left { width: 100%; text-align: center; padding-bottom: 20px; } .popup__footer .col-last-right { width: 100%; text-align: center; padding-bottom: 20px; } .popup__footer .col-last-left .txt-qty { float: left; margin-top: 10px; } .popup__footer .col-last-left .qty-action { float: right; } .popup__content .checkbox-listing .countxt { float: none; } .popup__footer .col-last-right .item__price { float: left; padding-top: 14px; } .popup__footer .col-last-right input[type="submit"] { float: right; } } @media (max-width: 575.98px) { .popup__content h2, .popup__content .h2 { font-size: 17px; } } /* ----------------- */ #facebox .popup { position: relative; /* border:3px solid rgba(0,0,0,0); */ border-radius: 5px; -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); } #facebox .content { display: block; max-width: 650px; min-width: 600px; padding: 10px; background: #fff; border-radius: 4px; } #facebox .content &gt; p:first-child { margin-top: 0; } #facebox .content &gt; p:last-child { margin-bottom: 0; } #facebox .close { position: absolute; top: 5px; right: 5px; padding: 6px; background: #fff; } #facebox .close img { opacity: 0.3; } #facebox .close:hover img { opacity: 1; } #facebox .loading { text-align: center; } #facebox .image { text-align: center; } #facebox img { border: 0; margin: 0; } #facebox_overlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; } .facebox_hide { z-index: -100; } @media (max-width: 1199.98px) { #facebox .content { width: 100%; max-width: 100%; min-width: 100%; } #facebox { left: 10px !important; right: 10px !important; } .form-container { padding: 5px; } } .confirm-box { text-align: center; padding: 20px 0; } .buttons button { background: #be292d; border: medium none; border-radius: 2px; color: #ffffff; cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 700; height: 35px; line-height: 35px; padding: 0 30px; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; margin: 10px; } .buttons button.isYes { background-color: #4ca146; } .message { color: #222222; font-size: 18px; padding-bottom: 15px; line-height: 100%; } .drop-menu__target { background: #fff; position: absolute; right: 1px; top: 48px; width: 100%; text-align: left; min-width: 200px; border: 1px solid #e6e6e6; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; -webkit-box-shadow: 0px 0px 30px #0000001a; box-shadow: 0px 0px 30px #0000001a; border-radius: 0.625rem; } .drop-menu__target ul { margin: 0; padding: 10px 0; } .drop-menu__target ul li { padding: 0; } .drop-menu__target ul li a { opacity: 1; color: #444; padding: 5px 15px; display: block; line-height: 1.5; } .drop-menu__target ul li.last { border-top: 1px solid #eee; padding-top: 5px; } .drop-menu.is--active .drop-menu__target { opacity: 1; visibility: visible; } .drop-menu__target:before { position: absolute; right: 15px; top: -10px; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #e6e6e6; } .drop-menu__target:after { position: absolute; right: 15px; top: -8px; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; } .drop-menu__trigger { color: #d11e23; position: relative; padding-right: 1.5rem !important; } .drop-menu__trigger:before { width: 7px; height: 7px; margin: -6px 0 0; position: absolute; right: 2px; top: 50%; content: ""; border-top: 1px solid #d11e23; border-right: 1px solid #d11e23; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .dropdown__link { color: #444; position: relative; padding: 0 15px 0 0; } .dropdown .location { display: block; margin-top: 10px; font-weight: normal; } .dropdown__link:before { width: 7px; height: 7px; margin: -5px 0 0; position: absolute; right: 0; top: 50%; content: ""; border-top: 1px solid #444; border-right: 1px solid #444; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } @media (max-width: 1199.98px) { .drop-menu__target { display: none; } .drop-menu.is--active .drop-menu__target { opacity: 1; visibility: visible; } .drop-menu__responsive ul { margin: 0; } .drop-menu__target ul li a, .drop-menu__responsive ul li a { font-size: 14px !important; opacity: 1; color: #333; } .drop-menu__responsive .nav--vertical ul li a { padding: 10px 15px; } .drop-menu__responsive.hide--desktop, .box__title--responsive { display: block !important; } } @media (max-width: 767.98px) { .drop-menu__target ul li { font-size: 1em !important; } .drop-menu__trigger { padding-right: 0 !important; } .drop-menu__trigger:before { display: none; } .nav--secondary &gt; ul &gt; li.nav__link--primary { position: static; } .drop-menu__target:before { right: 58px; } .drop-menu__target:after { right: 58px; } .drop-down.drop-down--small .drop-down__link.is--active:after, .drop-down__link.is--active:after { display: none; } .drop-down.drop-down--small .drop-down__target { top: 100%; border: none; } .drop-down.drop-down--small .drop-down__body { padding: 0; } .drop-down__link { font-size: 0.9em; padding: 8px 40px 8px 15px; } .drop-down__link:before { top: 12px; } } .Fr-star { width: 225px; height: 40px; position: relative; background-color: #ccc; } .Fr-star[data-title]:hover:after { content: attr(data-title); padding: 4px 8px; color: #333; position: absolute; left: 0; top: 100%; z-index: 20; white-space: nowrap; border-radius: 5px; -webkit-box-shadow: 0px 0px 4px #222; box-shadow: 0px 0px 4px #222; background-image: -o-linear-gradient(top, #eeeeee, #cccccc); } .Fr-star .Fr-star-bg { position: absolute; height: 100%; width: 100%; background-image: url(images/Fr-star.svg); background-repeat: repeat; background-size: contain; } .Fr-star .Fr-star-value { height: 100%; position: absolute; background-color: #ffbe10; } .Fr-star.size-2 { width: 170px; height: 30px; } .Fr-star.size-3 { width: 90px; height: 16px; } .Fr-star.size-4 { width: 55px; height: 10px; } .boxes--white li .Fr-star .Fr-star-bg { position: absolute; height: 100%; width: 100%; background-image: url(images/Fr-star2.svg); background-repeat: repeat; background-size: contain; } .box { position: relative; border-radius: 10px; width: 100%; background-color: #fff; } @media (max-width: 1199.98px) { .box { border-color: #bababa; } } .box-space { padding: 1rem; } @media (min-width: 576px) { .box-space-2 { padding: 2rem; } } @media (max-width: 575.98px) { .box-space-2 { padding: 1rem; } } @media (min-width: 576px) { .box-space-3 { padding: 3rem; } } .box-positioned { position: absolute; left: 0; top: 0; z-index: 1; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; border-radius: 0; } .box-stat { position: relative; padding: 1.4rem 1.2rem; width: 100%; border-radius: 10px; background-color: #e9ecef; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .box-stat__media { width: 36px; } .box-stat__media svg { fill: var(--brand-color); } .box-stat__content { width: calc(100% - 36px); } .box--plan { width: 100%; border: 1px solid #e7e7e7; margin: 20px 0; background: #fff; text-align: center; } .box--plan h4, .box--plan .h4, .box--plan p { margin: 0; padding: 0; } .box--plan .box__head { border-top: none; background: none; min-height: 120px; padding: 30px 20px; border-bottom: 1px solid #4ca146; } .box--plan .box__footer { padding: 40px 30px; background: rgba(0, 0, 0, 0.02); } .box--bordered { border: solid 1px #ddd; background: #fff; border-radius: 10px; width: 100%; overflow: hidden; } .box--bordered .box__head { border-top: 0; } .box--bordered .box__head ~ .box__body { border-top: solid 1px #ddd; } .box--bordered .nav.nav--vertical.nav--vertical-even { width: 100%; } .box--bordered-offset { margin: -100px 0 0; } .box--bordered-offset .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a { padding: 10px 20px; } @media (max-width: 767.98px) { .box--bordered.box--responsive { display: none; } } @media (max-width: 1199.98px) { .box--bordered.box--responsive.restaurant_quick { display: block; } .box--bordered .box__head { position: relative; } .box--bordered-first.box--bordered .dropdown { width: 100%; } .box--bordered.box--bordered-even { margin: 20px 0 0; } .box__title--responsive { font-size: 16px !important; padding: 15px 15px; font-weight: 600; background: #fafafa; } .box--white { padding: 5px; } .box.box--bordered.box--bordered-scroll { margin-top: 20px; } .box--bordered-even { margin: 20px 0 0; } } @media (max-width: 767.98px) { .box--bordered-scroll.box { border: none; } .box--bordered-scroll .box__head { padding: 0 0 10px 0; background: none; border: none; } .box--bordered-scroll .box__body { padding: 0; background: none; border: none; } .box--bordered-scroll .row--scroller { margin: 0 -10px 0 -5px; } .box--bordered .dropdown__link { padding: 15px 35px 15px 15px; } .box--bordered-offset { margin: -50px 0 20px; } .box--bordered-offset h6, .box--bordered-offset .h6 { position: relative; } .box--white { padding: 1px; } .box--bordered .box__head .sorting { top: 0; margin-top: 5px; } .box--plan { margin: 0 0 20px 0; } .box--plan .box__head { padding: 15px; min-height: 1%; } } .support_block { position: fixed; bottom: 10px; right: 20px; width: 200px; } .support__target { background: #fff; padding: 20px; position: absolute; bottom: 60px; right: 0px; width: 200px; } /*-----------------support-popup-------------*/ .support { position: fixed; z-index: 3; bottom: 20px; right: 0; margin: 10px 20px; -webkit-transition-duration: 250ms; -o-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transition-property: opacity, top, bottom; -o-transition-property: opacity, top, bottom; transition-property: opacity, top, bottom; } .support__btn { padding: 0.92857rem 1.57143rem; background: #d11e23; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 999rem; font-weight: 600; cursor: pointer; position: relative; } .support__btn:before { content: ""; top: -10px; left: -10px; bottom: -10px; right: -10px; background-color: #d11e23; border-radius: 999rem; -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; opacity: 0.6; -webkit-animation: pulse2 1.5s ease-out; animation: pulse2 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; z-index: -1; } @-webkit-keyframes pulse2 { 0% { -webkit-transform: scale(0); opacity: 0; } 25% { -webkit-transform: scale(0.3); opacity: 1; } 50% { -webkit-transform: scale(0.6); opacity: 0.6; } 75% { -webkit-transform: scale(0.9); opacity: 0.3; } 100% { -webkit-transform: scale(1); opacity: 0; } } @keyframes pulse2 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 25% { -webkit-transform: scale(0.3); transform: scale(0.3); opacity: 1; } 50% { -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0.6; } 75% { -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.3; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } .support__btn svg { fill: #fff; margin-right: 8px; } .support-popup { position: absolute; padding: 25px; background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fcfcfc)); background: -o-linear-gradient(bottom, #fcfcfc, #fcfcfc); background: linear-gradient(0deg, #fcfcfc, #fcfcfc); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; bottom: 40px; right: 0; z-index: 2; } .support-popup form { position: relative; } .support__form-wrapper input[type="email"], .support__form-wrapper input[type="number"] { height: 40px; line-height: 40px; border-radius: 4px; } .support.is--active .support-popup { bottom: 60px; opacity: 1; visibility: visible; } .support__illustration { margin-bottom: 20px; } .support__form-wrapper .btn { width: 100%; text-align: center; height: 45px; line-height: 45px; border-radius: 4px; } .support__head h4, .support__head .h4 { font-size: 1.2rem; line-height: 1.5; color: #d11e23; padding-bottom: 5px; } .support__body .contact { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 12px 18px; background: #f1f1f1; margin-bottom: 10px; border-radius: 4px; } .support__body .contact span a { color: #000; } .support__body .contact span a:hover { color: #d11e23; } .contact__icon { width: 16px; height: 16px; margin-right: 10px; } .contact:last-child { margin-bottom: 0; } .contact__icon svg { fill: #cf0f14; } .contact--phone span { margin-right: 8px; } .contact span { display: block; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .close-layer:before, .close-layer:after { position: absolute; left: 15px; content: " "; height: 18px; width: 2px; background-color: #000; } .close-layer:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .close-layer:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .close-layer { z-index: 2; position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; opacity: 0.3; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 767.98px) { .support__head h4, .support__head .h4 { font-size: 1rem; } .support__head p { margin-bottom: 14px; } .support__body .contact { padding: 8px 18px; } .support-popup { padding: 25px; } .support.is--active .support-popup { bottom: 56px; } .support .support__btn { border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 9; } .support .support__btn:before { content: none; } .support { bottom: 0; right: 0; margin: 0; left: 0; width: auto; } .footer { margin-bottom: 46px; } .support-popup { width: 95%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .close-layer { right: 4px; top: 4px; width: 30px; height: 30px; } } .breadcrumb-item { color: var(--brand-color); } .breadcrumb-item.is-active { color: rgba(var(--brand-color-alpha), 0.9); } .breadcrumb-item:before { color: inherit !important; } .breadcrumb-link { color: inherit; font-weight: 600; } .breadcrumb-link:hover { text-decoration: underline; } .breadcrumb-centerd { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .progress { width: 100%; height: 1rem; background-color: #e9ecef; min-width: 100px; overflow: hidden; border-radius: 0; } .progress-bar { -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; background-color: currentColor; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; font-size: 11px; } .progress-round { border-radius: 300px; } .progress-curved { border-radius: 10px; } .progress-small { height: 8px; } .progress-xsmall { height: 6px; } .progress + .progress { margin-top: 15px; } .bg-warning { background-color: #FFAB22 !important; } .bg-info { background-color: #17a2b8 !important; } .bg-success { background-color: var(--brand-color) !important; } .bg-danger { background-color: #dc3545 !important; } .checkbox, .radio { display: inline-block; color: var(--txt-color); position: relative; vertical-align: top; padding-left: 30px; min-height: 20px; cursor: pointer; } .checkbox input, .radio input { top: 0; left: 0; margin: 0 !important; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio.disabled, .checkbox.disabled { cursor: not-allowed; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="text"][disabled], input[type="password"][disabled] { cursor: not-allowed; } input[type="text"][disabled], input[type="password"][disabled] { background: rgba(0, 0, 0, 0.03); color: #000; } .inline.radio, .inline.checkbox { padding-right: 20px; } .checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { -webkit-transition: all; -o-transition: all; transition: all; -webkit-transition-duration: 250ms; -o-transition-duration: 250ms; transition-duration: 250ms; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; content: ""; } .checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #ddd; background: #fff; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } .checkbox.disabled, .radio.disabled { opacity: 0.6; filter: alpha(opacity=60); } .checkbox input { width: 20px; height: 20px; } .checkbox input:checked + .input-helper:after { -webkit-transform: scale(1) rotate(-50deg); -ms-transform: scale(1) rotate(-50deg); transform: scale(1) rotate(-50deg); opacity: 1; filter: alpha(opacity=100); } .checkbox .input-helper:before { top: 0; width: 20px; height: 20px; } .checkbox .input-helper:after { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0) rotate(80deg); -ms-transform: scale(0) rotate(80deg); transform: scale(0) rotate(80deg); width: 15px; height: 8px; border-bottom: 2px solid green; border-left: 2px solid green; border-bottom-left-radius: 1px; right: 3px; top: 4px; } .radio input { width: 19px; height: 19px; } .radio input:checked + .input-helper:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .radio .input-helper:before { top: -1px; width: 19px; height: 19px; border-radius: 50%; } .radio .input-helper:after { width: 11px; height: 11px; background: green; border-radius: 50%; top: 3px; left: 4px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } @-webkit-keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 75% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 75% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes loader-inner { 0% { height: 0; } 25% { height: 0; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0; } } @keyframes loader-inner { 0% { height: 0; } 25% { height: 0; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0; } } .loader-wrapper { position: relative; } .loader { position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -55px; width: 110px; height: 14px; } .svg-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; overflow: hidden; } @media (max-width: 575.98px) { .svg-icon { width: 26px; height: 26px; } } .svg-icon--small { width: 18px; height: 18px; } .svg-icon--large { width: 32px; height: 32px; } .svg-icon--xlarge { width: 42px; height: 42px; } .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; width: 24px; height: 24px; fill: currentColor; } .section { padding: calc(2rem + 3vw) 0; } .section-header { margin-bottom: 1.4rem; } @media (min-width: 576px) { .section-header { margin-bottom: 3rem; } } @media (max-width: 575.98px) { .section-header h3, .section-header .h3 { margin-bottom: 1rem; } } .section-header p { font-size: 1.25rem; font-weight: normal; } .section-popular { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .section-popular p { color: inherit; } .section-categories { background-color: #f1f1f1; color: #000; } @media (min-width: 1200px) { .section-categories { margin-top: 3rem; } } .ratio { position: relative; width: 100%; overflow: hidden; background-color: #eee; } .ratio:before { display: block; content: ""; } .ratio--round { border-radius: 300px; } .ratio--1by1:before { padding-bottom: 100%; } .ratio--4by3:before { padding-bottom: 75%; } .ratio--3by4:before { padding-bottom: 133.33333%; } .ratio--16by9:before { padding-bottom: 56.25%; } .ratio--9by16:before { padding-bottom: 177.77778%; } .ratio--2by1:before { padding-bottom: 50%; } .ratio--1by2:before { padding-bottom: 200%; } .ratio--3by1:before { padding-bottom: 33.33333%; } .ratio--1by3:before { padding-bottom: 300%; } .ratio--4by1:before { padding-bottom: 25%; } .ratio--1by4:before { padding-bottom: 400%; } .ratio &gt; * { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .avatar-cover { position: relative; width: 100%; border-radius: 300px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .avatar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: calc(14px + 0.2vw); font-weight: 700; text-transform: uppercase; overflow: hidden; background: #e9ecef; color: var(--brand-color); width: 100%; } .avatar:after { display: block; content: ""; padding-bottom: 100%; } .avatar:before { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); pointer-events: none; content: attr(data-title); pointer-events: none; text-transform: uppercase; } .avatar--curved { border-radius: 10px; } .avatar--round { border-radius: 300px; } .avatar--xsmall { width: 32px; } .avatar--small { width: 42px; } .avatar--normal { width: 80px; } .avatar--48 { width: 48px; } .avatar--64 { width: 64px; } .avatar &gt; img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } @media (min-width: 576px) { .avatar-views-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; } .avatar-views-item { padding: 0 10px; -ms-flex-item-align: end; align-self: flex-end; } .avatar-views .xlarge { width: 34%; } .avatar-views .large { width: 24%; } .avatar-views .medium { width: 18%; } .avatar-views .small { width: 14%; } .avatar-views .xsmall { width: 10%; } } @media (max-width: 575.98px) { .avatar-views .xlarge { max-width: 240px; margin: 0 auto; } } @media (max-width: 575.98px) { .avatar-views .large, .avatar-views .medium, .avatar-views .small, .avatar-views .xsmall { display: none; } } .avatar-preview { border: 1px dashed var(--brand-color); border-radius: 300px; position: relative; } .avatar-preview .avatar { border: 2px solid #fff; } .avatar-group { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .avatar-group-item { position: relative; margin-right: -15px; border-radius: 300px; -webkit-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; } .avatar-group-item .avatar, .avatar-group-item .btn { border: 4px solid #fff; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); } .avatar-group-item .btn { width: 48px; height: 48px; } .avatar-group-item:hover { z-index: 1; } .avatar-group-item:hover .avatar { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); } .avatar-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .avatar-meta-media { max-width: 80px; } .avatar-meta-media .status { right: -4px; width: 14px; height: 14px; border-width: 2px; } .avatar-meta-content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 1.4rem; } .avatar-meta-title { display: block; font-weight: 500; font-size: 1.1rem; } .rating { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rating__value { font-weight: 600; } .reviews-section { width: 100%; position: relative; } .reviews-section__head { padding: 0 2rem 2rem; } @media (max-width: 575.98px) { .reviews-section__head { padding: 1rem; } } .reviews-stats { width: 100%; position: relative; } .reviews-total { text-align: center; margin: 0 auto; } .reviews-media { position: relative; width: 100%; height: 100%; max-width: 120px; margin: 0 auto 1rem; } .reviews-media svg { width: 100%; height: 100%; fill: #ffab22; } .reviews-media .reviews-count { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 100%; font-size: 1.8rem; color: #fff; font-weight: 600; line-height: 1; } .reviews-progress { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .reviews-progress__value { padding: 0 10px; white-space: nowrap; } @media (min-width: 576px) { .reviews-progress__value:first-child { text-align: right; min-width: 80px; } } @media (max-width: 575.98px) { .reviews-progress__value { font-size: 12px; } } .reviews-progress__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .reviews-counter__item { margin-top: 0.4rem; } @media (min-width: 576px) { .reviews-counter__item { margin-top: 0.8rem; } } .reviews-sorting { text-align: center; border-bottom: solid 1px #ddd; padding: 1rem; } @media (min-width: 576px) { .reviews-sorting .sorting-trigger { background-color: transparent; } } @media (max-width: 575.98px) { .reviews-sorting p { margin-top: 1rem !important; } } @media (min-width: 576px) { .reviews-sort select { background-color: transparent; border: none; font-weight: 500; } .reviews-sort select:focus { -webkit-box-shadow: none; box-shadow: none; } } .review { border-bottom: solid 1px #ddd; padding: 2rem; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } @media (max-width: 575.98px) { .review { padding: 1.2rem; } } .review--hovered:hover { background-color: #f8f9fa; } .review-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .review-meta__media { width: 48px; } .review-meta__content { width: calc(100% - 70px); } .review-author { font-size: 1.1rem; font-weight: 500; display: block; } .review-date { color: #000; line-height: 1; padding-left: 1rem; margin-left: 1rem; position: relative; top: 1px; color: #495057; } .review-date:before { position: absolute; left: 0; top: 0; bottom: 0; content: ""; width: 1px; background-color: currentColor; } .review-rating { margin-left: -0.5rem; } .review-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 0.3rem; } .review-desc { margin-top: 2rem; } @media (max-width: 575.98px) { .review-desc { margin-top: 1.2rem; } } .review-controls { margin-top: 1rem; } .confirm-actions-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 575.98px) { .confirm-actions-list { overflow: auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: auto; white-space: nowrap; } } .confirm-actions-item { margin-right: 0.5rem; } .confirm-actions-link { padding: 0.3rem 1rem; padding-left: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 300px; font-weight: 500; } .confirm-actions-link:hover { background-color: #e9ecef; } .confirm-actions-link.is-yes.is-active { background-color: rgba(var(--brand-color-alpha), 0.15); color: var(--brand-color); } .confirm-actions-link.is-no.is-active { background-color: #f8d7da; color: #dc3545; } @media (max-width: 575.98px) { .reviews-submission { border-top: 1px solid #999999; margin-top: 1.5rem; } } /* list ---------------------- */ .links--inline { margin: 0; color: #333; width: 100%; display: inline-block; font-weight: 300; } .links--inline li { float: left; margin: 0 5px 0 0; line-height: 1; } .links--inline li a { color: inherit; } .links--inline li a:hover { text-decoration: underline; } .links--inline.links--inline-small li a { font-size: 0.85em; opacity: 0.8; } @media (min-width: 576px) { .links--vertical-half li { width: 50%; float: left; } } .links--vertical li { display: block; padding: 0 0 10px 0; } .links--vertical li:last-child { padding-bottom: 0; } .links--vertical li a { opacity: 0.7; color: inherit; } .links--vertical li a:hover { opacity: 1; text-decoration: underline; } .links--socials { margin: 0; padding: 0; } .links--socials li { display: inline-block; line-height: 30px; text-transform: uppercase; vertical-align: top; margin: 0 4px; } .links--socials li a { display: block; width: 32px; overflow: hidden; height: 32px; background: #494949; border-radius: 100%; text-align: center; padding: 5px; position: relative; } .links--socials li a svg { width: 16px; height: 16px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .links--socials li.fb a:active, .links--socials li.fb a:focus { background: #4c66a4; } .links--socials li.insta a:active, .links--socials li.insta a:focus { background: #7b4399; } .links--socials li.yt a:active, .links--socials li.yt a:focus { background: #c8312b; } .links--socials li.tw a:active, .links--socials li.tw a:focus { background: #36abdf; } .links--socials li.pint a:active, .links--socials li.pint a:focus { background: #d00713; } .links--socials li.gl a:active, .links--socials li.gl a:focus { background: #d95232; } .flex-col__middle .links--socials { margin-top: 10px; } .flex-col__middle .links--socials li a { width: 30px; height: 30px; } .flex-col__middle .links--socials li a svg { width: 15px; height: 15px; } .check-list { color: inherit; } .check-list li { margin: 1rem 0; position: relative; padding-left: 2rem; font-weight: 500; font-size: 1rem; } .check-list li:before { width: 16px; height: 16px; content: ""; border-radius: 300px; background-color: currentColor; position: absolute; left: 0; top: 0.2rem; } .check-list li:after { position: absolute; width: 9px; height: 6px; content: ""; pointer-events: none; border-bottom: 2px solid #000; border-left: 2px solid #000; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 3px; top: 6px; } .links-vertical { color: inherit; } .links-vertical li { margin: 0.6rem 0; position: relative; } .links-vertical li a { padding: 0.3rem 0; } @media (min-width: 1200px) { .links-vertical li a:hover { text-decoration: underline; } } @media (max-width: 575.98px) { .links-vertical li a { display: block; } } .links-vertical__meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; padding-left: 2.5rem; } .links-vertical__meta .svg-icon { position: absolute; left: 0; top: 0.2rem; } .selection-list { color: inherit; } .selection-list-item { color: #343a40; border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; } @media (min-width: 1200px) { .selection-list-item { padding: 9px 10px; } .selection-list-item:hover { background-color: rgba(var(--brand-color-alpha), 0.15); } .selection-list-item:hover .form-check-input { -webkit-box-shadow: 0 0 0 4px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 4px rgba(var(--brand-color-alpha), 0.2); } } @media (max-width: 1199.98px) { .selection-list-item { padding: 8px 10px; } } .selection-list-horizontal ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .selection-list-onethird ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (min-width: 576px) { .selection-list-onethird ul li { -webkit-box-flex: 33.3%; -ms-flex: 33.3%; flex: 33.3%; max-width: 33.3%; } } @media (max-width: 575.98px) { .selection-list-onethird ul li { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; max-width: 50%; } } @media (min-width: 576px) { .selection-list-onehalf ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media (min-width: 576px) { .selection-list-onehalf ul li { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; max-width: 50%; } } @media (max-width: 575.98px) { .selection-list-onehalf ul li { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; max-width: 100%; } } .socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .socials ul li { margin: 0.2rem; } .socials-link { width: 42px; height: 42px; border: solid 1px #ddd; border-color: #adb5bd; border-radius: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .socials-link img { opacity: 0.5; -webkit-transition: all 0.6; -o-transition: all 0.6; transition: all 0.6; } @media (min-width: 1200px) { .socials-link:hover { border-color: #000; } .socials-link:hover img { opacity: 1; } } .badge { padding: 0.46rem 0.8rem; margin: 0.4rem 0.1rem; font-size: .9rem; font-weight: 400; text-transform: capitalize; border-radius: 0; } .badge-small { padding: 0.4rem 0.6rem 0.4rem; font-size: .8rem; } .badge-round { border-radius: 300px; } .badge-curved { border-radius: 8px; } .badge-disabled { pointer-events: none; } .badge-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); } .badge-brand:hover { background-color: rgba(var(--brand-color-alpha), 0.8); color: var(--brand-color-inverse); border-color: var(--brand-color); } .badge-brand:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .badge-primary { background-color: var(--primary-color); color: var(--primary-color-inverse); } .badge-primary:hover { background-color: rgba(var(--primary-color-alpha), 0.8); color: var(--primary-color-inverse); border-color: var(--primary-color); } .badge-primary:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .badge-primary:active { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); } .badge-primary:focus-visible { background-color: rgba(var(--primary-color-alpha), 0.7); color: var(--primary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--primary-color-alpha), 0.2); border-color: transparent; } .badge-secondary { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .badge-secondary:hover { background-color: rgba(var(--secondary-color-alpha), 0.8); color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .badge-secondary:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .badge-secondary:active { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); } .badge-secondary:focus-visible { background-color: rgba(var(--secondary-color-alpha), 0.7); color: var(--secondary-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--secondary-color-alpha), 0.2); border-color: transparent; } .badge-danger { background-color: #dc3545; color: #fff; } .badge-danger:hover { background-color: #58151c; color: #fff; border-color: #dc3545; } .badge-danger:focus { -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .badge-danger:active { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; } .badge-danger:focus-visible { background-color: #842029; color: #fff; -webkit-box-shadow: 0 0 0 3px #f1aeb5; box-shadow: 0 0 0 3px #f1aeb5; border-color: transparent; } .badge-success { background-color: #198754; color: #fff; } .badge-success:hover { background-color: #0a3622; color: #fff; border-color: #198754; } .badge-success:focus { -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .badge-success:active { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; } .badge-success:focus-visible { background-color: #0f5132; color: #fff; -webkit-box-shadow: 0 0 0 3px #a3cfbb; box-shadow: 0 0 0 3px #a3cfbb; border-color: transparent; } .badge-info { background-color: #0d6efd; color: #fff; } .badge-info:hover { background-color: #052c65; color: #fff; border-color: #0d6efd; } .badge-info:focus { -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .badge-info:active { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; } .badge-info:focus-visible { background-color: #084298; color: #fff; -webkit-box-shadow: 0 0 0 3px #9ec5fe; box-shadow: 0 0 0 3px #9ec5fe; border-color: transparent; } .badge-warning { background-color: #ffc107; color: #000; } .badge-warning:hover { background-color: #664d03; color: #000; border-color: #ffc107; } .badge-warning:focus { -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .badge-warning:active { background-color: #997404; color: #000; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; } .badge-warning:focus-visible { background-color: #997404; color: #000; -webkit-box-shadow: 0 0 0 3px #ffe69c; box-shadow: 0 0 0 3px #ffe69c; border-color: transparent; } .badge-brand-alpha { background-color: rgba(var(--brand-color-alpha), 0.15); color: #000; } .badge-brand-alpha:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .badge-brand-alpha:focus { -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand-alpha:active { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); } .badge-brand-alpha:focus-visible { background-color: rgba(var(--brand-color-alpha), 0.7); color: var(--brand-color-inverse); -webkit-box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); box-shadow: 0 0 0 3px rgba(var(--brand-color-alpha), 0.2); border-color: transparent; } .badge-gray { background-color: #e9ecef; color: #000; } .badge-gray:hover { background-color: #000; color: #fff; border-color: #000; } .badge-gray:focus { -webkit-box-shadow: 0 0 0 3px #e9ecef; box-shadow: 0 0 0 3px #e9ecef; } .badge-gray:active { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; } .badge-gray:focus-visible { background-color: #212529; color: #fff; -webkit-box-shadow: 0 0 0 3px #999999; box-shadow: 0 0 0 3px #999999; border-color: transparent; } .badge-gray.is-active { background-color: #000; color: #fff; } .badge-lg { padding: 0.8rem 1rem; } .tooltip { position: absolute; z-index: 10; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; max-width: 350px; padding: 2px 8px 4px; font-size: 11px; font-weight: normal; background-color: #000; color: #fff; min-width: 50px; border-radius: 8px; white-space: nowrap; } .tooltip__content { min-width: 120px; padding: 5px 5px; display: block; white-space: normal; } .tooltip__content-small { min-width: 70px; padding: 5px 5px; display: block; white-space: normal; } .tooltip:before { position: absolute; display: block; width: 0.7rem; height: 0.7rem; background-color: inherit; content: ""; } .tooltip--curve { border-radius: 8px; } .tooltip--round { border-radius: 300px; } .tooltip--top { left: 50%; top: 0; -webkit-transform: translateX(-50%) translateY(-90%); -ms-transform: translateX(-50%) translateY(-90%); transform: translateX(-50%) translateY(-90%); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .tooltip--top:before { bottom: 0; left: 50%; -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg); -ms-transform: translateY(50%) translateX(-50%) rotate(45deg); transform: translateY(50%) translateX(-50%) rotate(45deg); } .tooltip--bottom { left: 50%; top: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .tooltip--bottom:before { top: 0; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg); transform: translateY(-50%) translateX(-50%) rotate(45deg); } .tooltip--left { padding-right: 1rem; left: 0; top: 50%; -webkit-transform: translateX(-90%) translateY(-50%); -ms-transform: translateX(-90%) translateY(-50%); transform: translateX(-90%) translateY(-50%); text-align: left; } .tooltip--left:before { right: 2px; top: 50%; -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(50%) rotate(45deg); transform: translateY(-50%) translateX(50%) rotate(45deg); } .tooltip--right { padding-left: 1rem; right: 0; top: 50%; -webkit-transform: translateX(90%) translateY(-50%); -ms-transform: translateX(90%) translateY(-50%); transform: translateX(90%) translateY(-50%); text-align: left; } .tooltip--right:before { left: 2px; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg); transform: translateY(-50%) translateX(-50%) rotate(45deg); } .is-hover .tooltip { opacity: 0; visibility: hidden; } @media (min-width: 1200px) { .is-hover:hover .tooltip { opacity: 1; visibility: visible; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } } .status { width: 18px; height: 18px; border-radius: 300px; position: relative; border: 3px solid #fff; background-color: #adb5bd; display: block; } @media (max-width: 575.98px) { .status { width: 16px; height: 16px; } } .status.is-available { background-color: var(--brand-color); } .status-positioned { position: absolute; right: 24px; } .box { position: relative; border-radius: 10px; width: 100%; background-color: #fff; } @media (max-width: 1199.98px) { .box { border-color: #bababa; } } .box-space { padding: 1rem; } @media (min-width: 576px) { .box-space-2 { padding: 2rem; } } @media (max-width: 575.98px) { .box-space-2 { padding: 1rem; } } @media (min-width: 576px) { .box-space-3 { padding: 3rem; } } .box-positioned { position: absolute; left: 0; top: 0; z-index: 1; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px; border-radius: 0; } .box-stat { position: relative; padding: 1.4rem 1.2rem; width: 100%; border-radius: 10px; background-color: #e9ecef; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .box-stat__media { width: 36px; } .box-stat__media svg { fill: var(--brand-color); } .box-stat__content { width: calc(100% - 36px); } .box--plan { width: 100%; border: 1px solid #e7e7e7; margin: 20px 0; background: #fff; text-align: center; } .box--plan h4, .box--plan .h4, .box--plan p { margin: 0; padding: 0; } .box--plan .box__head { border-top: none; background: none; min-height: 120px; padding: 30px 20px; border-bottom: 1px solid #4ca146; } .box--plan .box__footer { padding: 40px 30px; background: rgba(0, 0, 0, 0.02); } .box--bordered { border: solid 1px #ddd; background: #fff; border-radius: 10px; width: 100%; overflow: hidden; } .box--bordered .box__head { border-top: 0; } .box--bordered .box__head ~ .box__body { border-top: solid 1px #ddd; } .box--bordered .nav.nav--vertical.nav--vertical-even { width: 100%; } .box--bordered-offset { margin: -100px 0 0; } .box--bordered-offset .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a { padding: 10px 20px; } @media (max-width: 767.98px) { .box--bordered.box--responsive { display: none; } } @media (max-width: 1199.98px) { .box--bordered.box--responsive.restaurant_quick { display: block; } .box--bordered .box__head { position: relative; } .box--bordered-first.box--bordered .dropdown { width: 100%; } .box--bordered.box--bordered-even { margin: 20px 0 0; } .box__title--responsive { font-size: 16px !important; padding: 15px 15px; font-weight: 600; background: #fafafa; } .box--white { padding: 5px; } .box.box--bordered.box--bordered-scroll { margin-top: 20px; } .box--bordered-even { margin: 20px 0 0; } } @media (max-width: 767.98px) { .box--bordered-scroll.box { border: none; } .box--bordered-scroll .box__head { padding: 0 0 10px 0; background: none; border: none; } .box--bordered-scroll .box__body { padding: 0; background: none; border: none; } .box--bordered-scroll .row--scroller { margin: 0 -10px 0 -5px; } .box--bordered .dropdown__link { padding: 15px 35px 15px 15px; } .box--bordered-offset { margin: -50px 0 20px; } .box--bordered-offset h6, .box--bordered-offset .h6 { position: relative; } .box--white { padding: 1px; } .box--bordered .box__head .sorting { top: 0; margin-top: 5px; } .box--plan { margin: 0 0 20px 0; } .box--plan .box__head { padding: 15px; min-height: 1%; } } .empty { text-align: center; padding: 1rem; } .empty-media { margin: 0 auto 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .empty-flex-height { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .page-progress { opacity: 0; position: fixed; right: 1rem; bottom: 1rem; z-index: 1; width: 48px; height: 48px; border-radius: 300px; -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); -webkit-transform: translate(0, 15px); -ms-transform: translate(0, 15px); transform: translate(0, 15px); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; cursor: pointer; } .page-progress-direction { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; pointer-events: none; width: 24px; height: 24px; } .page-progress.active-progress { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .page-progress-circle path { fill: none; stroke: #080826; stroke-width: 4; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .table { margin: 0; } .table th, .table td { vertical-align: top; text-align: left; line-height: 1.4; } .table td { color: #000; padding: 1rem; } .table th { color: #000; padding: 1rem; } .table-styled { border-spacing: 0 1rem; border-collapse: separate; } @media (min-width: 576px) { .table-styled tr { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .table-styled td { background-color: #fff; border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; vertical-align: middle; } .table-styled td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: solid 1px #ddd; } .table-styled td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: solid 1px #ddd; } .table-styled th { border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; } .table-styled th:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: solid 1px #ddd; } .table-styled th:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: solid 1px #ddd; } .table-styled &gt; tbody &gt; tr:hover:not(.title-row) { -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); border-radius: 10px; } } @media (max-width: 575.98px) { .table-styled tr.title-row { display: none; } .table-styled tr { display: inline-block; width: 100%; border: 1px solid #bababa; border-radius: 10px; padding: 10px 15px; margin-bottom: 1rem; } .table-styled td { display: block; padding: 5px 0; border-bottom: none; } } .table-small th, .table-small td { padding-top: 0; padding-bottom: 0; } .table-hover tbody tr:hover th, .table-hover tbody tr:hover td { background-color: #cccccc; } .table-bordered tbody tr th, .table-bordered tbody tr td { border-bottom: solid 1px #ddd; } .table-striped tbody tr:nth-child(odd) th, .table-striped tbody tr:nth-child(odd) td { background-color: #cccccc; } .table-striped tbody th:first-child, .table-striped tbody td:first-child { padding-left: 0.75rem; } .table-condensed th, .table-condensed td { padding: 0.5rem; } .table-sticky thead tr:first-child { -webkit-box-shadow: 0 1px 0 0 #999999; box-shadow: 0 1px 0 0 #999999; } .table-sticky th { position: sticky; top: 0; background-color: #fff; z-index: 1; } .table-aligned-middle td { vertical-align: middle; } .table-aligned-top td { vertical-align: top !important; } @media (min-width: 576px) { .flex-cell-label { display: none; } } @media (max-width: 575.98px) { .flex-cell { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .flex-cell-label { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; font-weight: 500; } .flex-cell-content { -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } } @media (max-width: 1199.98px) { .table-container { overflow: auto; white-space: nowrap; } } @media (max-width: 575.98px) { .table-container { overflow: visible; white-space: normal; } } .cropper-container { direction: ltr; font-size: 0; line-height: 0; position: relative; -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .cropper-container img { /*Avoid margin top issue (Occur only when margin-top &lt;= -height) */ display: block; height: 100%; image-orientation: 0deg; max-height: none !important; max-width: none !important; min-height: 0 !important; min-width: 0 !important; width: 100%; } .cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .cropper-wrap-box, .cropper-canvas { overflow: hidden; } .cropper-drag-box { background-color: #fff; opacity: 0; } .cropper-modal { background-color: #000; opacity: 0.5; } .cropper-view-box { display: block; height: 100%; outline-color: rgba(51, 153, 255, 0.75); outline: 1px solid #39f; overflow: hidden; width: 100%; } .cropper-dashed { border: 0 dashed #eee; display: block; opacity: 0.5; position: absolute; } .cropper-dashed.dashed-h { border-bottom-width: 1px; border-top-width: 1px; height: 33.33333%; left: 0; top: 33.33333%; width: 100%; } .cropper-dashed.dashed-v { border-left-width: 1px; border-right-width: 1px; height: 100%; left: 33.33333%; top: 0; width: 33.33333%; } .cropper-center { display: block; height: 0; left: 50%; opacity: 0.75; position: absolute; top: 50%; width: 0; } .cropper-center:before, .cropper-center:after { background-color: #eee; content: " "; display: block; position: absolute; } .cropper-center:before { height: 1px; left: -3px; top: 0; width: 7px; } .cropper-center:after { height: 7px; left: 0; top: -3px; width: 1px; } .cropper-face, .cropper-line, .cropper-point { display: block; height: 100%; opacity: 0.1; position: absolute; width: 100%; } .cropper-face { background-color: #fff; left: 0; top: 0; } .cropper-line { background-color: #39f; } .cropper-line.line-e { cursor: ew-resize; right: -3px; top: 0; width: 5px; } .cropper-line.line-n { cursor: ns-resize; height: 5px; left: 0; top: -3px; } .cropper-line.line-w { cursor: ew-resize; left: -3px; top: 0; width: 5px; } .cropper-line.line-s { bottom: -3px; cursor: ns-resize; height: 5px; left: 0; } .cropper-point { background-color: #39f; height: 5px; opacity: 0.75; width: 5px; } .cropper-point.point-e { cursor: ew-resize; margin-top: -3px; right: -3px; top: 50%; } .cropper-point.point-n { cursor: ns-resize; left: 50%; margin-left: -3px; top: -3px; } .cropper-point.point-w { cursor: ew-resize; left: -3px; margin-top: -3px; top: 50%; } .cropper-point.point-s { bottom: -3px; cursor: s-resize; left: 50%; margin-left: -3px; } .cropper-point.point-ne { cursor: nesw-resize; right: -3px; top: -3px; } .cropper-point.point-nw { cursor: nwse-resize; left: -3px; top: -3px; } .cropper-point.point-sw { bottom: -3px; cursor: nesw-resize; left: -3px; } .cropper-point.point-se { bottom: -3px; cursor: nwse-resize; height: 20px; opacity: 1; right: -3px; width: 20px; } @media (min-width: 768px) { .cropper-point.point-se { height: 15px; width: 15px; } } @media (min-width: 992px) { .cropper-point.point-se { height: 10px; width: 10px; } } @media (min-width: 1200px) { .cropper-point.point-se { height: 5px; opacity: 0.75; width: 5px; } } .cropper-point.point-se:before { background-color: #39f; bottom: -50%; content: " "; display: block; height: 200%; opacity: 0; position: absolute; right: -50%; width: 200%; } .cropper-invisible { opacity: 0; } .cropper-bg { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); } .cropper-hide { display: block; height: 0; position: absolute; width: 0; } .cropper-hidden { display: none !important; } .cropper-move { cursor: move; } .cropper-crop { cursor: crosshair; } .cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point { cursor: not-allowed; } .img-container &gt; img { max-width: 100%; } .aligncenter { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 1rem; } .aligncenter .btn { cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.5rem 0.625rem; height: auto !important; line-height: normal !important; } #facebox { position: absolute; top: 0; left: 0; z-index: 1001; text-align: left; } #facebox .popup { position: relative; } #facebox .content { display: block; min-width: 610px; background: #fff; border-radius: 3px; } @media (min-width: 320px) { #facebox .content { overflow: auto; max-height: 80vh !important; } } @media (min-width: 768px) { #facebox .content { max-height: 60vh !important; overflow-y: auto; overflow-x: hidden; } } @media (min-width: 1200px) { #facebox .content { max-height: 50vh !important; overflow-y: auto; overflow-x: hidden; } } @media (min-width: 1400px) { #facebox .content { max-height: 70vh !important; overflow-y: auto; overflow-x: hidden; } } @media (min-width: 1500px) { #facebox .content { max-height: 80vh !important; overflow-y: auto; overflow-x: hidden; } } #facebox .close:after { color: #fff; content: "+"; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 2rem; font-weight: 300; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); line-height: 1.2; text-align: center; } #facebox .loading { text-align: center; } #facebox .image { text-align: center; } #facebox_overlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; } #facebox .scrollbar { max-height: 700px; } .facebox_hide { z-index: -100; } .facebox_overlayBG { background-color: #000; z-index: 112; opacity: 0.9; } @media (min-width: 1200px) { #facebox .content.facebox-medium { min-width: 800px; max-width: 800px; } } @media (max-width: 1199.98px) { #facebox .scrollbar { overflow: auto; } #facebox { left: 30px !important; right: 30px !important; } } @media (max-width: 1199.98px) { #facebox { left: 10px !important; right: 10px !important; } } @media (max-width: 767.98px) { #facebox .content { min-width: 1%; width: 100%; } #facebox .close { top: 0; } #facebox .close:after { color: #000; } } .group.group--social a { width: 50%; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 8px; border-radius: 2px; font-weight: bold; border-radius: 50px; } .group--social a svg { height: 18px; width: 18px; margin-right: 24px; } .group--social a span, .group--social a { font-size: 14px; color: #fff; } .group.group--social .google-login { background: #4285f4; padding: 0 2px; } .group--social .facebook-login { background-color: #28589c; color: #fff; } .group--social .facebook-login svg { fill: #fff; height: 25px; width: 25px; margin-right: 24px; } .group--social a.google-login svg { height: 36px; width: 36px; margin-right: 15px; padding: 9px 9px; background: #fff; border-radius: 2px; } @media (max-width: 575.98px) { .group--social { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .group.group--social a { margin-bottom: 10px; width: 100%; } .group--social a { margin-right: 0; } .box--narrow { min-width: auto; } } .fc-icon, .fc-unselectable { -moz-user-select: none; -ms-user-select: none; } .fc .fc-button, .fc-icon { text-transform: none; text-align: center; } .fc-not-allowed, .fc-not-allowed .fc-event { cursor: not-allowed; } .fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] { cursor: pointer; } .fc-unselectable { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; } .fc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 1em; } .fc .fc-button, .fc-icon { display: inline-block; font-weight: 400; } .fc, .fc *, .fc :after, .fc :before { -webkit-box-sizing: border-box; box-sizing: border-box; } .fc table { border-collapse: collapse; border-spacing: 0; font-size: 1em; } .fc th { text-align: center; } .fc td, .fc th { vertical-align: top; padding: 0; } .fc .fc-button, .fc .fc-button .fc-icon, .fc .fc-button-group, .fc .fc-timegrid-slot-label { vertical-align: middle; } .fc a[data-navlink]:hover { text-decoration: underline; } .fc .fc-button:hover, .fc .fc-list-event-title a, a.fc-event, a.fc-event:hover { text-decoration: none; } .fc-direction-ltr { direction: ltr; text-align: left; } .fc-direction-rtl { direction: rtl; text-align: right; } .fc-theme-standard td, .fc-theme-standard th { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); } .fc-liquid-hack td, .fc-liquid-hack th { position: relative; } @font-face { font-family: fcicons; src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype"); font-weight: 400; font-style: normal; } .fc-icon { width: 1em; height: 1em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: fcicons !important; speak: none; font-style: normal; font-variant: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fc-icon-chevron-left:before { content: "\e900"; } .fc-icon-chevron-right:before { content: "\e901"; } .fc-icon-chevrons-left:before { content: "\e902"; } .fc-icon-chevrons-right:before { content: "\e903"; } .fc-icon-minus-square:before { content: "\e904"; } .fc-icon-plus-square:before { content: "\e905"; } .fc-icon-x:before { content: "\e906"; } .fc .fc-button { overflow: visible; text-transform: none; margin: 0; font-family: inherit; } .fc .fc-button::-moz-focus-inner { padding: 0; border-style: none; } .fc .fc-button { -webkit-appearance: button; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: .4em .65em; font-size: 1em; line-height: 1.5; border-radius: .25em; } .fc .fc-button:focus { outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); } .fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); } .fc .fc-button:disabled { opacity: .65; } .fc .fc-button-primary { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #2C3E50; background-color: var(--fc-button-bg-color, #2C3E50); border-color: #2C3E50; border-color: var(--fc-button-border-color, #2C3E50); } .fc .fc-button-primary:hover { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #1e2b37; background-color: var(--fc-button-hover-bg-color, #1e2b37); border-color: #1a252f; border-color: var(--fc-button-hover-border-color, #1a252f); } .fc .fc-button-primary:disabled { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #2C3E50; background-color: var(--fc-button-bg-color, #2C3E50); border-color: #2C3E50; border-color: var(--fc-button-border-color, #2C3E50); } .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active { color: #fff; color: var(--fc-button-text-color, #fff); background-color: #1a252f; background-color: var(--fc-button-active-bg-color, #1a252f); border-color: #151e27; border-color: var(--fc-button-active-border-color, #151e27); } .fc .fc-button .fc-icon { font-size: 1.5em; } .fc .fc-button-group { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .fc .fc-button-group &gt; .fc-button { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .fc .fc-button-group &gt; .fc-button.fc-button-active, .fc .fc-button-group &gt; .fc-button:active, .fc .fc-button-group &gt; .fc-button:focus, .fc .fc-button-group &gt; .fc-button:hover { z-index: 1; } .fc-direction-ltr .fc-button-group &gt; .fc-button:not(:first-child) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .fc-direction-ltr .fc-button-group &gt; .fc-button:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .fc-direction-rtl .fc-button-group &gt; .fc-button:not(:first-child) { margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .fc-direction-rtl .fc-button-group &gt; .fc-button:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .fc .fc-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .fc .fc-toolbar.fc-header-toolbar { margin-bottom: 1.5em; } .fc .fc-toolbar.fc-footer-toolbar { margin-top: 1.5em; } .fc .fc-toolbar-title { font-size: 1.75em; margin: 0; } .fc-direction-ltr .fc-toolbar &gt; * &gt; :not(:first-child) { margin-left: .75em; } .fc-direction-rtl .fc-toolbar &gt; * &gt; :not(:first-child) { margin-right: .75em; } .fc-direction-rtl .fc-toolbar-ltr { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .fc .fc-scroller { -webkit-overflow-scrolling: touch; position: relative; } .fc .fc-scroller-liquid { height: 100%; } .fc .fc-scroller-liquid-absolute { position: absolute; top: 0; right: 0; left: 0; bottom: 0; } .fc .fc-scroller-harness { position: relative; overflow: hidden; direction: ltr; } .fc .fc-scroller-harness-liquid { height: 100%; } .fc-direction-rtl .fc-scroller-harness &gt; .fc-scroller { direction: rtl; } .fc-theme-standard .fc-scrollgrid { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); } .fc .fc-scrollgrid, .fc .fc-scrollgrid-section-footer &gt; *, .fc .fc-scrollgrid-section-header &gt; * { border-bottom-width: 0; } .fc .fc-scrollgrid, .fc .fc-scrollgrid table { width: 100%; table-layout: fixed; } .fc .fc-scrollgrid table { border-top-style: hidden; border-left-style: hidden; border-right-style: hidden; } .fc .fc-scrollgrid { border-collapse: separate; border-right-width: 0; } .fc .fc-scrollgrid-liquid { height: 100%; } .fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section &gt; td { height: 1px; } .fc .fc-scrollgrid-section-liquid { height: auto; } .fc .fc-scrollgrid-section-liquid &gt; td { height: 100%; } .fc .fc-scrollgrid-section &gt; * { border-top-width: 0; border-left-width: 0; } .fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table { border-bottom-style: hidden; } .fc .fc-scrollgrid-section-sticky &gt; * { background: var(--fc-page-bg-color, #fff); position: sticky; z-index: 2; } .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky &gt; * { top: 0; } .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky &gt; * { bottom: 0; } .fc .fc-scrollgrid-sticky-shim { height: 1px; margin-bottom: -1px; } .fc-sticky { position: sticky; } .fc .fc-view-harness { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; } .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active &gt; .fc-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .fc .fc-col-header-cell-cushion { display: inline-block; padding: 2px 4px; } .fc .fc-non-business { background: rgba(215, 215, 215, 0.3); background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3)); } .fc .fc-bg-event { background: var(--fc-bg-event-color, #8fdf82); opacity: .3; opacity: var(--fc-bg-event-opacity, 0.3); } .fc .fc-bg-event .fc-event-title { margin: .5em; font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); font-style: italic; } .fc .fc-highlight { background: rgba(188, 232, 241, 0.3); background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3)); } .fc .fc-cell-shaded, .fc .fc-day-disabled { background: rgba(208, 208, 208, 0.3); background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); } .fc-event .fc-event-main { position: relative; z-index: 2; } .fc-event-dragging:not(.fc-event-selected) { opacity: .75; } .fc-event-dragging.fc-event-selected { -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); } .fc-event .fc-event-resizer { display: none; position: absolute; z-index: 4; } .fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer, .fc-h-event { display: block; } .fc-event-selected .fc-event-resizer { border-radius: 4px; border-radius: calc(var(--fc-event-resizer-dot-total-width,8px)/ 2); border-width: 1px; border-width: var(--fc-event-resizer-dot-border-width, 1px); width: 8px; width: var(--fc-event-resizer-dot-total-width, 8px); height: 8px; height: var(--fc-event-resizer-dot-total-width, 8px); border-style: solid; border-color: inherit; background: var(--fc-page-bg-color, #fff); } .fc-event-selected .fc-event-resizer:before { content: ''; position: absolute; top: -20px; left: -20px; right: -20px; bottom: -20px; } .fc-event-selected { -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .fc-event-selected:before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; right: 0; bottom: 0; } .fc-event-selected:after { content: ""; background: rgba(0, 0, 0, 0.25); background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25)); position: absolute; z-index: 1; top: -1px; left: -1px; right: -1px; bottom: -1px; } .fc-h-event { border: 1px solid #3788d8; border: 1px solid var(--fc-event-border-color, #3788d8); background-color: #3788d8; background-color: var(--fc-event-bg-color, #3788d8); } .fc-h-event .fc-event-main { color: #fff; color: var(--fc-event-text-color, #fff); } .fc-h-event .fc-event-main-frame { display: -webkit-box; display: -ms-flexbox; display: flex; } .fc-h-event .fc-event-time { max-width: 100%; overflow: hidden; } .fc-h-event .fc-event-title-container { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-width: 0; } .fc-h-event .fc-event-title { display: inline-block; vertical-align: top; left: 0; right: 0; max-width: 100%; overflow: hidden; } .fc-h-event.fc-event-selected:before { top: -10px; bottom: -10px; } .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0; } .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0; } .fc-h-event:not(.fc-event-selected) .fc-event-resizer { top: 0; bottom: 0; width: 8px; width: var(--fc-event-resizer-thickness, 8px); } .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end { cursor: w-resize; left: -4px; left: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start { cursor: e-resize; right: -4px; right: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-h-event.fc-event-selected .fc-event-resizer { top: 50%; margin-top: -4px; margin-top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end { left: -4px; left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start { right: -4px; right: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } :root { --fc-daygrid-event-dot-width:8px; --fc-list-event-dot-width:10px; --fc-list-event-hover-bg-color:#f5f5f5; } .fc .fc-popover { position: fixed; top: 0; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } .fc .fc-popover-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 3px 4px; } .fc .fc-popover-title { margin: 0 2px; } .fc .fc-popover-close { cursor: pointer; opacity: .65; font-size: 1.1em; } .fc-theme-standard .fc-popover { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); background: var(--fc-page-bg-color, #fff); } .fc-theme-standard .fc-popover-header { background: rgba(208, 208, 208, 0.3); background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); } .fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before { content: ""; clear: both; display: table; } .fc .fc-daygrid-body { position: relative; z-index: 1; } .fc .fc-daygrid-day.fc-day-today { background-color: rgba(255, 220, 40, 0.15); background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); } .fc .fc-daygrid-day-frame { position: relative; min-height: 100%; } .fc .fc-daygrid-day-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .fc .fc-day-other .fc-daygrid-day-top { opacity: .3; } .fc .fc-daygrid-day-number { position: relative; z-index: 4; padding: 4px; } .fc .fc-daygrid-day-events { margin-top: 1px; } .fc .fc-daygrid-body-balanced .fc-daygrid-day-events { position: absolute; left: 0; right: 0; } .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events { position: relative; min-height: 2em; } .fc .fc-daygrid-body-natural .fc-daygrid-day-events { margin-bottom: 1em; } .fc .fc-daygrid-event-harness { position: relative; } .fc .fc-daygrid-event-harness-abs { position: absolute; top: 0; left: 0; right: 0; } .fc .fc-daygrid-bg-harness { position: absolute; top: 0; bottom: 0; } .fc .fc-daygrid-day-bg .fc-non-business { z-index: 1; } .fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2; } .fc .fc-daygrid-day-bg .fc-highlight { z-index: 3; } .fc .fc-daygrid-event { z-index: 6; margin-top: 1px; } .fc .fc-daygrid-event.fc-event-mirror { z-index: 7; } .fc .fc-daygrid-day-bottom { font-size: .85em; margin: 2px 3px 0; } .fc .fc-daygrid-more-link { position: relative; z-index: 4; cursor: pointer; } .fc .fc-daygrid-week-number { position: absolute; z-index: 5; top: 0; padding: 2px; min-width: 1.5em; text-align: center; background-color: rgba(208, 208, 208, 0.3); background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); color: grey; color: var(--fc-neutral-text-color, grey); } .fc .fc-more-popover { z-index: 8; } .fc .fc-more-popover .fc-popover-body { min-width: 220px; padding: 10px; } .fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end { margin-left: 2px; } .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start { margin-right: 2px; } .fc-direction-ltr .fc-daygrid-week-number { left: 0; border-radius: 0 0 3px; } .fc-direction-rtl .fc-daygrid-week-number { right: 0; border-radius: 0 0 0 3px; } .fc-liquid-hack .fc-daygrid-day-frame { position: static; } .fc-daygrid-event { position: relative; white-space: nowrap; border-radius: 3px; font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); } .fc-daygrid-block-event .fc-event-time { font-weight: 700; } .fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title { padding: 1px; } .fc-daygrid-dot-event { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 2px 0; } .fc-daygrid-dot-event .fc-event-title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-width: 0; overflow: hidden; font-weight: 700; } .fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover { background: rgba(0, 0, 0, 0.1); } .fc-daygrid-dot-event.fc-event-selected:before { top: -10px; bottom: -10px; } .fc-daygrid-event-dot { margin: 0 4px; -webkit-box-sizing: content-box; box-sizing: content-box; width: 0; height: 0; border: 4px solid #3788d8; border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color, #3788d8); border-radius: 4px; border-radius: calc(var(--fc-daygrid-event-dot-width,8px)/ 2); } .fc-direction-ltr .fc-daygrid-event .fc-event-time { margin-right: 3px; } .fc-direction-rtl .fc-daygrid-event .fc-event-time { margin-left: 3px; } .fc-v-event { display: block; border: 1px solid #3788d8; border: 1px solid var(--fc-event-border-color, #3788d8); background-color: #3788d8; background-color: var(--fc-event-bg-color, #3788d8); } .fc-v-event .fc-event-main { color: #fff; color: var(--fc-event-text-color, #fff); height: 100%; } .fc-v-event .fc-event-main-frame { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .fc-v-event .fc-event-time { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; max-height: 100%; overflow: hidden; } .fc-v-event .fc-event-title-container { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-height: 0; } .fc-v-event .fc-event-title { top: 0; bottom: 0; max-height: 100%; overflow: hidden; } .fc-v-event:not(.fc-event-start) { border-top-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .fc-v-event:not(.fc-event-end) { border-bottom-width: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .fc-v-event.fc-event-selected:before { left: -10px; right: -10px; } .fc-v-event .fc-event-resizer-start { cursor: n-resize; } .fc-v-event .fc-event-resizer-end { cursor: s-resize; } .fc-v-event:not(.fc-event-selected) .fc-event-resizer { height: 8px; height: var(--fc-event-resizer-thickness, 8px); left: 0; right: 0; } .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start { top: -4px; top: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end { bottom: -4px; bottom: calc(var(--fc-event-resizer-thickness,8px)/ -2); } .fc-v-event.fc-event-selected .fc-event-resizer { left: 50%; margin-left: -4px; margin-left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-v-event.fc-event-selected .fc-event-resizer-start { top: -4px; top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc-v-event.fc-event-selected .fc-event-resizer-end { bottom: -4px; bottom: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); } .fc .fc-timegrid .fc-daygrid-body { z-index: 2; } .fc .fc-timegrid-axis-chunk &gt; table, .fc .fc-timegrid-body, .fc .fc-timegrid-slots { position: relative; z-index: 1; } .fc .fc-timegrid-divider { padding: 0 0 2px; } .fc .fc-timegrid-body { min-height: 100%; } .fc .fc-timegrid-axis-chunk { position: relative; } .fc .fc-timegrid-slot { height: 1.5em; border-bottom: 0; } .fc .fc-timegrid-slot:empty:before { content: '\00a0'; } .fc .fc-timegrid-slot-minor { border-top-style: dotted; } .fc .fc-timegrid-slot-label-cushion { display: inline-block; white-space: nowrap; } .fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion { padding: 0 4px; } .fc .fc-timegrid-axis-frame-liquid { height: 100%; } .fc .fc-timegrid-axis-frame { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .fc .fc-timegrid-axis-cushion { max-width: 60px; -ms-flex-negative: 0; flex-shrink: 0; } .fc-direction-ltr .fc-timegrid-slot-label-frame { text-align: right; } .fc-direction-rtl .fc-timegrid-slot-label-frame { text-align: left; } .fc-liquid-hack .fc-timegrid-axis-frame-liquid { height: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .fc .fc-timegrid-col.fc-day-today { background-color: rgba(255, 220, 40, 0.15); background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); } .fc .fc-timegrid-col-frame { min-height: 100%; position: relative; } .fc-liquid-hack .fc-timegrid-col-frame { height: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .fc-media-screen .fc-timegrid-cols { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .fc-media-screen .fc-timegrid-cols &gt; table { height: 100%; } .fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container { position: absolute; top: 0; left: 0; right: 0; } .fc-media-screen .fc-timegrid-event-harness { position: absolute; } .fc .fc-timegrid-col-bg { z-index: 2; } .fc .fc-timegrid-col-bg .fc-non-business { z-index: 1; } .fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2; } .fc .fc-timegrid-col-bg .fc-highlight, .fc .fc-timegrid-col-events { z-index: 3; } .fc .fc-timegrid-bg-harness { position: absolute; left: 0; right: 0; } .fc .fc-timegrid-now-indicator-container { bottom: 0; overflow: hidden; } .fc-direction-ltr .fc-timegrid-col-events { margin: 0 2.5% 0 2px; } .fc-direction-rtl .fc-timegrid-col-events { margin: 0 2px 0 2.5%; } .fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror { -webkit-box-shadow: 0 0 0 1px #fff; box-shadow: 0 0 0 1px #fff; -webkit-box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff); box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff); } .fc-timegrid-event { font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); border-radius: 3px; } .fc-timegrid-event .fc-event-main { padding: 1px 1px 0; } .fc-timegrid-event .fc-event-time { white-space: nowrap; font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); margin-bottom: 1px; } .fc-timegrid-event-condensed .fc-event-main-frame { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: hidden; } .fc-timegrid-event-condensed .fc-event-time:after { content: '\00a0-\00a0'; } .fc-timegrid-event-condensed .fc-event-title { font-size: .85em; font-size: var(--fc-small-font-size, 0.85em); } .fc-media-screen .fc-timegrid-event { position: absolute; top: 0; bottom: 1px; left: 0; right: 0; } .fc .fc-timegrid-now-indicator-line { position: absolute; z-index: 4; left: 0; right: 0; border-style: solid; border-color: red; border-color: var(--fc-now-indicator-color, red); border-width: 1px 0 0; } .fc .fc-timegrid-now-indicator-arrow { position: absolute; z-index: 4; margin-top: -5px; border-style: solid; border-color: red; border-color: var(--fc-now-indicator-color, red); } .fc-direction-ltr .fc-timegrid-now-indicator-arrow { left: 0; border-width: 5px 0 5px 6px; border-top-color: transparent; border-bottom-color: transparent; } .fc-direction-rtl .fc-timegrid-now-indicator-arrow { right: 0; border-width: 5px 6px 5px 0; border-top-color: transparent; border-bottom-color: transparent; } .fc-theme-standard .fc-list { border: 1px solid #ddd; border: 1px solid var(--fc-border-color, #ddd); } .fc .fc-list-empty { background-color: rgba(208, 208, 208, 0.3); background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .fc .fc-list-empty-cushion { margin: 5em 0; } .fc .fc-list-table { width: 100%; border-style: hidden; } .fc .fc-list-table tr &gt; * { border-left: 0; border-right: 0; } .fc .fc-list-sticky .fc-list-day &gt; * { position: sticky; top: 0; background: var(--fc-page-bg-color, #fff); } .fc .fc-list-table th { padding: 0; } .fc .fc-list-day-cushion, .fc .fc-list-table td { padding: 8px 14px; } .fc .fc-list-day-cushion:after { content: ""; clear: both; display: table; } .fc-theme-standard .fc-list-day-cushion { background-color: rgba(208, 208, 208, 0.3); background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); } .fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text { float: left; } .fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text { float: right; } .fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0; } .fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0; } .fc .fc-list-event.fc-event-forced-url { cursor: pointer; } .fc .fc-list-event:hover td { background-color: #f5f5f5; background-color: var(--fc-list-event-hover-bg-color, #f5f5f5); } .fc .fc-list-event-graphic, .fc .fc-list-event-time { white-space: nowrap; width: 1px; } .fc .fc-list-event-dot { display: inline-block; -webkit-box-sizing: content-box; box-sizing: content-box; width: 0; height: 0; border: 5px solid #3788d8; border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color, #3788d8); border-radius: 5px; border-radius: calc(var(--fc-list-event-dot-width,10px)/ 2); } .fc .fc-list-event-title a { color: inherit; } .fc .fc-list-event.fc-event-forced-url:hover a { text-decoration: underline; } .fc-theme-bootstrap a:not([href]) { color: inherit; } /* Ion.RangeSlider // css version 2.0.3 // © 2013-2014 Denis Ineshin | IonDen.com // ===================================================================================================================*/ /* ===================================================================================================================== // RangeSlider */ .irs { position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .irs-line { position: relative; display: block; overflow: hidden; outline: none !important; } .irs-line-left, .irs-line-mid, .irs-line-right { position: absolute; display: block; top: 0; } .irs-line-left { left: 0; width: 11%; } .irs-line-mid { left: 9%; width: 82%; } .irs-line-right { right: 0; width: 11%; } .irs-bar { position: absolute; display: block; left: 0; width: 0; } .irs-bar-edge { position: absolute; display: block; top: 0; left: 0; } .irs-shadow { position: absolute; display: none; left: 0; width: 0; } .irs-slider { position: absolute; display: block; cursor: default; z-index: 1; } .irs-slider.type_last { z-index: 2; } .irs-min { position: absolute; display: block; left: 0; cursor: default; } .irs-max { position: absolute; display: block; right: 0; cursor: default; } .irs-from, .irs-to, .irs-single { position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap; } .irs-grid { position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px; } .irs-with-grid .irs-grid { display: block; } .irs-grid-pol { position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #000; } .irs-grid-pol.small { height: 4px; } .irs-grid-text { position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; padding: 0 3px; color: #000; } .irs-disable-mask { position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%; cursor: default; background: rgba(0, 0, 0, 0); z-index: 2; } .irs-disabled { opacity: 0.4; } .lt-ie9 .irs-disabled { filter: alpha(opacity=40); } .irs-hidden-input { position: absolute !important; display: block !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important; margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important; border-style: solid !important; border-color: transparent !important; } /* Ion.RangeSlider, Simple Skin // css version 2.0.3 // © Denis Ineshin, 2014    https://github.com/IonDen // © guybowden, 2014        https://github.com/guybowden // ===================================================================================================================*/ /* ===================================================================================================================== // Skin details */ .irs { height: 30px; } .irs-with-grid { height: 60px; margin-top: 10px; } .irs-line { height: 6px; top: 0; background: #e1e1e1; border-radius: 16px; -moz-border-radius: 16px; } .irs-line-left { height: 8px; } .irs-line-mid { height: 8px; } .irs-line-right { height: 8px; } .irs-bar { height: 6px; top: 0; background: var(--color-secondary); } .irs-bar-edge { height: 10px; top: 33px; width: 14px; border: 1px solid #428bca; border-right: 0; background: #428bca; background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8)); background: -o-linear-gradient(bottom, #428bca 0%, #7fc3e8 100%); background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%); border-radius: 16px 0 0 16px; -moz-border-radius: 16px 0 0 16px; } .irs-shadow { height: 2px; top: 38px; background: #000; opacity: 0.3; border-radius: 5px; -moz-border-radius: 5px; } .lt-ie9 .irs-shadow { filter: alpha(opacity=30); } .irs-slider { top: -10px; border-radius: 100%; background: #fff; color: #555555; cursor: move; font-weight: normal; border: 1px solid #ddd; cursor: move; height: 1.8em; position: absolute; width: 1.8rem; z-index: 2; -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.06); } /* .irs-slider.state_hover, .irs-slider:hover { background: #FFF; } */ .irs-min, .irs-max { color: #333; font-size: 12px; line-height: 1.333; text-shadow: none; top: 0; padding: 1px 5px; background: rgba(0, 0, 0, 0.1); border-radius: 3px; -moz-border-radius: 3px; } .lt-ie9 .irs-min, .lt-ie9 .irs-max { background: #ccc; } .irs-from, .irs-to, .irs-single { color: #fff; font-size: 12px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: #0064ca; border-radius: 3px; -moz-border-radius: 3px; } #perform_price { position: relative; } .lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { background: #999; } .irs-grid { height: 30px; } .irs-grid-pol { opacity: 0.5; background: #428bca; } .irs-grid-pol.small { background: #999; } .irs-grid-text { bottom: 5px; color: #99a4ac; } /*! * jquery-confirm v3.3.2 (http://craftpip.github.io/jquery-confirm/) * Author: boniface pereira * Website: www.craftpip.com * Contact: hey@craftpip.com * * Copyright 2013-2017 jquery-confirm * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE) */ @-webkit-keyframes jconfirm-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes jconfirm-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } body[class*="jconfirm-no-scroll-"] { overflow: hidden !important; } .jconfirm { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; font-family: inherit; overflow: hidden; } .jconfirm .jconfirm-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; } .jconfirm .jconfirm-bg.jconfirm-bg-h { opacity: 0 !important; } .jconfirm .jconfirm-scrollpane { -webkit-perspective: 500px; perspective: 500px; -webkit-perspective-origin: center; perspective-origin: center; display: table; width: 100%; height: 100%; } .jconfirm .jconfirm-row { display: table-row; width: 100%; } .jconfirm .jconfirm-cell { display: table-cell; vertical-align: middle; } .jconfirm .jconfirm-holder { max-height: 100%; padding: 50px 0; } .jconfirm .jconfirm-box-container { -webkit-transition: -webkit-transform; transition: -webkit-transform; -o-transition: transform; transition: transform; transition: transform, -webkit-transform; } .jconfirm .jconfirm-box-container.jconfirm-no-transition { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; } .jconfirm .jconfirm-box { background: white; border-radius: 4px; position: relative; outline: 0; padding: 15px 15px 0; overflow: hidden; margin-left: auto; margin-right: auto; } @-webkit-keyframes type-blue { 1%, 100% { border-color: #3498db; } 50% { border-color: #5faee3; } } @keyframes type-blue { 1%, 100% { border-color: #3498db; } 50% { border-color: #5faee3; } } @-webkit-keyframes type-green { 1%, 100% { border-color: #2ecc71; } 50% { border-color: #54d98c; } } @keyframes type-green { 1%, 100% { border-color: #2ecc71; } 50% { border-color: #54d98c; } } @-webkit-keyframes type-red { 1%, 100% { border-color: #e74c3c; } 50% { border-color: #ed7669; } } @keyframes type-red { 1%, 100% { border-color: #e74c3c; } 50% { border-color: #ed7669; } } @-webkit-keyframes type-orange { 1%, 100% { border-color: #f1c40f; } 50% { border-color: #f4d03f; } } @keyframes type-orange { 1%, 100% { border-color: #f1c40f; } 50% { border-color: #f4d03f; } } @-webkit-keyframes type-purple { 1%, 100% { border-color: #9b59b6; } 50% { border-color: #b07cc6; } } @keyframes type-purple { 1%, 100% { border-color: #9b59b6; } 50% { border-color: #b07cc6; } } @-webkit-keyframes type-dark { 1%, 100% { border-color: #34495e; } 50% { border-color: #46627f; } } @keyframes type-dark { 1%, 100% { border-color: #34495e; } 50% { border-color: #46627f; } } .jconfirm .jconfirm-box.jconfirm-type-animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .jconfirm .jconfirm-box.jconfirm-type-blue { border-top: solid 7px #3498db; -webkit-animation-name: type-blue; animation-name: type-blue; } .jconfirm .jconfirm-box.jconfirm-type-green { border-top: solid 7px #2ecc71; -webkit-animation-name: type-green; animation-name: type-green; } .jconfirm .jconfirm-box.jconfirm-type-red { border-top: solid 7px #e74c3c; -webkit-animation-name: type-red; animation-name: type-red; } .jconfirm .jconfirm-box.jconfirm-type-orange { border-top: solid 7px #f1c40f; -webkit-animation-name: type-orange; animation-name: type-orange; } .jconfirm .jconfirm-box.jconfirm-type-purple { border-top: solid 7px #9b59b6; -webkit-animation-name: type-purple; animation-name: type-purple; } .jconfirm .jconfirm-box.jconfirm-type-dark { border-top: solid 7px #34495e; -webkit-animation-name: type-dark; animation-name: type-dark; } .jconfirm .jconfirm-box.loading { height: 120px; } .jconfirm .jconfirm-box.loading:before { content: ""; position: absolute; left: 0; background: white; right: 0; top: 0; bottom: 0; border-radius: 10px; z-index: 1; } .jconfirm .jconfirm-box.loading:after { opacity: 0.6; content: ""; height: 30px; width: 30px; border: solid 3px transparent; position: absolute; left: 50%; margin-left: -15px; border-radius: 50%; -webkit-animation: jconfirm-spin 1s infinite linear; animation: jconfirm-spin 1s infinite linear; border-bottom-color: dodgerblue; top: 50%; margin-top: -15px; z-index: 2; } .jconfirm .jconfirm-box div.jconfirm-closeIcon { height: 20px; width: 20px; position: absolute; top: 10px; right: 10px; cursor: pointer; opacity: 0.6; text-align: center; font-size: 27px !important; line-height: 14px !important; display: none; z-index: 1; } .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty { display: none; } .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa { font-size: 16px; } .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon { font-size: 16px; } .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi { font-size: 16px; } .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover { opacity: 1; } .jconfirm .jconfirm-box div.jconfirm-title-c { display: block; font-size: 22px; line-height: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; padding-bottom: 15px; } .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand { cursor: move; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { font-size: inherit; display: inline-block; vertical-align: middle; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i { vertical-align: middle; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty { display: none; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: inherit; font-family: inherit; display: inline-block; vertical-align: middle; } .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty { display: none; } .jconfirm .jconfirm-box div.jconfirm-content-pane { margin-bottom: 15px; height: auto; -webkit-transition: height 0.4s ease-in; -o-transition: height 0.4s ease-in; transition: height 0.4s ease-in; display: inline-block; width: 100%; position: relative; overflow-x: hidden; overflow-y: auto; } .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll { overflow-y: hidden; } .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar { width: 3px; } .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); } .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb { background: #666; border-radius: 3px; } .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content { overflow: auto; } .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img { max-width: 100%; height: auto; } .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty { display: none; } .jconfirm .jconfirm-box .jconfirm-buttons { padding-bottom: 11px; } .jconfirm .jconfirm-box .jconfirm-buttons &gt; button { margin-bottom: 4px; margin-inline: 2px; } .jconfirm .jconfirm-box .jconfirm-buttons button { display: inline-block; padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 4px; min-height: 1em; -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; -o-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; -webkit-tap-highlight-color: transparent; border: 0; background-image: none; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue { background-color: #3498db; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover { background-color: #2980b9; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green { background-color: #2ecc71; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover { background-color: #27ae60; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red { background-color: #e74c3c; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover { background-color: #c0392b; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange { background-color: #f1c40f; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover { background-color: #f39c12; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default { background-color: #ecf0f1; color: #000; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover { background-color: #bdc3c7; color: #000; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple { background-color: #9b59b6; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover { background-color: #8e44ad; color: #fff; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark { background-color: #34495e; color: #fff; text-shadow: none; -webkit-transition: background 0.2s; -o-transition: background 0.2s; transition: background 0.2s; } .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover { background-color: #2c3e50; color: #fff; } .jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c { color: #e74c3c !important; } .jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c { color: #3498db !important; } .jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c { color: #2ecc71 !important; } .jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c { color: #9b59b6 !important; } .jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c { color: #f1c40f !important; } .jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c { color: #34495e !important; } .jconfirm .jconfirm-clear { clear: both; } .jconfirm.jconfirm-rtl { direction: rtl; } .jconfirm.jconfirm-rtl div.jconfirm-closeIcon { left: 5px; right: auto; } .jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg { background-color: #444; opacity: 0.2; } .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box { -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); border-radius: 5px; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons { float: right; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button { text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default { -webkit-box-shadow: none; box-shadow: none; color: #333; } .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover { background: #ddd; } .jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg { background-color: darkslategray; opacity: 0.4; } .jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box { -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); background: #444; border-radius: 5px; color: white; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons { float: right; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button { border: 0; background-image: none; text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; -webkit-transition: background 0.1s; -o-transition: background 0.1s; transition: background 0.1s; color: white; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default { -webkit-box-shadow: none; box-shadow: none; color: #fff; background: 0; } .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover { background: #666; } .jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake { -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow { -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @-webkit-keyframes shake { 10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); } 20%, 80% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); } 30%, 50%, 70% { -webkit-transform: translate3d(-8px, 0, 0); transform: translate3d(-8px, 0, 0); } 40%, 60% { -webkit-transform: translate3d(8px, 0, 0); transform: translate3d(8px, 0, 0); } } @keyframes shake { 10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); } 20%, 80% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); } 30%, 50%, 70% { -webkit-transform: translate3d(-8px, 0, 0); transform: translate3d(-8px, 0, 0); } 40%, 60% { -webkit-transform: translate3d(8px, 0, 0); transform: translate3d(8px, 0, 0); } } @-webkit-keyframes glow { 0%, 100% { -webkit-box-shadow: 0 0 0 red; box-shadow: 0 0 0 red; } 50% { -webkit-box-shadow: 0 0 30px red; box-shadow: 0 0 30px red; } } @keyframes glow { 0%, 100% { -webkit-box-shadow: 0 0 0 red; box-shadow: 0 0 0 red; } 50% { -webkit-box-shadow: 0 0 30px red; box-shadow: 0 0 30px red; } } .jconfirm { -webkit-perspective: 400px; perspective: 400px; } .jconfirm .jconfirm-box { opacity: 1; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; } .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex { opacity: 0; } .jconfirm .jconfirm-box.jconfirm-animation-rotate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .jconfirm .jconfirm-box.jconfirm-animation-rotatex { -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-rotatexr { -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-rotatey { -webkit-transform: rotatey(90deg); -ms-transform: rotatey(90deg); transform: rotatey(90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-rotateyr { -webkit-transform: rotatey(-90deg); -ms-transform: rotatey(-90deg); transform: rotatey(-90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-scaley { -webkit-transform: scaley(1.5); -ms-transform: scaley(1.5); transform: scaley(1.5); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-scalex { -webkit-transform: scalex(1.5); -ms-transform: scalex(1.5); transform: scalex(1.5); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .jconfirm .jconfirm-box.jconfirm-animation-top { -webkit-transform: translate(0px, -100px); -ms-transform: translate(0px, -100px); transform: translate(0px, -100px); } .jconfirm .jconfirm-box.jconfirm-animation-left { -webkit-transform: translate(-100px, 0px); -ms-transform: translate(-100px, 0px); transform: translate(-100px, 0px); } .jconfirm .jconfirm-box.jconfirm-animation-right { -webkit-transform: translate(100px, 0px); -ms-transform: translate(100px, 0px); transform: translate(100px, 0px); } .jconfirm .jconfirm-box.jconfirm-animation-bottom { -webkit-transform: translate(0px, 100px); -ms-transform: translate(0px, 100px); transform: translate(0px, 100px); } .jconfirm .jconfirm-box.jconfirm-animation-zoom { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .jconfirm .jconfirm-box.jconfirm-animation-scale { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); } .jconfirm .jconfirm-box.jconfirm-animation-none { visibility: hidden; } .jconfirm.jconfirm-supervan .jconfirm-bg { background-color: rgba(54, 70, 93, 0.95); } .jconfirm.jconfirm-supervan .jconfirm-box { background-color: transparent; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark { border: 0; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon { color: white; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c { text-align: center; color: white; font-size: 28px; font-weight: normal; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c &gt; * { padding-bottom: 25px; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane { margin-bottom: 25px; } .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content { text-align: center; color: white; } .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons { text-align: center; } .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button { font-size: 16px; border-radius: 2px; background: #303f53; text-shadow: none; border: 0; color: white; padding: 10px; min-width: 100px; } .jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-material .jconfirm-bg { background-color: rgba(0, 0, 0, 0.67); } .jconfirm.jconfirm-material .jconfirm-box { background-color: white; -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); padding: 30px 25px 10px 25px; } .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); } .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold; } .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content { color: rgba(0, 0, 0, 0.87); } .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons { text-align: right; } .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button { text-transform: uppercase; font-weight: 500; } .jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-bootstrap .jconfirm-bg { background-color: rgba(0, 0, 0, 0.21); } .jconfirm.jconfirm-bootstrap .jconfirm-box { background-color: white; -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); border: solid 1px rgba(0, 0, 0, 0.4); padding: 15px 0 0; } .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { margin-right: 8px; margin-left: 0; } .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); } .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold; padding-left: 15px; padding-right: 15px; } .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content { color: rgba(0, 0, 0, 0.87); padding: 0 15px; } .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons { text-align: right; padding: 10px; margin: -5px 0 0; border-top: solid 1px #ddd; overflow: hidden; border-radius: 0 0 4px 4px; } .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button { font-weight: 500; } .jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; } .jconfirm.jconfirm-modern .jconfirm-bg { background-color: slategray; opacity: 0.6; } .jconfirm.jconfirm-modern .jconfirm-box { background-color: white; -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); padding: 30px 30px 15px; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); top: 15px; right: 15px; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 10px; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); display: block; margin-right: 0; margin-left: 0; margin-bottom: 10px; font-size: 69px; color: #aaa; } .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content { text-align: center; font-size: 15px; color: #777; margin-bottom: 25px; } .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons { text-align: center; } .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button { font-weight: bold; text-transform: uppercase; -webkit-transition: background 0.1s; -o-transition: background 0.1s; transition: background 0.1s; padding: 10px 20px; } .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button { margin-left: 4px; } .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { float: left; clear: left; padding-left: 5px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 0; margin-left: 40%; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-timepicker-div .ui_tpicker_unit_hide { display: none; } .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; } .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; } .ui-timepicker-rtl { direction: rtl; } .ui-timepicker-rtl dl { text-align: right; padding-right: 5px; } .ui-timepicker-rtl dl dt { float: right; clear: right; } .ui-timepicker-rtl dl dd { margin: 0 0 10px 10px; margin-right: 40%; } /* Shortened version style */ .ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt { display: none; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; } .ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; } .ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd &gt; div { display: inline-block; margin: 0; } .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content: ":"; display: inline-block; } .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content: "."; display: inline-block; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before { display: none; } /*! jQuery UI - v1.11.4 - 2015-03-11 * http://jqueryui.com * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&amp;fwDefault=normal&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=cccccc&amp;bgTextureHeader=highlight_soft&amp;bgImgOpacityHeader=75&amp;borderColorHeader=aaaaaa&amp;fcHeader=222222&amp;iconColorHeader=222222&amp;bgColorContent=ffffff&amp;bgTextureContent=flat&amp;bgImgOpacityContent=75&amp;borderColorContent=aaaaaa&amp;fcContent=222222&amp;iconColorContent=222222&amp;bgColorDefault=e6e6e6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=75&amp;borderColorDefault=d3d3d3&amp;fcDefault=555555&amp;iconColorDefault=888888&amp;bgColorHover=dadada&amp;bgTextureHover=glass&amp;bgImgOpacityHover=75&amp;borderColorHover=999999&amp;fcHover=212121&amp;iconColorHover=454545&amp;bgColorActive=ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=aaaaaa&amp;fcActive=212121&amp;iconColorActive=454545&amp;bgColorHighlight=fbf9ee&amp;bgTextureHighlight=glass&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=fcefa1&amp;fcHighlight=363636&amp;iconColorHighlight=2e83ff&amp;bgColorError=fef1ec&amp;bgTextureError=glass&amp;bgImgOpacityError=95&amp;borderColorError=cd0a0a&amp;fcError=cd0a0a&amp;iconColorError=cd0a0a&amp;bgColorOverlay=aaaaaa&amp;bgTextureOverlay=flat&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=aaaaaa&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=8px&amp;offsetTopShadow=-8px&amp;offsetLeftShadow=-8px&amp;cornerRadiusShadow=8px * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-clearfix { min-height: 0; /* support: IE7 */ } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ } .ui-front { z-index: 100; } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: 0.5em 0.5em 0.5em 0.7em; min-height: 0; font-size: 100%; } .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: 0.5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } /* to make room for the icon, a width needs to be set here */ .ui-button-icon-only { width: 2.2em; } /* button elements seem to need a little more width */ button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } /* button text element */ .ui-button .ui-button-text { display: block; line-height: normal; } .ui-button-text-only .ui-button-text { padding: 0.4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 1em 0.4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 2.1em 0.4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } /* no icon support for input elements, provide padding by default */ input.ui-button { padding: 0.4em 1em; } /* button icon element(s) */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: 0.5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: 0.5em; } /* button sets */ .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -0.3em; } /* workarounds */ /* reset extra padding in Firefox, see h5bp.com/l */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-datepicker { width: 17em; padding: 10px; display: none; } .ui-datepicker-header.ui-widget-header { border: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 6px; width: 1.8em; height: 1.8em; } /*.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 2px; }*/ .ui-datepicker .ui-datepicker-prev { left: 0; } .ui-datepicker .ui-datepicker-next { right: 0; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 50%; font-size: 0.9em; height: 30px; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: 500; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { -webkit-box-shadow: none; box-shadow: none; background-image: none; margin: 0.7em 0 0 0; padding: 0; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { font-weight: normal; float: right; margin: 0; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-autocomplete.ui-menu { padding: 10px; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-dialog { overflow: hidden; position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.5em 1em; background: none; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: 0.5em; padding: 0.3em 1em 0.5em 0.4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: none; } .ui-menu .ui-menu { position: absolute; } .ui-menu .ui-menu-item { position: relative; margin: 0; font-size: 14px; border-bottom: 1px solid #fff; padding: 3px 1em 3px 0.4em; cursor: pointer; min-height: 0; } .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } /** * .ui-menu .ui-state-focus, * .ui-menu .ui-state-active { * 	margin: -1px; * } */ /* icon support */ .ui-menu-icons { position: relative; } .ui-menu-icons .ui-menu-item { padding-left: 2em; } /* left-aligned */ .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: 0.2em; margin: auto 0; } /* right-aligned */ .ui-menu .ui-menu-icon { left: auto; right: 0; } .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-selectable { -ms-touch-action: none; touch-action: none; } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .ui-selectmenu-menu .ui-menu { overflow: auto; /* Support: IE7 */ overflow-x: hidden; padding-bottom: 1px; } .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .ui-selectmenu-open { display: block; } .ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; cursor: pointer; } .ui-selectmenu-button span.ui-icon { right: 0.5em; left: auto; margin-top: -8px; position: absolute; top: 50%; } .ui-selectmenu-button span.ui-selectmenu-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em; display: block; line-height: 1.4; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { border-radius: 20px; position: absolute; z-index: 2; width: 18px; height: 18px; cursor: move; -ms-touch-action: none; touch-action: none; background: none repeat scroll 0 0 #fff !important; border: 1px solid #cccccc !important; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; background-position: 0 0; } /* support: IE8 - See #6727 */ .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .ui-slider-horizontal { height: 11px; } .ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -0.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: 0.8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -0.3em; margin-left: 0; margin-bottom: -0.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: 0.2em 0; vertical-align: middle; margin-left: 0.4em; margin-right: 22px; } .ui-spinner-button { width: 16px; height: 50%; font-size: 0.5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } /* more specificity required here to override default borders */ .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* vertically center icon */ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } /* TR overrides */ .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; } .ui-tabs { position: relative; padding: 0.2em; } .ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 0.2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: 0.5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; } body .ui-tooltip { border-width: 2px; } .rangewrap p { padding: 0 0 15px 0; color: #009348; } .rangewrap input[type="text"] { color: #009348 !important; font-weight: 700 !important; } /* Component containers ----------------------------------*/ .ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; } .ui-slider-horizontal { border-radius: 20px !important; } .ui-widget-content { z-index: 99999; background: #fff; -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); color: #222222; max-height: 255px; overflow: auto; } .ui-widget-content.ui-datepicker { max-height: 100%; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #ddd; background: #eee; color: #222222; font-weight: bold; } .ui-widget-header select { height: auto; } .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid transparent; background: rgba(0, 0, 0, 0.05); font-weight: normal; color: #555555; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #4ca146; font-weight: normal; color: #fff; } /*.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; text-decoration: none; }*/ /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; color: #363636; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; color: #cd0a0a; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: Alpha(Opacity=70); /* support: IE8 */ font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: Alpha(Opacity=35); /* support: IE8 */ background-image: none; } .ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */ } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { width: 16px; height: 16px; } .ui-icon, .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-widget-header .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-state-default .ui-icon { background-image: url("images/ui-icons_888888_256x240.png"); } /*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); }*/ /*.ui-state-active .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); }*/ .ui-state-highlight .ui-icon { background-image: url("images/ui-icons_2e83ff_256x240.png"); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_cd0a0a_256x240.png"); } /* positioning */ .ui-icon-blank { background-position: 16px 16px; } .ui-icon-carat-1-n { background-position: 0 0; } .ui-icon-carat-1-ne { background-position: -16px 0; } .ui-icon-carat-1-e { background-position: -32px 0; } .ui-icon-carat-1-se { background-position: -48px 0; } .ui-icon-carat-1-s { background-position: -64px 0; } .ui-icon-carat-1-sw { background-position: -80px 0; } .ui-icon-carat-1-w { background-position: -96px 0; } .ui-icon-carat-1-nw { background-position: -112px 0; } .ui-icon-carat-2-n-s { background-position: -128px 0; } .ui-icon-carat-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -64px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -64px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-on { background-position: -96px -144px; } .ui-icon-radio-off { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -160px; } .ui-icon-seek-start { background-position: -80px -160px; } /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ .ui-icon-seek-first { background-position: -80px -160px; } .ui-icon-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; } /* Overlays */ .ui-widget-overlay { background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 0.3; filter: Alpha(Opacity=30); /* support: IE8 */ } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 0.3; filter: Alpha(Opacity=30); /* support: IE8 */ border-radius: 8px; } .ui-slider-handle { cursor: move; } .ui-slider-handle:before { background: none repeat scroll 0 0 #009348; border-radius: 100%; content: ""; height: 6px; left: 50%; margin: -3px 0 0 -3px; position: absolute; top: 50%; width: 6px; } /* * Author - Harshen Amarnath Pandey * Version - 1.0.8 * Release - 18th April 2015 * Copyright (c) 2014 - 2018 Harshen Pandey */ /* jquery.countdownTimer.css*/ .style { width: 100%; font-family: sans-serif; font-weight: bold; border-style: solid; } .colorDefinition { background: #000000; color: #FFFFFF; border-color: #F0068E; } .size_xl { font-size: 50px; border-width: 8px; border-radius: 6px; } .size_lg { font-size: 40px; border-width: 7px; border-radius: 5px; } .size_md { font-size: 30px; border-width: 5px; border-radius: 4px; } .size_sm { font-size: 20px; border-width: 3px; border-radius: 3px; } .size_xs { font-size: 15px; border-width: 2px; border-radius: 2px; } .xdsoft_datetimepicker { -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); background: #ffffff; border-bottom: 1px solid #bbbbbb; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; color: #333333; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; padding: 8px; padding-left: 0; padding-top: 2px; position: absolute; z-index: 9999; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; } .xdsoft_datetimepicker iframe { position: absolute; left: 0; top: 0; width: 75px; height: 210px; background: transparent; border: none; } /*For IE8 or lower*/ .xdsoft_datetimepicker button { border: none !important; } .xdsoft_noselect { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .xdsoft_noselect::-moz-selection { background: transparent; } .xdsoft_noselect::selection { background: transparent; } .xdsoft_noselect::-moz-selection { background: transparent; } .xdsoft_datetimepicker.xdsoft_inline { display: inline-block; position: static; -webkit-box-shadow: none; box-shadow: none; } .xdsoft_datetimepicker * { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker { display: none; } .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active { display: block; } .xdsoft_datetimepicker .xdsoft_datepicker { width: 224px; float: left; margin-left: 8px; } .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker { width: 256px; } .xdsoft_datetimepicker .xdsoft_timepicker { width: 58px; float: left; text-align: center; margin-left: 8px; margin-top: 0; } .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker { margin-top: 8px; margin-bottom: 3px; } .xdsoft_datetimepicker .xdsoft_mounthpicker { position: relative; text-align: center; } .xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); } .xdsoft_datetimepicker .xdsoft_label i { opacity: 0.5; background-position: -92px -19px; display: inline-block; width: 9px; height: 20px; vertical-align: middle; } .xdsoft_datetimepicker .xdsoft_prev { float: left; background-position: -20px 0; } .xdsoft_datetimepicker .xdsoft_today_button { float: left; background-position: -70px 0; margin-left: 5px; } .xdsoft_datetimepicker .xdsoft_next { float: left; background-position: 0 0; } .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button { background-color: transparent; background-repeat: no-repeat; border: 0 none currentColor; cursor: pointer; display: block; height: 30px; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; outline: medium none currentColor; overflow: hidden; padding: 0; position: relative; text-indent: 100%; white-space: nowrap; width: 20px; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next { float: none; background-position: -40px -15px; height: 15px; width: 30px; display: block; margin-left: 14px; margin-top: 7px; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev { background-position: -40px 0; margin-bottom: 7px; margin-top: 0; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box { height: 151px; overflow: hidden; border-bottom: 1px solid #dddddd; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div { background: #f5f5f5; border-top: 1px solid #dddddd; color: #666666; font-size: 12px; text-align: center; border-collapse: collapse; cursor: pointer; border-bottom-width: 0; height: 25px; line-height: 25px; } .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:first-child { border-top-width: 0; } .xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } .xdsoft_datetimepicker .xdsoft_label { display: inline; position: relative; z-index: 9999; margin: 0; padding: 5px 3px; font-size: 14px; line-height: 20px; font-weight: bold; background-color: #fff; float: left; width: 182px; text-align: center; cursor: pointer; } .xdsoft_datetimepicker .xdsoft_label:hover &gt; span { text-decoration: underline; } .xdsoft_datetimepicker .xdsoft_label:hover i { opacity: 1; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select { border: 1px solid #ccc; position: absolute; right: 0; top: 30px; z-index: 101; display: none; background: #fff; max-height: 160px; overflow-y: hidden; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select.xdsoft_monthselect { right: -7px; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select.xdsoft_yearselect { right: 2px; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option:hover { color: #fff; background: #ff8000; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option { padding: 2px 10px 2px 5px; text-decoration: none !important; } .xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option.xdsoft_current { background: #33aaff; -webkit-box-shadow: #178fe5 0 1px 3px 0 inset; box-shadow: #178fe5 0 1px 3px 0 inset; color: #fff; font-weight: 700; } .xdsoft_datetimepicker .xdsoft_month { width: 100px; text-align: right; } .xdsoft_datetimepicker .xdsoft_calendar { clear: both; } .xdsoft_datetimepicker .xdsoft_year { width: 48px; margin-left: 5px; } .xdsoft_datetimepicker .xdsoft_calendar table { border-collapse: collapse; width: 100%; } .xdsoft_datetimepicker .xdsoft_calendar td &gt; div { padding-right: 5px; } .xdsoft_datetimepicker .xdsoft_calendar th { height: 25px; } .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th { width: 14.2857142%; background: #f5f5f5; border: 1px solid #dddddd; color: #666666; font-size: 12px; text-align: right; vertical-align: middle; padding: 0; border-collapse: collapse; cursor: pointer; height: 25px; } .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th { width: 12.5%; } .xdsoft_datetimepicker .xdsoft_calendar th { background: #f1f1f1; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today { color: #33aaff; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current { background: #33aaff; -webkit-box-shadow: #178fe5 0 1px 3px 0 inset; box-shadow: #178fe5 0 1px 3px 0 inset; color: #fff; font-weight: 700; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_disabled { opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; } .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover { color: #fff !important; background: #ff8000 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_disabled:hover { color: inherit !important; background: inherit !important; -webkit-box-shadow: inherit !important; box-shadow: inherit !important; } .xdsoft_datetimepicker .xdsoft_calendar th { font-weight: 700; text-align: center; color: #999; cursor: default; } .xdsoft_datetimepicker .xdsoft_copyright { color: #ccc !important; font-size: 10px; clear: both; float: none; margin-left: 8px; } .xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important; } .xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important; } .xdsoft_time_box { position: relative; border: 1px solid #ccc; } .xdsoft_scrollbar &gt; .xdsoft_scroller { background: #ccc !important; height: 20px; border-radius: 3px; } .xdsoft_scrollbar { position: absolute; width: 7px; right: 0; top: 0; bottom: 0; cursor: pointer; } .xdsoft_scroller_box { position: relative; } .xdsoft_datetimepicker.xdsoft_dark { -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); background: #000000; border-bottom: 1px solid #444444; border-left: 1px solid #333333; border-right: 1px solid #333333; border-top: 1px solid #333333; color: #cccccc; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box { border-bottom: 1px solid #222222; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div { background: #0a0a0a; border-top: 1px solid #222222; color: #999999; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label { background-color: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label &gt; .xdsoft_select { border: 1px solid #333; background: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option:hover { color: #000; background: #007fff; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option.xdsoft_current { background: #cc5500; -webkit-box-shadow: #b03e00 0 1px 3px 0 inset; box-shadow: #b03e00 0 1px 3px 0 inset; color: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { background: #0a0a0a; border: 1px solid #222222; color: #999999; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { background: #0e0e0e; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today { color: #cc5500; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current { background: #cc5500; -webkit-box-shadow: #b03e00 0 1px 3px 0 inset; box-shadow: #b03e00 0 1px 3px 0 inset; color: #000; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover { color: #000 !important; background: #007fff !important; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { color: #666; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important; } .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important; } .xdsoft_dark .xdsoft_time_box { border: 1px solid #333; } .xdsoft_dark .xdsoft_scrollbar &gt; .xdsoft_scroller { background: #333 !important; } div.tagsinput { border: 1px solid #ccc; background: #fff; padding: 5px; overflow-y: auto; } div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius: 2px; -webkit-border-radius: 2px; display: block; float: left; padding: 5px; text-decoration: none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom: 5px; font-family: helvetica; font-size: 13px; } div.tagsinput span.tag a { font-weight: 700; color: #82ad2b; text-decoration: none; font-size: 11px; } div.tagsinput input { width: 80px; margin: 0 5px 5px 0; font-family: helvetica; font-size: 13px; border: 1px solid transparent; padding: 5px; background: 0 0; color: #000; outline: 0; } div.tagsinput div { display: block; float: left; } .tags_clear { clear: both; width: 100%; height: 0; } .not_valid { background: #fbd8db !important; color: #90111a !important; } /* sliders ---------------------- */ .slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ""; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /******* EXAMPLE A *******/ .rating-a .br-widget { height: 52px; } .rating-a .br-widget a { display: block; width: 15px; padding: 5px 0 5px 0; height: 30px; float: left; background-color: #e3e3e3; margin: 1px; text-align: center; } .rating-a .br-widget a.br-active, .rating-a .br-widget a.br-selected { background-color: #59a6d6; } .rating-a .br-widget .br-current-rating { font-size: 20px; line-height: 2; float: left; padding: 0 20px 0 20px; color: #646464; } /******* EXAMPLE B *******/ .rating-b .br-widget { height: 25px; } .rating-b .br-widget a { display: block; width: 70px; height: 16px; float: left; background-color: #e3e3e3; margin: 1px; } .rating-b .br-widget a.br-active, .rating-b .br-widget a.br-selected { background-color: #59a6d6; } .rating-b .br-widget .br-current-rating { line-height: 1.1; float: left; padding: 0 20px 0 20px; color: #646464; } .rating-b .br-readonly a.br-active, .rating-b .br-readonly a.br-selected { background-color: #cbcbcb; } /******* EXAMPLE C *******/ .rating-c .br-widget { height: 52px; } .rating-c .br-widget a { display: block; width: 35px; height: 35px; float: left; background-color: #e3e3e3; margin: 2px; text-decoration: none; font-size: 16px; font-weight: 400; line-height: 2.2; text-align: center; color: #b6b6b6; } .rating-c .br-widget a.br-active, .rating-c .br-widget a.br-selected { background-color: #59a6d6; color: white; } /******* EXAMPLE D *******/ .rating-d .br-widget { height: 52px; } .rating-d .br-widget a { display: block; width: 40px; padding: 5px 0 5px 0; height: 30px; float: left; background-color: white; border-bottom: 2px solid #e3e3e3; color: #646464; margin: 1px; text-decoration: none; line-height: 2.1; text-align: center; } .rating-d .br-widget a span { color: white; } .rating-d .br-widget a.br-active, .rating-d .br-widget a.br-selected { border-bottom: 2px solid #646464; } .rating-d .br-widget a:hover span, .rating-d .br-widget a.br-current span { color: #646464; } /******* EXAMPLE E *******/ .rating-e .br-widget a { padding: 5px; color: #646464; text-decoration: none; font-size: 11px; font-weight: 400; line-height: 3; text-align: center; } .rating-e .br-widget a.br-active { background-color: #e3e3e3; color: #646464; } .rating-e .br-widget a.br-selected { background-color: #59a6d6; color: white; } /******* EXAMPLE F *******/ .rating-f .br-widget { height: 24px; } .rating-f .br-widget a { background-image: url("images/star.png"); width: 24px; height: 24px; display: block; float: left; } .rating-f .br-widget a:hover, .rating-f .br-widget a.br-active, .rating-f .br-widget a.br-selected { background-position: 0 24px; } /******* EXAMPLE G *******/ .rating-g .br-widget { height: 25px; } .rating-g .br-widget a { display: block; width: 50px; height: 16px; float: left; background-color: #e3e3e3; margin: 1px; } .rating-g .br-widget a.br-active, .rating-g .br-widget a.br-selected { background-color: #59a6d6; } .rating-g .br-widget .br-current-rating { line-height: 1.1; float: left; padding: 0 20px 0 20px; color: #646464; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) { .rating-f .br-widget a { /* background: url('images/star@2x.png'); background-size: 24px 48px; */ } } a.banner-btn-url { margin-top: 1rem; } input[name="teach_language_name"].ui-autocomplete-loading { background: none; } .calendar-view { position: relative; } .schedule-list .timer .span-right { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .lesson-listing-timer.timer .colorDefinition { font-weight: 500; padding: 3px 10px; font-size: 17px; background: #333 !important; margin-top: 3px; display: inline-block; max-width: 115px; } .schedule-list .timer .label { font-size: 15px; margin: 0; display: inline-block; margin-right: 5px; font-weight: 600; color: var(--color-secondary); } .actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: top; margin: 0 0; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .actions li { display: inline-block; vertical-align: top; margin: 0 0 4px 0; margin-right: 2px; } .actions li a { display: block; border-radius: 4px; padding: 5px; width: 35px; height: 35px; line-height: 1.4; text-align: center; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #333; border-radius: 4px; } .actions li a svg path { fill: #fff; } .profile-progress { /*padding-right: 10px;*/ } .search-lesson-listing { padding-bottom: 10px; } small.transaction-fee, .transaction-fee.small { color: var(--color-secondary); } .btn.disabled { cursor: not-allowed; } .div_info li a { text-decoration: underline; color: var(--primary-color); cursor: pointer; } a.view-teacher-link { margin-right: 35px; } .-link-close.-top { top: 17px; } @media (max-width: 767.98px) { a.view-teacher-link { margin-right: 45px; } .-link-close.-top { right: 0px; } .message-head { padding-left: 30px; } } .iss_accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; text-align: left; border: none; outline: none; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ /* Style the accordion panel. Note: hidden by default */ .panel { background-color: white; display: none; overflow: hidden; } ul.list-accordion li { position: relative; } ul.list-accordion li label { position: absolute; left: 10px; top: 13px; } ul.list-accordion li .iss_accordion { padding-left: 40px; } .issues-to-resolve input { margin-right: 8px; margin-top: 2px; } /* cookie consent */ .cookie-consent .tab-menu { display: inline-block; } .cookie-consent .tabs-offset { margin: 0; } .cookie-consent .tab-menu ul { margin: 0; padding: 0; } .cookie-consent .tab-menu ul li { list-style-type: none; display: inline-block; } .cookie-consent .tab-menu ul li a { text-decoration: none; color: rgba(0, 0, 0, 0.4); background-color: #b4cbc4; padding: 7px 25px; border-radius: 4px; } .cookie-consent .tab { display: none; } .cookie-consent .tab h2, .cookie-consent .tab .h2 { color: rgba(0, 0, 0, 0.7); } .cookie-consent .tab p { color: rgba(0, 0, 0, 0.6); text-align: justify; } .cookie-consent .tab-active { display: block; } .cookie-consent .tabs-small a.is-active:after { height: 4px; background: #fff; position: absolute; left: 0; right: 0; bottom: -2px; content: ""; } .cookie-consent .tabs-small a.is-active { background: #fff; border-color: #e9e8eb; color: var(--color-secondary); font-weight: 600; } .cookie-consent .tabs-small li a { border-top: 1px solid transparent; } .cookie-consent.tab-container .tabs-small ul { display: -webkit-box; display: -ms-flexbox; display: flex; } .cookie-consent.tab-container .tabs-small li { display: block; } .cookie-consent.tab-container h2, .cookie-consent.tab-container .h2 { font-size: 20px; margin-bottom: 10px; } .cookie-consent .checkbox label input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: var(--color-secondary); } .cookie-consent .checkbox label input:checked + .input-helper:after { -webkit-transform: scale(1) rotate(-50deg); -ms-transform: scale(1) rotate(-50deg); transform: scale(1) rotate(-50deg); opacity: 1; filter: alpha(opacity=100); } .cookie-consent .tab-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .coookie-popup-head { padding: 15px; border-bottom: 1px solid var(--color-main); margin-bottom: 20px; } .coookie-popup-footer { padding: 15px; border-top: 1px solid var(--color-secondary); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .coookie-popup-body .form { padding: 10px 20px; min-height: 176px; } .coookie-popup-footer input[type="submit"] { background: var(--color-secondary); display: inline-block; vertical-align: top; padding: 0 30px; border: 0 none; position: relative; cursor: pointer; border: none; height: 40px; line-height: 41px; color: #fff; border-radius: 3px; font-weight: 600; font-size: 1.2rem; font-weight: 600; margin-right: 10px; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } .cookie-consent .checkbox input[type="checkbox"][disabled] { -webkit-text-fill-color: transparent; -webkit-opacity: 0; } /* end cookie consent */ .card-brand-logos { width: 300px; } .fc button.fc-time-button { display: none; } @media (min-width: 1200px) { a { outline: 2px solid transparent; outline-offset: 2px; border-radius: 2px; } a:focus-visible { outline-color: currentColor; } } .header { background-color: #fff; position: sticky; top: 0; z-index: 6; } .header-main { padding: 1.5rem 0; } @media (max-width: 767.98px) { .header-main { padding: 0.75rem 0; } } @media (min-width: 768px) { .header { border-bottom: 1px solid #eee; } } .header .container { width: 100%; } @media (min-width: 768px) { .header .container { max-width: 96%; } } @media (min-width: 768px) { .header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 1199.98px) { .header .container { -ms-flex-wrap: wrap; flex-wrap: wrap; } } .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .header .logo { width: 110px; height: 40px; position: relative; padding: 2px; margin-right: 2rem; min-width: 0; } @media (max-width: 1199.98px) { .header .logo { margin-right: 1rem; } } .header .logo a { display: block; height: 100%; color: #000; } .header .logo a:focus { outline-offset: 2px; } .header .logo img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-height: 100%; } .header .hamburger { margin-right: 1rem; } @media (max-width: 767.98px) { .header .hamburger { margin-left: -10px; } } .header-locate { margin-left: 2rem; } @media (min-width: 1200px) { .header-search { padding: 0 2.5rem; max-width: 650px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 auto; } } @media (max-width: 1199.98px) { .header-search { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 1rem; } } .header-actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } @media (max-width: 1399.98px) { .header-actions { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } } .header-actions .header-control + .header-control { margin-left: 2.5rem; } @media (max-width: 1399.98px) { .header-actions .header-control + .header-control { margin-left: 1rem; } } .header-mobile { display: none; } @media (max-width: 767.98px) { .header-mobile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 0; left: 0; background-color: #fff; color: #999; z-index: 12; width: 100%; height: 60px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 0.5rem; -webkit-box-shadow: 0px -1px 2px #00000014; box-shadow: 0px -1px 2px #00000014; } } .header-mobile .header-control { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .header-mobile .header-control__trigger { display: block; line-height: normal; text-align: center; position: relative; padding: 5px 0; } .header-mobile .header-control__trigger:after { display: none; } .header-mobile .header-control__trigger:before { content: ""; height: 3px; width: 20px; background-color: transparent; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; } .header-mobile .header-control__trigger.is-current { color: var(--primary-color); } .header-mobile .header-control__trigger.is-current:before { background-color: currentColor; } .header-mobile .header-control__media { margin-right: 0; margin: 0 auto; } .header-mobile .header-control__label { font-size: 10px; font-weight: normal; color: #333; } .header-mobile .header-control__label a { color: currentColor; } .header-mobile .header-control__count { position: absolute; top: 5px; left: 2.5rem; margin: 0; } .header-mobile .icon svg { fill: currentColor; } .header-mobile a.icon-home { color: currentColor; } .header-mobile a.icon-home:hover { color: currentColor; } .header-mobile a.icon-home svg { fill: currentColor; } .header-offset { background-color: #fff; color: #000; position: fixed; top: 0; bottom: 0; left: 0; border: none; opacity: 0; overflow: auto; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); width: 100%; z-index: 14; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; padding-bottom: 3rem; max-width: 400px; } .header-offset.visible { opacity: 1; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } .header-offset__header { padding: 1.5rem 2.5rem; } .header-offset .group h6, .header-offset .group .h6 { text-transform: uppercase; padding: 0 2.5rem; font-size: 12px; margin-bottom: 1rem; } .header-offset .group + .group { margin-top: 4rem; } .header__nav a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; padding: 0 2.5rem; color: currentColor; font-size: 1rem; font-weight: 700; line-height: 40px; } .header__nav a:hover { background-color: #d120270f; } .header__nav a:hover:after { opacity: 1; border-color: var(--primary-color); } .header__nav a::after { content: ""; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); opacity: 0.2; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; } .site-settings .language-select { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 50px; padding: 0 2.5rem; color: currentColor; font-size: 1rem; font-weight: 700; border: none; cursor: pointer; position: relative; } .site-settings .language-select:hover, .site-settings .language-select.is-selected { background-color: #d120270f; } .site-settings .language-select .icon { display: block; position: relative; width: 20px; height: 20px; color: #fff; background-color: #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); border-radius: 50%; } .site-settings .language-select .icon:after { position: absolute; content: ""; width: 9px; height: 5px; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; left: 5px; top: 6px; -webkit-transform: scale(1) rotate(-45deg); -ms-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); background-color: transparent; border-radius: 0; } .site-settings .language-select.is-selected .icon { background-color: #d11e23; } .horizontal-links { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (max-width: 767.98px) { .horizontal-links { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } .horizontal-links a { font-size: 0.875rem; font-weight: 700; color: currentColor; display: inline-block; vertical-align: middle; line-height: 1.6; margin-right: 0.25rem; } @media (min-width: 1200px) { .horizontal-links a:hover { color: var(--primary-color); } } .label-arrow { color: #666666; font-size: 0.875rem; font-weight: 600; line-height: 1.6; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .label-arrow:after { content: ""; height: 1px; width: 12px; background-color: currentColor; margin-left: 0.5rem; } .label-arrow:before { content: ""; height: 7px; width: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: -8px; } .header-control__trigger { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #333; line-height: 40px; padding: 0 0.5rem; cursor: pointer; } @media (max-width: 767.98px) { .header-control__trigger { color: currentColor; } } .header-control__trigger-arrow { padding-right: 1.5rem; position: relative; } .header-control__trigger-arrow:after { position: absolute; right: 5px; top: 14px; width: 7px; height: 7px; content: ""; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); opacity: 0.8; } @media (min-width: 1200px) { .header-control__trigger:hover { color: var(--primary-color); } } .header-control__media { margin-right: 0.125rem; width: 26px; height: 26px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; padding: 0; } .header-control__media svg { fill: currentColor; } @media (max-width: 767.98px) { .header-control__media svg { fill: currentColor; } } .header-control__label { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; max-width: 120px; color: currentColor; } .header-control__label a { color: currentColor; } .header-control__count { background-color: var(--primary-color); color: var(--primary-color-inverse); padding: 2px 4px; height: 20px; line-height: 1.4; font-size: 12px; border-radius: 16px; min-width: 20px; text-align: center; margin-left: 5px; display: inline-block; } .form .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 50px; position: relative; z-index: 2; } .form .search-form__field { background-color: transparent; text-align: center; font-weight: 600; font-size: 1rem; padding-left: 3rem; padding-right: 3rem; -webkit-box-shadow: inset 0px 0px 15px #0000000d; box-shadow: inset 0px 0px 15px #0000000d; border: 1px solid #e5e5e5; border-radius: 30px; } @media (max-width: 767.98px) { .form .search-form__field { border-radius: 10px; background-color: #eee; padding-left: 2.75rem; padding-right: 2.75rem; font-size: 0.875rem; font-weight: normal; } } .form .search-form__field:focus { -webkit-box-shadow: none; box-shadow: none; } @media (max-width: 767.98px) { .form .search-form__field:focus { background-color: #fff; } } .form .search-form input[type="submit"].search-form__btn { position: absolute; left: 0; top: 0; bottom: 0; background-color: transparent; border: none; font-size: 0; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0ic2VhcmNoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzAwIC0xMjApIj4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfNDMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQzIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMCAxMjApIiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBpZD0ic2VhcmNoLTIiIGRhdGEtbmFtZT0ic2VhcmNoIiBkPSJNMTMuMDQ4LDEyLjA3NCwxNiwxNS4wMjUsMTUuMDI1LDE2bC0yLjk1MS0yLjk1MmE2LjIsNi4yLDAsMSwxLC45NzUtLjk3NFptLTEuMzgyLS41MTFhNC44MjIsNC44MjIsMCwxLDAtLjEuMWwuMS0uMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMyAxMjMpIiBmaWxsPSIjMzMzIi8+CiAgPC9nPgo8L3N2Zz4K); background-repeat: no-repeat; background-position: center; width: 3.5rem; } @media (max-width: 767.98px) { .form .search-form input[type="submit"].search-form__btn { padding: 0; width: 3rem; margin: 0; } } .form .search-form input[type="submit"].search-form__btn:focus { -webkit-box-shadow: none; box-shadow: none; } .form .search-form .close-icon { position: absolute; right: 10px; top: 0px; width: 40px; height: 100%; } .form .search-form .close-icon span { background-color: transparent; color: currentColor; } .header-search::after { content: ""; background-color: rgba(51, 51, 51, 0.5); position: fixed; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; z-index: 2; } .header-search .search { position: relative; } .header-search__target { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 1; visibility: hidden; opacity: 0; pointer-events: none; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; background-color: #fff; -webkit-box-shadow: 0px 0px 30px #0000001a; box-shadow: 0px 0px 30px #0000001a; border-radius: 1.875rem; padding-top: 3rem; overflow: hidden; } @media (max-width: 767.98px) { .header-search__target { border-radius: 0; padding-top: 4.25rem; } } .header-search__target.visible { pointer-events: all; opacity: 1; visibility: visible; } .header-search-dropdown { overflow: auto; max-height: calc(100vh - 4.25rem); } @media (max-width: 767.98px) { .header-search-dropdown { height: 100vh; } } .header-search-dropdown .block__head { padding-top: 0.5rem; padding-bottom: 0.5rem; } .header-search-dropdown .block__head h6, .header-search-dropdown .block__head .h6 { font-size: 1.125rem; font-weight: 700; padding: 0; } @media (max-width: 767.98px) { .header-search-dropdown .block__head h6, .header-search-dropdown .block__head .h6 { font-size: 0.875rem; } } .header-search-dropdown .block__title { font-size: 0.875rem; } .is-search-toggle .search-form .search-form__field { -webkit-box-shadow: none; box-shadow: none; background-color: #fff; } @media (min-width: 768px) { .is-search-toggle .search-form .search-form__field { border-radius: 30px 30px 0 0; } } .is-search-toggle .search-form .search-form__field:focus { border-color: #ddd; } .is-search-toggle .header-search__target { pointer-events: all; opacity: 1; visibility: visible; } .is-search-toggle .header-search:after { opacity: 1; visibility: visible; pointer-events: all; } @media (max-width: 767.98px) { .is-search-toggle .header-search .search-form { margin: 10px; } } .is-search-toggle .header-search .search { z-index: 4; } @media (max-width: 767.98px) { .is-search-toggle .header-search .search { z-index: 13; position: fixed; left: 0; top: 0; right: 0; bottom: 0; -webkit-transition: 0.4s ease-in-out all; -o-transition: 0.4s ease-in-out all; transition: 0.4s ease-in-out all; border-radius: 0; } } .recent-searches { padding-bottom: 0.375rem; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; } .recent-searches::-webkit-scrollbar { width: 5px; height: 10px; } .header-control--locationFilter { position: absolute; top: -6px; left: -10px; z-index: 2; width: 500px; background-color: #fff; -webkit-box-shadow: 0px 0px 30px #0000001a; box-shadow: 0px 0px 30px #0000001a; border-radius: 0.625rem; padding-top: 2.5rem; display: none; } @media (max-width: 1199.98px) { .header-control--locationFilter { width: 460px; } } @media (max-width: 767.98px) { .header-control--locationFilter { padding-top: 0.5rem; width: 100%; position: fixed; top: 0; left: 0; left: 0; border-radius: 0; z-index: 5; height: 100%; background-color: #fff; } } .header-control--locationFilter.visible { display: block; } .location-filter-form { position: relative; } .location-filter-form .form .search-form { -webkit-box-shadow: inset 0px 0px 10px #0000000d; box-shadow: inset 0px 0px 10px #0000000d; border: 1px solid #dddddd; border-radius: 30px; padding: 10px; background-color: #ffff; color: #000; height: 60px; } @media (max-width: 767.98px) { .location-filter-form .form .search-form { display: block; padding: 0; border: none; -webkit-box-shadow: none; box-shadow: none; height: auto; } } .location-filter-form .form .search-form:focus-visible { border-color: #000; } .location-filter-form .form .search-form__field { height: 40px; -webkit-box-shadow: none; box-shadow: none; background-color: #fff; } @media (min-width: 768px) { .location-filter-form .form .search-form__field { border: none; padding: 0 1rem; font-size: 0.875rem; font-weight: normal; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; text-align: left; } } @media (max-width: 767.98px) { .location-filter-form .form .search-form__field { border-radius: 50px; } } .location-filter-form .form .search-form input[type="submit"].search-form__btn { height: 40px; line-height: 40px; } @media (min-width: 768px) { .location-filter-form .form .search-form input[type="submit"].search-form__btn { position: relative; padding: 0; margin: 0; width: 40px; -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; background-position: center; } } .location-filter-form .form .search-form__locatemeBtn { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: var(--secondary-color); color: #fff; font-size: 1rem; font-weight: 600; border-radius: 40px; white-space: nowrap; height: 40px; padding: 0.25rem 1.5rem; } @media (max-width: 767.98px) { .location-filter-form .form .search-form__locatemeBtn { width: 100%; margin-top: 1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .location-filter-form .form .search-form__locatemeBtn .icon { width: 24px; height: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 0.25rem; } .location-filter-form .form .search-form__locatemeBtn .icon svg { display: block; margin: auto; } .pac-container { padding-top: 1rem; } .pac-container .pac-icon { width: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 15px; flex: 0 0 15px; height: 20px; margin-right: 7px; display: inline-block; vertical-align: top; background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png); background-size: 34px; } .pac-container .pac-icon-marker { background-position: -1px -161px; } .pac-container .pac-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 40px; font-size: 0.875rem; } @media (min-width: 1200px) { .pac-container .pac-item { padding: 0 1rem; border: 1px solid transparent; border-radius: 50px; } } .pac-container .pac-item:hover { border-color: rgba(236, 161, 0, 0.4); } .pac-container .pac-item span { white-space: nowrap; } .pac-container .pac-item span:not(.pac-item-query) { -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; margin-left: 0.25rem; } .pac-container .pac-item .pac-item-query { font-weight: 700; } .card-location__body { padding: 1.25rem; } .card-location__head { padding: 0 1.25rem; } .card-location__footer { padding: 1.75rem 1.25rem; border-top: 1px solid #ddd; } .header-control--location { position: relative; z-index: 4; min-width: 0; } @media (max-width: 767.98px) { .header-control--location { margin-left: auto; } } .header-control--location::before { content: ""; position: fixed; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(51, 51, 51, 0.5); z-index: 1; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; opacity: 0; visibility: none; pointer-events: none; } .is-location .header-control--location { z-index: 15; } .is-location .header-control--location::before { opacity: 1; visibility: visible; pointer-events: all; } .is-location .header-control__trigger { z-index: 3; } .listing .tag-filter { margin: 0.125rem; } .tag-filter { border: 1px solid #dddddd; border-radius: 30px; background-color: #fff; color: currentColor; font-size: 12px; display: inline-block; vertical-align: middle; padding: 0.5rem 1.25rem; outline-offset: 0; white-space: nowrap; } @media (min-width: 1200px) { .tag-filter:hover { color: var(--primary-color); border-color: currentColor; } .tag-filter:focus-visible { outline-color: var(--primary-color); } } .meta-tag { background-color: #0000000d; border-radius: 30px; font-size: 12px; padding: 0.3rem 1rem; display: inline-block; vertical-align: middle; margin: 0 0.25rem 0.875rem 0; line-height: 1.5; } .header-control--headerCart { background-color: #fff; color: #000; position: fixed; top: 0; bottom: 0; right: 0; border: none; opacity: 0; overflow: auto; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); width: 100%; z-index: 14; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; max-width: 30rem; display: block; } .header-control--headerCart.visible { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; } .header-control--cart { position: relative; } .is-cart .header-control__trigger.open:after { content: ""; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(51, 51, 51, 0.5); -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; z-index: 11; } .header-cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; background-color: #fff; color: #000; } .header-cart .cart-summary { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; background-color: #fff; color: #000; } .header-cart .cart-summary__head { background-color: #f6f6f6; padding: 1.25rem 1.5rem; } .header-cart .cart-summary__body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; } .header-cart .cart-summary__body, .header-cart .cart-summary__footer { padding: 2rem 1.5rem; } .header-cart .cart-summary__footer { background-color: #f6f6f6; border-top: none; } .header-cart__count { text-decoration: underline; text-underline-offset: 2px; font-weight: 600; color: currentColor; font-size: 1rem; } .header-cart__count:hover { text-decoration: none; color: var(--primary-color); } .header-cart__head { background-color: #f6f6f6; padding: 1.25rem 1.5rem; } .header-cart__head h6, .header-cart__head .h6 { font-size: 1.5rem; margin: 0; font-weight: 700; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 1rem; } .header-cart__body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; } .header-cart__body, .header-cart__foot { padding: 2rem 1.5rem; } .header-cart__foot { background-color: #f6f6f6; } .header-cart .cart-item__img { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; max-width: 80px; } .header-cart .cart-item__img::after { content: ""; display: block; padding-bottom: 100%; } .header-cart .cart-item__img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .header-cart .cart-item__qty { font-size: 1rem; } .header-cart .cart-item__title { font-size: 1rem; font-weight: 700; color: currentColor; } .header-cart .cart-item__title a { color: currentColor; } .header-cart .cart-item__price { font-size: 1rem; font-weight: 700; } .header-cart .cart-item .cart-qty { margin-bottom: 5px; } .header-cart__tbl { width: 100%; } .header-cart__tbl tr:last-child td { padding-top: 1rem; font-size: 1.125rem; } .header-cart__tbl td { font-size: 0.875rem; font-weight: 700; padding: 0.35rem 0; } .header-cart__tbl td strong { font-weight: 800; } .header-cart__tbl td:last-child { text-align: right; } @media (max-width: 767.98px) { .header-cart .cart-summary { padding-top: 0rem; } } .header-cart .cart-summary__mobile { display: none; } .header-control--user { position: relative; } .header-control--user .header-account { padding: 0.5rem; } .header-control--user .header-account ul li a { position: relative; padding: 0.5rem 1.5rem; color: currentColor; font-size: 1rem; font-weight: 700; display: block; border-radius: 0.25rem; } .header-control--user .header-account ul li a:hover { background-color: #f0f0f0; } .header-control--user .header-control__target { position: absolute; top: 100%; right: 0; z-index: 2; min-width: 210px; background-color: #fff; -webkit-box-shadow: 0px 0px 30px #0000001a; box-shadow: 0px 0px 30px #0000001a; border-radius: 0.625rem; display: none; } @media (max-width: 767.98px) { .header-control--user .header-control__target { background-color: #fff; color: #000; position: fixed; top: 0; bottom: 0; right: 0; border: none; opacity: 0; overflow: auto; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); width: 100%; z-index: 14; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; max-width: 30rem; display: block; border-radius: 0; } } .header-control--user .header-control__target.visible { display: block; } @media (max-width: 767.98px) { .header-control--user .header-control__target.visible { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; } } .header-control--user .mobile-back-btn { padding: 1rem 2rem 0; } .header-control--notification .count { min-width: 24px; height: 24px; font-size: 0.85em; text-align: center; padding: 1px 4px 0; line-height: 24px; position: absolute; right: 0; top: -10px; background: #d11e23; color: #fff; font-weight: 500; border-radius: 50%; } .header-control--notification .header-control__trigger { position: relative; } /* footer ---------------------- */ .section--subscribe { background-repeat: no-repeat; background-size: cover; background-position: center top; padding: 80px 0; } @media (min-width: 1200px) { .section--footer .container--fixed { max-width: 1100px; } } .form--subscribe li { display: inline-block; vertical-align: top; position: relative; margin: 0 0; padding: 5px; } .form--subscribe li input[type="text"] { width: 300px; } .form--subscribe li input[type="submit"] { background: #d11e23; border-color: #d11e23; } .form--subscribe li input[type="submit"]:active { top: 0; } .section--footer { background: #343434; color: #fff; } .section--footer h6, .section--footer .h6 { color: inherit; padding: 0 0 20px 0; } .section--footer-lower { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 20px 0 0; margin: 30px 0 0; } .row--last { margin-top: 60px; } .row--last p { color: rgba(255, 255, 255, 0.3); font-size: 1em; } .dropdown { position: relative; display: inline-block; } .dropdown__target { position: absolute; left: 0; bottom: 100%; background: #000; width: 100%; text-align: left; padding: 20px 10px 10px 25px; } .dropdown__target--white { background: #fff; position: absolute; right: 1px; top: 33px; width: 100%; text-align: left; padding: 20px; min-width: 200px; border: 1px solid #e6e6e6; -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08); box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08); z-index: 2; } .dropdown__target--white:before { position: absolute; right: 15px; top: -10px; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #e6e6e6; } .dropdown__target--white:after { position: absolute; right: 15px; top: -8px; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; } .link--close { z-index: 10; width: 35px; height: 35px; position: absolute; right: 5px; top: 5px; text-align: center; line-height: 18px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .link--close:before { width: 2px; height: 20px; left: 50%; margin: 0 0 0 -1px; position: absolute; top: 8px; content: ""; background: #333; } .link--close:after { width: 20px; height: 2px; left: 8px; top: 50%; margin: -1px 0 0 0; position: absolute; content: ""; background: #333; } .link--close.white:before, .link--close.white:after { background: #fff; } .page--bg { background-size: cover; background-position: center top; background-repeat: no-repeat; background-attachment: fixed; } .form-cover input[type="submit"] { display: block; width: 100%; } .form-cover--even h6, .form-cover--even .h6 { font-weight: 300; } .form-cover.box { border: 1px solid #e7e7e7; } .form-cover.box .box__head { border-top: none; } .form--small p { margin: 0 0 5px 0; } .wrap--small { max-width: 600px; margin: auto; } .wrap--normal { max-width: 700px; margin: auto; } .form__heading { margin: 10px -30px 20px; background: #f5f5f5; padding: 20px 30px 15px; text-align: left; } .form-cover--odd { background: #fff; } .field-set { display: inline-block; margin: 0 0 20px; width: 100%; } .field_label { color: #777; display: block; margin: 0 0 5px; text-align: left; font-size: 0.9em; } .form-cover.box { padding: 0; } .form--horizontal .field-set { display: table; table-layout: fixed; } .form--horizontal .caption-wraper { display: table-cell; padding: 15px 20px 0 0; vertical-align: top; width: 34%; } .form--horizontal .field-wraper { display: table-cell; vertical-align: top; width: 66%; } .form--horizontal .radio-yn { margin: 14px 0 0; } .group--social { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px 0 20px; width: 100%; } .group--social .btn { margin: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .group--social .btn .svg-icon { width: 20px; height: 20px; display: block; margin: 0 auto; } .group--social .btn .svg-icon svg { width: 100%; height: 100%; display: block; } .group--social-onehalf .btn { margin: 10px 0 0; } .btn--social-fb { background: #3a5795; border-color: #3a5795; } .btn--social-gp { background: #df4a32; border-color: #df4a32; } .btn--social-ap { background: #000; color: #fff; } .form-cover--even h4, .form-cover--even .h4 { padding-bottom: 0; } .form-cover--even p { color: #000; } .spn_must_field { color: red; } .captchapic { height: 50px; display: inline-block; vertical-align: middle; float: left; } .reloadlink { display: inline-block; margin: 10px 0 0 10px; position: relative; vertical-align: middle; float: left; } .reloadlink img { width: 25px; } .slt-absolute { max-width: 80px; position: absolute; border: none; left: 1px; top: 1px; bottom: 1px; height: 48px; border-right: 1px solid #ddd; } .slt-absolute:focus { border-color: #d7d7d7; } .input-absolute { padding-left: 95px !important; } .field_cover { position: relative; } .field_cover .links--inline { margin: 15px 0 0; } .field_cover .links--inline li { padding: 0 10px 0 0; line-height: 1.4; } @media (max-width: 1199.98px) { .wrap.wrap--normal .form-cover.box { padding: 10px; background: none; } } @media (max-width: 767.98px) { .form--subscribe li { width: 100%; display: block; margin: 0; } .form--subscribe li input[type="text"], .form--subscribe li input[type="submit"] { margin: 0; width: 100%; } .form.form--subscribe ul { width: 100%; display: inline-block; } .form.form--subscribe ul &gt; li.first-child { width: 60%; float: left; } .form.form--subscribe ul &gt; li.last-child { width: 40%; float: left; } .form.form--subscribe ul &gt; li.last-child input { font-size: 1em; } .page--bg, .form-cover { background: none !important; } .form-cover--odd { background: #fff !important; } .form-cover.box { border: none; } .container--small .form-cover { padding: 0; } .links--socials { display: table; margin: auto; } footer .dropdown { display: block; max-width: 300px; margin: 0 auto 15px; } footer .txt--nos { text-align: center; margin: 0 0 10px 0; } footer h6.toggle--trigger.is--active:before, footer .toggle--trigger.is--active.h6:before { top: 16px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .toggle__target { display: none; padding: 10px; } .links--socials li a { width: 40px; height: 40px; } .links--socials li a svg { width: 16px; height: 16px; } .section--footer { padding-bottom: 60px; } .section--footer-lower { padding-top: 0; margin-top: 15px; border: none; } footer h6.toggle--trigger:before, footer .toggle--trigger.h6:before { position: absolute; right: 15px; top: 16px; width: 10px; height: 10px; content: ""; border-left: 2px solid rgba(255, 255, 255, 0.2); border-bottom: 2px solid rgba(255, 255, 255, 0.2); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; } footer h6.toggle--trigger, footer .toggle--trigger.h6 { width: 100%; display: inline-block; position: relative; text-align: left; position: relative; margin: 5px 0 0 0; cursor: pointer; font-size: 14px; text-transform: uppercase; padding: 15px 10px 15px 15px; color: #999; background: #494949; border-radius: 8px; } .section--footer-lower [class*="col-"] { width: 100%; } .drop-down__target { position: relative; top: 100%; padding: 10px 0; } .drop-down__target .container { padding: 0; } } @media (max-width: 575.98px) { .wrap.wrap--normal .form-cover.box .box__head { text-align: center; } .section--footer-lower [class*="col-"] { width: 100%; } .footerlinks a, .footer .links--vertical a { display: block; font-size: 1rem; padding: 10px 0; } .footer .links--vertical li { padding-bottom: 0; } } @media (min-width: 768px) { .footer-main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media (max-width: 767.98px) { .footer-main__col { padding-bottom: 1.875rem; } .footer-main__col:last-child { padding-bottom: 0; } } @media (min-width: 1400px) { .footer-main__col:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } } .link { color: currentColor; line-height: 40px; display: inline-block; text-decoration: underline; -webkit-text-decoration-style: dashed; text-decoration-style: dashed; text-underline-offset: 5px; } .link:hover { text-decoration: none; } @media (min-width: 768px) { .footer { background-color: #333; color: #fff; } } .footer__top { padding: 4.5rem 0; } @media (max-width: 1199.98px) { .footer__top { padding: 2rem 0; display: none; } } @media (min-width: 1200px) { .footer__top { border-bottom: 1px solid rgba(255, 255, 255, 0.02); } } .footer__middle { padding: 4.5rem 0; } @media (max-width: 1199.98px) { .footer__middle { padding: 2rem 0; } } @media (max-width: 767.98px) { .footer__middle { display: none; } } .footer__bottom { padding: 2.5rem 0; opacity: 0.8; font-size: 14px; background-color: #ffffff0d; } @media (max-width: 1199.98px) { .footer__bottom { padding: 1.5rem 0; } } @media (max-width: 767.98px) { .footer__bottom { border-top: 1px solid #ddd; text-align: center; } } @media (min-width: 1200px) { .newsletter { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 2rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 1199.98px) { .newsletter { text-align: center; max-width: 500px; margin: 0 auto; } } @media (max-width: 1199.98px) { .newsletter__header { padding-bottom: 1rem; } } .newsletter__header h2, .newsletter__header .h2 { font-weight: 800; font-size: 1.875rem; padding-bottom: 0.25rem; } @media (max-width: 1199.98px) { .newsletter__header h2, .newsletter__header .h2 { font-size: 1.25rem; } } @media (max-width: 767.98px) { .newsletter__header h2, .newsletter__header .h2 { padding-bottom: 0rem; } } .newsletter__header p { color: currentColor; margin: 0; } @media (max-width: 767.98px) { .newsletter__header p { font-size: 0.875rem; } } .newsletter-form { background-color: #fff; color: #000; border-radius: 30px; padding: 0.625rem; position: relative; } @media (min-width: 768px) { .newsletter-form .form { display: -webkit-box; display: -ms-flexbox; display: flex; } } .newsletter-form input.newsletter-form__field { border: none; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 40px; line-height: 40px; background-image: url(images/retina/icon__email.svg); background-repeat: no-repeat; background-position: left 10px center; padding-left: 3rem; font-size: 1rem; -webkit-box-shadow: none; box-shadow: none; } @media (max-width: 767.98px) { .newsletter-form input.newsletter-form__field { border: 1px solid #dddddd; border-radius: 30px; height: 50px; line-height: 50px; margin-bottom: 0.625rem; text-align: center; padding: 0 3rem; background-position: 20px center; } } .newsletter-form input.newsletter-form__btn { border: none; border-radius: 50px; font-size: 14px; margin: 0; height: 40px; line-height: 40px; background-color: var(--secondary-color); color: var(--secondary-color-inverse); outline: 2px solid transparent; outline-offset: 2px; padding: 0 2rem; } @media (max-width: 1199.98px) { .newsletter-form input.newsletter-form__btn { padding: 0 1rem; } } @media (max-width: 767.98px) { .newsletter-form input.newsletter-form__btn { display: block; width: 100%; height: 50px; line-height: 50px; } } .newsletter-form input.newsletter-form__btn:focus { outline-color: #000; } .newsletter-form .errorlist { background-color: transparent; } @media (min-width: 768px) { .newsletter-form .errorlist { position: absolute; top: 100%; } } .footer-group .btn.btn--white:not(:hover) { color: rgba(0, 0, 0, 0.6); } .footer-group__head { font-weight: 700; } nav.nav--vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } nav.nav--vertical a { color: currentColor; opacity: 0.7; font-size: 14px; font-weight: 600; line-height: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } nav.nav--vertical a:hover { text-decoration: underline; opacity: 1; } nav.nav--vertical a .icon { margin-right: 0.5rem; } .btn.btn--arrow { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .btn.btn--arrow::after { content: ""; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: 1rem; } @media (max-width: 1199.98px) { .btns-group .btn { height: 40px; line-height: 40px; padding: 0 1rem; } } .btns-group .btn + .btn { margin-top: 1rem; } .home-index .footer__top { display: block; } .social_login_options { text-align: center; } .group--social-login { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.75rem; } .social-action { width: 100%; border: 2px solid #dddddd; border-radius: 100px; padding: 0.75rem 1rem; color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; } @media (max-width: 767.98px) { .social-action { padding: 0.5rem 1rem; } } .social-action:hover { background-color: rgba(0, 0, 0, 0.06); } .social-action__label { -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; } .social-action .svg-icon { width: 30px; height: 30px; display: block; } @media (max-width: 767.98px) { .social-action .svg-icon { width: 24px; height: 24px; } } .social-action .svg-icon svg { display: block; width: 100%; height: 100%; } .social-action--apple { background-color: #000; border-color: #000; color: #fff; } /* section ---------------------- */ .section { padding: calc(1.75rem + 1.75vw) 0; position: relative; width: 100%; } .section__head { margin-bottom: 2.5rem; } .section__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 2rem; } @media (max-width: 1199.98px) { .section__header { padding-bottom: 1.25rem; } } .section__header-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .section__header-title h2, .section__header-title .h2 { font-weight: 800; padding: 0; } @media (min-width: 1200px) { .section__header-title h2, .section__header-title .h2 { font-size: 1.875rem; } } @media (max-width: 767.98px) { .section__header-title h2, .section__header-title .h2 { font-size: calc(16px + 0.5vw); } } .section__header-title h6, .section__header-title .h6 { font-weight: 700; font-size: 1rem; } .section__header-action { padding-left: 1rem; } .section__header-action .btn--outline { height: auto; line-height: normal; padding: 0.75rem 1.5rem; } @media (max-width: 767.98px) { .section__header-action .btn--outline { border: none; padding-left: 0; padding-right: 0; font-size: 0.875rem; } } @media (min-width: 1200px) { .section__header-action .btn--outline:hover, .section__header-action .btn--outline:focus, .section__header-action .btn--outline:active { background-color: #d12027; border-color: #d12027; color: #fff; } } .body.home-page { background-color: #fff; } #popular_restaurants.section { background-color: rgba(0, 0, 0, 0.04); } /* section title ---------------------- */ .section__title { position: relative; padding: 30px 0; } .section__title h2, .section__title .h2 { font-size: 2.5em; text-transform: uppercase; color: #2b2b2b; font-family: "Oswald"; font-weight: 500; line-height: 1; letter-spacing: 10px; } .section__title h5, .section__title .h5 { text-transform: uppercase; color: #625e5e; font-family: "Oswald"; font-weight: 500; line-height: 1; } .link-arrow { width: 40px; height: 40px; position: relative; display: block; color: #999; } .link-arrow::after { content: ""; width: 14px; height: 2px; background-color: currentColor; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 20px; left: 14px; } .link-arrow::before { content: ""; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); position: absolute; left: 17px; top: 15px; } .list-group-item { border: none; border-bottom: 1px solid #ddd; padding: 1.25rem; color: #333; font-size: 0.875rem; outline-offset: -4px; } .list-group-item.d-flex { gap: .6rem; } @media (max-width: 767.98px) { .list-group-item { padding: 0.875rem; } } .list-group-item:last-child { border-bottom: none; } .list-group-item strong { font-weight: 700; } .list-group-item:hover { background-color: #f5f5f5; } .list-group-item:hover .list-group-item__media { background-color: #fff; border-color: #ddd; } .list-group-item:hover .link-arrow { color: #000; } .list-group-item__media { width: 55px; height: 55px; -webkit-box-flex: 0; -ms-flex: 0 0 55px; flex: 0 0 55px; background-color: #f5f5f5; border: 1px solid #f5f5f5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .list-group-item__media img { max-height: 100%; } @media (max-width: 767.98px) { .list-group-item__action { display: none; } } .list-group-item__content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.6; } .list-group-item__content .restaurant-card { padding: 0; } .list-group-item__content .restaurant-card__title { font-size: 1rem; } @media (max-width: 767.98px) { .list-group-item__content .restaurant-card__title { font-size: 0.875rem; padding-bottom: 0; } } .list-group-item__content .restaurant-card__rating { color: currentColor; margin-left: 0; } .list-group-item__content .restaurant-card__time { margin-left: 1rem; } .list-group-item__content .restaurant-card__qty { margin-left: 1rem; } .list-group-item__content .restaurant-card__description { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 0.25rem; margin: 0; } .list-group-item__content .restaurant-card .rating__value { font-size: 0.875rem; } .layout-slider .slick-list { margin: 0 -1rem; } @media (max-width: 1400px) { .layout-slider .slick-list { margin: 0 -0.625rem; } } @media (max-width: 1199.98px) { .layout-slider .slick-list { padding-right: 3rem; } } @media (max-width: 767.98px) { .layout-slider .slick-list { margin: 0 -20px; } } .layout-slider .layout__item { padding: 0 1rem; } @media (max-width: 1400px) { .layout-slider .layout__item { padding: 0 0.625rem; } } @media (max-width: 767.98px) { .layout-slider .layout__item { padding: 0; padding-left: 20px; } } .layout-slider .slick-arrow { position: absolute; z-index: 2; top: 28%; opacity: 0; } .layout-slider .slick-arrow:hover { background-color: var(--primary-color); color: #fff; } .layout-slider .slick-arrow.slick-prev { left: -50px; } .layout-slider .slick-arrow.slick-next { right: -50px; } .layout-slider .slick-arrow.slick-disabled { display: none !important; } .layout-slider:hover .slick-arrow { opacity: 1; } .layout-slider:hover .slick-arrow.slick-prev { left: -25px; } .layout-slider:hover .slick-arrow.slick-next { right: -25px; } .layout-grid { display: grid; grid-gap: 2rem; } .layout-grid .layout__item { min-width: 0; } @media (max-width: 1400px) { .layout-grid { grid-gap: 1rem; } } .layout-grid[data-view="2"] { grid-template-columns: repeat(2, 1fr); } @media (max-width: 767px) { .layout-grid[data-view="2"] { grid-template-columns: repeat(1, 1fr); } } .layout-grid[data-view="3"] { grid-template-columns: repeat(3, 1fr); } @media (max-width: 767.98px) { .layout-grid[data-view="3"] { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 575.98px) { .layout-grid[data-view="3"] { grid-template-columns: repeat(1, 1fr); grid-gap: 1.25rem; } } .layout-grid[data-view="4"] { grid-template-columns: repeat(4, 1fr); } .layout-grid[data-view="5"] { grid-template-columns: repeat(5, 1fr); } .layout-grid[data-view="6"] { grid-template-columns: repeat(6, 1fr); } .layout-grid[data-view="7"] { grid-template-columns: repeat(7, 1fr); } .tabs-listing { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; } @media (max-width: 1199.98px) { .tabs-listing { display: block; white-space: nowrap; overflow: auto; padding-bottom: 0.5rem; } } @media (max-width: 767.98px) { .tabs-listing { margin: 0 -20px; padding-left: 20px; } } .tabs-listing li { display: inline-block; vertical-align: middle; } @media (max-width: 1199.98px) { .tabs-listing li { margin: 0 0.125rem; } } .tabs-listing li a { border: 1px solid #ddd; border-radius: 30px; padding: 1rem 2rem; display: block; background-color: #fff; color: #666; font-weight: 700; font-size: 14px; line-height: 1.1; outline: none; } @media (max-width: 1199.98px) { .tabs-listing li a { padding: 0.75rem 1.25rem; } } .tabs-listing li a.is-current { border-color: currentColor; color: var(--primary-color); } @media (min-width: 1200px) { .tabs-listing li a:hover, .tabs-listing li a:active, .tabs-listing li a:focus { border-color: currentColor; color: var(--primary-color); } } .tab-wrap:not(.visible) { display: none; } @media (max-width: 767.98px) { .home-index .tabs-wrapper .restaurant-card { margin-bottom: 0.75rem; } .home-index .tabs-wrapper .layout-grid { margin: 0 -20px; } .home-index .tabs-wrapper .layout-grid .layout__item { padding: 0; padding-left: 20px; } } .tabs-links { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .tabs-links li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1rem; font-weight: 600; color: currentColor; padding: 1rem 1.25rem; background-color: transparent; border: 1px solid transparent; border-bottom: none; border-radius: 6px 6px 0 0; } @media (max-width: 1199.98px) { .tabs-links li a { font-size: 0.875rem; padding: 0.625rem 0.875rem; } } .tabs-links li a.is-current { border-color: #ddd; background-color: #fff; color: var(--primary-color); } .tabs-links li a span.icon { width: 30px; height: 30px; } .tabs-links li a span.icon svg { display: block; width: 100%; height: 100%; } @media (max-width: 767.98px) { .tabs-links li a span.icon { width: 20px; height: 20px; } } .restaurant-card { position: relative; color: #000; } @media (min-width: 1200px) { .restaurant-card { padding: 4px; } } .restaurant-card__body { position: relative; } .restaurant-card__media { border-radius: 10px; overflow: hidden; position: relative; aspect-ratio: 16/9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #f0f0f0; } .restaurant-card__media img { -webkit-transition: ease all 0.5s; -o-transition: ease all 0.5s; transition: ease all 0.5s; } .restaurant-card__media::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: transparent -o-linear-gradient(271deg, #eeeeee00 0%, #0000008a 65%, #000000 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(179deg, #eeeeee00 0%, #0000008a 65%, #000000 100%) 0% 0% no-repeat padding-box; height: 155px; pointer-events: none; -webkit-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; border-radius: 10px; } .restaurant-card .off-sticker { background: var(--primary-color); border-top-right-radius: 3px; border-bottom-right-radius: 3px; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.45rem 0.875rem; } .restaurant-card .off-sticker .icon { display: block; width: auto; height: auto; margin-right: 0.5rem; } .restaurant-card .off-sticker .icon svg { display: block; fill: currentColor; } .restaurant-card .off-sticker span { font-weight: 600; font-size: 13px; } .restaurant-card__footer { padding: 1.25rem 0; display: grid; grid-template-columns: repeat(2, auto); grid-gap: 0.125rem 1rem; font-size: 14px; } @media (max-width: 767.98px) { .restaurant-card__footer { -webkit-box-shadow: 0px 2px 10px #0000001a; box-shadow: 0px 2px 10px #0000001a; border: 1px solid #dddddd; border-radius: 0px 0px 10px 10px; padding: 1.125rem; padding-top: 1.75rem; margin-top: -1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; grid-gap: 0; } } .restaurant-card__title { font-weight: 800; color: #333; padding: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; font-size: 1.25rem; } @media (max-width: 767.98px) { .restaurant-card__title { font-size: 0.9375rem; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 0.25rem; } } .restaurant-card__address, .restaurant-card__description { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } @media (max-width: 767.98px) { .restaurant-card__address, .restaurant-card__description { margin-bottom: 1rem; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; font-size: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; min-height: 34px; } } .restaurant-card__time { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } @media (min-width: 768px) { .restaurant-card__time { margin-left: auto; } } @media (max-width: 767.98px) { .restaurant-card__time { font-size: 12px; } } .restaurant-card__time .icon { display: block; height: auto; width: auto; margin-right: 0.25rem; } .restaurant-card__time .icon svg { display: block; } .restaurant-card__qty { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; margin-left: auto; } @media (max-width: 767.98px) { .restaurant-card__qty { margin-left: 1.25rem; font-size: 12px; } } .restaurant-card__rating { color: #fff; margin-left: auto; } .restaurant-card__rating .rating { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .restaurant-card__rating .rating__value { line-height: 1.1; } .restaurant-card__labels { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.625rem; position: absolute; bottom: 1.125rem; right: 1.125rem; left: 0; } .restaurant-card__status { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; font-size: 0.875rem; font-weight: 800; color: var(--primary-color); padding-top: 1rem; } .restaurant-card--closed .restaurant-card__media { opacity: 0.5; } @media (min-width: 1200px) { .restaurant-card:hover .restaurant-card__title { color: var(--primary-color); } .restaurant-card:hover .restaurant-card__media::after { height: 100%; } .restaurant-card:hover .restaurant-card__media img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } } .restaurant-card__action { position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 2; border-radius: 10px; color: #000; outline-offset: -2px; } @media (max-width: 767.98px) { .layout-slider .restaurant-card { margin-bottom: 0.75rem; height: 100%; } } .h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0; font-weight: 500; line-height: 1.4; color: inherit; padding-bottom: 10px; } .h1, h1, .h1 { font-size: 2.2rem; } .h2, h2, .h2 { font-size: calc(18px + 0.5vw); } .h3, h3, .h3 { font-size: calc(16px + 0.4vw); } .h4, h4, .h4 { font-size: calc(18px + 0.2vw); } .h5, h5, .h5 { font-size: calc(16px + 0.13vw); } .h6, h6, .h6 { font-size: calc(14px + 0.2vw); } p { margin-top: 0; margin-bottom: 1rem; color: inherit; line-height: 1.8; color: #000; } .body { min-height: 600px; } body.is--home { background: #fff; } body.popup__show .ui-autocomplete.ui-widget-content.ui-front { z-index: 1001 !important; } .checkbox-listing--scrollable { max-height: 300px; overflow: auto; } @media (width: 640px) { .item__tags + .item__footer { min-height: 99px; } .item .location { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: 100%; } } .nav { display: inline-block; vertical-align: top; } .nav--primary { color: #333; text-transform: uppercase; } .nav--primary ul { display: inline-block; vertical-align: middle; } @media (max-width: 1199.98px) { .nav--primary ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .nav--primary ul li { display: inline-block; vertical-align: top; margin-left: calc(0.5rem + 0.5vw); } @media (max-width: 1199.98px) { .nav--primary ul li { margin-left: 0; } } .nav--primary ul li a { color: inherit; font-weight: 500; position: relative; } .nav--primary ul li a::before { white-space: nowrap; color: #d11e23; content: attr(data-hover); left: 0; max-width: 0; overflow: hidden; position: absolute; -o-transition: max-width 0.5s ease 0s; transition: max-width 0.5s ease 0s; -webkit-transition: max-width 0.5s ease 0s; -ms-transition: max-width 0.5s ease 0s; } .nav--primary ul li a::after { background: #d11e23; content: ""; height: 3px; left: 110%; position: absolute; bottom: -5px; -o-transition: width 500ms ease 0s, left 500ms ease 0s; transition: width 500ms ease 0s, left 500ms ease 0s; -webkit-transition: width 500ms ease 0s, left 500ms ease 0s; -ms-transition: width 500ms ease 0s, left 500ms ease 0s; width: 0; } @media (min-width: 1200px) { .nav--primary ul li a:hover::before { max-width: 100%; } } @media (min-width: 1200px) { .nav--primary ul li.is-active a:hover::after, .nav--primary ul li a:hover::after { left: 0; -o-transition: width 500ms ease 0s; transition: width 500ms ease 0s; -webkit-transition: width 500ms ease 0s; -ms-transition: width 500ms ease 0s; width: 100%; } } .nav--secondary &gt; ul &gt; li { position: relative; float: left; margin-left: 40px; color: var(--primary-color); } .nav--secondary &gt; ul &gt; li a { color: inherit; } .nav--secondary &gt; ul &gt; li a:hover { color: #000; text-decoration: underline; } .nav--secondary &gt; ul &gt; li img { width: 22px; display: none; } .nav--secondary &gt; ul &gt; li .count { min-width: 24px; height: 24px; font-size: 0.85em; text-align: center; padding: 1px 4px 0; line-height: 24px; position: absolute; right: -18px; top: -12px; background: #d11e23; color: #fff; font-weight: 500; border-radius: 50%; } .nav--secondary &gt; ul &gt; li.nav__link--primary &gt; a { padding: 0 2px; color: inherit; } .nav--secondary &gt; ul &gt; li.nav__link--cart img, .nav--secondary &gt; ul &gt; li.nav__link--notifications img { display: block; } .nav--search { color: #333; text-transform: uppercase; } .nav--search &gt; ul &gt; li { display: inline-block; vertical-align: middle; } .nav--search &gt; ul &gt; li &gt; a { color: inherit; font-weight: 500; position: relative; } .nav--search &gt; ul &gt; li &gt; a::before { white-space: nowrap; color: #d11e23; content: attr(data-hover); left: 0; max-width: 0; overflow: hidden; position: absolute; -o-transition: max-width 0.5s ease 0s; transition: max-width 0.5s ease 0s; -webkit-transition: max-width 0.5s ease 0s; -ms-transition: max-width 0.5s ease 0s; } .nav--search &gt; ul &gt; li &gt; a::after { background: #d11e23; content: ""; height: 3px; left: 110%; position: absolute; bottom: -5px; -webkit-transition: width 500ms ease 0s, left 500ms ease 0s; -o-transition: width 500ms ease 0s, left 500ms ease 0s; transition: width 500ms ease 0s, left 500ms ease 0s; width: 0; } .nav--search &gt; ul &gt; li &gt; a:hover::after { left: 0; -webkit-transition: width 500ms ease 0s; -o-transition: width 500ms ease 0s; transition: width 500ms ease 0s; width: 100%; } .nav--search &gt; ul &gt; li &gt; a:hover::before { max-width: 100%; } .nav--search &gt; ul &gt; li.nav__link-search .search-icon { display: inline-block; vertical-align: middle; width: 18px; position: absolute; left: -22px; top: 2px; -webkit-filter: grayscale(100%); filter: grayscale(100%); } .nav--search &gt; ul &gt; li.nav__link-search a:hover .search-icon { -webkit-filter: grayscale(0); filter: grayscale(0); } /* toggles ---------------------- */ .toggle--nav, .toggle--links { width: 35px; height: 30px; float: left; margin: 0px 10px 0 0; padding: 3px 5px; display: none; } .toggle--nav span, .toggle--links span { width: 100%; height: 2px; background: #333; display: block; margin: 12px 0 0; position: relative; } .toggle--nav span:before, .toggle--links span:before { width: 100%; height: 2px; background: #333; content: ""; position: absolute; top: -8px; left: 0; } .toggle--nav span:after, .toggle--links span:after { width: 100%; height: 2px; background: #333; content: ""; position: absolute; bottom: -8px; left: 0; } .nav--vertical.nav--vertical-even &gt; ul &gt; li:first-child { border-top: 1px solid #e6e6e6; } .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a { padding: 15px 20px; font-size: 1em; } .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a:before { display: none; } .nav--vertical.nav--vertical-even &gt; ul &gt; li:last-child { margin-bottom: 0; } .nav--vertical &gt; ul &gt; li { border-top: 1px solid #e6e6e6; } .nav--vertical &gt; ul &gt; li ul { background: #fafafa; margin: 0; padding: 10px; } .nav--vertical &gt; ul &gt; li ul li { padding: 3px 0; } .nav--vertical &gt; ul &gt; li ul li a { color: #999; font-size: 0.9em; } .nav--vertical &gt; ul &gt; li ul li a:hover { color: #333; } .nav--vertical &gt; ul &gt; li ul li.is--active a { color: #333; font-weight: 500; } .nav--vertical &gt; ul &gt; li:last-child { border-bottom: 1px solid #e6e6e6; margin-bottom: 15px; } .nav--vertical &gt; ul &gt; li &gt; a { position: relative; padding: 10px 0; color: #444; display: block; } .nav--vertical &gt; ul &gt; li.is--active &gt; a, .nav--vertical &gt; ul &gt; li &gt; a.is--active { color: #000; font-weight: 600; } .nav--vertical &gt; ul &gt; li &gt; a:before { width: 6px; height: 6px; margin: -3px 0 0; position: absolute; right: 20px; top: 50%; content: ""; border-top: 1px solid #444; border-right: 1px solid #444; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; } .nav--vertical &gt; ul &gt; li &gt; a.is--current { background: #fafafa; } .nav--vertical &gt; ul &gt; li &gt; a.is--current:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .nav--vertical &gt; ul &gt; li .notification-count { background: #cf0f14; padding: 1px 5px 0; color: #fff; font-size: 0.8em; border-radius: 3px; } .nav--toggled { width: 100%; } .nav--toggled &gt; ul &gt; li { border-top: 1px solid #e6e6e6; position: relative; } .nav--toggled &gt; ul &gt; li .link--toggle { position: absolute; right: 0; top: 5px; height: 30px; width: 30px; cursor: pointer; } .nav--toggled &gt; ul &gt; li &gt; a { position: relative; padding: 10px 40px 10px 20px; color: #444; display: block; font-size: 0.9em; } .nav--toggled &gt; ul &gt; li &gt; ul { margin: 0; padding: 0 10px 10px; } .nav--toggled &gt; ul &gt; li ul li .link--toggle { right: -10px; } .nav--toggled &gt; ul &gt; li ul li { padding: 0; position: relative; } .nav--toggled &gt; ul &gt; li ul li a { color: #999; font-size: 0.9em; padding: 6px 40px 6px 10px; display: block; } .nav--toggled &gt; ul &gt; li ul li a:hover { color: #333; } .nav--toggled &gt; ul &gt; li ul li.is--active a { color: #333; font-weight: 500; } .nav--toggled &gt; ul &gt; li.is-active &gt; a, .nav--vertical &gt; ul &gt; li &gt; a.is-active { color: #000; font-weight: 600; } .nav--toggled &gt; ul &gt; li .link--toggle:before { width: 6px; height: 6px; margin: 0; position: absolute; right: 15px; top: 12px; content: ""; border-top: 1px solid #444; border-right: 1px solid #444; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); pointer-events: none; -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; } .nav--toggled &gt; ul &gt; li .link--toggle.is-active:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .nav--toggled &gt; ul &gt; li .link--toggle.is-active:hover { background: none; } /* overlays ---------------------- */ .overlay { display: none; z-index: 110; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); } @media (max-width: 1199.98px) { .nav.nav--vertical { width: 100%; } .nav--primary, .box--bordered.box--responsive, .drop-menu__responsive { background: #fff; bottom: 0; -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.38); box-shadow: 0 0 10px rgba(51, 51, 51, 0.38); left: 0; margin: 0; overflow: auto; position: fixed; text-align: left; top: 0; transform: translate3d(-100%, 0px, 0px); -webkit-transform: translate3d(-100%, 0px, 0px); -ms-transform: translate3d(-100%, 0px, 0px); -o-transition: all 300ms ease 0s; transition: all 300ms ease 0s; -webkit-transition: all 300ms ease 0s; -ms-transition: all 300ms ease 0s; width: 350px; opacity: 0; visibility: hidden; z-index: 111; padding: 0; } html.is-nav-active .nav--primary, html.is-box-active .box--bordered.box--responsive, html.menu-responsive-show .drop-menu__responsive { opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); visibility: visible; } html.is-nav-active .overlay--nav, html.is-box-active .overlay--box, html.menu-responsive-show .overlay--box { display: block; } html.is-nav-active, html.is-box-active, html.menu-responsive-show { overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; } .toggle--nav { display: block; } .nav--primary li { margin: 0; display: block; border-bottom: 1px dashed rgba(0, 0, 0, 0.15); } .nav--primary li a { padding: 15px 10px; display: block; } .nav--primary li a:active { background: rgba(0, 0, 0, 0.07); } .nav--vertical.nav--vertical-even &gt; ul &gt; li &gt; a { padding: 15px; } } @media (min-width: 1200px) { .form input[type="submit"]:hover, .form input[type="button"]:hover { background: #333; border-color: #333; } .nav--primary ul { width: 100%; } .links--socials li.fb a:hover { background: #4c66a4; } .links--socials li.insta a:hover { background: #7b4399; } .links--socials li.yt a:hover { background: #c8312b; } .links--socials li.gl a:hover { background: #d95232; } .links--socials li.tw a:hover { background: #36abdf; } .links--socials li.pint a:hover { background: #d00713; } .item--hovered:hover { -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08); box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08); } .social--share li a:hover { background: rgba(0, 0, 0, 0.1); } .social--share li a:hover img { opacity: 1; } .nav--vertical &gt; ul &gt; li &gt; a:hover { color: #000; background: rgba(0, 0, 0, 0.01); } .links__vertical li a:hover { color: #333; } } @media (min-width: 1200px) { .hide--desktop { display: none; } } @media (max-width: 767.98px) { .nav--search &gt; ul &gt; li.nav__link-search .search-icon { width: 24px; left: 0; } .show-mobile { display: block; } .nav__link--notifications { display: none; } .hide--mobile { display: none !important; } .nav--secondary &gt; ul &gt; li.nav__link--primary:before { display: none; } .nav--secondary &gt; ul &gt; li img { display: block; margin: auto; position: relative; top: 6px; } .nav--secondary &gt; ul &gt; li { margin: 0 0 0 3px; height: 35px; font-size: 0; } .nav--secondary &gt; ul &gt; li &gt; a { width: 35px; height: 35px; display: block; position: relative; } .nav--secondary &gt; ul &gt; li &gt; a:active { background: rgba(0, 0, 0, 0.07); } .header__actions { padding-top: 0; } .nav--secondary &gt; ul &gt; li.nav__link--cart .count { top: -6px; right: -8px; } .nav--secondary &gt; ul &gt; li.nav__link--cart { font-size: 100%; } .nav--scrollable li a:before { display: none; } .nav--scrollable li { display: inline-block; vertical-align: top; padding: 0 10px 0 0; border: none; } .nav--vertical &gt; ul &gt; li:last-child { border-bottom: none; } .nav--vertical-toggled { display: none; } .box--bordered .nav--vertical ul li &gt; a, .links__vertical li { padding: 10px 15px; } } @media (max-width: 575.98px) { .nav--primary, .box--bordered.box--responsive, .drop-menu__responsive { width: 280px; } } /* section ---------------------- */ .section { padding: 40px 0; position: relative; width: 100%; } @media (max-width: 767.98px) { .section { padding: 20px 0; } } .-clearfix:after { clear: both; display: block; content: ""; } .-gap { height: 15px; display: block; clear: both; } @media (min-width: 1200px) { .btn:not(.btn-sm) { height: 40px; line-height: 40px; } } .btn.btn--xsmall { height: auto; line-height: inherit; padding: 0.25rem 1rem; font-size: 14px; } .section--profile { padding: 0; background: #ebebeb; } .section--profile .toggle--collapseable { z-index: 2; position: absolute; width: 30px; height: 30px; background: #f2f2f2; top: -30px; right: 10px; } .section--profile .toggle--collapseable.is--active { background: #ebebeb; } .section--profile .toggle--collapseable.is--active:before { margin-top: -5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .section--profile .toggle--collapseable:before { width: 10px; height: 10px; position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -5px; content: ""; border-left: 2px solid #999; border-bottom: 2px solid #999; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; } .box--tabled { width: 100%; display: table; table-layout: fixed; background: #fff; border: 1px solid #ddd; position: relative; height: 100%; overflow: hidden; } .box--tabled .box__left { display: table-cell; vertical-align: top; width: 34%; padding: 20px; } .box--tabled .avtar { display: block; margin: auto; } .box--tabled .tags-group { position: absolute; right: 10px; top: 15px; } .box--tabled .item__title { margin: 0 10px 6px 0; font-size: 1.2em; max-width: 72%; } .box--tabled .btn.btn--positioned { font-size: 0.875em; margin: 15px 0 0; } .box--tabled .tag { margin: 0 5px 5px 0; } .box--tabled .box__right { display: table-cell; vertical-align: top; width: 66%; background: #fafafa; padding: 20px; } .box--white { background: #fff; padding: 20px; border: 1px solid #e6e6e6; position: relative; } .stats { min-height: 150px; position: relative; overflow: hidden; padding: 15px; } .stats__link { position: absolute; left: 0; right: 0; bottom: 0; top: 0; display: block; } .stats__icon { position: absolute; bottom: 10px; opacity: 0.2; left: 0; } .stats.stats--first { background: #e7fae6; color: #4ca146; } .stats.stats--second { background: #faf4e6; color: #f7a500; } .stats.stats--third { background: #fae6e7; color: #cf1b21; } .stats.stats--common { background: #e6f2fa; color: #009cff; } .stats p { color: inherit; } .stats h2, .stats .h2 { color: inherit; font-size: 3em; line-height: 1; font-weight: 600; text-align: right; position: absolute; right: 10px; bottom: 0; } .row--grids .box--white { margin-bottom: 20px; } .row--grids .box--tabled .box__left { padding: 15px; width: 28%; } .row--grids .box--tabled .box__right { width: 72%; } /*.row--grids .box--tabled .item__title{width:85%;}*/ .box--bordered { border: 1px solid #e6e6e6; background: #fff; border-radius: 8px; overflow: hidden; width: 100%; } .box--bordered .dropdown__link { color: #444; display: block; font-size: 1em; font-weight: 500; padding: 15px 40px 15px 20px; position: relative; } .box--bordered .dropdown__link:before { right: 16px; top: 24px; } .box--bordered .dropdown__target--white { top: 100%; } .box--bordered h3, .box--bordered .h3 { padding: 0; } .box--bordered .box__head { border-top: none; width: 100%; display: inline-block; } .box--bordered .box__head .link { color: #4ca146; float: right; text-decoration: underline; } /*.box--bordered .box__head h6{display: inline-block;}*/ .box__content { padding: 15px 0; } .box__content:first-child { padding-top: 0; } .box__content:last-child { padding-bottom: 0; } .box__content p { margin: 0 0 10px 0; } .status { display: inline-block; vertical-align: top; margin: 0 0 0; } /* item ---------------------- */ .item { border: 1px solid #e6e6e6; display: table; table-layout: fixed; width: 100%; margin: 20px 0 0; -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; } .item__head { width: 30%; display: table-cell; vertical-align: top; } .item__content { width: 70%; display: table-cell; vertical-align: top; } .item.item--small .item__head { width: 26%; } .item.item--small .item__content { width: 74%; } .item__pic { width: 100%; position: relative; padding: 0 0 100% 0; background: #fff; overflow: hidden; border-radius: 8px; } .item__pic img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; } .map-wrap { margin: 1rem 0; } .item__title { font-size: 1.1em; font-weight: 500; color: #333; line-height: 1; display: inline-block; vertical-align: top; } .item__title--large { font-size: 1.8em; font-weight: 500; vertical-align: middle; } .item__title a { color: inherit; line-height: 18px; } .item__title a:hover { color: #e24014; } .details-content .item__title a:hover { color: #333; } .restaurant_detail.item__title a:hover { color: inherit; } .item__content { background: #f7f7f7; } .item__body { padding: 15px 20px 5px; background: #fff; } .item__footer { width: 100%; padding: 15px 20px 10px 20px; } .item__footer:after { display: block; content: ""; height: 0; clear: both; } .item__footer &gt; ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } .item__footer &gt; ul &gt; li { display: table-cell; vertical-align: top; padding: 0 10px 0 0; width: 37%; } .item__footer &gt; ul &gt; li.last { float: right; padding-right: 0; width: auto; } .item__footer &gt; ul &gt; li.second .txt--small { margin-top: 0; } .item__footer &gt; ul &gt; li.second .txt--small span { display: block; } .item .location { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .item.item--small .item__body { padding-bottom: 5px; } .item__price { font-size: 1.2em; color: #444; } /* item--small   */ .item--xsmall { margin: 0 0 20px 0; } .item--xsmall .item__footer.item__footer--even li { width: 66%; padding: 0; float: left; } .item--xsmall .item__footer.item__footer--even li.last { width: auto; float: right; margin: 0; } .item--xsmall .item__head { width: 32%; } .item--xsmall .item__content { width: 68%; } .item--xsmall .location { display: block; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; } .item--xsmall .item__title { width: 85%; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; font-size: 1em; } .item--xsmall .tag { float: right; } .item--xsmall .item__footer { padding: 7px 15px; } .item--xsmall .item__body { padding: 15px; } .scroll-box { max-height: 300px; overflow-y: auto; display: block; width: 100% !important; } .scroll-box .links--vertical li { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: 15px 0 12px; } .scroll-box .links--vertical li:first-child { padding-top: 0; } .scroll-box .links--vertical li:last-child { border-bottom: none; padding-bottom: 0; } .scroll-box .links--vertical &gt; li.active { background: rgba(0, 0, 0, 0.03); padding: 15px 10px; } .box--bordered-first { margin-bottom: 20px; overflow: visible; } .box--bordered-first .dropdown { width: 100%; } .box--bordered .nav--vertical ul li &gt; a { padding: 10px 20px; } .box--bordered .nav--vertical ul li:first-child { border-top: none; } .box--bordered .nav--vertical ul li:last-child { margin-bottom: 0; border-bottom: none; } .nav--vertical { width: 100%; } .cols-list { border-bottom: 1px solid #e6e6e6; padding: 20px; } .cols-list .actions { margin: 5px 0 0; } .cols-list--reply { padding-bottom: 0; } .cols-list--reply .row--reply { margin: 0 -20px; padding-top: 20px; padding-bottom: 20px; } .cols-list p { margin: 0; } .cols-list .link--underline { color: #999; } .cols-list .link--underline:hover { color: #000; } .cols-list h6, .cols-list .h6 { padding-bottom: 5px; font-weight: 500; font-size: 1em; } .cols-list .info--user h6, .cols-list .info--user .h6 { padding-top: 5px; } .info--user .avtar { float: left; margin-right: 20px; } .info--user h6, .info--user .h6 { padding: 0; font-weight: 500; } .radio-yn.radio-yn-even { margin: 14px 0 0; } .radio-yn &gt; li { display: inline-block; padding: 0 10px 10px 0; vertical-align: middle; color: #777; } .radio-yn &gt; li .checkbox, .radio-yn &gt; li .radio { vertical-align: top; } .two-col &gt; li { display: inline-block; padding: 0 10px 10px 0; width: 50%; margin: 0 -4px 0 0; color: #777; } .three-col &gt; li { display: inline-block; padding: 0 10px 10px 0; width: 33.3%; margin: 0 -4px 0 0; color: #777; } .three-col &gt; li .checkbox, .two-col &gt; li .checkbox { vertical-align: top; } .img-uploader { left: 35.4%; max-width: 150px; position: relative; text-align: center; margin: 0 0 20px 0; } .preview { background: #f6f6f6; padding: 20px; } .preview--profile .btngroup--fix { display: table; margin: 10px auto 0; text-align: center; } .btngroup--fix .btn { min-width: 110px; text-align: center; margin: 2px; padding: 0; } .btn--fileupload { overflow: hidden; position: relative; cursor: pointer; } .btn--fileupload label { display: block; cursor: pointer; } .btn--fileupload input { opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; cursor: pointer; height: auto !important; } .form__title { background: #fafafa; padding: 15px 20px; margin: 0 -20px 25px -20px; color: #333; font-size: 1em; font-weight: 700; } .col-title { font-weight: 500; color: #666; font-size: 0.9em; margin: 0 0 15px 0; } .row--head { padding: 20px 20px 0; background: #fafafa; margin: 0 0 20px 0; } input.btn--secondary { background: #cf0f14 !important; border-color: #cf0f14 !important; } .panel__top { width: 100%; display: inline-block; margin: 0 0 15px 0; padding: 0; } .panel__top h6, .panel__top .h6 { display: inline-block; } .panel__top .link { float: right; text-decoration: underline; color: #cf0f14; } .panel__title { font-size: 1.2em; color: #333; font-weight: 500; padding: 0; } .col-caption { color: #999; } /* table css ---------------------- */ .caption--td { display: none; } .table { width: 100%; border-spacing: 0; border-collapse: collapse; } .table td, .table th { font-size: 0.9em; padding: 8px; vertical-align: top; color: #333; text-align: left; font-weight: 300; border-bottom: 1px solid #eaeaea; } .table th { color: #4c4c4c; font-weight: 500; border-top: 1px solid #eaeaea; border-bottom: 2px solid #eaeaea; } .table td:first-child, .table th:first-child { padding-left: 0; } .table--form td { padding: 15px 10px; } .table tr.disabled { opacity: 0.4; } .table .trLast td { font-size: 1.2em; font-weight: 500; } .actions li { display: inline-block; vertical-align: top; margin: 0 2px 2px 0; } .actions li a { background: #fff; display: block; border: 1px solid #d7d7d7; width: 30px; height: 30px; padding: 2px; text-align: center; line-height: 28px; font-size: 1.2em; font-weight: 600; color: #333; } .actions li a img { width: 14px; margin: 5px auto 0; } .actions li a:hover { border-color: #333; } .actions.actions--large li a { width: 40px; height: 40px; line-height: 1.5; font-size: 1.5em; color: #333; } .actions.actions--large li a img { width: 12px; margin: 10px auto 0; } .map { position: relative; min-height: 400px; background: #fafafa; width: 100%; padding: 10px; border: 1px solid #eee; } .field--small { width: 60px !important; height: 35px !important; } .panel { width: 100%; display: inline-block; } .panel__head { width: 100%; display: inline-block; padding: 0 0 0; } .panel__head h5, .panel__head .h5 { display: inline-block; } .panel__left { float: left; width: 25%; } .panel__left .nav { width: 100%; } .panel__right { width: 75%; float: right; } /* sticky sections */ .panel__fixed .panel__fixed-inner.stick { position: fixed; width: 295px; z-index: 2; } .panel__fixed .panel__fixed-inner.stick { height: 90%; } .panel__left .panel__fixed .panel__fixed-inner.stick { width: 231px; } .panel__left .panel__fixed .panel__fixed-inner.stick .link--nav-first { display: block; margin: 20px 0 0; border-bottom: none; } .sorting { float: right; } .sorting select { height: 32px; min-width: 120px; } /*21/04/2017*/ .rest_shortcuts { display: inline-block; vertical-align: middle; } .form.rest-wallet-search { display: inline-block; vertical-align: middle; } .rest_shortcuts .btn.btn--xsmall { height: 31px; line-height: 31px; margin-left: 5px; } .rest_shortcuts .btn.btn--xsmall:first-child { margin-left: 0px; } .order-box { border-bottom: 1px solid #e6e6e6; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; position: relative; overflow: hidden; } .order-box p { color: #666; margin-bottom: 15px; } .order-box .order-title { color: #666; margin: 0 0 5px; } .order-box .label { background-color: #fff; margin-left: 10px; margin-top: 2px; margin-bottom: 0; height: 22px; line-height: 22px; background-position: left 6px center; } .order-box p a { text-decoration: underline; color: inherit; font-weight: 500; font-size: 0.9em; } .order-box h6, .order-box .h6 { font-size: 1.1em; padding: 0; } .order-box h6 a, .order-box .h6 a { color: inherit; } .order-box h6 a:hover, .order-box .h6 a:hover { color: #d11e23; } .order-box .info--icon { margin-top: 2px; } .order-box__head { padding: 20px; min-height: 100px; } .order-box__footer { background: #fafafa; padding: 20px; min-height: 50px; } .order-box__footer .btn--bordered { padding: 0 20px; margin: 2px 0; } .order-box__footer .btn--bordered.is-active { background: #d11e23; border-color: #d11e23; color: #fff; } .order-box__footer p { margin: 3px 0 0; } .-display-inline { display: inline-block; } .order-box__left { width: 70%; float: left; } .order-box__right { width: 30%; float: right; text-align: right; } .order-media { width: 100px; float: left; } .order-content { width: calc(100% - 100px); padding-left: 20px; float: left; } .order-box .Fr-star { display: inline-block; margin: 0 5px; position: relative; top: 3px; } .order-box .txt-span { display: inline-block; color: #666; } .order-box .txt-link { display: inline-block; color: #d11e23; text-decoration: underline; } .order-box .Fr-star .Fr-star-bg { position: absolute; height: 100%; width: 100%; background-image: url(images/Fr-star2.svg); background-repeat: repeat; background-size: contain; } .order-timings { display: block; margin-top: -10px; padding-left: 25px; } .ordr_itms { display: inline-block; vertical-align: top; } .stats.stats--wallet { background: #fafafa; color: #333; text-align: center; min-height: 1%; height: 100%; } .stats.stats--wallet p { margin: 0 0 5px; } .stats.stats--wallet h2, .stats.stats--wallet .h2 { position: relative; right: auto; bottom: auto; text-align: inherit; color: #d11e23; font-size: 2em; margin: 10px 0 0; } .stats.stats--wallet .link { text-decoration: underline; color: #000; } .section--profile { padding: 0; background: #ebebeb; } .section--profile .toggle--collapseable { z-index: 2; position: absolute; width: 30px; height: 30px; background: #f2f2f2; top: -30px; right: 10px; } .section--profile .toggle--collapseable.is--active { background: #ebebeb; } .section--profile .toggle--collapseable.is--active:before { margin-top: -5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .section--profile .toggle--collapseable:before { width: 10px; height: 10px; position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -5px; content: ""; border-left: 2px solid #999; border-bottom: 2px solid #999; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; } .section--profile .row--collapseable { padding-top: 30px; padding-bottom: 30px; } td.wallet_table:nth-child(4n) { color: #d11e23; } td.wallet_table:nth-child(5n) { color: #4ca146; } .table-twocols { border-spacing: 0; } .table-twocols td:first-child { font-weight: 500; } .table-twocols td { padding: 8px 10px !important; border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; vertical-align: top; } .table-twocols tr:nth-child(even) td { background: rgba(0, 0, 0, 0.04); } /* --------------------- */ .tabular--grids.tabular-grid-media .grid { min-height: 150px; } .tabular--grids.tabular-grid-media .grid.first { padding-left: 150px; padding-bottom: 0; width: 60%; } .tabular--grids.tabular-grid-media .grid.last { width: 15%; } .tabular--grids.tabular-grid-media .btn--group { position: relative; bottom: auto; left: auto; width: 100%; display: inline-block; padding: 10px 0 0; } .grid-media { width: 130px; } .sub_header_user_name { overflow: hidden; max-width: 150px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: inline-block; } .table--large td, .table--large th { padding: 20px; border-bottom: none; } .table--large th { border-bottom: 1px solid #e6e6e6; border-top: none; } .table.table--large td:first-child, .table.table--large th:first-child { padding-left: 20px; } .tabular--grids.tabular-grid-media .grid-media { position: absolute; } .tabular--grids.tabular-grid-media .info--icon { margin-top: 0; } .tabular--grids.tabular-grid-media { padding: 20px; } .tabular--grids.tabular-grid-media:nth-child(even) { padding: 20px; } .tabular--grids .grid.last .lists--inline-block dt, .tabular--grids .grid.last .lists--inline-block dd { text-align: right; } .order-menu-selection .btn--list .siteForm ul li { text-align: center; margin-bottom: 10px; width: 48%; float: left; border: 1px solid #ababab; padding: 10px; margin: 1%; min-height: 100px; } .order-menu-selection .btn--list .siteForm ul li label { font-weight: 600; text-transform: uppercase; font-size: 18px; } .order-menu-selection .btn--list .item-alert { display: block; float: none; } .order-menu-selection.dialog_box .dialog_box_content { max-width: 510px; min-width: 510px; } .order-menu-selection .btn--list input[type="submit"], .order-menu-selection .btn--list button, .order-menu-selection .btn--list input[type="button"] { margin-top: 15px; } .grids--selection { width: 100%; display: inline-block; padding: 10px 0; } .grids--selection li { width: 33.3%; padding: 0 10px 10px 0; margin: 0 -2px; vertical-align: top; float: left; } .grids--selection li .label-box { border: 1px solid #ddd; padding: 10px; width: 100%; display: block; text-align: left; } .grids--selection li .label-box .radio, .grids--selection li .label-box .checkbox { margin: 0 0 12px 0; } .order-menu-selection { padding: 30px 10px; text-align: center; } .grids-wrap { width: 100%; } .grids-wrap .wrap { min-height: 300px; padding: 30px 30px 10px; width: 100%; } .grids-wrap .wrap--yellow { background: #faf4e6; } .grids-wrap .wrap--yellow .icon__wallet { float: left; width: 60px; margin-right: 20px; } .grids-wrap .wrap--yellow h2, .grids-wrap .wrap--yellow .h2 { font-weight: 600; padding: 0; } .grids-wrap .wrap--yellow p { margin: 0; } .grids-wrap .wrap--gray { background: #fafafa; border: 1px solid #e6e6e6; } .box__title--responsive { display: none; } .preview .avtar { margin: 0 auto 25px; } .preview .avtar img { margin: 0 auto; } .itembordred { width: 100%; border: 1px solid #e9e9e9; margin: 0 0 30px; position: relative; } .itembordred:first-child { margin-top: 20px; } .itembordred__head { width: 100%; padding: 15px 5px 5px; display: inline-block; } .itembordred__head [class*="col-md-"]:last-child { text-align: right; } .itembordred__head h6, .itembordred__head .h6 { font-size: 1em; font-weight: 600; padding: 0 0 0 0; display: inline-block; vertical-align: middle; } .itembordred__head .label { position: relative; top: 2px; } .itembordred__head h4 a, .itembordred__head .h4 a { color: inherit; } .itembordred__body { width: 100%; background: #f2f2f2; } .tabular--grids { display: inline-block; width: 100%; border-top: 1px solid #eee; padding: 20px 0; position: relative; } .tabular--grids:first-child { border-top: none; padding-top: 0; } .tabular--grids:last-child { border-bottom: 1px solid #eee; } .tabular--grids:first-child .grid { padding-top: 0; } .tabular--grids .grid { float: left; padding: 0 20px; } .tabular--grids .grid.first { width: 50%; padding-left: 0; padding-bottom: 30px; } .tabular--grids .grid.second { width: 25%; text-align: center; } .tabular--grids .grid.last { width: 25%; text-align: right; padding-left: 0; padding-right: 0; } .tabular--grids .grid .btn { margin: 10px 0 0; text-align: center; } .tabular--grids .txt--price span { display: block; font-weight: 500; } .no_more_records { display: inline-block; font-size: 1.5em; margin: 30px 0 0; text-align: center; width: 100%; } .grid-layout { background: #fafafa; border-bottom: 1px solid #eee; border-top: 1px solid #eee; padding: 20px; margin: 0 -20px; } .grid-layout p { margin: 0 0 2px 0; } @media (min-width: 576px) { .grid-layout .info--order { text-align: right; } } .grids--colum { margin: 20px 0; } .grids--colum .grid { min-height: 200px; width: 100%; } .grids--colum .grid h6, .grids--colum .grid .h6 { font-size: 1em; } .row--reply { background: #fafafa; padding: 15px; } .form-wrap .preview { background: #fff; } /* ---------------- */ @media (max-width: 1199.98px) { .panel__left { width: 30%; } .panel__right { width: 70%; } .item--xsmall .item__footer { padding: 15px; } .row--grids .box--white { margin: 20px 0 0 0; } .row--grids .box--tabled .box__left { width: 20%; } .row--grids .box--tabled .box__right { width: 80%; } .box--white { margin: 15px 0 0; } .stats { min-height: 80px; } .stats h2, .stats .h2 { position: static; padding: 0; } .stats p { margin: 0 0 0 0; } .hide--ipad { display: none !important; } .box--tabled .box__left { width: 30%; } .box--tabled .box__right { width: 70%; } .box--bordered .box__head .toggle--links, .box--tabled .box__left .toggle--links { display: block; position: absolute; right: 0; top: 15px; opacity: 0.4; } .box__content { float: left; width: 33.3%; padding: 0; } } @media (min-width: 1200px) { .section--content-even .panel__fixed .panel__fixed-inner.stick { margin-top: 0; } .section--content-even .panel__right .stick.panel__fixed-inner { width: 694px; height: auto; margin: 0; } .section--content-even .panel__right .stick.panel__fixed-inner .tabs--floated, .section--content-even .panel__right .panel__fixed.is_stuck .tabs--floated { width: 100%; left: 0; right: 0; -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1); } .section--content-even .panel__right .stick.panel__fixed-inner .tabs--floated li.is--active a:before, .section--content-even .panel__right .panel__fixed.is_stuck .tabs--floated li.is--active a:before { display: none; } .link--nav.link--nav-first { border-bottom: none; border-top: 1px solid #e6e6e6; padding: 10px 0; margin: 0 0 0; } } @media (min-width: 1200px) { .order-box:hover { -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); } .box--tabled .box__right .btn--positioned { position: absolute; top: 0; right: 15px; } .order-box:hover { -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); } .box--tabled .box__right .btn--positioned { position: absolute; top: 0; right: 15px; } } @media (max-width: 1199.98px) { .stats.stats--wallet { min-height: 180px; padding-top: 50px; } .stats.stats--wallet { min-height: 1%; padding-top: 20px; } /*------------------------------*/ .tabular--grids.tabular-grid-media .grid { min-height: 1%; } .tabular--grids.tabular-grid-media .grid.second { width: 70%; padding-left: 0; padding-top: 10px; } .tabular--grids.tabular-grid-media .grid.second .lists--inline { display: -webkit-box; display: -ms-flexbox; display: flex; } .tabular--grids.tabular-grid-media .grid.second .lists--inline dl { width: 50%; padding-left: 0; } .tabular--grids.tabular-grid-media .grid.last { width: 30%; padding-top: 10px; } .tabular--grids.tabular-grid-media .grid.first { width: 100%; padding-bottom: 20px; border-bottom: 1px solid #eee; } .row--grids .box--tabled .box__left { width: 25%; } .row--grids .box--tabled .box__right { width: 75%; } } @media (max-width: 767.98px) { .order-box .label { margin-left: -5px; } .order-box .order-title h6, .order-box .order-title .h6 { display: block; } .order-box p { font-size: 1em; } .order-box p { margin-bottom: 5px; } .order-box__right { color: #666; padding: 15px 0 0; } .order-box__right p { margin-bottom: 15px; } .order-box__head, .order-box__footer { padding: 15px; } .order-box__footer .order-box__right { padding: 0; } .order-box__footer .btn.btn-sm, .order-box__footer .btn-group-sm &gt; .btn { padding: 0 15px; } .button-row.form--horizontal .field-set { width: 100%; display: block; } .button-row.form--horizontal .field-wraper { width: 100%; display: block; } .caption--td { display: block; font-weight: 500; } .table td, .table th { display: block; padding: 5px 0; border: none; font-size: 0.85em; } .table tr { display: inline-block; width: 100%; padding: 10px 0; border-top: 1px solid #ddd; } .table.table--horizontal .caption--td { width: 150px; float: left; color: #666; } .table.table--horizontal .caption--td.caption--td-block { width: 100%; float: none; } /* ---------------------------------- */ .tabular--grids.tabular-grid-media .grid.first, .tabular--grids.tabular-grid-media .grid.last { width: 100%; padding: 0; } .tabular--grids.tabular-grid-media .grid-media { position: relative; margin-bottom: 10px; } .tabular--grids.tabular-grid-media .grid { min-height: 1%; } .grid-media { width: 100px; } .tabular--grids.tabular-grid-media .grid { min-height: 1%; } .tabular--grids.tabular-grid-media .grid.second { width: 100%; padding-left: 0; padding-top: 0; } .tabular--grids.tabular-grid-media .grid.second .lists--inline { display: block; } .tabular--grids.tabular-grid-media .grid.second .lists--inline dl { width: 100%; padding-left: 0; } .tabular--grids.tabular-grid-media .grid.last { width: 100%; padding-top: 0; } .tabular--grids.tabular-grid-media .grid.first { width: 100%; padding-bottom: 20px; border-bottom: none; } .tabular--grids.tabular-grid-media .grid.first { padding-bottom: 0; } .tabular--grids .grid { display: block; padding: 5px 0; } .tabular--grids { padding: 15px 0; text-align: center; } .tabular--grids .grid.first, .tabular--grids .grid.second, .tabular--grids .grid.last { text-align: left; width: 100%; padding: 5px 0; float: none; } .tabular--grids .grid.second { max-width: 70%; margin: auto; display: block; } .tabular--grids .grid.last .txt--price { width: 100%; display: inline-block; } .tabular--grids .grid.last .txt--price &gt; .span1 { width: 40%; float: left; padding: 0; } .tabular--grids .grid.last .txt--price &gt; .span2 { width: 60%; float: left; padding: 0 10px 0 0; } .tabular--grids .grid.last .lists--inline-block dt, .tabular--grids .grid.last .lists--inline-block dd { text-align: left; } .tabular--grids .grid.second { max-width: 100%; padding: 0; } .tabular--grids { text-align: left; } .tabular--grids:first-child { padding-top: 0; } .tabular--grids .btn--group { width: 100%; display: block; } .panel__left .nav { position: relative; } .panel__left { width: 100%; } .tabs--scroll li:last-child, .panel__left .nav ul li:last-child { margin-right: 40px; } .panel__left .nav { display: none; } .row--grids .box--tabled .box__left { width: 260px; margin: auto; } .row--grids .box--tabled .box__right { width: 100%; background: none; padding: 0 10px 10px; } .row--grids .box--tabled .item__title { /*width: 100%;*/ margin: 0 5px 6px 0; width: auto; } .row--grids .box--white { margin: 15px 0 0; } .cols-list--reply .row--reply { margin: 0 -15px -15px; } .table.table--large td:first-child, .table--large td { padding: 10px; } } @media (max-width: 767.98px) { .sorting { float: none; min-width: 100%; } .rest_shortcuts .btn { width: 49%; text-align: center; } .form.rest-wallet-search { display: block; padding-top: 10px; } .rest_shortcuts { margin-top: 10px; display: block; } .form--horizontal .field-set { display: block; table-layout: auto; } .form--horizontal .caption-wraper, .form--horizontal .field-wraper { width: 100%; display: block; padding: 0; } .item--xsmall .item__footer.item__footer--even li { width: 100%; margin: 0 0 5px 0; } .item--xsmall .item__footer.item__footer--even li.last { float: none; } .row--grids .box--tabled .box__left { width: 100%; } .row--grids .box--tabled .item__title .status { margin: 6px 0; } .box--tabled .box__left { width: 100%; display: block; } .box--tabled .box__right { width: 100%; display: block; } .box--tabled .tags-group { position: static; margin: 0 0 5px 0; } .box--tabled { width: 100%; display: block; table-layout: auto; } .table-twocols td { font-size: 0.85em; } .box__content { float: none; width: 100%; padding: 10px 0; } } @media (max-width: 1199.98px) { .section.section--content &gt; .container &gt; .row &gt; [class*="col-"] { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } @media (max-width: 575.98px) { .order-box__left, .order-box__right, .order-content { width: 100%; } .order-content { padding: 10px 0 0 0; float: none; } .order-box .order-title + p { clear: left; } .order-box__right p { margin-bottom: 5px; } .order-box__right { text-align: left; color: #666; padding: 8px 0 0; } .table-twocols tr { display: inline-block; width: 100%; padding: 10px 0; border-bottom: 1px solid #ddd; } .table-twocols td { display: block; border: none !important; padding: 0 !important; } .table-twocols tr:nth-child(even) td { background: #fff; } .tabular--grids .grid.second { max-width: 100%; } } .grids--colum &gt; .row { display: block; margin: 0; } .grids--colum &gt; .row &gt; [class*="col-"] { padding: 0; } .lists--inline dl { padding: 2px 0 2px 0; width: 100%; font-size: 1em; color: #666; line-height: 1; } .lists--inline dt { font-weight: 500; position: relative; display: inline-block; vertical-align: top; color: #333; } .lists--inline dd { display: inline-block; vertical-align: top; } .lists--inline dd a { color: inherit; color: #333; text-decoration: underline; } .lists--inline dt:after { content: ":"; } .lists--inline-block dl { padding-bottom: 12px; } .lists--inline-block dl:last-child { padding-bottom: 0; } .lists--inline-block dt { padding: 0 0 2px 0; } .lists--inline-block dt, .lists--inline-block dd { display: block; text-align: left; } .lists--inline-block select { height: 35px; margin: 4px 0 0; line-height: 20px; } .listing--bullet li { position: relative; color: #555555; opacity: 0.6; padding: 0 0 1px 15px; } .listing--bullet li:before { width: 5px; height: 5px; background: #555555; opacity: 0.6; border-radius: 100%; position: absolute; left: 0; top: 7px; content: ""; } .listing--bullet li a { color: inherit; } .listing--bullet.listing--bullet-small li { font-size: 0.85em; opacity: 0.5; display: block; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .field_cover &gt; ul &gt; li { padding: 10px; padding-left: 0; } .field_cover &gt; ul &gt; li input[type="radio"], .field_cover &gt; ul &gt; li input[type="checkbox"] { margin-right: 10px; } @media (min-width: 768px) { .tabular--grids .btn--group { position: absolute; left: 0; bottom: 20px; } } /* Sliders */ .slider-btn .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .slider-btn .switch input { opacity: 0; width: 0; height: 0; } .slider-btn .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } .slider-btn .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } .slider-btn input:checked + .slider { background-color: var(--secondary-color); } .slider-btn input:focus + .slider { -webkit-box-shadow: 0 0 1px var(--secondary-color); box-shadow: 0 0 1px var(--secondary-color); } .slider-btn input:checked + .slider:before { left: 28px; } .slider-btn .slider.round { border-radius: 34px; } .slider-btn .slider.round:before { border-radius: 50%; } .box__head { padding: 20px; background: #fafafa; border-top: 1px solid #e6e6e6; } .box__head h6, .box__head .h6 { padding: 0; display: inline-block; } .box__body { width: 100%; background: #fff; position: relative; } .box__body:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; } .box__head h5, .box__head .h5 { padding: 0; } .space { padding: 20px; } @media (min-width: 1200px) { .row.row--collapseable .box.box--white { height: 100%; } } #frm_fat_id_wallet_form .field_cover ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .wrap.wrap--gray .icon--paypal { max-width: 100px; } .listing--features li { padding: 15px 20px; text-transform: uppercase; color: #333; border-bottom: 1px dashed rgba(0, 0, 0, 0.09); } .listing--features li select { color: #333; } .listing--features select.prc-selct { margin-top: 10px; width: 80%; } .listing--features li:nth-child(odd) { background: rgba(0, 0, 0, 0.02); } #payment-section.box { margin-top: 2rem; } .listing--grids { width: 100%; margin: 10px 0 0; display: inline-block; } .listing--grids ul { display: table; table-layout: fixed; width: 100%; } .listing--grids ul li { padding: 0 10px 0 0; display: table-cell; vertical-align: top; } .listing--grids ul li:last-child { padding-right: 0; } .listing--grids ul li .boxwhite { display: block; background: #f6f6f6; padding: 10px; } .listing--grids ul li p { margin: 0 0 5px 0; font-size: 0.9em; opacity: 1; } .listing--grids ul li p i { font-size: 0.8em; } .listing--grids ul li h5, .listing--grids ul li .h5 { padding: 0; font-size: 1em; font-weight: 500; } .threecols { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 15px -15px 0; } .threecols li { padding: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .threecols li .sharesection { padding: 20px; position: relative; background-color: #666; width: 100%; border-radius: 6px; color: #fff; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .threecols li .sharesection--fb { background-color: #4867aa; } .threecols li .sharesection p { color: inherit; font-size: 13px; opacity: 0.6; } .threecols li .sharesection__media { width: 80px; height: 80px; border-radius: 60px; background-color: rgba(255, 255, 255, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .threecols li .sharesection__media img { max-width: 50%; } .threecols li .sharesection .fbwrap img { max-width: 25%; } .threecols li .sharesection .txtwrap { width: calc(100% - 100px); } .threecols li .sharesection .txtwrap h3, .threecols li .sharesection .txtwrap .h3 { font-size: 1.3rem; margin-bottom: 10px; font-weight: 600; } .steps { display: table; margin: 0 auto 40px; } .steps li { padding: 0 50px; position: relative; text-align: center; display: inline-block; vertical-align: top; } .steps.steps--tabled { table-layout: fixed; width: 100%; } .steps.steps--tabled li { padding: 0 10px; display: table-cell; vertical-align: top; } .steps li:first-child:before, .steps li:last-child:after { display: none; } .steps li:before { width: 35%; height: 1px; background: #e6e6e6; content: ""; content: ""; position: absolute; left: -9px; top: 16px; } .steps li:after { width: 35%; height: 1px; background: #e6e6e6; content: ""; content: ""; position: absolute; right: -9px; top: 16px; } .steps li .steps__count { width: 34px; line-height: 34px; font-weight: 500; height: 34px; border: 1px solid #ddd; border-radius: 100%; margin: 0 auto 15px; display: block; background: #fff; color: #999; position: relative; } .steps li .steps__value { color: #999999; display: block; font-size: 1.1em; font-weight: 300; } .steps li.is--current .steps__count { background: #cf1b21; border-color: #cf1b21; color: #fff; } .steps li.is--current .steps__value, .steps li.is--finished .steps__value { color: #333; } .steps li.is--finished .steps__count { background: #fff; border-color: #4ca146; border-width: 2px; color: #fff; font-size: 0; } .steps li.is--finished .steps__count:before { width: 8px; height: 3px; background: #4ca146; content: ""; position: absolute; left: 6px; top: 16px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .steps li.is--finished .steps__count:after { width: 15px; height: 3px; background: #4ca146; content: ""; position: absolute; left: 10px; top: 15px; -webkit-transform: rotate(-40deg); -ms-transform: rotate(-40deg); transform: rotate(-40deg); } .preview__thumb img { margin: 0 auto; display: block; } .dash_box { margin-top: 30px; } .medialist &gt; li .grid .checkbox { vertical-align: middle; } .medialist { width: 100%; list-style: none; margin: 0; } .medialist &gt; li { display: table; width: 100%; table-layout: fixed; position: relative; padding: 10px 15px; border-bottom: 1px solid #ededed; cursor: pointer; } .medialist &gt; li a { display: block; position: relative; overflow: hidden; color: inherit; } .medialist &gt; li .grid { display: table-cell; vertical-align: middle; } .medialist &gt; li .grid.first { width: 75px; padding-right: 0; height: 45px; } .medialist &gt; li .grid.first.check { width: 35px; vertical-align: top; padding-top: 2px; } .medialist &gt; li .grid.second { width: 70%; } .medialist &gt; li .name { display: block; font-size: 1em; font-weight: 300; color: #999; padding: 0 0 0 0; width: 80%; } .medialist &gt; li .name a { color: #333; } .medialist &gt; li .name a:hover { text-decoration: underline; } .medialist &gt; li .desc { font-size: 1em; color: #999; font-weight: 300; } .medialist &gt; li .date { font-size: 0.9em; color: #b3b3b3; font-weight: 300; float: right; } .medialist &gt; li.un-read { background: rgba(0, 0, 0, 0.01); } .medialist &gt; li.un-read a { color: #000; } .medialist &gt; li.un-read .name { font-weight: 600; color: #000; } .medialist &gt; li.un-read .descbody { color: #000; } .medialist &gt; li .avtar { margin-top: 5px; width: 45px; height: 45px; } .medialist &gt; li.bodycollapsed .lightxt, .medialist &gt; li.lastbox .lightxt { display: inline-block; } @media (max-width: 767.98px) { .medialist &gt; li { padding: 10px; } .medialist &gt; li .grid.first { width: 60px; } .medialist &gt; li .grid, .medialist &gt; li { display: inline-block; width: 100%; } .medialist &gt; li .grid.first { float: left; } .medialist &gt; li .grid.second { display: inline-block; width: calc(100% - 40px); margin: 10px 0 0; } .medialist &gt; li .desc { font-size: 0.95em; } .medialist &gt; li .date { font-size: 0.8em; float: none; } .medialist &gt; li .grid.third { float: left; margin-left: 36px; width: auto; } .medialist &gt; li .grid.first.check { height: auto; } } @media (max-width: 1199.98px) { .medialist &gt; li:hover, .medialist &gt; li.selected { background: #fafafa; } } #popular_restaurants { background-color: rgba(0, 0, 0, 0.04); } /* popup css */ .popup--custom { width: 100%; height: 100%; text-align: center; position: fixed; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.85); display: none; } .popup__head { padding: 0 0 15px 0; } .popup__overlay { display: table-cell; height: 100%; vertical-align: middle; width: 100%; } .popup__content { max-width: 800px; background: #fff; padding: 20px 30px; margin: auto; position: relative; text-align: left; max-height: 500px; overflow: auto; } body.popup__show { overflow: hidden; } body.popup__show .popup--custom { display: table; } .popup--custom .nav--vertical &gt; ul &gt; li ul { background: none; padding: 10px 0; border-top: 1px solid #e6e6e6; } .popup--custom .nav--vertical &gt; ul &gt; li &gt; a { font-weight: 500; font-size: 1.1em; } .popup--custom .nav--vertical &gt; ul &gt; li &gt; a.is--current { background: none; } .popup__footer .float-end input { margin: 0; } /*******Popup end*******/ /**** Tile List ******/ .tile { position: relative; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; height: 100%; background: #fff; border-radius: var(--radius-1); overflow: hidden; } .tile .location { background-size: 14px 14px; background-position: left 0; -webkit-padding-start: 20px; padding-inline-start: 20px; color: #666; text-decoration: underline; display: block; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .tile .links--inline { margin: 5px 0; } .tile .links--inline li a { opacity: 1; } .tile .tile__title { max-width: 240px; width: calc(100% - 34px); display: block; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .tile__body { padding: 15px 0; } .tile__title-bar .tag { margin-left: 0; -webkit-margin-end: 7px; margin-inline-end: 7px; margin-top: 4px; } .tile__title { font-size: 1em; font-weight: 500; color: #333; line-height: 1.4; display: inline-block; vertical-align: top; } .tile__title a { color: inherit; } .tile__title a:hover { color: #d11e23; text-decoration: underline; } .tile__title-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .tile__items ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 0 0; border-top: 1px solid #ddd; margin: 15px 0 0; } .tile__items ul li { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; text-transform: uppercase; font-size: 12px; color: #000; } .tile__items ul li:first-child { text-align: start; } .tile__items ul li:last-child { text-align: end; } .tile__items .rating__link { color: inherit; } .tile__items .rating__star { width: 17px; } .tile__items .rating__link .span { opacity: 1; font-size: 100%; } .list-container .tile_block { padding-bottom: 40px; } .tile__tag { padding: 1px 10px; background: red; color: #fff; font-size: 0.8em; text-transform: uppercase; font-weight: 500; } .tile .tile__tag { position: absolute; right: 15px; top: 15px; display: none; } .tile--disabled.tile__tag { display: block; } .tile--disabled.tile .tile__media:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.7); content: ""; } .tile-horizontal .container-repeated { padding: 0; } .tile-horizontal .container-repeated:last-child { border-bottom: none; } .tile-horizontal__head { padding: 20px; border-bottom: 1px solid #ddd; } .tile-horizontal__head .row:after { display: none; } .tile-horizontal__head .btn { padding: 0 13px; } .tile-horizontal__body { padding: 0 20px 20px; } .tile-horizontal__head .tile__title { font-size: 1.2em; -webkit-margin-end: 10px; margin-inline-end: 10px; } .tile-horizontal__head .links--inline { margin-top: 5px; color: #666; } .tile-horizontal__head .links--inline.links--inline-small li a { opacity: 1; } .tile-horizontal .menu-media { width: 80px; height: 80px; } .tile-horizontal .menu-content { width: calc(100% - 80px); } .tile-horizontal .menu-content p { margin-bottom: 10px; } .tile__media { width: 100%; position: relative; padding: 0 0 63% 0; background: #fff; overflow: hidden; } .tile__media img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; } @media (min-width: 1199px) { .page-header .drop-down.drop-down--small .drop-down__target { top: 50px; } .tile { padding: 15px; } } .tabs li { float: left; position: relative; } .tabs--flat li a { display: block; font-size: 1.1em; color: #333; position: relative; padding: 22px 20px 20px; margin: 0 30px 0 0; } .tabs--flat li a:before { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; content: ""; background: #9c1519; display: none; } .tabs--flat li.is--active a:before { display: block; } .tabs--centered { display: table; margin: auto; } .form-wrap { background: #fafafa; border: 1px solid #e6e6e6; padding: 20px 20px 0; width: 100%; display: inline-block; border-radius: 8px; } @media (max-width: 576px) { .order-box .order-media { margin-right: 1rem; margin-bottom: 1rem; } .order-box .order-content { padding-top: 0; } } .img-uploader { position: relative; display: inline-block; } @media (min-width: 767px) { .img-uploader { left: 40%; } } .img-uploader img { display: inline-block; vertical-align: middle; } .img-uploader label { position: absolute; bottom: 0; left: 0; right: 0; display: block; padding: 5px; font-size: 12px; text-transform: uppercase; text-align: center; background-color: #4ca146; background-color: rgba(76, 161, 70, 0.9); color: #ffffff; cursor: pointer; } .img-uploader label:hover { background-color: #2c8126; } .front_table_select { height: 32px; } @media (min-width: 576px) { .right_block { float: right; } } .right_block p { margin: 0; float: left; color: #000; font-weight: 500; font-size: 16px; } .right_block .box__content { float: right; padding: 0; margin-left: 10px; } .table--horizontal table th:last-child { text-align: right; } .table--horizontal table td:last-child { float: right; } .block--empty .links--inline li { float: none; display: inline-block; vertical-align: top; } .block--empty { padding: 30px; width: 100%; } .block--empty .block__img { display: block; margin: 0 auto 30px; opacity: 1; } .success .block--empty .block__img { opacity: 1; } .block--empty h1, .block--empty .h1 { padding: 0 0 20px 0; font-size: 4em; } .block--empty h2, .block--empty .h2 { padding: 0 0 10px 0; font-size: 2.2em; } .block--empty h6, .block--empty .h6 { font-weight: 300; } .block--empty .error__img { width: 449px; display: block; margin: 20px auto 0; } .block--empty p.txt--small.txt--light { width: 100%; } .location { background-image: url(images/icon_location.svg); background-position: left 0; background-repeat: no-repeat; display: inline-block; position: relative; padding-left: 25px; color: #666666; font-size: 0.9rem; min-height: 20px; margin-bottom: 0.6rem; } .location a { color: inherit; } .location a:hover { text-decoration: underline; } .rating__star { display: inline-block !important; vertical-align: middle; position: relative; top: -2px; } .rating__link { font-size: 1em; color: #333; } .rating__link:hover .span { text-decoration: underline; } .rating__link .span { opacity: 0.5; font-size: 0.85em; } @media (min-width: 1200px) { .cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-image: url("images/cta-bg.png"); background-color: rgba(0, 0, 0, 0.8); color: #fff; padding: 2.5rem 3.75rem; border-radius: 8px; } } @media (max-width: 1199.98px) { .cta { text-align: center; max-width: 500px; margin: 0 auto; } } @media (min-width: 1200px) { .cta h2, .cta .h2 { max-width: 50%; padding-bottom: 0; padding-right: 2.5rem; } } @media (max-width: 767.98px) { .cta h2, .cta .h2 { font-size: calc(16px + 0.5vw); } .cta h2 .selected-location, .cta .h2 .selected-location { display: inline; font-weight: 700; } } .cta .selected-location { border-bottom: 2px dashed rgba(255, 255, 255, 0.5); } @media (max-width: 1199.98px) { .cta .btn { display: block; font-size: 0.875rem; } } .cta .btn:focus { outline-color: #fff; } .sign:before { border: 2px solid #dadada; border-radius: 100%; color: #dadada; content: "Y"; font-size: 1.875rem; font-weight: 600; height: 60px; width: 60px; left: 50%; pointer-events: none; position: absolute; text-align: center; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 1199.98px) { .sign:before { font-size: 1rem; height: 30px; width: 30px; } } .btn--group { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 1rem; } .table td .btn { margin: 5px; } .-float-left { float: left !important; } .-float-right { float: right !important; } .-align-left { text-align: left !important; } .-align-right { text-align: right !important; } .text-center { text-align: center !important; } .cols-wrap .col { padding: 0; } .-gap { height: 15px; display: block; clear: both; } .-clearfix:after { clear: both; display: block; content: ""; } img { max-width: 100%; display: block; } /* Works in Mozilla ---------------------- */ ::-moz-selection { background-color: #f1f1f1; color: #4ca146; } /* Works in Safari ---------------------- */ ::-moz-selection { background-color: #f1f1f1; color: #4ca146; } ::selection { background-color: #f1f1f1; color: #4ca146; } /* normal text ---------------------- */ .txt--uppercase { text-transform: uppercase; } .txt--small { font-size: 0.85em; display: block; margin-top: 0; } .second .txt--small { margin-top: -8px; } .txt--italic { font-style: italic; } .txt--light { opacity: 0.85; } .txt--nos { font-weight: 500; } .txt--nos a { color: inherit; } .-color-primary { color: #4ca146; } .-color-secondary { color: #cc585c; } /* links ---------------------- */ .link--underline { text-decoration: underline; } /* links ---------------------- */ .link__close { z-index: 10; width: 35px; height: 35px; position: absolute; right: 10px; top: 10px; text-align: center; line-height: 18px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .link__close:before { width: 2px; height: 20px; left: 50%; margin-left: -1px; position: absolute; top: 8px; content: ""; background: #333; } .link__close:after { width: 20px; height: 2px; left: 8px; top: 50%; margin: -1px 0 0 0; position: absolute; content: ""; background: #333; } .link__close.white:before, .link__close.white:after { background: #fff; } .estimated-delivery-time { margin: 0 0 25px 30px; } /* ----- TEMP ----- */ .graphic { height: 120px; width: 100%; } .graphic img { margin: auto; } .started-wrapper { display: inline-block; } #pre_pickup_date, #pre_delivery_date { width: 50%; } h5.topping_group_title, .topping_group_title.h5 { font-size: 14px; padding: 0; margin: 10px 0; color: #777; font-weight: normal; } .subscription_payment_optons li { padding: 5px 0; font-size: 15px; font-weight: 400; } .topping-wrapper label { font-weight: normal; color: #777; } .slides--single-js { max-height: 700px; overflow: hidden; } .container--small { max-width: 800px; } .container--small .col--left { width: 60%; } .container--small .col-lg-4 { width: 40%; } .container--narrow .panel__fixed .panel__fixed-inner.stick { width: 313px; } .container--narrow .panel__fixed .panel__fixed-inner.stick .row-container--scroller { height: 500px; max-height: 500px; } .container--colums .wrap, .container--colums .box { border: 1px solid #e6e6e6; } .container--colums .wrap, .container--colums .box:first-child { border-top: 1px solid #e6e6e6; border-bottom: none; } .container--colums .box .box__head { border-top: none; } .container--colums .row-container--scroller { max-height: 250px; height: 250px; min-height: 1%; } .cols-list .label { margin-right: -5px; } .medium-size { font-size: 2em !important; } .small-size { font-size: 1em !important; } #payment-option + .paynow { margin-top: 20px; } .js-menu-item-container .box--bordered-first { margin-bottom: 0; } #code_msg.error { color: red !important; } .container--colums.container--narrow .selection-list--container { margin: 0; } .container--colums.container--narrow .selection-list--container .selection { padding-block: 0 30px; padding-inline: 35px 10px; } .rest-open-close { float: right; text-transform: uppercase; font-size: 0.83em; position: relative; top: -6px; } .field--disabled { background: rgba(0, 0, 0, 0.03) !important; cursor: not-allowed; pointer-events: none; } .ui-autocomplete.ui-widget-content.ui-front { z-index: 999; } .section--content-cols { padding-top: 50px; } .section--content-grids .section--content-grids { padding-top: 50px; } .section--content-grids:before { pointer-events: none; position: absolute; left: 0; right: 0; top: 0; content: ""; background: #fafafa; height: 253px; border-bottom: 1px solid #e7e7e7; } .icon--loader { margin: 0 auto 20px; display: block; } .cover-wrap--even { background: none; border: none; padding: 0; margin: 20px 0 0; } .form--sorting { background: #faf4e6; padding: 20px; } #email-form-wrapper { margin-top: 20px; } .fld-rating { margin: 16px 0 0; text-align: left; } .rtng-str { display: inline-block; padding-right: 10px; vertical-align: middle; cursor: pointer; } .form.reviewfrm input[type="submit"] { margin-right: 0px; float: right; } .rating_box { display: inline-block; height: 19px; position: relative; width: 103px; } .rating_box .layergrey { background-color: #eaeaea; height: 19px; left: 0; position: absolute; top: 0; width: 103px; } .rating_box .layeryellow { background-color: #f7a500; height: 19px; left: 0; position: absolute; top: 0; } .rating_strip { background-image: url("images/rating_strip.png"); } .rating_strip { background-image: url("images/rating_strip.png"); height: 19px; left: 0; position: absolute; top: 0; width: 103px; } #delivery-timing, #delivery-timing, #delivery-timing, #pickup-timing { padding: 15px; background: rgba(0, 0, 0, 0.05); } #delivery-timing .date-time select, #pickup-timing .date-time select { float: left; width: 49%; } #delivery-timing .date-time #delivery_time_wrap, #pickup-timing .date-time #pickup_time_wrap { float: right; width: 49%; } #delivery-timing .date-time #delivery_time_wrap select, #pickup-timing .date-time #pickup_time_wrap select { width: 100%; } .fom-row { width: 100%; display: inline-block; margin: 0 0 10px 0; } .info-titl { font-size: 1.3em; } .form .button-row .btn--back { margin-right: 10px; } #frmRestaurant .button-row .btn--back { margin-right: 10px; } #listing.pagination-space .pagination { margin: 20px auto; } .selection-list--container { margin: 0 -10px; } .selection-list--container .selection { padding: 0; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 10px; width: 50%; } .selection-list--container .hide-for-myaccount { display: none; } .selection-list--container .selection__col { padding: 15px; border: 1px solid #e6e6e6; border-radius: 8px; } .selection-list--container .selection.is-active .selection__col { background: #fafafa; } .selection-list--container .selection__content { min-height: 150px; } .fld-rating .rating-lbl { display: block; } #billing.visibleForm, #add_addrss_form.visibleForm { margin: 20px 0 0; } .field_cover &gt; label + .checkbox .input-helper:before { top: -9px; } .menu_img { float: left; width: 100px; border: 1px solid #ddd; padding: 3px; margin: 0 10px 0 0; } .link.last.is--selected svg { fill: red; } .response { border-radius: 3px; color: #fff; font-size: 14px; margin-top: 10px; max-width: 742px; padding: 10px; margin: 10px auto; } .panel__fixed.is_stuck { z-index: 1; } .-col-right { float: right; } .aligncenter .btn img { display: block; } .img-container { margin: 0 0 15px 0; max-height: 70vh; } .section--content-cols:before { pointer-events: none; position: absolute; left: 0; right: 0; top: 0; content: ""; background: rgba(0, 0, 0, 0.03); height: 170px; } .container--centered { max-width: 70%; margin: auto; position: relative; display: block; text-align: center; } .container--centered [class*="col-"] { float: none; display: inline-block; vertical-align: top; margin: 0 -2px; } /* -----  BOX BORDERED ----- */ @media (max-width: 1199.98px) { .section--content-cols .box--bordered h5, .section--content-cols .box--bordered .h5 { font-weight: 500; font-size: 1.2em; } .form__title { font-size: 1.1em; margin: 0 -15px 15px -15px; padding: 10px 15px; } .grid-layout { margin: 0 -15px; } .section--steps { padding-bottom: 0; } /*subscription plans (added on 24 jan2017) ------------*/ .container--centered { max-width: 100%; padding: 0 10px; } .item__body, .item__footer { min-height: 1%; } /* added on 1july 2017 */ .card__content { position: relative; left: auto; right: auto; bottom: auto; } .txt--small { display: inline-block; } .sort__title { display: block; padding-right: 0; } .drop-down { margin: 0 5px 0 0; } .-align-right .drop-down { padding-right: 0; } .drop-down__target { top: 80px; } .links--square.links--square-onefifth li { width: 33.3%; } .list--info { width: 100%; } .list--info ul { display: table; table-layout: fixed; width: 100%; } .links--icon { margin-top: 0; } .wrap--bordered-even { margin: 20px 0 0; } .cols-group [class*="col-lg-6"] { min-height: 1%; } .cols-group p { margin-bottom: 20px; } .cols-group h6, .cols-group .h6 { margin-bottom: 6px; } .wrap--bordered-list ~ .wrap--bordered-even { margin: 0 0 0; } .selection .selection__label { margin: 0 0 6px 0; } .selection { padding-left: 0; } .selection .selection__label .radio, .selection .selection__label .checkbox { position: relative; vertical-align: top; width: 30px; } .form-wrap { padding: 15px 15px 0; } .info--user { display: inline-block; margin: 0 0; width: 100%; text-align: center; } .info--user .avtar { margin: 0 auto 10px; float: none; display: block; } .media--team .media__title { font-size: 1em; } .grids__half { display: table; margin: auto; } .grids__half ul { display: table; table-layout: fixed; } .grids__half li { display: table-cell; vertical-align: top; padding: 0 5px; } .grids__half li.second { display: table-cell; } .grids__half li .btn { font-size: 1.1em; height: 40px; line-height: 40px; padding: 0 40px; display: block; } .search__blog { margin: 20px 0; } html.is-filter--blog .overlay--blog { display: block; } html.is-filter--blog { overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; } .wrap--normal { padding: 0 10px; } .section--steps { padding: 0; } .wrap-total td:last-child { text-align: right; } /*Jan 7 2016----*/ .item__tags + .item__footer { min-height: 100px; } .table td, .table th { font-size: 0.83em; } .container--colums.container--narrow .selection-list--container .selection { width: 100%; padding-left: 0; } .js-menu-item-container + .-gap + .-gap + .wrap--bordered.wrap--bordered-even { margin: 0; } } .radio-yn { margin: 10px 0; } @media (max-width: 767.98px) { .form.reviewfrm input[type="submit"] { float: left; margin-right: 0; margin-top: 10px; } .body { min-height: 1%; } #wrap-verification .form .row:last-child .field-set { margin-bottom: 0; } .row--scroller { white-space: nowrap; overflow: auto; } .row--scroller .item { white-space: normal; overflow: visible; } .row--scroller [class*="col-"] { float: none; display: inline-block; vertical-align: top; width: 300px; padding-left: 15px; } .item__body { padding: 15px; } .row.row--scroller + .-gap { display: none; } .row--last { margin: 20px 0 0; text-align: center; } .row--last img.float-end { display: table; margin: 1rem auto 0; float: none !important; } .row--last p { margin: 0 0 10px 0; } .form__heading { margin: 10px -15px 20px; padding: 15px 10px 10px; font-size: 1em; } .drop-down, .drop-down__link { display: block; } .section--btns .btn:active { top: 0; } .section--btns .col--left { padding-right: 5px; } .section--btns .col--right { padding-left: 5px; } .section--form-mobile, .section--filters-mobile { display: none; position: fixed; padding: 50px 0; left: 0; top: 0; bottom: 0; right: 0; background: #fff; z-index: 112; overflow: auto; } .links--square.links--square-onefifth li { width: 50%; } .drop-down { padding: 5px 0; margin: 0; } .sort__title { padding: 15px 0 0; font-size: 1.2em; } .tags__filter li { line-height: 30px; padding: 0 5px 5px 0; } .tags__filter li:first-child { display: block; } .tags__filter li.clear a { padding-left: 0; } html.search--mobile-js, .filters--mobile-js { position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; } .section--sort { padding-top: 0; } .item__pic--centerd { display: table; margin: auto; } .col--left { width: 200px; float: none; display: block; margin: 0 auto 20px; } .list--info { margin-top: 0; overflow: auto; white-space: nowrap; } .list--info ul { table-layout: auto; } .dropdown.float-end { float: right !important; } .panel__right { width: 100%; } .panel__head h5, .panel__head .h5 { font-size: 1.5em; } .section--tabs { display: block; } .cols-group .links--inline { margin: 6px 0; } .wrap-counter .txt--larger { font-size: 2em; } .steps li { padding: 0 15px; } .steps li .steps__value { font-size: 1em; } .steps { width: 100%; text-align: center; } .wrap--bordered-list { margin: 15px 0 0; } .container--colums .col--left, .container--colums .col-lg-4 { width: 100%; } .container--colums .wrap, .container--colums .box { border: none; } .selection select { margin: 5px 0; } .field_label { font-size: 0.9em; } .field-set { margin-bottom: 15px; } .cover-wrap { padding: 15px; } .selection h6, .selection .h6 { padding: 0 0 6px 0; color: #333; font-size: 0.9em; } .selection p { line-height: 1.6; } .selection p small, .selection p .small { font-size: 1em; } .info--user { text-align: left; } .info--user .avtar { float: left; margin: 0 15px 15px 0; } .info--user h6, .info--user .h6 { padding-top: 10px; } .cols-list p { margin-bottom: 20px; } .cols-list { padding: 15px; } .steps.steps--tabled li .steps__value { display: none; } .steps.steps--tabled { margin-bottom: 20px; } .preview { margin: 10px 0 20px 0; } .preview__thumb { max-width: 200px; display: table; margin: auto; } .panel__title { font-size: 0.9em; } .three-col &gt; li { width: 50%; font-size: 0.85em; } .radio-yn &gt; li { font-size: 0.85em; } .col-caption { font-weight: 500; margin: 0 0 10px 0; font-size: 1em; padding-left: 0; color: #333; } .row--head { background: none; padding: 0; margin: 0; } .steps li:before { left: -9px; } .steps li:after { right: -10px; } .table .mergedcell { text-align: left; } .row--reply { padding: 15px 5px; margin: 0 -15px; } .selectionbar { padding: 10px 10px 5px; } .selectionbar .grid_1 { width: 100%; padding: 0 0 10px 0; } .selectionbar .grid_2 { text-align: center; width: 100%; } .selectionbar .form--search { width: 100%; margin: 0; padding: 10px 0 0; } .selectionbar .selectiontabs { float: none; display: table; margin: auto; } .selectionbar .directions { float: none; } /*.hide--desktop{display:block!important;}*/ .lists--inline-block dt, .lists--inline-block dd { text-align: left; } .row--scroller { margin: 0 -10px; } .cols-list .location { margin-bottom: 20px; } .section--map { height: 280px; } .cols-wrap .col { width: 100%; padding: 0; border: none; } .cols-wrap { margin: 10px 0; } .section--banner { height: 200px; } .-col-right { float: none; } .slider--single .slick-arrow { height: 50px; } .group--social { margin-bottom: 0; } .table .trLast td.mergedcell { width: 150px; } .table .trLast td { width: 40%; display: inline-block; padding: 10px 0 0; } .table tr.trLast { width: 100%; display: table; } .row--centerd { display: table; margin: auto; } .grids--selection li { display: inline-block; width: 100%; padding: 0 0 10px 0; } .selection-list--container .selection { margin: 0; width: 100%; } .selection-list--container .selection__content { min-height: 1%; } .container--colums.container--narrow .box__head .link--underline.float-end { float: right !important; } /* added on 1july 2017 */ .card__title { font-size: 1em; } .slides--six { padding: 0 15px; } .menu_img { width: 60px; margin-bottom: 10px; } .menu_img + .item__title { margin-bottom: 10px; line-height: 1.4; } .menu_img + .item__title + .tag { margin-top: 2px; } .table.table--horizontal .caption--td { width: 150px; float: left; color: #666; } .table.table--horizontal .desc--td { width: calc(100% - 150px); display: inline-block; } } @media (max-width: 575.98px) { .-float-right, .-float-left { float: none !important; } .steps li { padding: 0 5px; } .steps li .steps__value { font-size: 0.86em; } .form .button-row input, .button-row input { display: block; margin: 5px 0; width: 100%; } #delivery-timing .date-time select, #pickup-timing .date-time select { float: none; width: 100%; } #delivery-timing .date-time #delivery_time_wrap, #pickup-timing .date-time #pickup_time_wrap { float: none; width: 100%; margin: 10px 0 0; } .selection p small, .selection p .small { font-weight: 300; } .form .button-row .btn--back { margin-right: 0px; } #frmRestaurant .button-row .btn--back { margin-right: 0px; } } .close-icon { width: 20px; height: 20px; padding: 0px; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; z-index: 1; font-size: 0; color: #333; } .close-icon span { width: 20px; height: 20px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background-color: #161616; color: #fff; border-radius: 100%; position: relative; display: block; text-indent: -9999px; } .close-icon span::after, .close-icon span::before { content: ""; position: absolute; width: 12px; height: 2px; background-color: currentColor; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .close-icon span::before { width: 2px; height: 12px; } .form-panel--sm { max-width: 800px; margin: 0 auto; } .form-panel--box { background-color: #fff; border-radius: 1.875rem; padding: 3.5rem; } @media (max-width: 767.98px) { .form-panel--box { padding: 1.5rem; } } .form-panel__head { padding-bottom: 2.5rem; } @media (max-width: 767.98px) { .form-panel__head { padding-bottom: 1rem; } } .form-panel__head h2, .form-panel__head .h2 { font-weight: 800; font-size: 1.875rem; padding: 0; } @media (max-width: 767.98px) { .form-panel__head h2, .form-panel__head .h2 { font-size: 1.5rem; } } .form-panel__footer { padding-top: 3rem; } .form-panel__footer h6, .form-panel__footer .h6 { font-weight: 600; } .form-panel__footer p { margin: 0; font-weight: 600; } .form-panel input[type="submit"] { display: block; width: 100%; } .form-panel .text-link { font-weight: 700; } .form-panel .checkbox, .form-panel .radio { font-size: 1rem; } .form-panel .back-link { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; color: #333; font-size: 0.875rem; font-weight: 600; } .form-panel .back-link:hover { color: var(--brand-color); } .form-panel .back-link:before { content: ""; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }</pre></body></html>