/* ==========================================================================
#Variables
========================================================================== */

@import url("https://use.typekit.net/gio1ukf.css");

/* Define theme colors */


/* ==========================================================================
   #Breakpoint
   ========================================================================== */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/* HTML5 display definitions
========================================================================== */


/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}


/* Links
========================================================================== */


/**
* Remove the gray background color from active links in IE 10.
*/

a {
    text-decoration: none;
}


/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    cursor: pointer;
    outline: 0;
}

a.disabled:hover {
    cursor: default;
}


/* Text-level semantics
========================================================================== */


/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}


/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
    font-weight: 700;
}


/**
* Address styling not present in Safari and Chrome.
*/

dfn {
    font-style: italic;
}


/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #fff;
    color: #000;
}


/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
========================================================================== */


/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
========================================================================== */


/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
    margin: 1em 40px;
}


/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
* Contain overflow in all browsers.
*/

pre {
    overflow: auto;
}


/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, 'Arial';
    font-size: 1em;
}


/* Forms
========================================================================== */


/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/


/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    outline: none;
    /* 3 */
}

button:focus,
button:visited,
button:active,
input:focus,
input:visited,
input:active,
optgroup:focus,
optgroup:visited,
optgroup:active,
select:focus,
select:visited,
select:active,
textarea:focus,
textarea:visited,
textarea:active {
    outline: none;
}


/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
    outline: none;
    overflow: visible;
}


/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
    text-transform: none;
}


/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input::-moz-focus-inner {
    line-height: normal;
}


/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}


/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/

input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
* Define consistent border, margin, and padding.
*/

fieldset {
    margin: 0 2px;
    border: 1px solid #c0c0c0;
    padding: 0.35em 0.625em 0.75em;
}


/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
    overflow: auto;
}


/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
    font-weight: 700;
}


/* Tables
========================================================================== */


/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: initial;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* ==========================================================================
   #RESET
   ========================================================================== */


/**
 * A very simple reset that sits on top of Normalize.css.
 */

* {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
    margin: 0;
    padding: 0;
}


/**
 * Remove trailing margins from nested lists.
 */

li>ol,
li>ul {
    margin-bottom: 0;
}

li {
    list-style: none;
}


/* ==========================================================================
#SHARED
========================================================================== */


/**
* Shared declarations for certain elements.
*/


/**
* Always declare margins in the same direction:
* csswizardry.com/2012/06/single-direction-margin-declarations
*/

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
    margin-bottom: 0.9375rem;
}


/**
* Consistent indentation for lists.
*/

dd,
ol,
ul {
    margin-left: 0.9375rem;
}

html {
    font-size: 14px;
    line-height: 1.94352;
}


/* @media (max-width: 1400px) {
    html {
        font-size: 14px;
    }
} */

@media (max-width: 767px) {
    html {
        font-size: .48rem;
    }
}

body {
    color: #222;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: 400;
    word-break: break-all;
    font-size: 1rem;
    line-height: 1.7rem;
}

body::-webkit-scrollbar {
    width: 0.75rem;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}

@media (max-width: 767px) {
    body {
        width: 767px;
        overflow: scroll;
    }
}


/* ==========================================================================
   #HEADINGS
   ========================================================================== */

h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.125rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.title {
    border-bottom: 3px solid;
    padding-bottom: 0.25rem;
    white-space: nowrap;
}


/* ==========================================================================
   #Images
   ========================================================================== */

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

.over {
    transition: opacity 0.25s ease;
}

.over:hover {
    opacity: 0.65;
}

.link:hover {
    text-decoration: underline;
}


/* ==========================================================================
   #Animations
   ========================================================================== */

.ani--opa075 {
    opacity: 1;
    transition: 0.25s opacity;
}

.ani--opa075:hover {
    opacity: 0.75;
}

.ani--opa05 {
    opacity: 1;
    transition: 0.25s opacity;
}

.ani--opa05:hover {
    opacity: 0.5;
}

.ani--zoom {
    background-color: #fff;
    overflow: hidden;
}

.ani--zoom img {
    display: block;
    transition-duration: 0.3s;
}

.ani--zoom:hover img {
    opacity: 0.9;
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.ani--scrollOn {
    animation: scrollOn 1s ease-in-out forwards;
}

.ani--scrollOff {
    animation: scrollOff 375ms ease-in-out forwards;
}

.ani--loader {
    position: relative;
}

.ani--loader::after {
    content: '';
    border: 3px solid #fff;
    animation: loader infinite linear 1s;
    border-radius: 100%;
    border-top: 3px solid transparent;
    position: absolute;
    z-index: 100;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 2.5rem;
    height: 2.5rem;
}

.ani--backdrop::before {
    content: '';
    background: #000;
    opacity: 0;
    transition: 0.2s ease-in-out;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ani--backdrop:hover::before {
    opacity: 0.5;
}

@keyframes scrollOn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes scrollOff {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        transform: translateY(10%);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg) opacity 0.35;
    }
    100% {
        transform: rotate(360deg);
    }
}


/* wrapper */

html,
body {
    background: #fff;
}

body.overflow--hidden {
    overflow: hidden;
}

.site-main {
    position: relative;
    min-height: calc(100vh - 11.17rem);
    margin: 8.17rem 0 3rem;
}

.container {
    width: 100%;
    /* max-width: 120rem; */
    margin: 0 auto;
    padding-left: .5rem;
    padding-right: .5rem;
}


/* ==========================================================================
   #GENDER
   ========================================================================== */


/**
 * Icons
 */


/* stylelint-disable */


/* prettier-ignore */


/**
 * Background
 */


/* prettier-ignore */

@media (min-width: 769px) {
    .bg-pc--default {
        background-color: #222;
    }
    .bg-pc--black {
        background-color: #000;
    }
    .bg-pc--white {
        background-color: #fff;
    }
    .bg-pc--gray {
        background-color: #717171;
    }
    .bg-pc--blue {
        background-color: #039be5;
    }
}

@media (max-width: 768px) {
    .bg-sp--default {
        background-color: #222;
    }
    .bg-sp--black {
        background-color: #000;
    }
    .bg-sp--white {
        background-color: #fff;
    }
    .bg-sp--gray {
        background-color: #717171;
    }
    .bg-sp--blue {
        background-color: #039be5;
    }
}

@media (min-width: sp) {
    .bg-sp--default {
        background-color: #222;
    }
    .bg-sp--black {
        background-color: #000;
    }
    .bg-sp--white {
        background-color: #fff;
    }
    .bg-sp--gray {
        background-color: #717171;
    }
    .bg-sp--blue {
        background-color: #039be5;
    }
}

.bg--default {
    background-color: #222;
}

.bg--black {
    background-color: #000;
}

.bg--white {
    background-color: #fff;
}

.bg--gray {
    background-color: #717171;
}

.bg--blue {
    background-color: #039be5;
}


/**
 * Text Color
 */


/* prettier-ignore */

.text--default {
    color: #222;
}

.text--black {
    color: #000;
}

.text--white {
    color: #fff;
}

.text--gray {
    color: #717171;
}

.text--blue {
    color: #039be5;
}


/* ==========================================================================
   #Display
   ========================================================================== */

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-fixed {
    display: fixed !important;
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .d-sp-block {
        display: block !important;
    }
    .d-sp-flex {
        display: flex !important;
    }
    .d-sp-fixed {
        display: fixed !important;
    }
    .d-sp-none {
        display: none !important;
    }
    .d-sp-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: sp) {
    .d-sp-block {
        display: block !important;
    }
    .d-sp-flex {
        display: flex !important;
    }
    .d-sp-fixed {
        display: fixed !important;
    }
    .d-sp-none {
        display: none !important;
    }
    .d-sp-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 769px) {
    .d-pc-block {
        display: block !important;
    }
    .d-pc-flex {
        display: flex !important;
    }
    .d-pc-fixed {
        display: fixed !important;
    }
    .d-pc-none {
        display: none !important;
    }
    .d-pc-inline-block {
        display: inline-block !important;
    }
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-no-wrap {
    flex-wrap: no-wrap;
}

.align--flex-start {
    align-items: flex-start !important;
}

.align--flex-end {
    align-items: flex-end !important;
}

.align--flex-center {
    align-items: center !important;
}

.justify--flex-between {
    justify-content: space-between;
}

.justify--flex-end {
    justify-content: flex-end !important;
}

.justify--flex-center {
    justify-content: center !important;
}

.d-center {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .only_pc {
        display: none;
    }
}

@media (min-width: sp) {
    .only_pc {
        display: none;
    }
}

@media (min-width: 769px) {
    .only_sp {
        display: none;
    }
}

.overflow--hidden {
    overflow: hidden;
}


/* ==========================================================================
   #Text
   ========================================================================== */


/* prettier-ignore */

.text--hidden {
    font: 0/0 serif;
    color: transparent;
    text-shadow: none;
}

.text--disabled {
    color: #ccc !important;
    pointer-events: none;
}

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

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

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

.text--bold {
    font-weight: bold;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

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

.pointer-events--none {
    pointer-events: none;
}

.cursor--pointer {
    cursor: pointer;
}


/* ==========================================================================
   #Width
   ========================================================================== */

.width--70 {
    width: 4.375rem !important;
}

.width--100 {
    width: 6.25rem !important;
}

.width--150 {
    width: 9.375rem !important;
}

.width--200 {
    width: 12.5rem !important;
}

.width--full {
    width: 100%;
}

.width--10rem {
    width: 10rem !important;
}

.width--auto {
    width: auto !important;
}


/* ==========================================================================
   #Spacing
   ========================================================================== */


/* padding left */

.pl--0 {
    padding-left: 0rem !important;
}

.pl--5 {
    padding-left: 0.3125rem !important;
}

.pl--10 {
    padding-left: 0.625rem !important;
}

.pl--15 {
    padding-left: 0.9375rem !important;
}

.pl--20 {
    padding-left: 1.25rem !important;
}

.pl--25 {
    padding-left: 1.5625rem !important;
}

.pl--30 {
    padding-left: 1.875rem !important;
}

.pl--35 {
    padding-left: 2.1875rem !important;
}

.pl--40 {
    padding-left: 2.5rem !important;
}

.pl--45 {
    padding-left: 2.8125rem !important;
}

.pl--50 {
    padding-left: 3.125rem !important;
}


/* padding right */

.pr--0 {
    padding-right: 0rem !important;
}

.pr--5 {
    padding-right: 0.3125rem !important;
}

.pr--10 {
    padding-right: 0.625rem !important;
}

.pr--15 {
    padding-right: 0.9375rem !important;
}

.pr--20 {
    padding-right: 1.25rem !important;
}

.pr--25 {
    padding-right: 1.5625rem !important;
}

.pr--30 {
    padding-right: 1.875rem !important;
}

.pr--35 {
    padding-right: 2.1875rem !important;
}

.pr--40 {
    padding-right: 2.5rem !important;
}

.pr--45 {
    padding-right: 2.8125rem !important;
}

.pr--50 {
    padding-right: 3.125rem !important;
}


/* padding top */

.pt--0 {
    padding-top: 0rem !important;
}

.pt--5 {
    padding-top: 0.3125rem !important;
}

.pt--10 {
    padding-top: 0.625rem !important;
}

.pt--15 {
    padding-top: 0.9375rem !important;
}

.pt--20 {
    padding-top: 1.25rem !important;
}

.pt--25 {
    padding-top: 1.5625rem !important;
}

.pt--30 {
    padding-top: 1.875rem !important;
}

.pt--35 {
    padding-top: 2.1875rem !important;
}

.pt--40 {
    padding-top: 2.5rem !important;
}

.pt--45 {
    padding-top: 2.8125rem !important;
}

.pt--50 {
    padding-top: 3.125rem !important;
}


/* padding bottom */

.pb--0 {
    padding-bottom: 0rem !important;
}

.pb--5 {
    padding-bottom: 0.3125rem !important;
}

.pb--10 {
    padding-bottom: 0.625rem !important;
}

.pb--15 {
    padding-bottom: 0.9375rem !important;
}

.pb--20 {
    padding-bottom: 1.25rem !important;
}

.pb--25 {
    padding-bottom: 1.5625rem !important;
}

.pb--30 {
    padding-bottom: 1.875rem !important;
}

.pb--35 {
    padding-bottom: 2.1875rem !important;
}

.pb--40 {
    padding-bottom: 2.5rem !important;
}

.pb--45 {
    padding-bottom: 2.8125rem !important;
}

.pb--50 {
    padding-bottom: 3.125rem !important;
}


/* padding x */

.px--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.px--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
}

.px--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.px--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}

.px--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.px--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
}

.px--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
}

.px--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
}

.px--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.px--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
}

.px--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
}


/* padding y */

.py--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.py--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
}

.py--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

.py--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
}

.py--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
}

.py--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
}

.py--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
}

.py--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
}

.py--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
}


/* margin left */

.ml--0 {
    margin-left: 0rem !important;
}

.ml--5 {
    margin-left: 0.3125rem !important;
}

.ml--10 {
    margin-left: 0.625rem !important;
}

.ml--15 {
    margin-left: 0.9375rem !important;
}

.ml--20 {
    margin-left: 1.25rem !important;
}

.ml--25 {
    margin-left: 1.5625rem !important;
}

.ml--30 {
    margin-left: 1.875rem !important;
}

.ml--35 {
    margin-left: 2.1875rem !important;
}

.ml--40 {
    margin-left: 2.5rem !important;
}

.ml--45 {
    margin-left: 2.8125rem !important;
}

.ml--50 {
    margin-left: 3.125rem !important;
}


/* margin right */

.mr--0 {
    margin-right: 0rem !important;
}

.mr--5 {
    margin-right: 0.3125rem !important;
}

.mr--10 {
    margin-right: 0.625rem !important;
}

.mr--15 {
    margin-right: 0.9375rem !important;
}

.mr--20 {
    margin-right: 1.25rem !important;
}

.mr--25 {
    margin-right: 1.5625rem !important;
}

.mr--30 {
    margin-right: 1.875rem !important;
}

.mr--35 {
    margin-right: 2.1875rem !important;
}

.mr--40 {
    margin-right: 2.5rem !important;
}

.mr--45 {
    margin-right: 2.8125rem !important;
}

.mr--50 {
    margin-right: 3.125rem !important;
}


/* margin top */

.mt--0 {
    margin-top: 0rem !important;
}

.mt--5 {
    margin-top: 0.3125rem !important;
}

.mt--10 {
    margin-top: 0.625rem !important;
}

.mt--15 {
    margin-top: 0.9375rem !important;
}

.mt--20 {
    margin-top: 1.25rem !important;
}

.mt--25 {
    margin-top: 1.5625rem !important;
}

.mt--30 {
    margin-top: 1.875rem !important;
}

.mt--35 {
    margin-top: 2.1875rem !important;
}

.mt--40 {
    margin-top: 2.5rem !important;
}

.mt--45 {
    margin-top: 2.8125rem !important;
}

.mt--50 {
    margin-top: 3.125rem !important;
}


/* margin bottom */

.mb--0 {
    margin-bottom: 0rem !important;
}

.mb--5 {
    margin-bottom: 0.3125rem !important;
}

.mb--10 {
    margin-bottom: 0.625rem !important;
}

.mb--15 {
    margin-bottom: 0.9375rem !important;
}

.mb--20 {
    margin-bottom: 1.25rem !important;
}

.mb--25 {
    margin-bottom: 1.5625rem !important;
}

.mb--30 {
    margin-bottom: 1.875rem !important;
}

.mb--35 {
    margin-bottom: 2.1875rem !important;
}

.mb--40 {
    margin-bottom: 2.5rem !important;
}

.mb--45 {
    margin-bottom: 2.8125rem !important;
}

.mb--50 {
    margin-bottom: 3.125rem !important;
}


/* margin x */

.mx--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.mx--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
}

.mx--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}

.mx--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
}

.mx--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.mx--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
}

.mx--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
}

.mx--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
}

.mx--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.mx--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
}

.mx--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
}


/* margin y */

.my--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.my--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
}

.my--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.my--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
}

.my--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.my--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
}

.my--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
}

.my--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
}

.my--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
}

.my--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
}

@media (min-width: 769px) {
    /* padding left */
    .pl-pc--0 {
        padding-left: 0rem !important;
    }
    .pl-pc--5 {
        padding-left: 0.3125rem !important;
    }
    .pl-pc--10 {
        padding-left: 0.625rem !important;
    }
    .pl-pc--15 {
        padding-left: 0.9375rem !important;
    }
    .pl-pc--20 {
        padding-left: 1.25rem !important;
    }
    .pl-pc--25 {
        padding-left: 1.5625rem !important;
    }
    .pl-pc--30 {
        padding-left: 1.875rem !important;
    }
    .pl-pc--35 {
        padding-left: 2.1875rem !important;
    }
    .pl-pc--40 {
        padding-left: 2.5rem !important;
    }
    .pl-pc--45 {
        padding-left: 2.8125rem !important;
    }
    .pl-pc--50 {
        padding-left: 3.125rem !important;
    }
    /* padding right */
    .pr-pc--0 {
        padding-right: 0rem !important;
    }
    .pr-pc--5 {
        padding-right: 0.3125rem !important;
    }
    .pr-pc--10 {
        padding-right: 0.625rem !important;
    }
    .pr-pc--15 {
        padding-right: 0.9375rem !important;
    }
    .pr-pc--20 {
        padding-right: 1.25rem !important;
    }
    .pr-pc--25 {
        padding-right: 1.5625rem !important;
    }
    .pr-pc--30 {
        padding-right: 1.875rem !important;
    }
    .pr-pc--35 {
        padding-right: 2.1875rem !important;
    }
    .pr-pc--40 {
        padding-right: 2.5rem !important;
    }
    .pr-pc--45 {
        padding-right: 2.8125rem !important;
    }
    .pr-pc--50 {
        padding-right: 3.125rem !important;
    }
    /* padding top */
    .pt-pc--0 {
        padding-top: 0rem !important;
    }
    .pt-pc--5 {
        padding-top: 0.3125rem !important;
    }
    .pt-pc--10 {
        padding-top: 0.625rem !important;
    }
    .pt-pc--15 {
        padding-top: 0.9375rem !important;
    }
    .pt-pc--20 {
        padding-top: 1.25rem !important;
    }
    .pt-pc--25 {
        padding-top: 1.5625rem !important;
    }
    .pt-pc--30 {
        padding-top: 1.875rem !important;
    }
    .pt-pc--35 {
        padding-top: 2.1875rem !important;
    }
    .pt-pc--40 {
        padding-top: 2.5rem !important;
    }
    .pt-pc--45 {
        padding-top: 2.8125rem !important;
    }
    .pt-pc--50 {
        padding-top: 3.125rem !important;
    }
    /* padding bottom */
    .pb-pc--0 {
        padding-bottom: 0rem !important;
    }
    .pb-pc--5 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-pc--10 {
        padding-bottom: 0.625rem !important;
    }
    .pb-pc--15 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-pc--20 {
        padding-bottom: 1.25rem !important;
    }
    .pb-pc--25 {
        padding-bottom: 1.5625rem !important;
    }
    .pb-pc--30 {
        padding-bottom: 1.875rem !important;
    }
    .pb-pc--35 {
        padding-bottom: 2.1875rem !important;
    }
    .pb-pc--40 {
        padding-bottom: 2.5rem !important;
    }
    .pb-pc--45 {
        padding-bottom: 2.8125rem !important;
    }
    .pb-pc--50 {
        padding-bottom: 3.125rem !important;
    }
    /* padding x */
    .px-pc--0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .px-pc--5 {
        padding-left: 0.3125rem !important;
        padding-right: 0.3125rem !important;
    }
    .px-pc--10 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }
    .px-pc--15 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-pc--20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .px-pc--25 {
        padding-left: 1.5625rem !important;
        padding-right: 1.5625rem !important;
    }
    .px-pc--30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
    }
    .px-pc--35 {
        padding-left: 2.1875rem !important;
        padding-right: 2.1875rem !important;
    }
    .px-pc--40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-pc--45 {
        padding-left: 2.8125rem !important;
        padding-right: 2.8125rem !important;
    }
    .px-pc--50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
    /* padding y */
    .py-pc--0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .py-pc--5 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-pc--10 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-pc--15 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-pc--20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-pc--25 {
        padding-top: 1.5625rem !important;
        padding-bottom: 1.5625rem !important;
    }
    .py-pc--30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .py-pc--35 {
        padding-top: 2.1875rem !important;
        padding-bottom: 2.1875rem !important;
    }
    .py-pc--40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-pc--45 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .py-pc--50 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
    /* margin left */
    .ml-pc--0 {
        margin-left: 0rem !important;
    }
    .ml-pc--5 {
        margin-left: 0.3125rem !important;
    }
    .ml-pc--10 {
        margin-left: 0.625rem !important;
    }
    .ml-pc--15 {
        margin-left: 0.9375rem !important;
    }
    .ml-pc--20 {
        margin-left: 1.25rem !important;
    }
    .ml-pc--25 {
        margin-left: 1.5625rem !important;
    }
    .ml-pc--30 {
        margin-left: 1.875rem !important;
    }
    .ml-pc--35 {
        margin-left: 2.1875rem !important;
    }
    .ml-pc--40 {
        margin-left: 2.5rem !important;
    }
    .ml-pc--45 {
        margin-left: 2.8125rem !important;
    }
    .ml-pc--50 {
        margin-left: 3.125rem !important;
    }
    /* margin right */
    .mr-pc--0 {
        margin-right: 0rem !important;
    }
    .mr-pc--5 {
        margin-right: 0.3125rem !important;
    }
    .mr-pc--10 {
        margin-right: 0.625rem !important;
    }
    .mr-pc--15 {
        margin-right: 0.9375rem !important;
    }
    .mr-pc--20 {
        margin-right: 1.25rem !important;
    }
    .mr-pc--25 {
        margin-right: 1.5625rem !important;
    }
    .mr-pc--30 {
        margin-right: 1.875rem !important;
    }
    .mr-pc--35 {
        margin-right: 2.1875rem !important;
    }
    .mr-pc--40 {
        margin-right: 2.5rem !important;
    }
    .mr-pc--45 {
        margin-right: 2.8125rem !important;
    }
    .mr-pc--50 {
        margin-right: 3.125rem !important;
    }
    /* margin top */
    .mt-pc--0 {
        margin-top: 0rem !important;
    }
    .mt-pc--5 {
        margin-top: 0.3125rem !important;
    }
    .mt-pc--10 {
        margin-top: 0.625rem !important;
    }
    .mt-pc--15 {
        margin-top: 0.9375rem !important;
    }
    .mt-pc--20 {
        margin-top: 1.25rem !important;
    }
    .mt-pc--25 {
        margin-top: 1.5625rem !important;
    }
    .mt-pc--30 {
        margin-top: 1.875rem !important;
    }
    .mt-pc--35 {
        margin-top: 2.1875rem !important;
    }
    .mt-pc--40 {
        margin-top: 2.5rem !important;
    }
    .mt-pc--45 {
        margin-top: 2.8125rem !important;
    }
    .mt-pc--50 {
        margin-top: 3.125rem !important;
    }
    /* margin bottom */
    .mb-pc--0 {
        margin-bottom: 0rem !important;
    }
    .mb-pc--5 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-pc--10 {
        margin-bottom: 0.625rem !important;
    }
    .mb-pc--15 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-pc--20 {
        margin-bottom: 1.25rem !important;
    }
    .mb-pc--25 {
        margin-bottom: 1.5625rem !important;
    }
    .mb-pc--30 {
        margin-bottom: 1.875rem !important;
    }
    .mb-pc--35 {
        margin-bottom: 2.1875rem !important;
    }
    .mb-pc--40 {
        margin-bottom: 2.5rem !important;
    }
    .mb-pc--45 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-pc--50 {
        margin-bottom: 3.125rem !important;
    }
    /* margin x */
    .mx-pc--0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .mx-pc--5 {
        margin-left: 0.3125rem !important;
        margin-right: 0.3125rem !important;
    }
    .mx-pc--10 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }
    .mx-pc--15 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-pc--20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .mx-pc--25 {
        margin-left: 1.5625rem !important;
        margin-right: 1.5625rem !important;
    }
    .mx-pc--30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important;
    }
    .mx-pc--35 {
        margin-left: 2.1875rem !important;
        margin-right: 2.1875rem !important;
    }
    .mx-pc--40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-pc--45 {
        margin-left: 2.8125rem !important;
        margin-right: 2.8125rem !important;
    }
    .mx-pc--50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important;
    }
    /* margin y */
    .my-pc--0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .my-pc--5 {
        margin-top: 0.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-pc--10 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-pc--15 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-pc--20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-pc--25 {
        margin-top: 1.5625rem !important;
        margin-bottom: 1.5625rem !important;
    }
    .my-pc--30 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }
    .my-pc--35 {
        margin-top: 2.1875rem !important;
        margin-bottom: 2.1875rem !important;
    }
    .my-pc--40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-pc--45 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !important;
    }
    .my-pc--50 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

@media (max-width: 768px) {
    /* padding left */
    .pl-sp--0 {
        padding-left: 0rem !important;
    }
    .pl-sp--5 {
        padding-left: 0.3125rem !important;
    }
    .pl-sp--10 {
        padding-left: 0.625rem !important;
    }
    .pl-sp--15 {
        padding-left: 0.9375rem !important;
    }
    .pl-sp--20 {
        padding-left: 1.25rem !important;
    }
    .pl-sp--25 {
        padding-left: 1.5625rem !important;
    }
    .pl-sp--30 {
        padding-left: 1.875rem !important;
    }
    .pl-sp--35 {
        padding-left: 2.1875rem !important;
    }
    .pl-sp--40 {
        padding-left: 2.5rem !important;
    }
    .pl-sp--45 {
        padding-left: 2.8125rem !important;
    }
    .pl-sp--50 {
        padding-left: 3.125rem !important;
    }
    /* padding right */
    .pr-sp--0 {
        padding-right: 0rem !important;
    }
    .pr-sp--5 {
        padding-right: 0.3125rem !important;
    }
    .pr-sp--10 {
        padding-right: 0.625rem !important;
    }
    .pr-sp--15 {
        padding-right: 0.9375rem !important;
    }
    .pr-sp--20 {
        padding-right: 1.25rem !important;
    }
    .pr-sp--25 {
        padding-right: 1.5625rem !important;
    }
    .pr-sp--30 {
        padding-right: 1.875rem !important;
    }
    .pr-sp--35 {
        padding-right: 2.1875rem !important;
    }
    .pr-sp--40 {
        padding-right: 2.5rem !important;
    }
    .pr-sp--45 {
        padding-right: 2.8125rem !important;
    }
    .pr-sp--50 {
        padding-right: 3.125rem !important;
    }
    /* padding top */
    .pt-sp--0 {
        padding-top: 0rem !important;
    }
    .pt-sp--5 {
        padding-top: 0.3125rem !important;
    }
    .pt-sp--10 {
        padding-top: 0.625rem !important;
    }
    .pt-sp--15 {
        padding-top: 0.9375rem !important;
    }
    .pt-sp--20 {
        padding-top: 1.25rem !important;
    }
    .pt-sp--25 {
        padding-top: 1.5625rem !important;
    }
    .pt-sp--30 {
        padding-top: 1.875rem !important;
    }
    .pt-sp--35 {
        padding-top: 2.1875rem !important;
    }
    .pt-sp--40 {
        padding-top: 2.5rem !important;
    }
    .pt-sp--45 {
        padding-top: 2.8125rem !important;
    }
    .pt-sp--50 {
        padding-top: 3.125rem !important;
    }
    /* padding bottom */
    .pb-sp--0 {
        padding-bottom: 0rem !important;
    }
    .pb-sp--5 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-sp--10 {
        padding-bottom: 0.625rem !important;
    }
    .pb-sp--15 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-sp--20 {
        padding-bottom: 1.25rem !important;
    }
    .pb-sp--25 {
        padding-bottom: 1.5625rem !important;
    }
    .pb-sp--30 {
        padding-bottom: 1.875rem !important;
    }
    .pb-sp--35 {
        padding-bottom: 2.1875rem !important;
    }
    .pb-sp--40 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sp--45 {
        padding-bottom: 2.8125rem !important;
    }
    .pb-sp--50 {
        padding-bottom: 3.125rem !important;
    }
    /* padding x */
    .px-sp--0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .px-sp--5 {
        padding-left: 0.3125rem !important;
        padding-right: 0.3125rem !important;
    }
    .px-sp--10 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }
    .px-sp--15 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-sp--20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .px-sp--25 {
        padding-left: 1.5625rem !important;
        padding-right: 1.5625rem !important;
    }
    .px-sp--30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
    }
    .px-sp--35 {
        padding-left: 2.1875rem !important;
        padding-right: 2.1875rem !important;
    }
    .px-sp--40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-sp--45 {
        padding-left: 2.8125rem !important;
        padding-right: 2.8125rem !important;
    }
    .px-sp--50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
    /* padding y */
    .py-sp--0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .py-sp--5 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-sp--10 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-sp--15 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-sp--20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-sp--25 {
        padding-top: 1.5625rem !important;
        padding-bottom: 1.5625rem !important;
    }
    .py-sp--30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .py-sp--35 {
        padding-top: 2.1875rem !important;
        padding-bottom: 2.1875rem !important;
    }
    .py-sp--40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-sp--45 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .py-sp--50 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
    /* margin left */
    .ml-sp--0 {
        margin-left: 0rem !important;
    }
    .ml-sp--5 {
        margin-left: 0.3125rem !important;
    }
    .ml-sp--10 {
        margin-left: 0.625rem !important;
    }
    .ml-sp--15 {
        margin-left: 0.9375rem !important;
    }
    .ml-sp--20 {
        margin-left: 1.25rem !important;
    }
    .ml-sp--25 {
        margin-left: 1.5625rem !important;
    }
    .ml-sp--30 {
        margin-left: 1.875rem !important;
    }
    .ml-sp--35 {
        margin-left: 2.1875rem !important;
    }
    .ml-sp--40 {
        margin-left: 2.5rem !important;
    }
    .ml-sp--45 {
        margin-left: 2.8125rem !important;
    }
    .ml-sp--50 {
        margin-left: 3.125rem !important;
    }
    /* margin right */
    .mr-sp--0 {
        margin-right: 0rem !important;
    }
    .mr-sp--5 {
        margin-right: 0.3125rem !important;
    }
    .mr-sp--10 {
        margin-right: 0.625rem !important;
    }
    .mr-sp--15 {
        margin-right: 0.9375rem !important;
    }
    .mr-sp--20 {
        margin-right: 1.25rem !important;
    }
    .mr-sp--25 {
        margin-right: 1.5625rem !important;
    }
    .mr-sp--30 {
        margin-right: 1.875rem !important;
    }
    .mr-sp--35 {
        margin-right: 2.1875rem !important;
    }
    .mr-sp--40 {
        margin-right: 2.5rem !important;
    }
    .mr-sp--45 {
        margin-right: 2.8125rem !important;
    }
    .mr-sp--50 {
        margin-right: 3.125rem !important;
    }
    /* margin top */
    .mt-sp--0 {
        margin-top: 0rem !important;
    }
    .mt-sp--5 {
        margin-top: 0.3125rem !important;
    }
    .mt-sp--10 {
        margin-top: 0.625rem !important;
    }
    .mt-sp--15 {
        margin-top: 0.9375rem !important;
    }
    .mt-sp--20 {
        margin-top: 1.25rem !important;
    }
    .mt-sp--25 {
        margin-top: 1.5625rem !important;
    }
    .mt-sp--30 {
        margin-top: 1.875rem !important;
    }
    .mt-sp--35 {
        margin-top: 2.1875rem !important;
    }
    .mt-sp--40 {
        margin-top: 2.5rem !important;
    }
    .mt-sp--45 {
        margin-top: 2.8125rem !important;
    }
    .mt-sp--50 {
        margin-top: 3.125rem !important;
    }
    /* margin bottom */
    .mb-sp--0 {
        margin-bottom: 0rem !important;
    }
    .mb-sp--5 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-sp--10 {
        margin-bottom: 0.625rem !important;
    }
    .mb-sp--15 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-sp--20 {
        margin-bottom: 1.25rem !important;
    }
    .mb-sp--25 {
        margin-bottom: 1.5625rem !important;
    }
    .mb-sp--30 {
        margin-bottom: 1.875rem !important;
    }
    .mb-sp--35 {
        margin-bottom: 2.1875rem !important;
    }
    .mb-sp--40 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sp--45 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-sp--50 {
        margin-bottom: 3.125rem !important;
    }
    /* margin x */
    .mx-sp--0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .mx-sp--5 {
        margin-left: 0.3125rem !important;
        margin-right: 0.3125rem !important;
    }
    .mx-sp--10 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }
    .mx-sp--15 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-sp--20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .mx-sp--25 {
        margin-left: 1.5625rem !important;
        margin-right: 1.5625rem !important;
    }
    .mx-sp--30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important;
    }
    .mx-sp--35 {
        margin-left: 2.1875rem !important;
        margin-right: 2.1875rem !important;
    }
    .mx-sp--40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-sp--45 {
        margin-left: 2.8125rem !important;
        margin-right: 2.8125rem !important;
    }
    .mx-sp--50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important;
    }
    /* margin y */
    .my-sp--0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .my-sp--5 {
        margin-top: 0.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-sp--10 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-sp--15 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-sp--20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-sp--25 {
        margin-top: 1.5625rem !important;
        margin-bottom: 1.5625rem !important;
    }
    .my-sp--30 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }
    .my-sp--35 {
        margin-top: 2.1875rem !important;
        margin-bottom: 2.1875rem !important;
    }
    .my-sp--40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-sp--45 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !important;
    }
    .my-sp--50 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

@media (min-width: sp) {
    /* padding left */
    .pl-sp--0 {
        padding-left: 0rem !important;
    }
    .pl-sp--5 {
        padding-left: 0.3125rem !important;
    }
    .pl-sp--10 {
        padding-left: 0.625rem !important;
    }
    .pl-sp--15 {
        padding-left: 0.9375rem !important;
    }
    .pl-sp--20 {
        padding-left: 1.25rem !important;
    }
    .pl-sp--25 {
        padding-left: 1.5625rem !important;
    }
    .pl-sp--30 {
        padding-left: 1.875rem !important;
    }
    .pl-sp--35 {
        padding-left: 2.1875rem !important;
    }
    .pl-sp--40 {
        padding-left: 2.5rem !important;
    }
    .pl-sp--45 {
        padding-left: 2.8125rem !important;
    }
    .pl-sp--50 {
        padding-left: 3.125rem !important;
    }
    /* padding right */
    .pr-sp--0 {
        padding-right: 0rem !important;
    }
    .pr-sp--5 {
        padding-right: 0.3125rem !important;
    }
    .pr-sp--10 {
        padding-right: 0.625rem !important;
    }
    .pr-sp--15 {
        padding-right: 0.9375rem !important;
    }
    .pr-sp--20 {
        padding-right: 1.25rem !important;
    }
    .pr-sp--25 {
        padding-right: 1.5625rem !important;
    }
    .pr-sp--30 {
        padding-right: 1.875rem !important;
    }
    .pr-sp--35 {
        padding-right: 2.1875rem !important;
    }
    .pr-sp--40 {
        padding-right: 2.5rem !important;
    }
    .pr-sp--45 {
        padding-right: 2.8125rem !important;
    }
    .pr-sp--50 {
        padding-right: 3.125rem !important;
    }
    /* padding top */
    .pt-sp--0 {
        padding-top: 0rem !important;
    }
    .pt-sp--5 {
        padding-top: 0.3125rem !important;
    }
    .pt-sp--10 {
        padding-top: 0.625rem !important;
    }
    .pt-sp--15 {
        padding-top: 0.9375rem !important;
    }
    .pt-sp--20 {
        padding-top: 1.25rem !important;
    }
    .pt-sp--25 {
        padding-top: 1.5625rem !important;
    }
    .pt-sp--30 {
        padding-top: 1.875rem !important;
    }
    .pt-sp--35 {
        padding-top: 2.1875rem !important;
    }
    .pt-sp--40 {
        padding-top: 2.5rem !important;
    }
    .pt-sp--45 {
        padding-top: 2.8125rem !important;
    }
    .pt-sp--50 {
        padding-top: 3.125rem !important;
    }
    /* padding bottom */
    .pb-sp--0 {
        padding-bottom: 0rem !important;
    }
    .pb-sp--5 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-sp--10 {
        padding-bottom: 0.625rem !important;
    }
    .pb-sp--15 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-sp--20 {
        padding-bottom: 1.25rem !important;
    }
    .pb-sp--25 {
        padding-bottom: 1.5625rem !important;
    }
    .pb-sp--30 {
        padding-bottom: 1.875rem !important;
    }
    .pb-sp--35 {
        padding-bottom: 2.1875rem !important;
    }
    .pb-sp--40 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sp--45 {
        padding-bottom: 2.8125rem !important;
    }
    .pb-sp--50 {
        padding-bottom: 3.125rem !important;
    }
    /* padding x */
    .px-sp--0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .px-sp--5 {
        padding-left: 0.3125rem !important;
        padding-right: 0.3125rem !important;
    }
    .px-sp--10 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }
    .px-sp--15 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-sp--20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .px-sp--25 {
        padding-left: 1.5625rem !important;
        padding-right: 1.5625rem !important;
    }
    .px-sp--30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
    }
    .px-sp--35 {
        padding-left: 2.1875rem !important;
        padding-right: 2.1875rem !important;
    }
    .px-sp--40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-sp--45 {
        padding-left: 2.8125rem !important;
        padding-right: 2.8125rem !important;
    }
    .px-sp--50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
    /* padding y */
    .py-sp--0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .py-sp--5 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-sp--10 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-sp--15 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-sp--20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-sp--25 {
        padding-top: 1.5625rem !important;
        padding-bottom: 1.5625rem !important;
    }
    .py-sp--30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .py-sp--35 {
        padding-top: 2.1875rem !important;
        padding-bottom: 2.1875rem !important;
    }
    .py-sp--40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-sp--45 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .py-sp--50 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
    /* margin left */
    .ml-sp--0 {
        margin-left: 0rem !important;
    }
    .ml-sp--5 {
        margin-left: 0.3125rem !important;
    }
    .ml-sp--10 {
        margin-left: 0.625rem !important;
    }
    .ml-sp--15 {
        margin-left: 0.9375rem !important;
    }
    .ml-sp--20 {
        margin-left: 1.25rem !important;
    }
    .ml-sp--25 {
        margin-left: 1.5625rem !important;
    }
    .ml-sp--30 {
        margin-left: 1.875rem !important;
    }
    .ml-sp--35 {
        margin-left: 2.1875rem !important;
    }
    .ml-sp--40 {
        margin-left: 2.5rem !important;
    }
    .ml-sp--45 {
        margin-left: 2.8125rem !important;
    }
    .ml-sp--50 {
        margin-left: 3.125rem !important;
    }
    /* margin right */
    .mr-sp--0 {
        margin-right: 0rem !important;
    }
    .mr-sp--5 {
        margin-right: 0.3125rem !important;
    }
    .mr-sp--10 {
        margin-right: 0.625rem !important;
    }
    .mr-sp--15 {
        margin-right: 0.9375rem !important;
    }
    .mr-sp--20 {
        margin-right: 1.25rem !important;
    }
    .mr-sp--25 {
        margin-right: 1.5625rem !important;
    }
    .mr-sp--30 {
        margin-right: 1.875rem !important;
    }
    .mr-sp--35 {
        margin-right: 2.1875rem !important;
    }
    .mr-sp--40 {
        margin-right: 2.5rem !important;
    }
    .mr-sp--45 {
        margin-right: 2.8125rem !important;
    }
    .mr-sp--50 {
        margin-right: 3.125rem !important;
    }
    /* margin top */
    .mt-sp--0 {
        margin-top: 0rem !important;
    }
    .mt-sp--5 {
        margin-top: 0.3125rem !important;
    }
    .mt-sp--10 {
        margin-top: 0.625rem !important;
    }
    .mt-sp--15 {
        margin-top: 0.9375rem !important;
    }
    .mt-sp--20 {
        margin-top: 1.25rem !important;
    }
    .mt-sp--25 {
        margin-top: 1.5625rem !important;
    }
    .mt-sp--30 {
        margin-top: 1.875rem !important;
    }
    .mt-sp--35 {
        margin-top: 2.1875rem !important;
    }
    .mt-sp--40 {
        margin-top: 2.5rem !important;
    }
    .mt-sp--45 {
        margin-top: 2.8125rem !important;
    }
    .mt-sp--50 {
        margin-top: 3.125rem !important;
    }
    /* margin bottom */
    .mb-sp--0 {
        margin-bottom: 0rem !important;
    }
    .mb-sp--5 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-sp--10 {
        margin-bottom: 0.625rem !important;
    }
    .mb-sp--15 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-sp--20 {
        margin-bottom: 1.25rem !important;
    }
    .mb-sp--25 {
        margin-bottom: 1.5625rem !important;
    }
    .mb-sp--30 {
        margin-bottom: 1.875rem !important;
    }
    .mb-sp--35 {
        margin-bottom: 2.1875rem !important;
    }
    .mb-sp--40 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sp--45 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-sp--50 {
        margin-bottom: 3.125rem !important;
    }
    /* margin x */
    .mx-sp--0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .mx-sp--5 {
        margin-left: 0.3125rem !important;
        margin-right: 0.3125rem !important;
    }
    .mx-sp--10 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }
    .mx-sp--15 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-sp--20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .mx-sp--25 {
        margin-left: 1.5625rem !important;
        margin-right: 1.5625rem !important;
    }
    .mx-sp--30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important;
    }
    .mx-sp--35 {
        margin-left: 2.1875rem !important;
        margin-right: 2.1875rem !important;
    }
    .mx-sp--40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-sp--45 {
        margin-left: 2.8125rem !important;
        margin-right: 2.8125rem !important;
    }
    .mx-sp--50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important;
    }
    /* margin y */
    .my-sp--0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .my-sp--5 {
        margin-top: 0.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-sp--10 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-sp--15 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-sp--20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-sp--25 {
        margin-top: 1.5625rem !important;
        margin-bottom: 1.5625rem !important;
    }
    .my-sp--30 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }
    .my-sp--35 {
        margin-top: 2.1875rem !important;
        margin-bottom: 2.1875rem !important;
    }
    .my-sp--40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-sp--45 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !important;
    }
    .my-sp--50 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

.m--auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ml--auto {
    margin-left: auto !important;
}

.mr--auto {
    margin-right: auto !important;
}

@media (min-width: 769px) {
    .mx__pc--auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .mx__sp--auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: sp) {
    .mx__sp--auto {
        margin-left: auto;
        margin-right: auto;
    }
}

.mx--auto {
    margin-left: auto;
    margin-right: auto;
}

.mt--1rem {
    margin-top: 1rem !important;
}

.mt--2rem {
    margin-top: 2rem !important;
}

.mt--5rem {
    margin-top: 5rem !important;
}

.mt--10rem {
    margin-top: 10rem !important;
}

.mb--1rem {
    margin-bottom: 1rem;
}

.mb--2rem {
    margin-bottom: 2rem;
}

.p--auto {
    padding-left: auto;
    padding-right: auto;
}

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

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

@media (min-width: 769px) {
    .px__pc--auto {
        padding-left: auto;
        padding-right: auto;
    }
}

@media (max-width: 768px) {
    .px__sp--auto {
        padding-left: auto;
        padding-right: auto;
    }
}

@media (min-width: sp) {
    .px__sp--auto {
        padding-left: auto;
        padding-right: auto;
    }
}

.px--auto {
    padding-left: auto;
    padding-right: auto;
}

.p--0 {
    padding: 0;
}


/* ==========================================================================
   #Custom
   ========================================================================== */

.fixed {
    background-color: #222;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
    overflow: hidden;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar {
    width: 0.1875rem;
    height: 0.375rem;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(34, 34, 34, 0.35);
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}


/* ==========================================================================
   #Font
   ========================================================================== */

@media (max-width: 768px) {
    .font__size__sp--14 {
        font-size: 0.875rem;
    }
    .font__size__sp--18 {
        font-size: 1.125rem;
    }
}

@media (min-width: sp) {
    .font__size__sp--14 {
        font-size: 0.875rem;
    }
    .font__size__sp--18 {
        font-size: 1.125rem;
    }
}


/* ==========================================================================
   #Border
   ========================================================================== */

.border--left {
    border-left: 2px solid #000;
}

.bg--white {
    background: #fff;
}

.bg--grey {
    background: #f8f8f8;
}

.bg--grey2 {
    background: #aaa;
}

.bg--grey3 {
    background: #ddd;
}

.bg--yellow {
    background: #f9f9e1;
}

.bg--green {
    background: #f0fff0;
}

.bg--green2 {
    background: #dcf0d7;
}

.bg--pink {
    background: #f8e5f2;
}

.bg--pink2 {
    background: #CC007B;
}

.bg--pink3 {
    background: #f5dddb;
}

.bg--today {
    display: inline-block;
    background: #fee167;
}

.bg--saturday {
    display: inline-block;
    background: #b4ebfa;
}

.bg--sunday,
.bg--holiday {
    background: #ffd1d1;
}

.color--white {
    color: white;
}

.color--red {
    color: #cb1c22;
}

.color--yellow {
    color: #fec20c;
}


/* ==========================================================================
   #Header
   ========================================================================== */

.header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.header .container {
    display: flex;
    align-items: center;
    background: #b60081;
    height: 3.25rem;
}

.header-logo {
    margin-bottom: 0;
}

.header-logo__img {
    width: 5.75rem;
}

.header-submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13.125rem;
    background: #fff;
    margin: 0;
    border: 1px solid #fff;
    padding: 1rem 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.25s ease;
    visibility: hidden;
    border-top: 0;
    -webkit-box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
    box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
}

.header-submenu__link {
    display: flex;
    padding: 0.5rem 1rem;
    transition: all 0.25s ease;
    color: #222;
}

.header-submenu__link:hover {
    background: #f8f8f8;
}

.header-menu {
    position: relative;
    box-shadow: 0 2rem 1rem #ccc;
    /* max-width: 120rem; */
    margin: auto;
}

@media (max-width: 767px) {
    .header-menu {
        overflow: scroll hidden;
    }
}

.header-menu__list {
    width: 100%;
    background: #717171;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .header-menu__list {
        width: 767px;
    }
}

.header-menu__item {
    flex: 1;
    position: relative;
    border-right: 1px solid #fff;
}

.header-menu__item:last-child {
    border-right: 0;
}

.header-menu__item:hover .header-submenu {
    opacity: 1;
    visibility: visible;
}

.header-menu__link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 2.8125rem;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    transition: all 0.25s ease;
    color: #fff;
    line-height: 1.25rem;
}

.header-menu__link.event-none {
    pointer-events: none;
}

@media (max-width: 1750px) {
    .header-menu__link {
        font-size: 0.9375rem;
    }
}

.header-menu__link:hover {
    background: #808080;
}

.header-menu__link.active {
    background: #f8e5f2;
    color: #b60081;
}

.header-menu__link.company {
    background: #ddd;
    color: #222;
}

.header-menu__link.logout {
    background: #000;
}

.header-menu__img {
    width: 1.875rem;
}

.header-menu::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8e5f2;
    height: 1.5rem;
    transform: translateY(100%);
    border-bottom: 1px solid #ccc;
}

.header-menu__icon {
    position: relative;
    margin-right: .75rem;
}

.header-menu__icon .fa-pencil-square-o {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-menu__icon .fa-flip-horizontal,
.header-menu__icon .fa-circle-o {
    position: relative;
    font-size: 2rem;
    color: #a94442;
}

.header-menu__icon .fa-circle-o {
    color: green;
}


/* ==========================================================================
   #Navbar
   ========================================================================== */


/* ==========================================================================
   #Footer
   ========================================================================== */

.footer {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #717171;
    height: 2.5rem;
}

@media (max-width: 767px) {
    .footer {
        width: 767px;
    }
}

.footer__copyright {
    margin-bottom: 0;
    color: #fff;
}

@media (min-width: 769px) {
    .page-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.page-aside {
    width: 100%;
}

@media (min-width: 769px) {
    .page-aside {
        max-width: 18.75rem;
    }
}

.main-content {
    width: 100%;
}

@media (min-width: 769px) {
    .main-content {
        max-width: calc(100% - (300rem / 16));
    }
}


/* ==========================================================================
   #Thumbnail
   ========================================================================== */

.thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
}

.thumb-prod {
    padding-bottom: 80.204%;
    margin-bottom: 0.625rem;
}

.thumb-4x3 {
    padding-bottom: 70%;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    padding: 0.53rem 1.3rem;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    border-radius: 2rem;
    margin-left: 0.5rem;
    white-space: nowrap;
}

.btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn__img {
    width: 1.25rem;
}

.btn--blue {
    background-color: #039be5;
    border-color: #039be5;
    -webkit-box-shadow: 0 0.2rem 0.5rem #039be5;
    box-shadow: 0 0.2rem 0.5rem #039be5;
}

.btn--darkblue {
    background-color: #337ab7;
    border-color: #337ab7;
    -webkit-box-shadow: 0 0.2rem 0.5rem #337ab7;
    box-shadow: 0 0.2rem 0.5rem #337ab7;
}

.btn--pink {
    background-color: #b60081;
    border-color: #b60081;
    -webkit-box-shadow: 0 0.2rem 0.5rem #b60081;
    box-shadow: 0 0.2rem 0.5rem #b60081;
}

.btn--green {
    background-color: #419641;
    border-color: #419641;
    -webkit-box-shadow: 0 0.2rem 0.5rem #419641;
    box-shadow: 0 0.2rem 0.5rem #419641;
}

.btn--red {
    background-color: #cb1c22;
    border-color: #cb1c22;
    -webkit-box-shadow: 0 0.2rem 0.5rem #cb1c22;
    box-shadow: 0 0.2rem 0.5rem #cb1c22;
}

.btn--yellow {
    background-color: #eb9316;
    border-color: #eb9316;
    -webkit-box-shadow: 0 0.2rem 0.5rem #eb9316;
    box-shadow: 0 0.2rem 0.5rem #eb9316;
}

.btn--grey {
    background-color: #00000061;
    -webkit-box-shadow: 0 0.2rem 0.5rem #00000061;
    box-shadow: 0 0.2rem 0.5rem #00000061;
}

.btn--white {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0.2rem 0.5rem #ccc;
    box-shadow: 0 0.2rem 0.5rem #ccc;
    color: #039be5;
}

.btn--black {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0.2rem 0.5rem #000;
    box-shadow: 0 0.2rem 0.5rem #000;
}

.btn-switch.active {
    background-color: #039be5;
    border-color: #039be5;
    -webkit-box-shadow: 0 0.2rem 0.5rem #039be5;
    box-shadow: 0 0.2rem 0.5rem #039be5;
}

.section {
    background: #fff;
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: .5rem;
    box-shadow: 0 4px 1rem #ccc;
    border-radius: 0.65rem;
}

@media (max-width: 768px) {
    .section {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: sp) {
    .section {
        margin-bottom: 1.25rem;
    }
}

.section-head .btn-confirm {
    margin-bottom: 0;
}

.section-head__top {
    display: flex;
    justify-content: space-between;
}

.section-head__date {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.section-link {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.section-link__item {
    margin-right: 1rem;
}

.section-link__href {
    color: #337ab7;
}

.section-result .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.section-result .info-top__list {
    display: flex;
}

.section-result .info-top__item {
    margin-right: 2rem;
}

.section-result .info-top__txt.last {
    font-size: 1.375rem;
    font-weight: bold;
    margin-left: 0.5rem;
}

.section-result .info-top__txt.last small {
    font-size: 1.125rem;
}

.section-result .info-bottom__txt.first {
    display: inline-block;
    width: 7rem;
    font-weight: bold;
    text-align: right;
    margin-right: 0.5rem;
}

.section-result .info.align--flex-end .section-btn {
    margin-bottom: 1.5rem;
}

.section-btn {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.section-filter {
    z-index: 99;
}

.section-filter.box {
    padding: .5rem;
}

.heading {
    margin-bottom: 2.5rem;
    border-bottom: 0.0625rem solid #eb9316;
    padding-bottom: 0.625rem;
}

@media (min-width: 769px) {
    .heading {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.heading .more-link {
    color: #419641;
    position: relative;
    padding-right: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1;
}

.heading .more-link::after {
    content: '';
    border: solid #419641;
    padding: 0.1875rem;
    border-width: 0.125rem 0.125rem 0 0;
    transform: rotate(45deg) translateY(calc(-50% - (2rem / 16)));
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0.375rem;
}

.heading-title {
    color: #419641;
    margin: 0;
    font-size: 2.25rem;
    line-height: 1;
}

@media (max-width: 768px) {
    .heading-title {
        font-size: 1.5rem;
        text-align: center;
    }
}

@media (min-width: sp) {
    .heading-title {
        font-size: 1.5rem;
        text-align: center;
    }
}

.heading-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 768px) {
    .heading-right {
        display: none;
    }
}

@media (min-width: sp) {
    .heading-right {
        display: none;
    }
}

.heading-list-cat {
    margin: 0 1.875rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.heading-list-cat li {
    padding: 0 0.625rem;
}

.heading-list-cat li a {
    color: #222;
    text-transform: uppercase;
    transition: 0.25s all;
    font-size: 0.875rem;
    line-height: 1;
}

.heading-list-cat li a:hover {
    color: #419641;
}

.heading-list-cat li.cat-active a {
    color: #419641;
}

.filter {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    line-height: 0;
}

.pagination {
    margin: 0;
    border-radius: 5px;
}

.pagination .fa-angle-left,
.pagination .fa-angle-right {
    position: relative;
    top: -2px;
    font-size: 1.25rem;
}

.pagination__item {
    margin: 0.2rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    background: #fff;
    height: 2.25rem;
    border: 1px solid #ccc;
    transition: all 0.2s ease;
    color: #039be5;
    border-radius: 0.3125rem;
}

.pagination__link:hover,
.pagination__link.active {
    background: #039be5;
    border: 1px solid #039be5;
    color: #fff;
}

.breadcrumb {
    display: flex;
}

.breadcrumb__box {
    width: 25%;
}

.breadcrumb__title {
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem;
}

.breadcrumb__list {
    margin: 0;
}

.breadcrumb__link {
    color: #337ab7;
}

.breadcrumb__txt {
    font-size: 1.15rem;
    font-weight: bold;
}

.form {
    margin-bottom: 0;
}

.form-login {
    width: 20rem;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1.5rem 2rem 2.5rem;
    box-shadow: 0 0 15px #ccc;
}

.form-login .form-item {
    margin-bottom: 1rem;
}

.form-login .form-item:last-child {
    margin-bottom: 0;
}

.form-title {
    font-size: 1.6rem;
}

.form-label {
    display: block;
    font-weight: bold;
    white-space: nowrap;
}

.form-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    height: 2.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 0.75rem;
    transition: all 0.25s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    background: #f8f8f8;
    border: 1px solid #039be5;
    box-shadow: #039be5 0 1px 5px;
}

.form-textarea {
    height: 12.5rem;
}

.form-submit {
    width: 100%;
    background: #039be5;
    height: 2.5rem;
    padding: 0;
    margin-left: 0;
}

.form-switch {
    display: inline-block;
    position: relative;
}

.form-switch__btn {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2rem;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-left: 2.0625rem;
    padding-right: 0.625rem;
    margin-left: 0;
    margin-right: 0.25rem;
}

.form-switch__btn .fa {
    margin-left: 0.3rem;
}

.form-switch__btn .fa-circle-thin {
    display: none;
}

.form-switch__btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transition: 0.4s;
    -webkit-transition: all 0.4s ease;
    transition: 0.4s;
    transition: all 0.4s ease;
    background-color: #fff;
    border-radius: 50%;
}

.form-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.form-switch.active .form-switch__btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    -webkit-box-shadow: 0 0.2rem 0.5rem #337ab7;
    box-shadow: 0 0.2rem 0.5rem #337ab7;
    padding-left: 0.625rem;
    padding-right: 2.0625rem;
}

.form-switch.active .form-switch__btn::before {
    left: calc(100% - 3rem - 2px);
    background: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.form-switch.active .form-switch__btn .fa-times {
    display: none;
}

.form-switch.active .form-switch__btn .fa-circle-thin {
    display: block;
}

.form-tab {
    display: inline-block;
}

.form-tab__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.form-tab__btn {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    margin-left: 0;
}

.form-tab:first-child .form-tab__btn {
    border-radius: 2rem 0 0 2rem;
}

.form-tab:last-child .form-tab__btn {
    border-radius: 0 2rem 2rem 0;
}

.form-tab.active .form-tab__btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    -webkit-box-shadow: 0 0.2rem 0.5rem #337ab7;
    box-shadow: 0 0.2rem 0.5rem #337ab7;
}

.form-filter {
    display: flex;
    justify-content: flex-start;
}

.form-filter .form-item {
    width: auto;
    margin-right: 3rem;
}

.form-filter .form-label {
    margin-bottom: 0;
}

.form-filter .form-select {
    width: auto;
    margin-right: 0.5rem;
}

.form-filter__label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    border-radius: 5px;
}

.form-filter__label.start {
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.form-filter__label.end {
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.formcalendar-item {
    height: 2.5rem;
}

.formcalendar-item .fa-calendar {
    color: #039be5;
}

.formcalendar-item .form-input {
    border-radius: 0 5px 5px 0;
    border-left: 0;
    width: 7.75rem;
}

.formcalendar-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}

.formcalendar-item span.react-datepicker__navigation-icon {
    border-style: none;
    height: auto;
}

.formcalendar-item.start span,
.formcalendar-item.start .form-input {
    border-radius: 0;
}

.formcalendar-item.end span {
    border-radius: 0;
}

.form-group {
    margin-bottom: 2rem;
}

.form-checkbox {
    position: relative;
}

.form-checkbox__txt {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
}

.form-checkbox__txt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.3rem;
    background: #fff;
    height: 1.3rem;
    border: 1px solid #ccc;
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border-radius: 0.25rem;
}

.form-checkbox__txt::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 0.3rem;
    height: 0.6rem;
    opacity: 0;
    transform: rotate(-135deg);
    transition: all 0.25s ease;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    visibility: visible;
}

.form-checkbox__input {
    position: absolute;
    opacity: 0;
}

.form-checkbox__input:checked~.form-checkbox__txt::before {
    background: #039be5;
    border: 1px solid #039be5;
}

.form-checkbox__input:checked~.form-checkbox__txt::after {
    opacity: 1;
    visibility: visible;
}

.formselect-item .form-select {
    width: 50%;
}

.formselect-item .form-select__label {
    margin-right: 0.625rem;
}

.form-number {
    display: flex;
    flex-wrap: wrap;
}

.form-number .form-item label {
    white-space: nowrap;
    width: 4rem;
    text-align: right;
    margin-right: 0.625rem;
}

.form-number .form-input {
    margin-bottom: 0.5rem;
}

.formsetting-item .btn {
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0 0.75rem;
    border-radius: 2rem 0 0 2rem;
}

.formsetting-item .form-input {
    border-radius: 0 5px 5px 0;
}

.form-required {
    margin-left: 0.25rem;
    color: #cb1c22;
}

.form-disabled {
    cursor: not-allowed;
}

table {
    width: 100%;
    background: #fff;
    font-size: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

thead {
    border-collapse: separate;
}

table .border-bold--right {
    border-right: 1px solid #ccc;
}

table .border-bold--top {
    border-top: 2px solid #ccc;
}

table th,
table td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: .5rem;
    text-align: center;
    height: 28px;
    font-size: 0.9375rem;
}

table th.nowrap,
table td.nowrap {
    white-space: nowrap;
}

table th {
    background: #eeeeef;
    font-weight: normal;
    white-space: nowrap;
    font-weight: bold;
}

table.alternating-color.row.odd tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

table.alternating-color.row.even tbody tr:nth-child(even) {
    background: #f8f8f8;
}

table.alternating-color.column.odd tbody tr td:nth-child(odd) {
    background: #f8f8f8;
}

table.alternating-color.column.even tbody tr td:nth-child(even) {
    background: #f8f8f8;
}

.table {
    overflow: auto;
}

.table .dropdown-menu {
    top: 3.2rem;
}

.table::-webkit-scrollbar {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #f8f8f8;
}

.table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}

.table-timeline {
    margin-bottom: 0;
    width: 100% !important;
}

.table-timeline .year-month,
.table-timeline .week-number {
    height: 23px;
}

.table-timeline .floating-text {
    position: relative;
    top: -14px;
    left: -5px;
}
 .table-timeline .boundary .floating-text {
    left:-2em;
}
.table-timeline .floating-text .text-keep {
    padding-left: 5px;
    position: absolute;
}

.table-timeline .saturday-color {
    background-color: #b4ebfa;
}

.table-timeline .sunday-color {
    background-color: #ffd1d1;
}

.table-timeline .boundary {
    border-left: solid 1px black;
}

.table-timeline .vertical-center {
    vertical-align: middle !important;
}

.table-timeline .day-info.day-info-first th:first-child {
    border-bottom: 2px solid #ddd;
}

.table-timeline .day-info.day-info-last th {
    border-top: none;
}

.table-timeline .day-info:not(.day-info-last)>th {
    border-bottom: 0;
}

.table-timeline .day-info span {
    border-bottom: 2px solid #ff2800;
    white-space: nowrap;
}

.table-timeline .day-info .floating-text {
    left: -12px;
}

.table-timeline .day-info .floating-text .text-keep {
    text-align: left;
    padding-left: 0;
}

.table-timeline .product-line .flier_container .sale-under-line {
    border-bottom-color: #9a0079;
}

.table-timeline .flier_container {
    position: relative;
    cursor: pointer;
}

.table-timeline .flier_container .popover {
    display: none;
    position: absolute;
    z-index: 1060;
    top: -96px;
    left: -185px;
    min-width: 390px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    opacity: 1;
    margin-top: -10px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

.table-timeline .flier_container .popover::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    border-top: 10px solid #fff;
}

.table-timeline .flier_container .popover::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    margin-left: -11px;
    border-top: 11px solid #666;
}

.table-timeline .flier_container .popover .popover-title {
    margin: 0;
    padding: 8px 11px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    line-height: 1;
}

.table-timeline .flier_container .popover .popover-content {
    padding: 9px 14px;
}

.table-timeline .flier_container .popover .btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.table-timeline .flier_container_detail {
    display: flex;
    width: max-content;
    text-align: left;
    line-height: 1.2;
    position: absolute;
    top: -18px;
    left: -2px;
}

.table-timeline .flier_container_detail.active .popover {
    display: block;
}

.table-timeline .flier_container_detail div.txt02 {
    position: relative;
    border-bottom: 2px solid #0041ff;
}

.table-timeline .flier_container_detail div.txt02:hover .txt02_tooltip {
    display: block;
}

.table-timeline .flier_container_detail div.txt02 .txt02_tooltip {
    display: none;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 0;
    width: max-content;
    background: #000;
    /* line-height: 1.5; */
    padding: 3px 6px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
}

.table-timeline .flier_container_detail div.txt02 .txt02_tooltip::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
    border-top: 6px solid #000;
}

.table-timeline .flier_container_des {
    margin-top: -3px;
    padding-left: 2px;
}

.table-timeline th {
    border: 0 solid #ccc;
}

.table-timeline td {
    border: 0 solid #ccc;
}

.table-timeline th {
    background: transparent;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

.table-timeline td {
    background: #fff;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    border-right: 1px dotted bisque;
}

.table-timeline>thead:first-child>td {
    border-top: 0;
}

.table-timeline>thead:first-child>th {
    border-top: 0;
}

.table-timeline>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table-timeline>thead.input-area>tr>th.header-line {
    border-right: 1px solid #ddd;
}

.table-timeline>thead.input-area>tr>th.none-bottom-line {
    border-bottom: none;
}

.table-timeline>thead.input-area>tr>td.none-bottom-line {
    border-bottom: none;
}

.table-timeline>thead.input-area>tr.dotted-bottom-line>td {
    border-bottom: 2px dashed #ddd;
    line-height: 7px;
}

.table-timeline>thead.input-area>tr.dotted-bottom-line:last-child>td {
    border-bottom: none;
}

.table-timeline>thead.separate-area {
    border-bottom: 3px solid #080278;
}

.table-timeline>thead.separate-area>tr>th {
    padding: 2px;
    line-height: 1;
}

.table-timeline>thead.separate-area>tr>th.header-line {
    border-right: 1px solid #ddd;
    border-top: none;
}

.table-timeline>thead.separate-area>tr>td {
    padding: 2px;
    line-height: 1;
}

.table-timeline .flier-base {
    height: 50px;
}

.table-timeline tbody>tr>th.shop-name {
    font-size: 15px;
    line-height: 20px !important;
}

.table-timeline tbody>tr>th[rowspan] {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-timeline tbody>tr>td[rowspan] {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-timeline tbody>tr.flier-line>th.all-last-line {
    border-bottom: 1px solid #ddd;
}

.table-timeline tbody>tr.flier-line>td {
    border-top: 1px solid #ddd;
    border-right: 1px dotted bisque;
}

.table-timeline tbody>tr.flier-line>td.all-last-line {
    border-bottom: 1px solid #ddd;
}

.table-timeline tbody>tr:last-child>th {
    border-bottom: 1px solid #ddd;
}

.table-timeline tbody>tr:last-child>td {
    border-bottom: 1px solid #ddd;
}

.table-timeline tbody>tr.all-last-shop>th.shop-name {
    border-bottom: 1px solid #ddd;
}

.table-timeline tbody>tr.separator-line:not(:first-child)>td,
.table-timeline tbody>tr.separator-line:not(:first-child)>th {
    border-top: 3px solid #ddd;
}

.table-timeline ol.light-breadcrumb {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.table-timeline ol.light-breadcrumb>li {
    display: inline-block;
}

.table-timeline ol.light-breadcrumb>li+li::before {
    content: '/\00a0';
    padding: 0 5px;
    color: #ccc;
}

.table-timeline .flier-width-0-1 {
    width: 23px;
}

.table-timeline .flier-width-0-2 {
    width: 46px;
}

.table-timeline .flier-width-0-3 {
    width: 70px;
}

.table-timeline .flier-width-0-4 {
    width: 93px;
}

.table-timeline .flier-width-0-5 {
    width: 117px;
}

.table-timeline .flier-width-0-6 {
    width: 139px;
}

.table-timeline .flier-width-0-7 {
    width: 161px;
}

.table-timeline .flier-width-0-8 {
    width: 183px;
}

.table-timeline .flier-width-0-9 {
    width: 205px;
}

.table-timeline .flier-width-0-10 {
    width: 227px;
}

.table-timeline .flier-width-0-11 {
    width: 249px;
}

.table-timeline .flier-width-0-12 {
    width: 271px;
}

.table-timeline .flier-width-0-13 {
    width: 293px;
}

.table-timeline .flier-width-0-14 {
    width: 315px;
}

.table-timeline .flier-width-0-15 {
    width: 338px;
}

.table-timeline .flier-width-0-16 {
    width: 361px;
}

.table-timeline .flier-width-0-17 {
    width: 385px;
}

.table-timeline .flier-width-0-18 {
    width: 408px;
}

.table-timeline .flier-width-0-19 {
    width: 431px;
}

.table-timeline .flier-width-0-20 {
    width: 455px;
}

.table-timeline .flier-width-0-21 {
    width: 478px;
}

.table-timeline .flier-width-0-22 {
    width: 502px;
}

.table-timeline .flier-width-0-23 {
    width: 525px;
}

.table-timeline .flier-width-0-24 {
    width: 548px;
}

.table-timeline .flier-width-0-25 {
    width: 572px;
}

.table-timeline .flier-width-0-26 {
    width: 595px;
}

.table-timeline .flier-width-0-27 {
    width: 619px;
}

.table-timeline .flier-width-0-28 {
    width: 642px;
}

.table-timeline .flier-width-0-29 {
    width: 665px;
}

.table-timeline .flier-width-0-30 {
    width: 689px;
}

.table-timeline .flier-width-0-31 {
    width: 712px;
}

.table-timeline .flier-width-0-32 {
    width: 736px;
}

.table-timeline .flier-width-0-33 {
    width: 759px;
}

.table-timeline .flier-width-0-34 {
    width: 783px;
}

.table-timeline .flier-width-0-35 {
    width: 806px;
}

.table-timeline .flier-width-0-36 {
    width: 830px;
}

.table-timeline .flier-width-0-37 {
    width: 853px;
}

.table-timeline .flier-width-0-38 {
    width: 875px;
}

.table-timeline .flier-width-0-39 {
    width: 897px;
}

.table-timeline .flier-width-0-40 {
    width: 920px;
}

.table-timeline .flier-width-0-41 {
    width: 942px;
}

.table-timeline .flier-width-0-42 {
    width: 964px;
}

.table-timeline .flier-width-1-1 {
    width: 23px;
}

.table-timeline .flier-width-1-2 {
    width: 47px;
}

.table-timeline .flier-width-1-3 {
    width: 70px;
}

.table-timeline .flier-width-1-4 {
    width: 94px;
}

.table-timeline .flier-width-1-5 {
    width: 116px;
}

.table-timeline .flier-width-1-6 {
    width: 138px;
}

.table-timeline .flier-width-1-7 {
    width: 160px;
}

.table-timeline .flier-width-1-8 {
    width: 182px;
}

.table-timeline .flier-width-1-9 {
    width: 204px;
}

.table-timeline .flier-width-1-10 {
    width: 226px;
}

.table-timeline .flier-width-1-11 {
    width: 248px;
}

.table-timeline .flier-width-1-12 {
    width: 270px;
}

.table-timeline .flier-width-1-13 {
    width: 292px;
}

.table-timeline .flier-width-1-14 {
    width: 315px;
}

.table-timeline .flier-width-1-15 {
    width: 338px;
}

.table-timeline .flier-width-1-16 {
    width: 362px;
}

.table-timeline .flier-width-1-17 {
    width: 385px;
}

.table-timeline .flier-width-1-18 {
    width: 408px;
}

.table-timeline .flier-width-1-19 {
    width: 432px;
}

.table-timeline .flier-width-1-20 {
    width: 455px;
}

.table-timeline .flier-width-1-21 {
    width: 479px;
}

.table-timeline .flier-width-1-22 {
    width: 502px;
}

.table-timeline .flier-width-1-23 {
    width: 525px;
}

.table-timeline .flier-width-1-24 {
    width: 549px;
}

.table-timeline .flier-width-1-25 {
    width: 572px;
}

.table-timeline .flier-width-1-26 {
    width: 596px;
}

.table-timeline .flier-width-1-27 {
    width: 619px;
}

.table-timeline .flier-width-1-28 {
    width: 642px;
}

.table-timeline .flier-width-1-29 {
    width: 666px;
}

.table-timeline .flier-width-1-30 {
    width: 689px;
}

.table-timeline .flier-width-1-31 {
    width: 713px;
}

.table-timeline .flier-width-1-32 {
    width: 736px;
}

.table-timeline .flier-width-1-33 {
    width: 760px;
}

.table-timeline .flier-width-1-34 {
    width: 783px;
}

.table-timeline .flier-width-1-35 {
    width: 807px;
}

.table-timeline .flier-width-1-36 {
    width: 830px;
}

.table-timeline .flier-width-1-37 {
    width: 852px;
}

.table-timeline .flier-width-1-38 {
    width: 874px;
}

.table-timeline .flier-width-1-39 {
    width: 897px;
}

.table-timeline .flier-width-1-40 {
    width: 919px;
}

.table-timeline .flier-width-1-41 {
    width: 941px;
}

.table-timeline .flier-width-2-1 {
    width: 24px;
}

.table-timeline .flier-width-2-2 {
    width: 47px;
}

.table-timeline .flier-width-2-3 {
    width: 71px;
}

.table-timeline .flier-width-2-4 {
    width: 93px;
}

.table-timeline .flier-width-2-5 {
    width: 115px;
}

.table-timeline .flier-width-2-6 {
    width: 137px;
}

.table-timeline .flier-width-2-7 {
    width: 159px;
}

.table-timeline .flier-width-2-8 {
    width: 181px;
}

.table-timeline .flier-width-2-9 {
    width: 203px;
}

.table-timeline .flier-width-2-10 {
    width: 225px;
}

.table-timeline .flier-width-2-11 {
    width: 247px;
}

.table-timeline .flier-width-2-12 {
    width: 269px;
}

.table-timeline .flier-width-2-13 {
    width: 292px;
}

.table-timeline .flier-width-2-14 {
    width: 315px;
}

.table-timeline .flier-width-2-15 {
    width: 339px;
}

.table-timeline .flier-width-2-16 {
    width: 362px;
}

.table-timeline .flier-width-2-17 {
    width: 385px;
}

.table-timeline .flier-width-2-18 {
    width: 409px;
}

.table-timeline .flier-width-2-19 {
    width: 432px;
}

.table-timeline .flier-width-2-20 {
    width: 456px;
}

.table-timeline .flier-width-2-21 {
    width: 479px;
}

.table-timeline .flier-width-2-22 {
    width: 502px;
}

.table-timeline .flier-width-2-23 {
    width: 526px;
}

.table-timeline .flier-width-2-24 {
    width: 549px;
}

.table-timeline .flier-width-2-25 {
    width: 573px;
}

.table-timeline .flier-width-2-26 {
    width: 596px;
}

.table-timeline .flier-width-2-27 {
    width: 619px;
}

.table-timeline .flier-width-2-28 {
    width: 643px;
}

.table-timeline .flier-width-2-29 {
    width: 666px;
}

.table-timeline .flier-width-2-30 {
    width: 690px;
}

.table-timeline .flier-width-2-31 {
    width: 713px;
}

.table-timeline .flier-width-2-32 {
    width: 737px;
}

.table-timeline .flier-width-2-33 {
    width: 760px;
}

.table-timeline .flier-width-2-34 {
    width: 784px;
}

.table-timeline .flier-width-2-35 {
    width: 807px;
}

.table-timeline .flier-width-2-36 {
    width: 829px;
}

.table-timeline .flier-width-2-37 {
    width: 851px;
}

.table-timeline .flier-width-2-38 {
    width: 874px;
}

.table-timeline .flier-width-2-39 {
    width: 896px;
}

.table-timeline .flier-width-2-40 {
    width: 918px;
}

.table-timeline .flier-width-3-1 {
    width: 23px;
}

.table-timeline .flier-width-3-2 {
    width: 47px;
}

.table-timeline .flier-width-3-3 {
    width: 69px;
}

.table-timeline .flier-width-3-4 {
    width: 91px;
}

.table-timeline .flier-width-3-5 {
    width: 113px;
}

.table-timeline .flier-width-3-6 {
    width: 135px;
}

.table-timeline .flier-width-3-7 {
    width: 157px;
}

.table-timeline .flier-width-3-8 {
    width: 179px;
}

.table-timeline .flier-width-3-9 {
    width: 201px;
}

.table-timeline .flier-width-3-10 {
    width: 223px;
}

.table-timeline .flier-width-3-11 {
    width: 245px;
}

.table-timeline .flier-width-3-12 {
    width: 268px;
}

.table-timeline .flier-width-3-13 {
    width: 291px;
}

.table-timeline .flier-width-3-14 {
    width: 315px;
}

.table-timeline .flier-width-3-15 {
    width: 338px;
}

.table-timeline .flier-width-3-16 {
    width: 361px;
}

.table-timeline .flier-width-3-17 {
    width: 385px;
}

.table-timeline .flier-width-3-18 {
    width: 408px;
}

.table-timeline .flier-width-3-19 {
    width: 432px;
}

.table-timeline .flier-width-3-20 {
    width: 455px;
}

.table-timeline .flier-width-3-21 {
    width: 478px;
}

.table-timeline .flier-width-3-22 {
    width: 502px;
}

.table-timeline .flier-width-3-23 {
    width: 525px;
}

.table-timeline .flier-width-3-24 {
    width: 549px;
}

.table-timeline .flier-width-3-25 {
    width: 572px;
}

.table-timeline .flier-width-3-26 {
    width: 595px;
}

.table-timeline .flier-width-3-27 {
    width: 619px;
}

.table-timeline .flier-width-3-28 {
    width: 642px;
}

.table-timeline .flier-width-3-29 {
    width: 666px;
}

.table-timeline .flier-width-3-30 {
    width: 689px;
}

.table-timeline .flier-width-3-31 {
    width: 713px;
}

.table-timeline .flier-width-3-32 {
    width: 736px;
}

.table-timeline .flier-width-3-33 {
    width: 760px;
}

.table-timeline .flier-width-3-34 {
    width: 783px;
}

.table-timeline .flier-width-3-35 {
    width: 805px;
}

.table-timeline .flier-width-3-36 {
    width: 827px;
}

.table-timeline .flier-width-3-37 {
    width: 850px;
}

.table-timeline .flier-width-3-38 {
    width: 872px;
}

.table-timeline .flier-width-3-39 {
    width: 894px;
}

.table-timeline .flier-width-4-1 {
    width: 24px;
}

.table-timeline .flier-width-4-2 {
    width: 46px;
}

.table-timeline .flier-width-4-3 {
    width: 68px;
}

.table-timeline .flier-width-4-4 {
    width: 90px;
}

.table-timeline .flier-width-4-5 {
    width: 112px;
}

.table-timeline .flier-width-4-6 {
    width: 134px;
}

.table-timeline .flier-width-4-7 {
    width: 156px;
}

.table-timeline .flier-width-4-8 {
    width: 178px;
}

.table-timeline .flier-width-4-9 {
    width: 200px;
}

.table-timeline .flier-width-4-10 {
    width: 222px;
}

.table-timeline .flier-width-4-11 {
    width: 245px;
}

.table-timeline .flier-width-4-12 {
    width: 268px;
}

.table-timeline .flier-width-4-13 {
    width: 292px;
}

.table-timeline .flier-width-4-14 {
    width: 315px;
}

.table-timeline .flier-width-4-15 {
    width: 338px;
}

.table-timeline .flier-width-4-16 {
    width: 362px;
}

.table-timeline .flier-width-4-17 {
    width: 385px;
}

.table-timeline .flier-width-4-18 {
    width: 409px;
}

.table-timeline .flier-width-4-19 {
    width: 432px;
}

.table-timeline .flier-width-4-20 {
    width: 455px;
}

.table-timeline .flier-width-4-21 {
    width: 479px;
}

.table-timeline .flier-width-4-22 {
    width: 502px;
}

.table-timeline .flier-width-4-23 {
    width: 526px;
}

.table-timeline .flier-width-4-24 {
    width: 549px;
}

.table-timeline .flier-width-4-25 {
    width: 572px;
}

.table-timeline .flier-width-4-26 {
    width: 596px;
}

.table-timeline .flier-width-4-27 {
    width: 619px;
}

.table-timeline .flier-width-4-28 {
    width: 643px;
}

.table-timeline .flier-width-4-29 {
    width: 666px;
}

.table-timeline .flier-width-4-30 {
    width: 690px;
}

.table-timeline .flier-width-4-31 {
    width: 713px;
}

.table-timeline .flier-width-4-32 {
    width: 737px;
}

.table-timeline .flier-width-4-33 {
    width: 760px;
}

.table-timeline .flier-width-4-34 {
    width: 782px;
}

.table-timeline .flier-width-4-35 {
    width: 804px;
}

.table-timeline .flier-width-4-36 {
    width: 827px;
}

.table-timeline .flier-width-4-37 {
    width: 849px;
}

.table-timeline .flier-width-4-38 {
    width: 871px;
}

.table-timeline .flier-width-5-1 {
    width: 22px;
}

.table-timeline .flier-width-5-2 {
    width: 44px;
}

.table-timeline .flier-width-5-3 {
    width: 66px;
}

.table-timeline .flier-width-5-4 {
    width: 88px;
}

.table-timeline .flier-width-5-5 {
    width: 110px;
}

.table-timeline .flier-width-5-6 {
    width: 132px;
}

.table-timeline .flier-width-5-7 {
    width: 154px;
}

.table-timeline .flier-width-5-8 {
    width: 176px;
}

.table-timeline .flier-width-5-9 {
    width: 198px;
}

.table-timeline .flier-width-5-10 {
    width: 221px;
}

.table-timeline .flier-width-5-11 {
    width: 244px;
}

.table-timeline .flier-width-5-12 {
    width: 268px;
}

.table-timeline .flier-width-5-13 {
    width: 291px;
}

.table-timeline .flier-width-5-14 {
    width: 314px;
}

.table-timeline .flier-width-5-15 {
    width: 338px;
}

.table-timeline .flier-width-5-16 {
    width: 361px;
}

.table-timeline .flier-width-5-17 {
    width: 385px;
}

.table-timeline .flier-width-5-18 {
    width: 408px;
}

.table-timeline .flier-width-5-19 {
    width: 431px;
}

.table-timeline .flier-width-5-20 {
    width: 455px;
}

.table-timeline .flier-width-5-21 {
    width: 478px;
}

.table-timeline .flier-width-5-22 {
    width: 502px;
}

.table-timeline .flier-width-5-23 {
    width: 525px;
}

.table-timeline .flier-width-5-24 {
    width: 548px;
}

.table-timeline .flier-width-5-25 {
    width: 572px;
}

.table-timeline .flier-width-5-26 {
    width: 595px;
}

.table-timeline .flier-width-5-27 {
    width: 619px;
}

.table-timeline .flier-width-5-28 {
    width: 642px;
}

.table-timeline .flier-width-5-29 {
    width: 666px;
}

.table-timeline .flier-width-5-30 {
    width: 689px;
}

.table-timeline .flier-width-5-31 {
    width: 713px;
}

.table-timeline .flier-width-5-32 {
    width: 736px;
}

.table-timeline .flier-width-5-33 {
    width: 758px;
}

.table-timeline .flier-width-5-34 {
    width: 780px;
}

.table-timeline .flier-width-5-35 {
    width: 803px;
}

.table-timeline .flier-width-5-36 {
    width: 825px;
}

.table-timeline .flier-width-5-37 {
    width: 847px;
}

.table-timeline .flier-width-6-1 {
    width: 22px;
}

.table-timeline .flier-width-6-2 {
    width: 44px;
}

.table-timeline .flier-width-6-3 {
    width: 66px;
}

.table-timeline .flier-width-6-4 {
    width: 88px;
}

.table-timeline .flier-width-6-5 {
    width: 110px;
}

.table-timeline .flier-width-6-6 {
    width: 132px;
}

.table-timeline .flier-width-6-7 {
    width: 154px;
}

.table-timeline .flier-width-6-8 {
    width: 176px;
}

.table-timeline .flier-width-6-9 {
    width: 199px;
}

.table-timeline .flier-width-6-10 {
    width: 222px;
}

.table-timeline .flier-width-6-11 {
    width: 246px;
}

.table-timeline .flier-width-6-12 {
    width: 269px;
}

.table-timeline .flier-width-6-13 {
    width: 292px;
}

.table-timeline .flier-width-6-14 {
    width: 316px;
}

.table-timeline .flier-width-6-15 {
    width: 339px;
}

.table-timeline .flier-width-6-16 {
    width: 363px;
}

.table-timeline .flier-width-6-17 {
    width: 386px;
}

.table-timeline .flier-width-6-18 {
    width: 409px;
}

.table-timeline .flier-width-6-19 {
    width: 433px;
}

.table-timeline .flier-width-6-20 {
    width: 456px;
}

.table-timeline .flier-width-6-21 {
    width: 480px;
}

.table-timeline .flier-width-6-22 {
    width: 503px;
}

.table-timeline .flier-width-6-23 {
    width: 526px;
}

.table-timeline .flier-width-6-24 {
    width: 550px;
}

.table-timeline .flier-width-6-25 {
    width: 573px;
}

.table-timeline .flier-width-6-26 {
    width: 597px;
}

.table-timeline .flier-width-6-27 {
    width: 620px;
}

.table-timeline .flier-width-6-28 {
    width: 644px;
}

.table-timeline .flier-width-6-29 {
    width: 667px;
}

.table-timeline .flier-width-6-30 {
    width: 691px;
}

.table-timeline .flier-width-6-31 {
    width: 714px;
}

.table-timeline .flier-width-6-32 {
    width: 736px;
}

.table-timeline .flier-width-6-33 {
    width: 758px;
}

.table-timeline .flier-width-6-34 {
    width: 781px;
}

.table-timeline .flier-width-6-35 {
    width: 803px;
}

.table-timeline .flier-width-6-36 {
    width: 825px;
}

.table-timeline .flier-width-7-1 {
    width: 22px;
}

.table-timeline .flier-width-7-2 {
    width: 44px;
}

.table-timeline .flier-width-7-3 {
    width: 66px;
}

.table-timeline .flier-width-7-4 {
    width: 88px;
}

.table-timeline .flier-width-7-5 {
    width: 110px;
}

.table-timeline .flier-width-7-6 {
    width: 132px;
}

.table-timeline .flier-width-7-7 {
    width: 154px;
}

.table-timeline .flier-width-7-8 {
    width: 177px;
}

.table-timeline .flier-width-7-9 {
    width: 200px;
}

.table-timeline .flier-width-7-10 {
    width: 224px;
}

.table-timeline .flier-width-7-11 {
    width: 247px;
}

.table-timeline .flier-width-7-12 {
    width: 270px;
}

.table-timeline .flier-width-7-13 {
    width: 294px;
}

.table-timeline .flier-width-7-14 {
    width: 317px;
}

.table-timeline .flier-width-7-15 {
    width: 341px;
}

.table-timeline .flier-width-7-16 {
    width: 364px;
}

.table-timeline .flier-width-7-17 {
    width: 387px;
}

.table-timeline .flier-width-7-18 {
    width: 411px;
}

.table-timeline .flier-width-7-19 {
    width: 434px;
}

.table-timeline .flier-width-7-20 {
    width: 458px;
}

.table-timeline .flier-width-7-21 {
    width: 481px;
}

.table-timeline .flier-width-7-22 {
    width: 504px;
}

.table-timeline .flier-width-7-23 {
    width: 528px;
}

.table-timeline .flier-width-7-24 {
    width: 551px;
}

.table-timeline .flier-width-7-25 {
    width: 575px;
}

.table-timeline .flier-width-7-26 {
    width: 598px;
}

.table-timeline .flier-width-7-27 {
    width: 622px;
}

.table-timeline .flier-width-7-28 {
    width: 645px;
}

.table-timeline .flier-width-7-29 {
    width: 669px;
}

.table-timeline .flier-width-7-30 {
    width: 692px;
}

.table-timeline .flier-width-7-31 {
    width: 714px;
}

.table-timeline .flier-width-7-32 {
    width: 736px;
}

.table-timeline .flier-width-7-33 {
    width: 759px;
}

.table-timeline .flier-width-7-34 {
    width: 781px;
}

.table-timeline .flier-width-7-35 {
    width: 803px;
}

.table-timeline .flier-width-8-1 {
    width: 22px;
}

.table-timeline .flier-width-8-2 {
    width: 44px;
}

.table-timeline .flier-width-8-3 {
    width: 66px;
}

.table-timeline .flier-width-8-4 {
    width: 88px;
}

.table-timeline .flier-width-8-5 {
    width: 110px;
}

.table-timeline .flier-width-8-6 {
    width: 132px;
}

.table-timeline .flier-width-8-7 {
    width: 155px;
}

.table-timeline .flier-width-8-8 {
    width: 178px;
}

.table-scrolltop {
    position: fixed;
    z-index: 999;
    left: .5rem;
    bottom: 2.5rem;
    width: calc(100% - 1rem);
    height: 0.75rem;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

@media (max-width: 767px) {
    .table-scrolltop {
        right: 0;
        width: calc(100% - 3.75rem);
        overflow-y: hidden;
    }
}

.table-scrolltop__thumb {
    height: 0.75rem;
}

.table-scrolltop::-webkit-scrollbar {
    height: 0.75rem;
    background-color: transparent;
}

.table-scrolltop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}


/* Modal start */

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    max-width: 1920px;
    height: 100%;
    margin: auto;
    opacity: 0;
    transition: all 0.1s ease;
    visibility: hidden;
}

.modal .dropdown.first {
    z-index: 2;
}

.modal .dropdown-menu {
    top: 3.2rem;
}

.modal .dropdown-menu::before {
    left: 1.25rem;
    transform: translate(0, -100%);
}

.modal .dropdown-menu::after {
    left: 1.3125rem;
    transform: translate(0, -100%);
}

.modal-panel {
    position: relative;
    width: calc(3 * (100% - 4rem) / 4);
    background: #fff;
    margin: 0 4rem;
    opacity: 0;
    transition: all 0.1s ease;
    transition: all 0.25s ease;
}

@media (max-width: 767px) {
    .modal-panel {
        overflow-x: scroll;
    }
    .modal-panel::-webkit-scrollbar {
        height: 0.75rem;
        background-color: #f8f8f8;
    }
    .modal-panel::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #717171;
        background-color: #ccc;
    }
}

.modal-panel .btn-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
}

.modal-panel.full {
    width: 100%;
}

@media (max-width: 767px) {
    .modal-panel.full .modal-header,
    .modal-panel.full .modal-content,
    .modal-panel.full .modal-footer {
        width: 767px;
    }
}

.modal-panel.full .modal-left {
    width: 70%;
}

.modal-panel table {
    margin-bottom: 0;
}

.modal.active {
    opacity: 1;
    transition: all 0.4s ease;
    visibility: visible;
}

.modal.active .modal-panel {
    opacity: 1;
    transition: all 0.4s ease;
}

.modal-header {
    position: relative;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 10px #ccc;
}

@media (max-width: 767px) {
    .modal-header {
        width: 575px;
    }
}

.modal-header .modal-title {
    margin-bottom: 0;
}

.modal-footer {
    position: relative;
    z-index: 1;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 -2px 10px #ccc;
}

@media (max-width: 767px) {
    .modal-footer {
        width: 575px;
    }
}

.modal-footer .btn--white {
    color: #337ab7;
}

.modal-content {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    height: 27rem;
    overflow: auto;
    padding: 2rem;
    position: relative;
}

@media (max-width: 767px) {
    .modal-content {
        width: 575px;
    }
}

.modal-content::-webkit-scrollbar {
    width: 0.75rem;
    background-color: #f8f8f8;
}

.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}

.modal-left {
    width: 100%;
    transition: all 0.25s ease;
}

.modal-left .form-group {
    display: flex;
    align-items: center;
}

.modal-left .form-label {
    width: 11rem;
    text-align: right;
    margin-right: 2rem;
}

.modal-left .dropdown {
    width: 100%;
}

.modal-left .form-date {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-left .form-date .formcalendar-item {
    width: 50%;
}

.modal-left .form-date input {
    width: 100%;
}

.modal-left .form-tab {
    width: 4.8rem;
}

.modal-right {
    display: none;
    width: 25%;
    transition: all 0.25s ease;
    padding-left: 6rem;
}

.modal-right .form-label {
    margin-bottom: 0.25rem;
}

.modal-right .form-tab {
    width: 6.8rem;
}

.modal-alert .modal-panel {
    width: 31.25rem;
    border-radius: 0.625rem;
}

.modal-alert .modal-header {
    background: #b60081;
    border-radius: 0.625rem 0.625rem 0 0;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 .6rem;
}

.modal-alert .modal-header .btn-close {
    position: relative;
    top: 0;
    right: 0;
    color: #fff;
}

.modal-alert .modal-content {
    height: auto;
    display: block;
}

.modal-alert .modal-txt {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.modal-alert .fa-exclamation-triangle {
    font-size: 2.5rem;
    margin-right: 2rem;
}

.modal-alert .section-btn {
    justify-content: flex-end;
    margin-top: -2rem;
}

.modal-alert .section-btn .btn {
    padding: 0.4rem 1.3rem;
}


/* Modal end */

.dropdown {
    position: relative;
    z-index: 1;
}

.dropdown .form-input {
    color: transparent;
}

.dropdown__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown__btn span {
    margin-right: 0.75rem;
}

.dropdown__btn::after {
    content: '';
    right: 1.3rem;
    width: 0.375rem;
    height: 0.375rem;
    transform: rotate(-135deg);
    transition: all 0.25s ease;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-top: -3px;
}

.dropdown__btn.active::after {
    transform: rotate(45deg);
    margin-top: 0;
}

.dropdown__btn.btn--white::after {
    border-left: 2px solid #039be5;
    border-top: 2px solid #039be5;
}

.dropdown-menu {
    position: absolute;
    z-index: 1;
    top: 3.75rem;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0.25rem 0 0;
    border: 1px solid #ccc;
    padding: 1rem 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    -webkit-box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
    box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
    visibility: hidden;
    border-radius: 0.625rem;
}

.dropdown-menu__link {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.25s ease;
    color: #222;
}

.dropdown-menu__link:hover {
    background: #f8f8f8;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: opacity 0.25s ease;
    border-style: solid;
    border-width: 0 11px 11px;
    border-color: transparent transparent #ccc;
}

.dropdown-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: opacity 0.25s ease;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
}

.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
}

.dropdown-value {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.dropdown-value__txt {
    padding: 0 0.4rem;
    font-size: 0.875rem;
    pointer-events: auto;
}

.dropdown-value__txt .fa-times {
    margin-left: 0.25rem;
    cursor: pointer;
}

.dropdown-panel .dropdown-menu__txt {
    display: block;
    padding: 0 1rem 0.5rem;
    font-size: 0.9375rem;
    font-weight: bold;
}

.dropdown-panel .dropdown-menu>li {
    display: flex;
    justify-content: space-between;
}

.dropdown-panel .dropdown-submenu {
    width: 100%;
    margin: 0;
    border-left: 1px solid #eee;
}

.dropdown-panel .dropdown-submenu .dropdown-menu__link {
    font-size: 0.875rem;
}

.dropdown-panel .dropdown-submenu:first-child {
    border: 0;
}

.dropdown.glyphicon .dropdown-menu {
    top: 3rem;
    right: 0;
    left: auto;
    min-width: 9.375rem;
}

.dropdown.glyphicon .dropdown-menu::before,
.dropdown.glyphicon .dropdown-menu::after {
    left: 82%;
}

.dropdown.glyphicon .form-checkbox__txt::after {
    top: 5px;
}

.box {
    border: 1px solid #ccc;
    border-radius: 0.625rem;
    box-shadow: 0 4px 1rem #ccc;
    padding: 1rem;
    margin-bottom: .5rem;
}

.box-price {
    text-align: center;
    margin-bottom: 4rem;
}

.box-price__title {
    font-size: 1.75rem;
}

.box-price__content {
    display: inline-block;
    position: relative;
}

.box-price__item {
    padding: 0.25rem 0;
    font-size: 1.25rem;
    text-align: right;
    border-bottom: 1px solid;
}

.box-price__item.total {
    font-size: 1.5rem;
}

.box-price__txt {
    width: 10.5rem;
    font-weight: bold;
    padding-left: 0.5rem;
}

.box-price__number {
    display: inline-block;
    width: 9.5rem;
}

.box-price__info {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    transform: translateX(200%);
}

.sort {
    width: 7.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1.2rem;
}

.sort__item {
    border-bottom: 1px solid #ccc;
}

.sort__item:last-child {
    border: 0;
}

.sort__link {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: bold;
    text-align: center;
    transition: all 0.25s ease;
    color: #222;
}

.sort__link:hover,
.sort__link.active {
    background: #ccc;
    color: #fff;
}

.tab__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    background: #808080;
    height: 3.125rem;
    font-weight: bold;
    transition: all 0.25s ease;
    color: #fff;
    border-radius: 0.625rem 0.625rem 0 0;
}

.tab__link:hover {
    background: #00000061;
}

.tab__link.active {
    background: #b60081;
}

.tab-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 5px solid #b60081;
    margin: 0;
}

.tab-item {
    margin-right: 0.25rem;
}

.tab-content {
    padding-top: 2rem;
    padding-left: 2rem;
    border-left: 5px solid #b60081;
}

.tab-content .slide .slick-slide {
    height: auto;
}

.tab-content .slide .slick-prev {
    z-index: 99;
    left: 0;
}

.tab-content .slide .slick-next {
    right: 0;
}

.tab-content .slide .slick-prev,
.tab-content .slide .slick-next {
    width: 24px;
    background: #fff;
    height: 24px;
    border-radius: 50%;
}

.tab-content .slide .slick-prev::before,
.tab-content .slide .slick-next::before {
    background: #00000061;
    font-size: 24px;
    opacity: 1;
    border-radius: 50%;
}

.tab-content .slide__img {
    width: 100%;
}

.tab.blue .tab__link.active {
    background: #039be5;
}

.tab.second {
    margin-top: 2rem;
}

.tab.second .tab-item {
    padding-right: 5px;
}

.tab.second .tab__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000061;
    border-radius: 0;
}

.tab.second .tab__link:not(.active):hover {
    background: #039be5;
    border: 1px solid #039be5;
    border-bottom: 0;
}

.modal-upload .modal-panel {
    width: 48rem;
    border-radius: 0.625rem;
}

.modal-upload .modal-content {
    height: auto;
}

.drop-zone {
    font-size: 1.25rem;
    width: 100%;
    height: 22.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    padding: 1em;
    font-weight: bold;
    text-align: center;
    transition: all 0.25s ease;
    border-radius: 0.625rem;
    cursor: pointer;
}

.drop-zone:hover {
    background: #f8f8f8;
    border: 2px dashed #039be5;
    color: #039be5;
}

.drop-zone i {
    margin-bottom: 1rem;
}

.drop-zone .text-small {
    font-size: 0.75rem;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.page-login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.page-home .tab-list {
    display: flex;
    background: #f8e5f2;
    margin: 0 0 2rem;
    padding-top: 0.625rem;
    border-bottom: 0.625rem solid #b60081;
}

.page-home .tab-list__img {
    width: 10.0625rem;
}

.page-home .tab-panel table {
    font-size: 1.25rem;
}

.page-home .tab-panel table th {
    height: 3rem;
}

.page-home .tab-panel table td {
    height: calc(80px);
    text-align: center;
}

.info-item {
    background: #fff;
    margin-top: 0.625rem;
}

.info-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    box-shadow: 0 4px 1rem #ccc;
    margin-bottom: 0;
    position: relative;
    background: #fff;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    text-align: left;
    transition: all 0.25s ease-in-out;
}

.info-item__title i {
    font-size: 2rem;
    transition: all 0.4s ease-in-out;
}

.info-item__subtitle {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.info-item__content {
    border: 1px solid #ccc;
    padding: 1rem;
    border-top: 0;
}

.info-item__content .wrap {
    position: relative;
    padding: 0;
}

.info-item__content .wrap a {
    padding: .4rem .75rem .5rem;
    color: #222;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
    border-radius: 0.625rem;
}

.info-item__content .wrap a:hover {
    background: #f8f8f8;
}

.info-item__content .wrap i {
    position: absolute;
    top: .4rem;
    right: .6rem;
    cursor: pointer;
}

.info-item__content .wrap:last-child {
    margin-bottom: 0;
}

.info-item p {
    margin-bottom: 0;
}

.info-link .info-item__title {
    cursor: pointer;
}

.info-link .info-item__title span {
    display: block;
}

.info-link .info-item__title span::before,
.info-link .info-item__title span::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #039be5;
    height: 0;
    transition: all 0.5s linear;
}

.info-link .info-item__title span::before {
    top: 0;
    left: 0;
}

.info-link .info-item__title span::after {
    right: 0;
    bottom: 0;
}

.info-link .info-item__title::before,
.info-link .info-item__title::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    background: #039be5;
    height: 1px;
    transition: all 0.5s linear;
}

.info-link .info-item__title::before {
    top: 0;
    left: 0;
}

.info-link .info-item__title::after {
    right: 0;
    bottom: 0;
}

.info-link .info-item__title:hover,
.info-link .info-item__title.active {
    color: #039be5;
}

.info-link .info-item__title:hover::before,
.info-link .info-item__title:hover::after,
.info-link .info-item__title.active::before,
.info-link .info-item__title.active::after {
    width: 100%;
}

.info-link .info-item__title:hover span::before,
.info-link .info-item__title:hover span::after,
.info-link .info-item__title.active span::before,
.info-link .info-item__title.active span::after {
    height: 100%;
}

.info-link .info-item__title.active i {
    transform: rotate(180deg);
}

.info-link .info-item__content {
    display: none;
}

.info-btn .btn {
    width: 100%;
    margin-bottom: .75rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.info-btn .btn:last-child {
    margin-bottom: 0;
}

.info-env {
    max-width: 500px;
    margin: 1.5rem auto 0;
}

.info-env__title {
    font-size: 1.25rem;
}

.page-info {
    padding-top: .25rem;
}

.page-info .modal-panel {
    width: 37.5rem;
    border-radius: 0.625rem;
}

.page-info .modal-header {
    background: #b60081;
    border-radius: 0.625rem 0.625rem 0 0;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 .6rem;
}

.page-info .modal-header .btn-close {
    position: relative;
    top: 0;
    right: 0;
    color: #fff;
}

.page-info .modal-content {
    height: auto;
    display: block;
}

.page-confirm .section-filter,
.page-manuscript .section-filter,
.page-setting .section-filter {
    position: sticky;
    top: 7.6rem;
    background: #fff;
}

.page-confirm .section-table {
    overflow: auto;
}

.page-confirm .info .form-tab {
    width: 6.8rem;
}

.page-confirm .table {
    overflow: hidden;
}

.page-confirm table.full {
    width: 100%;
    table-layout: fixed;
}

.page-confirm table.statistical {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto 0;
}

.page-confirm table.price td {
    padding: 0 0.5rem;
}

.page-confirm table.price td:first-child {
    padding: 0.5rem 1rem;
}

.page-confirm table td .form-input {
    border: 0;
    border-radius: 0;
    text-align: right;
}

.page-confirm table th.col-2 {
    border-bottom: 1px solid #ccc;
}

.page-confirm table .form-tab {
    width: 4.8rem;
}

.page-confirm .fa-lock,
.page-confirm .fa-unlock {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.5rem;
    padding: 0.25rem 0.5rem;
    color: #fff;
    border-radius: 5px;
    margin-right: 0.25rem;
}

.page-confirm .fa-lock {
    background: #eb9316;
}

.page-confirm .fa-unlock {
    background: #419641;
}

.page-confirm .dropdown.color .dropdown-menu {
    padding: .5rem 0;
}

.page-confirm .dropdown.color .dropdown-menu__link:hover {
    background: transparent;
}

.page-confirm .dropdown.color .dropdown-menu__link.bg--green2:hover {
    background: #dcf0d7;
}

.page-confirm .dropdown.color .dropdown-menu__link.bg--yellow:hover {
    background: #f9f9e1;
}

.page-confirm .dropdown.color .dropdown-menu__link.bg--pink3:hover {
    background: #f5dddb;
}

.page-statement .section-result .info {
    margin-bottom: 0;
}

.page-statement .table {
    display: flex;
    align-items: flex-start;
    max-height: calc(100% - 21.5rem);
}

.page-statement thead {
    position: sticky;
    top: 0;
}

.page-statement .table--first th {
    padding-top: 0;
    padding-bottom: 0;
}

.page-statement .table table:nth-child(1) {
    width: 70%;
}

.page-statement .table table:nth-child(2) {
    width: 15%;
    margin-left: 2rem;
    margin-right: 1rem;
}

.page-statement .table table:nth-child(2) th {
    height: 56px;
}

.page-statement .table table:nth-child(3) {
    width: 15%;
}

.page-statement .table table:nth-child(3) th {
    height: 56px;
}

.page-statement .table table td {
    padding-top: 0;
    padding-bottom: 0;
}

.page-statement .table th {
    vertical-align: middle;
}

.page-statement .form-group {
    margin-bottom: 1.5rem;
}

.page-statement .form-group.first {
    display: flex;
    align-items: center;
}

.page-statement .form-label {
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 1rem;
}

.page-statement .formtab-item {
    margin-top: 0;
    margin-bottom: 0;
}

.page-statement .formtab-item:last-child {
    margin-left: 4rem;
}

.page-statement .form-tab {
    width: 3.8rem;
}

.page-manuscript .table {
    max-height: calc(100vh - 31.85rem);
}

.page-manuscript thead {
    position: sticky;
    top: 0;
}

.page-manuscript .info.align--flex-end .section-btn {
    margin-bottom: 0.4rem;
}

.page-manuscript .info.align--flex-end .section-btn .btn {
    display: flex;
    align-items: center;
    padding: 0.4rem 1rem;
}

.page-manuscript .info.align--flex-end .section-btn .fa-refresh,
.page-manuscript .info.align--flex-end .section-btn .fa-newspaper-o {
    font-size: 1.25rem;
}

.page-manuscript .info.align--flex-end .section-btn .fa-sort-down {
    margin-left: 0.25rem;
    position: relative;
    top: -2px;
}

.page-manuscript .fa-external-link,
.page-manuscript .fa-cloud-upload,
.page-manuscript .fa-lock {
    margin-right: 0.4rem;
}

.page-manuscript .fa-image.fa-2x,
.page-manuscript .fa-external-link.fa-2x {
    margin: 0.23rem;
    font-size: 1.25rem;
}

.page-manuscript th input,
.page-manuscript th select {
    display: block;
    margin-top: 0.25rem;
}

.page-manuscript th span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 2rem;
}

.page-manuscript th .fa {
    position: absolute;
    right: 0.5em;
    transform: translateX(100%);
    cursor: pointer;
}

.page-manuscript td .btn {
    width: 100%;
    padding: 0.25rem 1rem;
    font-size: 0.9375rem;
}

.page-manuscript .modal-header {
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
}

.page-manuscript .modal-item {
    margin-bottom: 2rem;
    width: 100%;
}

.page-manuscript .modal-item__head {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-manuscript .modal-item.first .modal-title {
    margin-bottom: 0.5rem;
}

.page-manuscript .modal-item.last .modal-title {
    margin-bottom: 0;
}

.page-manuscript .form-tab {
    width: 6.8rem;
}

.page-manuscript .tab-list {
    border-bottom: 0;
}

.page-manuscript.pw .tab-list {
    border-bottom: 2px solid #b60081;
}

.page-manuscript.pw .tab.second .tab-list {
    border-bottom: 2px solid #039be5;
}

.page-manuscript .tab-item {
    width: calc(100% / 8);
    margin: 0.25rem 0;
    margin-right: 0;
    border-bottom: 2px solid #b60081;
    padding-right: 0.5rem;
}

.page-manuscript .second .tab-item {
    border-bottom: 2px solid #039be5;
}

.page-manuscript.pw .tab-item {
    border-bottom: 0;
    margin: 0;
}

.page-manuscript .tab__link {
    width: 100%;
    height: 2.5rem;
    font-weight: normal;
}

.page-manuscript .tab__link:not(.active) {
    background: #e5e5e5;
    color: #222;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.page-manuscript .tab__link:not(.active):hover {
    background: #b60081;
    border: 1px solid #b60081;
    color: #fff;
}

.page-manuscript .table--first {
    width: calc(49% - 1.25rem);
}

.page-manuscript .table--second {
    width: calc(49% + 1.25rem);
}

.page-manuscript .table--first .table,
.page-manuscript .table--second .table,
.page-manuscript .table--third .table {
    height: 250px;
    overflow: scroll;
}

.page-manuscript .table .form-checkbox {
    position: relative;
    left: .2rem;
}

.page-manuscript .table .form-checkbox__txt::before {
    width: .9rem;
    height: .9rem;
    border-radius: 0.15rem;
}

.page-manuscript .table .form-checkbox__txt::after {
    top: -5px;
    left: 5px;
    width: 0.2rem;
    height: 0.45rem;
}

.page-manuscript.pw .table {
    max-height: calc(100vh - 37.3rem);
}

.page-manuscript.pw .table thead,
.page-manuscript.pw .modal thead {
    position: sticky;
    top: 0;
}

.page-manuscript.pw .modal-header {
    height: 2rem;
}

.page-manuscript.pw .modal-content {
    padding-top: 0;
}

.page-manuscript.pw .tab.second {
    margin-top: 1rem;
}

.page-manuscript.pw .modal-panel .btn-close {
    top: .25rem;
    right: .625rem;
}

.page-manuscript.pw .title {
    border: 0;
    margin-top: -.25rem;
    padding-bottom: 0;
}

.page-manuscript.pw .modal-footer {
    padding: .5rem 1rem;
}

.page-plan .guide {
    position: relative;
}

.page-plan .guide .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    right: 0;
    left: auto;
    width: 16rem;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
}

.page-plan .guide .dropdown-menu::before {
    right: 1.5rem;
    left: auto;
    transform: translateY(-100%);
}

.page-plan .guide .dropdown-menu::after {
    right: 1.5625rem;
    left: auto;
    transform: translateY(-100%);
}

.page-plan .guide .dropdown-menu__item {
    width: 100%;
    white-space: nowrap;
}

.page-plan .guide__btn:hover~.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.page-plan .section-table {
    position: relative;
}

.page-plan .monthly-entry {
    left: 0;
    border: 1px solid #bbb;
    padding: 1rem;
    background-image: linear-gradient(to bottom right, #ccc, #e5e5e5);
    border-radius: 0.625rem;
}

.page-plan .form .section-filter.scroll {
    margin-top: 0;
    top: 7.7rem;
    border-radius: 0;
}

@media (min-width: 1400px) and (max-width: 1550px) {
    .page-plan .monthly-entry {
        padding: .75rem;
        top: -2.15rem;
    }
    .page-plan .monthly-entry .monthly-entry__txt {
        font-size: 1rem;
    }
}

@media (max-width: 1399px) {
    .page-plan .monthly-entry {
        top: -1.9rem;
    }
}

@media (max-width: 1299px) {
    .page-plan .monthly-entry {
        top: -1.5rem;
    }
}

@media (max-width: 1199px) {
    .page-plan .monthly-entry {
        top: -1rem;
    }
}

@media (max-width: 1099px) {
    .page-plan .monthly-entry {
        top: -0.25rem;
    }
}

@media (max-width: 1024px) {
    .page-plan .monthly-entry {
        top: 0.3rem;
    }
}

@media (max-width: 980px) {
    .page-plan .monthly-entry {
        top: 0.75rem;
    }
}

@media (max-width: 768px) {
    .page-plan .monthly-entry {
        top: 3.4rem;
    }
}

.page-plan .monthly-entry .btn {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-plan .monthly-entry .btn {
    padding: 0.25rem 1.3rem;
}

.page-plan .monthly-entry__txt {
    border: 4px double;
    padding: 0.25rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.page-plan .monthly-entry.active {
    background: #7cf17c;
    border: 1px solid #27ef27;
}

.page-plan .monthly-entry.active .monthly-entry__txt {
    color: #051876;
}

.page-plan .monthly-entry.active .btn {
    background-color: #b60081;
}

@-webkit-keyframes borderHorizontal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes borderVertical {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@-webkit-keyframes textZoom {
    0% {
        opacity: 0.7;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.9);
    }
}

.page-plan .border-bottom {
    border-bottom: 2px solid #ddd;
}

.page-setting .fa-times-circle-o,
.page-setting .fa-check-circle-o {
    font-size: 1.5625rem;
}

.page-setting .fa-times-circle-o {
    color: #cb1c22;
}

.page-setting .fa-check-circle-o {
    color: #419641;
}

.page-setting table input {
    border: 0;
    border-radius: 0;
}

.page-history .section-filter {
    position: sticky;
    top: 7.6rem;
    background: #fff;
}

.page-history .section-table {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.page-history .section-table::-webkit-scrollbar {
    width: 0.75rem;
    background-color: #f8f8f8;
}

.page-history .section-table::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
    border-radius: .625rem;
}

.page-history .table {
    width: 100%;
}

.page-entry .table {
    max-height: calc(100vh - 22.6rem);
    overflow-x: hidden;
}

.page-paperConfirm {
    overflow-y: hidden;
}

.page-paperConfirm .section-result:last-child {
    margin-bottom: 0;
}

.page-paperConfirm .table {
    max-height: calc(100vh - 30.85rem);
    overflow-x: hidden;
}

.page-paperConfirm thead {
    position: sticky;
    top: 0;
}

.page-paperConfirm .form-label {
    margin-bottom: 0.25rem;
}

.page-paperConfirm .formtab-item {
    width: auto;
}

.page-paperConfirm .formtab-item.charge .form-tab {
    width: 6.8rem;
}

.page-paperConfirm .dropdown.shop {
    z-index: 3;
}

.page-paperConfirm .dropdown.shop .dropdown-menu {
    top: 3.2rem;
}

.page-paperConfirm .dropdown.type {
    z-index: 2;
}

.page-paperConfirm .dropdown.type .dropdown-menu {
    top: 3.2rem;
}

.page-paperConfirm .dropdown.dropdown-detail .dropdown-menu {
    width: 8.5rem;
}

.page-paperConfirm .info.align--flex-end .section-btn {
    margin-bottom: 0.4rem;
}

.page-paperConfirm .info.align--flex-end .section-btn .btn {
    display: flex;
    align-items: center;
    padding: 0.4rem 1rem;
}

.page-paperConfirm .info.align--flex-end .section-btn .fa-refresh,
.page-paperConfirm .info.align--flex-end .section-btn .fa-newspaper-o {
    font-size: 1.25rem;
}

.page-paperConfirm .info.align--flex-end .section-btn .fa-sort-down {
    margin-left: 0.25rem;
    position: relative;
    top: -2px;
}

.page-paperConfirm .list-btn .btn {
    width: calc(100% / 8);
}

.page-paperConfirm .list-btn .dropdown {
    z-index: 9;
    width: calc(100% / 8);
}

.page-paperConfirm .list-btn .dropdown .btn {
    justify-content: center;
    width: 100%;
    padding: 0.53rem 0.9rem;
}

.page-paperConfirm .list-btn.col6 .btn {
    width: calc(100% / 6);
}

.page-paperConfirm .list-btn.col6 .dropdown {
    width: calc(100% / 6);
}

.page-paperConfirm .list-btn.col6 .dropdown .btn {
    width: 100%;
}

.page-paperConfirm .list-btn.col7 .btn {
    width: calc(100% / 7);
}

.page-paperConfirm .list-btn.col7 .dropdown {
    width: calc(100% / 7);
}

.page-paperConfirm .list-btn.col7 .dropdown .btn {
    width: 100%;
}

.page-paperConfirm .info__title {
    font-size: 1.25rem;
}

.page-paperConfirm .detail__label {
    font-weight: bold;
}

.page-paperConfirm .detail__item {
    list-style: disc;
}

.page-paperConfirm .fa-cloud-upload,
.page-paperConfirm .fa-cloud-download,
.page-paperConfirm .fa-telegram {
    margin-right: 0.4rem;
}

.page-paperConfirm .section-paper {
    display: flex;
}

.page-paperConfirm .section-paper .dropdown__btn {
    width: 100%;
}

.page-paperConfirm .section-paper .dropdown__btn span {
    order: 1;
    margin-left: 0.75rem;
    margin-right: 0;
}

.page-paperConfirm .section-paper .dropdown-menu {
    top: 2.75rem;
}

.page-paperConfirm .section-paper__subtitle {
    margin-bottom: .5rem;
}

.page-paperConfirm .section-paper__label {
    color: #039be5;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.page-paperConfirm .section-paper__label .fa {
    font-size: 1.5rem;
    margin-left: 0.4rem;
    cursor: pointer;
}

.page-paperConfirm .section-paper__content {
    margin-left: 4rem;
    width: calc(100% - 16rem);
}

.page-paperConfirm .history__link {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.25s ease;
    color: #222;
    white-space: nowrap;
}

.page-paperConfirm .history__link:hover {
    background: #f8f8f8;
}

.page-paperConfirm .history-list {
    max-height: 12.6rem;
    overflow: auto;
    margin: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
    box-shadow: 0 0.313rem 0.8rem #ccc, 0 0.126rem 0.225rem #ccc;
    padding: 1rem 0;
    transition: opacity 0.25s ease;
}

.page-paperConfirm .history-list::-webkit-scrollbar {
    width: 0.75rem;
    background-color: #f8f8f8;
}

.page-paperConfirm .history-list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}

.page-paperConfirm th {
    vertical-align: bottom;
}

.page-paperConfirm th.align--top {
    vertical-align: top;
}

.page-paperConfirm th .fa {
    position: absolute;
    right: -0.25rem;
    transform: translateX(100%);
    cursor: pointer;
}

.page-paperConfirm th:last-child .fa {
    right: 0;
}

.page-paperConfirm th input,
.page-paperConfirm th select {
    display: block;
    margin-top: 0.25rem;
}

.page-paperConfirm th span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 2rem;
}

.page-paperConfirm .section-paper__location {
    padding: 1rem 0.5rem;
    border: 1px solid #000;
}

.page-paperConfirm .section-paper__location .dropdown__btn {
    border-radius: 0.3125rem;
}

.page-paperConfirm .section-paper__location .dropdown__btn:hover {
    transform: none;
}

.page-paperConfirm .section-paper__location .dropdown__btn.active {
    border-radius: 0.3125rem 0.3125rem 0 0;
}

.page-paperConfirm .section-paper__location .dropdown-menu {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

.page-paperConfirm .section-paper__location .dropdown-menu.active {
    border-radius: 0 0 0.3125rem 0.3125rem;
}

.page-paperConfirm .section-paper__location .dropdown-menu__item {
    border-bottom: 1px solid #ccc;
}

.page-paperConfirm .section-paper__location .dropdown-menu__item:last-child {
    border-bottom: 0;
}

.page-paperConfirm .section-paper__location .dropdown-menu::before,
.page-paperConfirm .section-paper__location .dropdown-menu::after {
    display: none;
}

.user-manager {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 98.75rem;
}

.user-manager .form-group {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
}

.user-manager__title {
    padding-bottom: 0.5rem;
}

.user-manager__left {
    width: 53%;
}

.user-manager__left .title {
    color: #b60081;
    border-bottom: 3px solid #b60081;
    margin-bottom: 2.8125rem;
}

.user-manager__left .btn.btn--pink {
    margin-left: 0;
}

.user-manager__right {
    width: 33%;
}

.user-manager__right .title {
    margin-bottom: 7.1875rem;
}

.user-search {
    display: none;
    max-width: 78.125rem;
    margin: 5rem auto;
}

.user-search__link {
    text-decoration: underline;
    color: #222;
}

.user-search__link.active {
    font-weight: bold;
}

.user-detail {
    display: none;
    max-width: 32rem;
    margin: 0 auto;
}

.user-confirm {
    background: #f0f0f0;
    max-width: 25rem;
    margin: auto;
    padding: 1.5rem 1.5rem 2rem;
    text-align: center;
}

.user-confirm__txt {
    margin-bottom: 1.25rem;
}

.user-confirm__btn {
    display: flex;
    justify-content: center;
}

.page-management {
    padding: 2.5rem 0;
}

.page-management .form-group {
    display: flex;
    align-items: center;
}

.page-management .form-label {
    width: 9.5rem;
}

.page-management .btn span {
    font-size: 0.8125rem;
    line-height: 1.25rem;
}

.page-management.shop .user-search,
.page-management.shop .user-detail {
    max-width: 60rem;
}

.page-management.shop .user-detail .form-label {
    width: 13rem;
}

.page-management.shop .user-detail .form-input {
    width: 22.5rem;
}

.page-management .dropdown-menu {
    top: 3rem;
}

.page-summary .section {
    padding: 0.5rem;
}

.page-summary .section-result .info {
    margin-bottom: 0;
    align-items: flex-end;
}

.page-summary .table {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.page-summary .table--first,
.page-summary .table--second,
.page-summary .table--third {
    overflow-y: auto;
}

.page-summary .table--first {
    max-height: calc(100vh - 20.3rem);
}

.page-summary .table--second,
.page-summary .table--third {
    max-height: calc(100vh - 21rem);
}

.page-summary .table--second {
    min-width: 375px;
}

.page-summary .table--third {
    min-width: 192px;
}

.page-summary .table table {
    font-size: 0.875rem;
}

.page-summary .table--second {
    margin-left: 1rem;
    margin-right: 1rem;
}

.page-summary .table--first::-webkit-scrollbar,
.page-summary .table--second::-webkit-scrollbar,
.page-summary .table--third::-webkit-scrollbar {
    width: 0.75rem;
    height: 0.75rem;
    background-color: transparent;
}

.page-summary .table--first::-webkit-scrollbar-thumb,
.page-summary .table--second::-webkit-scrollbar-thumb,
.page-summary .table--third::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}

.page-summary .table--second th:not(.bg--pink2):not(.bg--grey2) {
    height: 61px;
}

.page-summary .table--third th:not(.bg--pink2):not(.bg--grey2) {
    height: 61px;
}

.page-summary .table table .h-50 {
    height: 50px;
}

.page-summary .table th,
.page-summary .table td {
    padding: 0 .5rem;
    vertical-align: middle;
    height: 24px;
}

.page-summary .form-group {
    margin-bottom: .625rem;
}

.page-summary .form-group.first {
    display: flex;
    align-items: center;
}

.page-summary .form-label {
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 1rem;
}

.page-summary .formtab-item {
    margin-top: 0;
    margin-bottom: 0;
}

.page-summary .formtab-item:last-child {
    margin-left: 4rem;
}

.page-summary .form-tab {
    width: 3.8rem;
}

@media screen and (min-width: 0\0) {
    .page-summary .table th,
    .page-summary .table td {
        white-space: nowrap;
    }
}


/*Tuyennv93 css*/

.header-menu__link {
    word-break: keep-all;
}

.flier_container_des .txt02 .txt02_text {
    width: 11em;
    height: 1rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.page-paperConfirm .list-btn .btn {
    height: 42px;
    padding: 3px 10px;
    font-size: 1rem;
    line-height: 1.1rem;
    /* text-align: center; */
    justify-content: center;
    /* display: grid; */
    align-items: center;
    display: inline-flex!important;
    white-space: break-spaces;
}

.page-confirm .form .section-result .section-table .table table th:nth-child(1),
.page-confirm .form .section-result .section-table .table table td:nth-child(1) {
    max-width: 100px;
}

.page-confirm .form .section-result .section-table .table table th:nth-child(2),
.page-confirm .form .section-result .section-table .table table td:nth-child(2) {
    width: 120px!important;
    white-space: normal;
    min-width: 100px;
}

.title-waiting {
    text-align: center;
    margin-bottom: 0px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem;
}


/*css loading*/

.lds-default {
    /*  display: inline-block;
position: relative;
width: 80px;
height: 80px;*/
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
    float: inherit;
    display: block;
    zoom: 3;
}

.lds-default div {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4067d7;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.text-wait {
    width: 80px!important;
    background: none!important;
    top: 35px;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    animation: none!important;
}

.dl-horizontal {
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 0.9em;
}

.dl-horizontal .date {
    font-weight: bold;
    font-size: "1.3em"
}

.dl-horizontal .text-danger .date {
    color: orange;
}

.dl-horizontal .text-warning .date {
    color: red;
}


/*end css loading*/


/*.section-filter < .form*/

.page-plan .table {
    max-height: calc(100vh - 18.2rem);
}

.page-plan .monthly-entry {
    z-index: 2;
    top: -3.95rem!important;
}

.page-plan .form .table thead:first-child {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

.page-plan .form .table thead:first-child>tr>th {
    border-bottom: none;
    position: relative;
}

.page-plan .form .table thead:first-child>tr>th::after {
    content: "";
    display: block;
    background: #ddd;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.page-plan .section-result--normal.scroll {
    margin-top: 12.5rem;
}

.page-plan .section-result--fixed {
    position: fixed;
    top: 11.3rem;
    width: calc(100% - 3.75rem);
    z-index: 99;
    display: none;
    border-radius: 0 0 0.65rem 0.65rem;
    padding-bottom: 0;
    border-top: 0;
}

.page-plan .section-result--fixed table {
    margin-top: .5rem;
}

.page-plan .section-result--fixed .table-timeline>thead>tr:last-child>th {
    border: 0;
}

.table-timeline>thead>tr>th.header-line {
    border: 0;
}

.screen-wait .modal-panel {
    width: 37.5rem;
    height: auto;
    border-radius: 0.625rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.screen-wait .modal-content {
    display: block;
    height: auto;
}

.page-plan .no-margin-top,
.page-confirm .no-margin-top {
    margin-top: 0px!important;
}

.page-plan .form #table-timeline {
    position: relative;
    z-index: 0;
}

.page-plan .modal .dropdown-menu {
    z-index: 2;
    height: 6.5rem;
    overflow: auto;
    top: 1.7rem;
    padding: .6rem 0;
}

.page-plan .modal .dropdown-menu::-webkit-scrollbar {
    width: 0.75rem;
    background-color: transparent;
}

.page-plan .modal .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #717171;
    background-color: #ccc;
}

.page-plan .modal .dropdown-menu__link {
    padding: 0 1rem;
}

.modal-upload .form-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.modal-upload .form-label {
    margin-right: 2rem;
}

.modal-upload .modal-content {
    padding: 2.5rem;
}

.page-plan .modal-content {
    padding: .75rem 1rem;
    max-height: 98vh;
    height: auto;
    font-size: 0.75rem;
    overflow: hidden;
}

.page-plan .modal .form-group {
    margin-bottom: .5rem;
}

.page-plan .modal .form-tab__btn,
.page-plan .modal .form-input,
.page-plan .modal .form-select,
.page-plan .modal .formcalendar-item span,
.page-plan .modal .form-filter__label.start,
.page-plan .modal .form-filter__label.end,
.page-plan .modal .formcalendar-item,
.page-plan .modal .form-switch__btn {
    height: 1.7rem;
}

.page-plan .modal .form-switch__btn::before {
    width: 1.3rem;
    height: 1.3rem;
}

.page-plan .modal .form-switch.active .form-switch__btn::before {
    left: auto;
    right: 1px;
    transform: translateX(0%);
}

.page-plan .modal .form-textarea {
    height: 4rem;
}

.page-plan .modal-panel.full .modal-left {
    width: 75%;
}

.page-plan .modal-panel.full .modal-right {
    padding-left: 4rem;
}

.page-plan .modal-left .form-label {
    width: 8rem;
}

.page-plan .modal .dropdown-value__txt {
    height: 1.5rem;
    padding: 0 0.5rem;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
}

.page-plan .modal-txt {
    margin-bottom: .25rem;
}

.page-plan .modal-right .form-tab {
    width: 5rem;
}

.page-plan .modal-left .form-tab {
    width: 3.8rem;
}

.page-plan .modal-header {
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
}

.page-plan .modal-footer {
    border-bottom: 0;
    box-shadow: none;
    padding: 0;
    padding-right: 1rem;
}

.page-plan .modal-footer .btn {
    width: 5rem;
    padding: 0.25rem 1rem;
}

.page-plan .modal .btn-close {
    top: 0;
    right: 3px;
    z-index: 1;
}

.page-plan .modal-panel {
    max-width: 705px;
    width: 100%;
}

.page-plan .modal-panel.full {
    max-width: 980px;
}

@media(max-width: 1024px) {
    .page-plan .modal-panel {
        margin: 0 1rem;
    }
}

@media(max-width: 991px) {
    .page-plan .modal-panel.full .modal-right {
        padding-left: 2.5rem;
    }
    .page-plan .modal-panel.full .modal-left .form-label {
        margin-right: 1.5rem;
    }
}

.page-plan .modal .formswitch-item {
    flex-wrap: wrap;
}

.page-plan .modal .form-switch {
    margin-bottom: .25rem;
}

.page-plan .section-filter .btn {
    padding: 0.25rem 1rem;
}

@media (min-width: 768px) and (max-width: 992) {
    .page-paperConfirm .list-btn .btn {
        height: 32px;
    }
}

@media (max-width: 992px) {
    .page-confirm table {
        width: 100%!important;
    }
    .page-confirm table th {
        width: 70px!important;
    }
}

@media (max-width: 767px) {
    .form .section-filter {
        max-width: calc(100% - 25px);
    }
    .page-plan .form .table thead:first-child {
        top: 70px;
    }
    .page-plan .no-margin-top,
    .page-confirm .no-margin-top {
        margin-top: 0px!important;
    }
    .form-filter .form-item {
        margin-right: 2.5rem;
    }
    .page-plan .modal-panel {
        margin: 0 1rem;
    }
    .page-plan .modal-content {
        padding: 2rem 1rem;
    }
    .site-main {
        margin: 4rem 0 3rem;
    }
    .header-menu {
        box-shadow: 0 0.5rem 1rem #ccc;
        display: none;
    }
    .header-menu__list {
        flex-wrap: wrap;
    }
    .header .container {
        height: 3.5rem;
    }
    .header-logo__img {
        width: 6.75rem;
    }
    .header-menu::before {
        display: none;
    }
    .header-menu__item {
        width: 100%;
        flex: none;
        border-bottom: 1px solid;
        border-right: 0;
    }
    .header-menu br {
        display: none;
    }
    .header-menu__link {
        justify-content: flex-start;
        height: 3.5rem;
        padding-left: 1.25rem;
    }
    .header-submenu {
        width: 100%;
        position: relative ! important;
        opacity: 1;
        overflow: visible;
        display: none;
        transform: none;
    }
    .header-menu-btn.close .header-menu-btn__icon::before {
        top: 0;
        transform: rotate(45deg);
    }
    .header-menu-btn.close .header-menu-btn__icon::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .header-menu-btn.close .header-menu-btn__icon {
        background: transparent;
    }
    .header-menu.open {
        display: block;
    }
    .header-menu-btn {
        position: relative;
        border: 0;
        background: transparent;
        width: 2.5rem;
    }
    .header-menu-btn__icon,
    .header-menu-btn__icon::before,
    .header-menu-btn__icon::after {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all .25s ease;
    }
    .header-menu-btn__icon::before {
        content: '';
        top: -.625rem;
        transform: translateY(-100%);
    }
    .header-menu-btn__icon::after {
        content: '';
        top: .5rem;
        transform: translateY(100%);
    }
    .header-submenu {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .page-plan .no-margin-top,
    .page-confirm .no-margin-top {
        margin-top: 0px!important;
    }
}

@media (min-width: 901px) and (max-width: 1023px) {
    .page-plan .no-margin-top,
    .page-confirm .no-margin-top {
        margin-top: 0px!important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .page-plan .no-margin-top,
    .page-confirm .no-margin-top {
        margin-top: 0px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .page-plan .no-margin-top,
    .page-confirm .no-margin-top {
        margin-top: 0px!important;
    }
}


/*End Tuyennv93 css*/

.detail {
    min-width: 10em;
}

@media (max-width: 1200px) {
    .page-plan .table {
        overflow: auto;
    }
    .page-plan .monthly-entry {
        padding: 12px;
    }
    .page-plan .monthly-entry__txt {
        padding: 4px;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    .page-plan .monthly-entry .btn {
        font-size: 12px;
        padding: 5px 16px;
    }
}

@media (max-width: 767px) {
    .form-filter .form-item {
        margin-right: 2.5rem;
    }
    .page-plan .modal-panel {
        margin: 0 1rem;
    }
    .page-plan .modal-content {
        padding: 2rem 1rem;
    }
    .header-menu {
        box-shadow: 0 0.5rem 1rem #ccc;
    }
}


/*End Tuyennv93 css*/


/* Upload */

.upload-area {
    width: 100%;
}

.upload-area input[type='file'] {
    display: none;
}

.upload-area #file-drag {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    padding: 4rem 1rem;
    font-weight: bold;
    text-align: center;
    transition: all 0.25s ease;
    border-radius: 0.625rem;
    cursor: pointer;
    font-size: 1.25rem;
}

.upload-area #file-drag:hover {
    background: #f8f8f8;
    border: 2px dashed #039be5;
    color: #039be5;
}

.upload-area #file-drag i {
    margin-bottom: 1rem;
    opacity: .3;
}

.upload-area #file-drag .text-small {
    font-size: 0.75rem;
    margin-bottom: .4rem;
    display: block;
}

.upload-area #file-drag .text-grey {
    opacity: .3;
}

.upload-area #file-progress {
    display: none;
    width: 100%;
    margin: 1em auto;
}

.upload-area progress {
    background: #eee;
    height: 30px;
    border: none;
    appearance: none;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.upload-area progress[value]::-webkit-progress-value {
    background: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), -webkit-linear-gradient(right, #005f95, #07294d);
    background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), linear-gradient(right, #005f95, #07294d);
    background-size: 60px 30px, 100% 100%, 100% 100%;
    border-radius: 3px;
}

.upload-area progress[value]::-moz-progress-bar {
    background: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), -moz-linear-gradient(right, #005f95, #07294d);
    background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%), linear-gradient(right, #005f95, #07294d);
    background-size: 60px 30px, 100% 100%, 100% 100%;
    border-radius: 3px;
}

.page-summary .section-filter.scroll {
    box-shadow: none;
    border-bottom: 0;
}

.page-summary .section-result.scroll .info {
    position: fixed;
    top: 11.3rem;
    z-index: 3;
    background: #fff;
    width: 100%;
    padding-right: 1.25rem;
}

.page-summary .section-filter.scroll {
    width: 100%;
}

.page-summary thead {
    position: sticky;
    top: 0;
}

.modal .slick-slide {
    position: relative;
}

.modal .slide-item img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    max-height: 100%;
}

.number_of_information {
    position: absolute;
    left: 55%;
    top: 45%;
    font-size: 12px;
    color: fff;
    width: 21px;
    height: 21px;
    padding-top: 2px;
    border: 1px solid f33;
    border-radius: 50%;
    /* text-align: center; */
    vertical-align: center;
    box-sizing: border-box;
    background-color: f33;
}

.check_box_all {
    line-height: 40px;
    font-size: 1.25em;
}

input[name="check_box_all"] {
    transform: scale(1.25);
    margin: 0px 15px 0 5px;
}
