@import 'templates/_variables.scss'; :root { --color-scheme: dark; --blue: #0084b4; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: beige; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #212529; --primary: #0084b4; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: beige; --danger: #dc3545; --light: #dee2e6; --dark: #212529; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: "Roboto Condensed", sans-serif; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace } @media all { .bg-warning { color: #212529 } } @media all { #sidebar { background: #212529 } } .sidebar-close { background: transparent } @media all { .sidebar-close { color: #f8f9fa } } *, *::before, *::after { box-sizing: border-box } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) } article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block } body { margin: 0; // font-family: "Roboto Condensed", sans-serif; font-family: 'Noto Sans TC', sans-serif; font-weight: 400; line-height: 1.5; text-align: left; font-size: 1rem; letter-spacing: 2px; } @media all { body { color: #f8f9fa; background-color: #212529 } } [tabindex="-1"]:focus:not(:focus-visible) { outline: 0 } hr { box-sizing: content-box; height: 0; overflow: visible } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem } p { margin-top: 0; margin-bottom: 1rem } abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; border-bottom: 0; text-decoration-skip-ink: none; cursor: help } address { margin-bottom: 1rem; font-style: normal; line-height: inherit } 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: .5rem; margin-left: 0 } blockquote { margin: 0 0 1rem } b, strong { font-weight: 700 } small { font-size: 80% } sub, sup { position: relative; line-height: 0; vertical-align: baseline; font-size: 75% } sub { bottom: -.25em } sup { top: -.5em } a { text-decoration: none; background: transparent; } @media all { a { /* color: #f8f9fa; */ color: $link-color; } } a:hover { text-decoration: underline } @media all { a:hover { color: #cbd3da } } a:not([href]) { color: inherit; text-decoration: none } a:not([href]):hover { color: inherit; text-decoration: none } pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto } figure { margin: 0 0 1rem } img { vertical-align: middle; border-style: none } svg { overflow: hidden; vertical-align: middle } table { border-collapse: collapse } caption { padding-top: .75rem; padding-bottom: .75rem; text-align: left; caption-side: bottom } @media all { caption { color: #6c757d } } th { text-align: inherit } label { display: inline-block; margin-bottom: .5rem } button { border-radius: 0 } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; line-height: inherit; font-size: inherit } button, input { overflow: visible } button, select { text-transform: none } select { word-wrap: normal } 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 } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none } input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0 } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox } textarea { overflow: auto; resize: vertical } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto } [type="search"] { outline-offset: -2px; -webkit-appearance: none } [type="search"]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button } output { display: inline-block } summary { display: list-item; cursor: pointer } template { display: none } [hidden] { display: none } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: .5rem; font-weight: 400; line-height: 1.2 } h1, .h1 { font-size: 2.5rem } @media (max-width: 1200px) { h1, .h1 { font-size: calc(1.375rem + 1.5vw) } } h2, .h2 { font-size: 2rem } @media (max-width: 1200px) { h2, .h2 { font-size: calc(1.325rem + .9vw) } } h3, .h3 { font-size: 1.25rem } h4, .h4 { font-size: 1.15rem } h5, .h5 { font-size: 1rem } h6, .h6 { font-size: 1rem } .lead { font-weight: 400; font-size: 1.25rem } hr { margin-top: 2.5rem; margin-bottom: 2.5rem; border-top: 1px solid silver; } .blockquote { margin-bottom: 1rem; padding-left: 1rem; border-left: 5px solid #0084b4; font-size: 1rem } .blockquote i { float: right; font-style: italic; font-size: .875rem } .blockquote-footer { display: block; font-size: 80% } @media all { .blockquote-footer { color: #f5f5f5; } } img, amp-img { border: 0 } amp-img[class^=i-amp], amp-img[class^=-amp] { height: auto; max-width: 100% } code { font-size: .875rem; color: #e83e8c; word-wrap: break-word } a>code { color: inherit } kbd { padding: .2rem .4rem; font-size: .875rem; color: #212529; background: #dee2e6; border-radius: .2rem } kbd kbd { padding: 0; font-size: 100%; font-weight: 700 } pre { display: block; padding: 1rem; font-size: .875rem } @media all { pre { color: #f8f9fa; background-color: #343a40; border: 1px solid #343a40 } } pre code { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; color: inherit; word-break: normal; text-indent: 5em; font-size: 75% } .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm { 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-sm, .container { max-width: 540px; } } @media (min-width: 768px) { .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @media (min-width: 1400px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); margin-left: calc(var(--bs-gutter-x) / -2); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) / 2); padding-left: calc(var(--bs-gutter-x) / 2); margin-top: var(--bs-gutter-y); } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px } .col { flex-basis: 0; flex-grow: 1; max-width: 100% } .col-1 { flex: 0 0 8.33333%; max-width: 8.33333% } .col-2 { flex: 0 0 16.66667%; max-width: 16.66667% } .col-3 { flex: 0 0 25%; max-width: 25% } .col-4 { flex: 0 0 33.33333%; max-width: 33.33333% } .col-5 { flex: 0 0 41.66667%; max-width: 41.66667% } .col-6 { flex: 0 0 50%; max-width: 50% } .col-7 { flex: 0 0 58.33333%; max-width: 58.33333% } .col-8 { flex: 0 0 66.66667%; max-width: 66.66667% } .col-9 { flex: 0 0 75%; max-width: 75% } .col-10 { flex: 0 0 83.33333%; max-width: 83.33333% } .col-11 { flex: 0 0 91.66667%; max-width: 91.66667% } .col-12 { flex: 0 0 100%; max-width: 100% } @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100% } .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333% } .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667% } .col-sm-3 { flex: 0 0 25%; max-width: 25% } .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333% } .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667% } .col-sm-6 { flex: 0 0 50%; max-width: 50% } .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333% } .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667% } .col-sm-9 { flex: 0 0 75%; max-width: 75% } .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333% } .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667% } .col-sm-12 { flex: 0 0 100%; max-width: 100% } } @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100% } .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333% } .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667% } .col-md-3 { flex: 0 0 25%; max-width: 25% } .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333% } .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667% } .col-md-6 { flex: 0 0 50%; max-width: 50% } .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333% } .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667% } .col-md-9 { flex: 0 0 75%; max-width: 75% } .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333% } .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667% } .col-md-12 { flex: 0 0 100%; max-width: 100% } } @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100% } .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333% } .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667% } .col-lg-3 { flex: 0 0 25%; max-width: 25% } .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333% } .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667% } .col-lg-6 { flex: 0 0 50%; max-width: 50% } .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333% } .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667% } .col-lg-9 { flex: 0 0 75%; max-width: 75% } .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333% } .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667% } .col-lg-12 { flex: 0 0 100%; max-width: 100% } } @media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100% } .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333% } .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667% } .col-xl-3 { flex: 0 0 25%; max-width: 25% } .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333% } .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667% } .col-xl-6 { flex: 0 0 50%; max-width: 50% } .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333% } .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667% } .col-xl-9 { flex: 0 0 75%; max-width: 75% } .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333% } .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667% } .col-xl-12 { flex: 0 0 100%; max-width: 100% } } table { width: 100%; margin-bottom: 1rem } /* @media all { table { color: #f8f9fa } } */ table th, table td { /* padding: .75rem; */ padding: .3rem; vertical-align: top } @media all { table th, table td { /* border-top: 1px solid #343a40 */ border: 1px solid #343a40 } } table thead th { vertical-align: bottom } @media all { table thead th { border-bottom: 2px solid #343a40 } } @media all { table tbody+tbody { border-top: 2px solid #343a40 } } .form-control { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; font-weight: 400; line-height: 1.5; background-clip: padding-box; appearance: none; font-size: 1rem; border-radius: .25rem } @media all { .form-control { color: #dee2e6; background: #212529; border: 1px solid #6c757d } } .form-control::-ms-expand { background: transparent; border: 0 } .form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057 } .form-control:focus { color: #495057; background: #fff; border-color: #35c9ff; outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 132, 180, 0.25) } .form-control::placeholder { opacity: 1 } @media all { .form-control::placeholder { color: #ced4da } } .form-control:disabled, .form-control[readonly] { opacity: 1 } @media all { .form-control:disabled, .form-control[readonly] { background: #343a40 } } select.form-control { background-size: 0.5rem } @media all { select.form-control { background: #212529 url("https://ampcssframework.com/assets/icons/chevron-down.svg") no-repeat right 1rem center } } @media all { select.form-control:focus::-ms-value { color: #dee2e6; background: #212529 } } .form-control-file, .form-control-range { display: block; width: 100% } .col-form-label { padding-top: calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px); margin-bottom: 0; line-height: 1.5; font-size: inherit } .form-control-plaintext { display: block; width: 100%; padding: .375rem 0; margin-bottom: 0; line-height: 1.5; background: transparent; border: solid transparent; border-width: 1px 0; font-size: 1rem } @media all { .form-control-plaintext { color: #f8f9fa } } select.form-control[size], select.form-control[multiple] { height: auto } textarea.form-control { height: auto } .form-group { margin-bottom: 1rem } .form-text { display: block; margin-top: .25rem } .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px } .form-row>.col, .form-row>[class*="col-"] { padding-right: 5px; padding-left: 5px } .valid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #28a745 } .was-validated :valid~.valid-feedback, .is-valid~.valid-feedback { display: block } .was-validated .form-control:valid, .form-control.is-valid { border-color: #28a745 } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25) } .was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label { color: #28a745 } .was-validated .form-check-input:valid~.valid-feedback, .form-check-input.is-valid~.valid-feedback { display: block } .invalid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #dc3545 } .was-validated :invalid~.invalid-feedback, .is-invalid~.invalid-feedback { display: block } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545 } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 .2rem 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 } .was-validated .form-check-input:invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-feedback { display: block } .form-inline { display: flex; flex-flow: row wrap; align-items: center } .form-inline .form-check { width: 100% } @media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0 } .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0 } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-plaintext { display: inline-block } .form-inline .input-group { width: auto } .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0 } .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0; margin-right: .25rem; margin-left: 0 } } .btn { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; cursor: pointer; user-select: none; background: transparent; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem } .btn:hover { color: #212529; text-decoration: none } .btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 132, 180, 0.25) } .btn.disabled, .btn:disabled { opacity: .65 } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none } .btn-primary { color: #fff; border-color: #0084b4; background: #0084b4 } .btn-primary:hover { color: #fff; border-color: #005f81; background: #00688e } .btn-primary:focus, .btn-primary.focus { color: #fff; border-color: #005f81; background: #00688e; box-shadow: 0 0 0 .2rem rgba(38, 150, 191, 0.5) } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background: #0084b4; border-color: #0084b4 } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle { color: #fff; background: #005f81; border-color: #005574 } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(38, 150, 191, 0.5) } .btn-secondary { color: #fff; border-color: #6c757d; background: #6c757d } .btn-secondary:hover { color: #fff; border-color: #545b62; background: #5a6268 } .btn-secondary:focus, .btn-secondary.focus { color: #fff; border-color: #545b62; background: #5a6268; box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5) } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background: #6c757d; border-color: #6c757d } .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle { color: #fff; background: #545b62; border-color: #4e555b } .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5) } .btn-success { color: #fff; border-color: #28a745; background: #28a745 } .btn-success:hover { color: #fff; border-color: #1e7e34; background: #218838 } .btn-success:focus, .btn-success.focus { color: #fff; border-color: #1e7e34; background: #218838; box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5) } .btn-success.disabled, .btn-success:disabled { color: #fff; background: #28a745; border-color: #28a745 } .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle { color: #fff; background: #1e7e34; border-color: #1c7430 } .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5) } .btn-info { color: #fff; border-color: #17a2b8; background: #17a2b8 } .btn-info:hover { color: #fff; border-color: #117a8b; background: #138496 } .btn-info:focus, .btn-info.focus { color: #fff; border-color: #117a8b; background: #138496; box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5) } .btn-info.disabled, .btn-info:disabled { color: #fff; background: #17a2b8; border-color: #17a2b8 } .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle { color: #fff; background: #117a8b; border-color: #10707f } .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5) } .btn-warning { color: #212529; border-color: beige; background: beige } .btn-warning:hover { color: #212529; border-color: #eaeab4; background: #ededbe } .btn-warning:focus, .btn-warning.focus { color: #212529; border-color: #eaeab4; background: #ededbe; box-shadow: 0 0 0 .2rem rgba(213, 214, 193, 0.5) } .btn-warning.disabled, .btn-warning:disabled { color: #212529; background: beige; border-color: beige } .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle { color: #212529; background: #eaeab4; border-color: #e7e7aa } .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(213, 214, 193, 0.5) } .btn-danger { color: #fff; border-color: #dc3545; background: #dc3545 } .btn-danger:hover { color: #fff; border-color: #bd2130; background: #c82333 } .btn-danger:focus, .btn-danger.focus { color: #fff; border-color: #bd2130; background: #c82333; box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5) } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background: #dc3545; border-color: #dc3545 } .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle { color: #fff; background: #bd2130; border-color: #b21f2d } .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5) } .btn-light { color: #212529; border-color: #dee2e6; background: #dee2e6 } .btn-light:hover { color: #212529; border-color: #c1c9d0; background: #c8cfd6 } .btn-light:focus, .btn-light.focus { color: #212529; border-color: #c1c9d0; background: #c8cfd6; box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5) } .btn-light.disabled, .btn-light:disabled { color: #212529; background: #dee2e6; border-color: #dee2e6 } .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle { color: #212529; background: #c1c9d0; border-color: #bac2cb } .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5) } .btn-dark { color: #fff; border-color: #212529; background: #212529 } .btn-dark:hover { color: #fff; border-color: #0a0c0d; background: #101214 } .btn-dark:focus, .btn-dark.focus { color: #fff; border-color: #0a0c0d; background: #101214; box-shadow: 0 0 0 .2rem rgba(66, 70, 73, 0.5) } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background: #212529; border-color: #212529 } .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle { color: #fff; background: #0a0c0d; border-color: #050506 } .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(66, 70, 73, 0.5) } .btn-outline-primary { color: #0084b4; border-color: #0084b4 } .btn-outline-primary:hover { color: #fff; background: #0084b4; border-color: #0084b4 } .btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 .2rem rgba(0, 132, 180, 0.5) } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #0084b4; background: transparent } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle { color: #fff; background: #0084b4; border-color: #0084b4 } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(0, 132, 180, 0.5) } .btn-outline-secondary { color: #6c757d; border-color: #6c757d } .btn-outline-secondary:hover { color: #fff; background: #6c757d; border-color: #6c757d } .btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5) } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background: transparent } .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle { color: #fff; background: #6c757d; border-color: #6c757d } .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5) } .btn-outline-success { color: #28a745; border-color: #28a745 } .btn-outline-success:hover { color: #fff; background: #28a745; border-color: #28a745 } .btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5) } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background: transparent } .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle { color: #fff; background: #28a745; border-color: #28a745 } .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5) } .btn-outline-info { color: #17a2b8; border-color: #17a2b8 } .btn-outline-info:hover { color: #fff; background: #17a2b8; border-color: #17a2b8 } .btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5) } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background: transparent } .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle { color: #fff; background: #17a2b8; border-color: #17a2b8 } .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5) } .btn-outline-warning { color: beige; border-color: beige } .btn-outline-warning:hover { color: #212529; background: beige; border-color: beige } .btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 .2rem rgba(245, 245, 220, 0.5) } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: beige; background: transparent } .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle { color: #212529; background: beige; border-color: beige } .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(245, 245, 220, 0.5) } .btn-outline-danger { color: #dc3545; border-color: #dc3545 } .btn-outline-danger:hover { color: #fff; background: #dc3545; border-color: #dc3545 } .btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5) } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background: transparent } .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle { color: #fff; background: #dc3545; border-color: #dc3545 } .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5) } .btn-outline-light { color: #dee2e6; border-color: #dee2e6 } .btn-outline-light:hover { color: #212529; background: #dee2e6; border-color: #dee2e6 } .btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5) } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #dee2e6; background: transparent } .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle { color: #212529; background: #dee2e6; border-color: #dee2e6 } .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5) } .btn-outline-dark { color: #212529; border-color: #212529 } .btn-outline-dark:hover { color: #fff; background: #212529; border-color: #212529 } .btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 .2rem rgba(33, 37, 41, 0.5) } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #212529; background: transparent } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle { color: #fff; background: #212529; border-color: #212529 } .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(33, 37, 41, 0.5) } .btn-link { font-weight: 400; color: #212529; text-decoration: none } .btn-link:hover { color: #000; text-decoration: underline } .btn-link:focus, .btn-link.focus { text-decoration: underline; box-shadow: none } .btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100% } .input-group>.form-control, .input-group>.form-control-plaintext { position: relative; flex: 1 1 0%; min-width: 0; margin-bottom: 0 } .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.form-control { margin-left: -1px } .input-group>.form-control:focus { z-index: 3 } .input-group>.form-control:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.form-control:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group-prepend, .input-group-append { display: flex } .input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2 } .input-group-prepend .btn:focus, .input-group-append .btn:focus { z-index: 3 } .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn { margin-left: -1px } .input-group-prepend { margin-right: -1px } .input-group-append { margin-left: -1px } .input-group-text { display: flex; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-weight: 400; line-height: 1.5; text-align: center; white-space: nowrap; font-size: 1rem; border-radius: .25rem } @media all { .input-group-text { color: #dee2e6; background: #343a40; border: 1px solid #6c757d } } .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0 } .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none } .card { position: relative; display: flex; 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); } .card > hr { margin-right: 0; margin-left: 0; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .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 > .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 > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; } .card-body { 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 /* rtl:ignore */; } .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-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .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; } .card-img, .card-img-top, .card-img-bottom { width: 100%; } .pagination { display: flex; padding-left: 0; list-style: none; border-radius: .25rem } .page-link { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25 } @media all { .page-link { color: #f8f9fa; background: #212529; border: 1px solid #495057 } } .page-link:hover { z-index: 2; text-decoration: none } @media all { .page-link:hover { color: #cbd3da; background: #343a40; border-color: #495057 } } .page-link:focus { z-index: 3; outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 132, 180, 0.25) } .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem } .page-item:last-child .page-link { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem } .page-item.active .page-link { z-index: 3 } @media all { .page-item.active .page-link { color: #212529; background: #0084b4; border-color: #0084b4 } } .page-item.disabled .page-link { pointer-events: none; cursor: auto } @media all { .page-item.disabled .page-link { color: #ced4da; background: #212529; border-color: #495057 } } .badge { display: inline-block; padding: .25em .4em; font-weight: 400; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; font-size: 95%; border-radius: .25rem } a.badge:hover, a.badge:focus { text-decoration: none } .badge:empty { display: none } .btn .badge { position: relative; top: -2px; font-size: 60% } .badge-pill { padding-right: .6em; padding-left: .6em; border-radius: 10rem } .badge-primary { color: #fff; background: #0084b4 } a.badge-primary:hover, a.badge-primary:focus { color: #fff; background: #005f81 } a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 132, 180, 0.5) } .badge-secondary { color: #fff; background: #6c757d } a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background: #545b62 } a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5) } .badge-success { color: #fff; background: #28a745 } a.badge-success:hover, a.badge-success:focus { color: #fff; background: #1e7e34 } a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5) } .badge-info { color: #fff; background: #17a2b8 } a.badge-info:hover, a.badge-info:focus { color: #fff; background: #117a8b } a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5) } .badge-warning { color: #212529; background: beige } a.badge-warning:hover, a.badge-warning:focus { color: #212529; background: #eaeab4 } a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(245, 245, 220, 0.5) } .badge-danger { color: #fff; background: #dc3545 } a.badge-danger:hover, a.badge-danger:focus { color: #fff; background: #bd2130 } a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5) } .badge-light { color: #212529; background: #dee2e6 } a.badge-light:hover, a.badge-light:focus { color: #212529; background: #c1c9d0 } a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5) } .badge-dark { color: #fff; background: #212529 } a.badge-dark:hover, a.badge-dark:focus { color: #fff; background: #0a0c0d } a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(33, 37, 41, 0.5) } header { width: 100%; z-index: 99999; top: 0px } @media all { header.full-width { background: #212529 } } header.fixed { position: fixed } .mega-menu .header { flex: 0 0 100%; max-width: 100%; box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) } .mega-menu .header .container { padding-right: 0px; padding-left: 0px } .mega-menu .row-header, .mega-menu .row-stage { display: flex; flex-wrap: wrap } .mega-menu .logo { top: 2px; position: relative; margin-left: 40px } .mega-menu .img-logo { position: absolute } @media (min-width: 768px) { .mega-menu .img-logo { top: 12px } } @media (max-width: 991.98px) { .mega-menu .img-logo { top: 18px } } .mega-menu li, .mega-menu ol, .mega-menu ul { padding: 0 } .mega-menu #mobile:checked+.main-menu { display: block } .mega-menu #mobile-menu { position: relative; display: block; padding: 16px; cursor: pointer } .mega-menu #mobile-menu span.main-menu-dropdown-icon { bottom: 0; width: 50px; cursor: pointer } .mega-menu #mobile-menu .main-menu-dropdown-icon, .mega-menu #mobile-menu span.main-menu-dropdown-icon { position: absolute; top: 0; right: 0 } .mega-menu .main-menu { z-index: 100; margin: auto } .mega-menu .main-menu:after, .mega-menu .main-menu:before { content: ""; display: table; clear: both } .mega-menu .main-menu a { text-decoration: none } .mega-menu .main-menu li { position: relative; display: block } @media all { .mega-menu .main-menu li { border-top: 1px solid #343a40 } } .mega-menu .main-menu .main-menu { display: none; max-height: 100% } .mega-menu .main-menu .main-menu-dropdown-list { display: none } .mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-megamenu) a, .mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-shop) a { transition: transform 0.25s ease-out; transform: translate3d(0, 0, 0) } .mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-megamenu) a:hover, .mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-shop) a:hover { transform: translate3d(3px, 0, 0) } .mega-menu .main-menu .main-menu-dropdown-list.main-menu-dropdown-megamenu li:first-child { font-weight: 700; border-bottom: 1px solid #dee2e6 } .mega-menu .main-menu .main-menu-dropdown-list.main-menu-dropdown-megamenu li { border: none } .mega-menu .main-menu .main-menu-dropdown-item-subtitle { font-size: .75rem; text-indent: 10px; margin-left: 10px } .mega-menu .main-menu input[type=checkbox]:checked+.main-menu-dropdown-list { display: block } .mega-menu .main-menu input[type=checkbox], .mega-menu .main-menu ul span.main-menu-dropdown-icon { display: none } .mega-menu .main-menu label { margin-bottom: 0 } .mega-menu .main-menu label.main-menu-dropdown-icon { width: 100%; height: 50px; cursor: pointer; z-index: 10 } .mega-menu .main-menu label.main-menu-dropdown-icon, .mega-menu .main-menu li label.main-menu-dropdown-icon { position: absolute; top: 0; right: 0 } .mega-menu .main-menu>ul>li { cursor: pointer } .mega-menu .main-menu>ul>li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 16px; cursor: pointer; position: relative; display: block } .mega-menu .main-menu .tip { padding: 2px 5px; background: #0084b4; color: white; text-shadow: none; border-radius: 3px; left: 10px; position: relative; text-transform: uppercase; font-size: .75rem; top: -2px } .mega-menu .main-menu .tip:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #0084b4; border-width: 5px; margin-top: -5px } .mega-menu .main-menu .notification-info { position: absolute; width: 100%; text-align: center; top: 50%; margin-top: -4px; left: 0; padding: 0; display: block; line-height: 1 } .mega-menu .main-menu .notification-info .notification-qty { position: absolute; top: -12px; right: 10px; width: 15px; height: 15px; display: block; font-size: .75rem; color: white; background-color: red; text-align: center; line-height: 15px; border-radius: 20px } @media (max-width: 1199.98px) { .header .main-menu .logo { top: 3px } .header .main-menu span.logo { top: 1px } .header .main-menu .fa { min-width: 25px } } @media (max-width: 1199.98px) { .header .main-menu .active { color: #f8f9fa; background: #212529 } } @media (max-width: 1199.98px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list { background: #212529 } } @media (max-width: 1199.98px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li .main-menu-dropdown-item-subtitle { text-indent: 30px; margin-left: 30px } } @media (max-width: 1199.98px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a { color: #f8f9fa } } @media (max-width: 1199.98px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a { color: #f8f9fa } } @media (max-width: 1199.98px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a:hover { background: #212529 } } @media (max-width: 1199.98px) { .header .main-menu li:hover a, .header .main-menu li:active a { border-left: 3px solid #0084b4 } .header .main-menu .main-menu-dropdown-list li { text-indent: 15px } .header .main-menu .main-menu-dropdown-list li ul li { text-indent: 30px } .header .main-menu .main-menu-dropdown-list li ul li ul li { text-indent: 45px } .header .main-menu .main-menu-logo { display: none; padding: 0; margin: 0 } .header .main-menu .notification-info .notification-qty { position: absolute; top: -3px; right: 15px } } @media (min-width: 992px) { .header .main-menu { background: #212529; border-top: 1px solid #343a40; border-bottom: 1px solid #212529 } } @media (min-width: 992px) { .header .main-menu .logo { font-weight: 400 } } @media (min-width: 992px) { .header .main-menu li:not(:last-child) { border-left: 1px solid #212529; border-right: 1px solid #212529 } } @media (min-width: 992px) { .header .main-menu a, .header .main-menu i { color: #f8f9fa } } @media (min-width: 992px) { .header .main-menu .fa { margin-right: 5px } } @media (min-width: 992px) { .header .main-menu .active, .header .main-menu .active>i { color: #fff; background: #0084b4 } } @media (min-width: 992px) { .header .main-menu .active i, .header .main-menu .active>i i { color: #dee2e6 } } @media (min-width: 992px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list { margin-top: -3px; border-top: 3px solid #0084b4 } } @media (min-width: 992px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list { background: #212529 } } @media (min-width: 992px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i { color: #f8f9fa } } @media (min-width: 992px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li i, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li a, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li i { color: #f8f9fa } } @media (min-width: 992px) { .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a:hover, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li i:hover, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li a:hover, .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li i:hover { background: #212529 } } @media (min-width: 992px) { .header .main-menu li:hover, .header .main-menu li:active { color: #dee2e6; background: #0084b4 } } @media (min-width: 992px) { .header .main-menu li:hover a, .header .main-menu li:hover i, .header .main-menu li:active a, .header .main-menu li:active i { color: #dee2e6 } } @media (min-width: 992px) { .header .main-menu li ul li:hover, .header .main-menu li ul li:active { background: #212529 } } @media (min-width: 992px) { .header .main-menu li ul li:hover a, .header .main-menu li ul li:hover i, .header .main-menu li ul li:active a, .header .main-menu li ul li:active i { color: #dee2e6 } } @media (min-width: 992px) { .header .main-menu .main-menu { display: block } .header .main-menu .main-menu-dropdown-item-subtitle { text-indent: 10px; margin-left: 0 } .header #mobile-menu { display: none } .header .main-menu label.main-menu-dropdown-icon { display: none } .header .main-menu ul span.main-menu-dropdown-icon { display: inline-block } .header .main-menu li { float: left; border-width: 0 1px 0 0 } .header .main-menu .main-menu-dropdown-list { border-width: 0; margin: 0; position: absolute; top: 100%; left: 0; z-index: 100; display: none; min-width: 250px; box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) } .header .main-menu .main-menu-dropdown-list a { padding: 10px 15px } .header .main-menu .main-menu-dropdown-list li { float: none; border-width: 1px 0 0 } .header .main-menu .main-menu-dropdown-list .main-menu-dropdown-list { top: 0; left: 100% } .header .main-menu .main-menu-dropdown-list .main-menu-dropdown-icon { position: absolute; top: 0; right: 0; padding: 1em } .header .main-menu .main-menu-dropdown-list.main-menu-dropdown-shop { min-width: 250px; right: 100%; left: 54px; transform: translate(-100%, 0) } .header .main-menu .main-menu-dropdown-list.main-menu-dropdown-megamenu { min-width: 800px; left: 50%; transform: translate(-50%, 0) } .header .main-menu input[type=checkbox]:checked+.main-menu-dropdown-list { display: none } .header .main-menu li:hover>input[type=checkbox]+.main-menu-dropdown-list { display: block } .header .main-menu .main-menu-shop { width: 54px } .header .main-menu .main-menu-right { float: right } } .header .arrow-down:before, .header .arrow-right:before { content: ""; border-style: solid; border-color: inherit; border-width: 0 1px 1px 0; display: inline-block; padding: 3px; position: absolute; top: 50% } .header .arrow-down { padding-right: 16px } .header .arrow-down:before { right: 16px; transform: translate(-50%, -50%) rotate(45deg); margin-top: -1px } .header .arrow-right:before { right: 16px; transform: rotate(-45deg); margin-top: 2px } .header .main-menu .hamburger { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 20px; height: 1px } @media all { .header .main-menu .hamburger { background: #f8f9fa } } .header .main-menu .hamburger:after, .header .main-menu .hamburger:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 20px; height: 1px } @media all { .header .main-menu .hamburger:after, .header .main-menu .hamburger:before { background: #f8f9fa } } .header .main-menu .hamburger:before { content: ""; top: -5px } .header .main-menu .hamburger:after { content: ""; top: 7px } .tooltip { position: relative; cursor: pointer; z-index: 1050 } .tooltip::after { background-color: #000; border-radius: .25rem; color: #fff; content: attr(data-tooltip-title); font-weight: normal; min-width: 150px; padding: .5rem .75rem; text-align: center; text-transform: none; font-size: .75rem } .tooltip:disabled::after { content: attr(data-disabled-tooltip-title) } .tooltip::before { width: 0; height: 0; content: ""; position: absolute; transition: opacity 0.3s ease 0ms, transform 0.3s ease 0ms; transform-style: preserve-3d; opacity: 0; z-index: -1 } .tooltip::after { position: absolute; transition: opacity 0.3s ease 0ms, transform 0.3s ease 0ms; transform-style: preserve-3d; opacity: 0; z-index: -1 } .tooltip[data-tooltip-position="top"]::before { border-left: 7px solid transparent; border-right: 7px solid transparent; left: 50%; transform: translate3d(-50%, 10px, 0); border-top: 7px solid #000; bottom: calc(100% + 3px) } .tooltip[data-tooltip-position="top"]:hover::before { transform: translate3d(-50%, 0px, 0) } .tooltip[data-tooltip-position="top"]::after { left: 50%; transform: translate3d(-50%, 10px, 0); bottom: calc(100% + 10px) } .tooltip[data-tooltip-position="top"]:hover::after { transform: translate3d(-50%, 0px, 0) } .tooltip[data-tooltip-position="bottom"]::before { border-left: 7px solid transparent; border-right: 7px solid transparent; left: 50%; transform: translate3d(-50%, -10px, 0); border-bottom: 7px solid #000; top: calc(100% + 3px) } .tooltip[data-tooltip-position="bottom"]:hover::before { transform: translate3d(-50%, 0px, 0) } .tooltip[data-tooltip-position="bottom"]::after { left: 50%; transform: translate3d(-50%, -10px, 0); top: calc(100% + 10px) } .tooltip[data-tooltip-position="bottom"]:hover::after { transform: translate3d(-50%, 0px, 0) } .tooltip[data-tooltip-position="left"]::before { transform: translate3d(10px, -50%, 0); border-left: 7px solid #000; right: calc(100% + 3px); border-top: 7px solid transparent; border-bottom: 7px solid transparent; top: 50% } .tooltip[data-tooltip-position="left"]:hover::before { transform: translate3d(0px, -50%, 0) } .tooltip[data-tooltip-position="left"]::after { top: 50%; transform: translate3d(10px, -50%, 0); right: calc(100% + 10px); right: calc(100% + 10px) } .tooltip[data-tooltip-position="left"]:hover::after { transform: translate3d(0px, -50%, 0) } .tooltip[data-tooltip-position="right"]::before { transform: translate3d(-10px, -50%, 0); border-right: 7px solid #000; left: calc(100% + 3px); border-top: 7px solid transparent; border-bottom: 7px solid transparent; top: 50% } .tooltip[data-tooltip-position="right"]:hover::before { transform: translate3d(0px, -50%, 0) } .tooltip[data-tooltip-position="right"]::after { top: 50%; transform: translate3d(-10px, -50%, 0); left: calc(100% + 10px) } .tooltip[data-tooltip-position="right"]:hover::after { transform: translate3d(0px, -50%, 0) } .tooltip:hover::before, .tooltip:hover::after { opacity: 1; z-index: 100 } footer { min-height: 220px; font-size: .875rem; } @media all { footer { color: #fff; background: #0084b4; } } .bg-primary { background: #0084b4 } a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background: #005f81 } .bg-secondary { background: #6c757d } a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background: #545b62 } .bg-success { background: #28a745 } a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background: #1e7e34 } .bg-info { background: #17a2b8 } a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background: #117a8b } .bg-warning { background: beige } a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background: #eaeab4 } .bg-danger { background: #dc3545 } a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background: #bd2130 } .bg-light { background: #dee2e6 } a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background: #c1c9d0 } .bg-dark { background: #212529 } a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background: #0a0c0d } .clearfix::after { display: block; clear: both; content: "" } .content2 { padding-top: 6rem; padding-bottom: 6rem; color: #eeeeee; background: linear-gradient(135deg,#2bb4c5 0%,#3c5ca2 100%); background-image: linear-gradient(135deg, rgb(43, 180, 197) 0%, rgb(60, 92, 162) 100%); max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: center; } .content3 { padding-top: 6rem; padding-bottom: 6rem; color: #000000; background-color: #f1f4fa; max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: center; } .content4 { padding-top: 3rem; padding-bottom: 6rem; color: #000000; background-color: #ffffff; max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: left; } .content-white-left { padding-top: 6rem; padding-bottom: 6rem; color: #000000; background-color: #ffffff; max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: left; } .content5 { padding-top: 6rem; padding-bottom: 6rem; color: #eeeeee; background: linear-gradient(135deg,#2bb4c5 0%,#3c5ca2 100%); background-image: linear-gradient(135deg, rgb(43, 180, 197) 0%, rgb(60, 92, 162) 100%); max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: left; } .content-black { padding-top: 6rem; padding-bottom: 6rem; color: #eeeeee; background: #232323; max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: left; } .content6 { padding-top: 4rem; color: #000000; background-color: #ffffff; max-width: 100%; padding-right: 30px; padding-left: 30px; text-align: left; } .blog-content { color: #808080; } .related-article a { color:#F39C12; } .img-fluid { max-width: 100%; height: auto; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .flex-row { flex-direction: row !important; } .justify-content-center { justify-content: center !important; } .float-start { float: left !important; } .text-start { text-align: left !important; } .text-end { text-align: right !important; } .text-center { text-align: center !important; } .post-title { text-align: center; } .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; } .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; } .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; } .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; } .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; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1rem; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); margin-left: calc(var(--bs-gutter-x) / -2); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) / 2); padding-left: calc(var(--bs-gutter-x) / 2); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .w-50 { width: 50% !important; } .h-100 { height: 100% !important; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .d-grid { display: grid !important; } @media (min-width: 576px) { .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .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; } } @media (min-width: 992px) { .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 14.2857142857%; } } @media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; } .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } } .toggle, [id^=drop] { display: none; } /* Giving a background-color to the nav container. */ nav { margin:0; padding: 0; background-color: #FFFFFF; } #logo { display: block; padding: 0 30px; float: left; font-size:20px; /* line-height: 60px; */ color: #FFF; } /* Since we'll have the "ul li" "float:left" * we need to add a clear after the container. */ nav:after { content:""; display:table; clear:both; } /* Removing padding, margin and "list-style" from the "ul", * and adding "position:reltive" */ nav ul { float: right; padding:0; margin:0; list-style: none; position: relative; } /* Positioning the navigation items inline */ nav ul li { margin: 0px; // display:inline-block; float: left; background-color: #FFFFFF; } /* Styling the links */ nav a { display:block; padding:14px 20px; color:#656565; font-size:12pt; font-weight: 400; text-decoration:none; } /* nav ul li ul li:hover { background: #000000; } */ /* Background color change on Hover */ nav a:hover { background-color: #78AD42; color: #fff; text-decoration:none; } /* Hide Dropdowns by Default * and giving it a position of absolute */ nav ul ul { display: none; position: absolute; /* has to be the same number as the "line-height" of "nav a" */ /* top: 60px; */ top: 50px; } /* Display Dropdowns on Hover */ nav ul li:hover > ul { display:inherit; } /* Fisrt Tier Dropdown */ nav ul ul li { width:170px; float:none; display:list-item; position: relative; } /* Second, Third and more Tiers * We move the 2nd and 3rd etc tier dropdowns to the left * by the amount of the width of the first tier. */ nav ul ul ul li { position: relative; top:-60px; /* has to be the same number as the "width" of "nav ul ul li" */ left:170px; } /* Change ' +' in order to change the Dropdown symbol */ li > a:after { content: ' +'; } li > a:only-child:after { content: ''; } /* Media Queries --------------------------------------------- */ @media all and (max-width : 768px) { #logo { display: block; padding: 0; width: 100%; text-align: center; float: none; } nav { margin: 0; } /* Hide the navigation menu by default */ /* Also hide the */ .toggle + a, .menu { display: none; } /* Stylinf the toggle lable */ .toggle { display: block; /* background-color: #FFFFFF; */ padding: 14px 20px; color:#656565; font-size:17px; text-decoration:none; border:none; } .toggle:hover { /* background-color: #000000; */ color:#78AD42; } /* Display Dropdown when clicked on Parent Lable */ [id^=drop]:checked + ul { display: block; } /* Change menu item's width to 100% */ nav ul li { display: block; width: 100%; font-weight: 600; } nav ul ul .toggle, nav ul ul a { padding: 0 40px; } nav ul ul ul a { padding: 0 80px; } nav a:hover, nav ul ul ul a { background-color: #78AD42; } nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a { padding:14px 20px; color:#FFF; font-size:17px; } nav ul li ul li .toggle, nav ul ul a { background-color: #212121; } /* Hide Dropdowns by Default */ nav ul ul { float: none; position:static; color: #ffffff; /* has to be the same number as the "line-height" of "nav a" */ } /* Hide menus on hover */ nav ul ul li:hover > ul, nav ul li:hover > ul { display: none; } /* Fisrt Tier Dropdown */ nav ul ul li { display: block; width: 100%; } nav ul ul ul li { position: static; /* has to be the same number as the "width" of "nav ul ul li" */ } } @media all and (max-width : 330px) { nav ul li { display:block; width: 94%; } } .widget { margin-bottom: 30px; padding-bottom: 35px; } .widget .widget-title { margin-bottom: 15px; padding-bottom: 10px; font-size: 16px; color: #333; font-weight: 500; border-bottom: 1px solid #dedede; } .widget.widget-latest-post .media .media-object { width: 100px; height: auto; } .widget.widget-latest-post .media .media-heading a { color: #000; font-size: 16px; } .widget.widget-latest-post .media p { font-size: 12px; color: #808080; } .widget.widget-category ul li { margin-bottom: 10px; } .widget.widget-category ul li a { color: #837f7e; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .widget.widget-category ul li a:before { padding-right: 10px; } .widget.widget-category ul li a:hover { color: #655E7A; padding-left: 5px; } .widget.widget-tag ul li { margin-bottom: 10px; display: inline-block; margin-right: 5px; } .widget.widget-tag ul li a { color: #837f7e; display: inline-block; padding: 8px 15px; border: 1px solid #dedede; border-radius: 30px; font-size: 14px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .widget.widget-tag ul li a:hover { color: #fff; background: #655E7A; border: 1px solid #655E7A; } .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-item { position: relative; display: block; padding: 0.5rem 1rem; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item.active { z-index: 2; color: #fff; background-color: #78AD42; border-color: #78AD42; } .d-none { display: none !important; } .d-block { display: block !important; } @media (min-width: 576px) { .d-sm-block { display: block !important; } } @media (min-width: 768px) { .d-md-block { display: block !important; } .d-md-none { display: none !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } } input[type="radio"][class="style"]:checked + label { color:white; background:#6666ff; } .align-items-center { align-items: center !important; } .order-1 { order: 1 !important; } .order-2 { order: 2 !important; } .title { font-size: 1.3rem; } .footer { color:#656565; a { color:#656565; text-decoration:none; &:hover { color: #78AD42; } } h3 { color: black; font-weight: 600; padding-bottom: 20px; } .link { padding-bottom: 20px; } } @media (min-width: 992px) { .order-lg-1 { order: 1 !important; } .order-lg-2 { order: 2 !important; } } /* Airspace Template SCSS */ @mixin tablet{ @media(max-width:768px) { @content; } } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } @import 'templates/_mixins.scss'; @import 'templates/_section.scss'; @import 'templates/_common.scss'; @import 'templates/_background-image.scss'; @import 'templates/_page-title.scss'; @import 'templates/_home.scss';