@charset "UTF-8";
*, *::before, *::after { box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.625; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport { width: device-width; }

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

body { margin: 0; font-family: "pracharath", sans-serif; font-size: 18px; font-weight: normal; line-height: 1.625; color: #333; text-align: left; background-color: #fff; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.75rem; }

p { margin-top: 0; margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }

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

dt { font-weight: 700; }

dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

dfn { font-style: italic; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

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

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #ef7724; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }

a:hover { color: #f90; }

/* a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; &:hover { color: inherit; text-decoration: none; } &:focus { color: inherit; text-decoration: none; outline: 0; } } */
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; }

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

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #888; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: .5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }

input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

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

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

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

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

body, input, textarea, select, button { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }

body, html { width: 100%; overflow-x: hidden; }

html { min-height: 100vh; }

body { min-height: 100vh; height: auto; -webkit-backface-visibility: hidden; }

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

a { transition: 0.3s; }

td { vertical-align: top; }

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.screen-reader-text:focus { clip: auto !important; display: block; height: auto; left: 5px; top: 5px; width: auto; z-index: 100000; }

.container { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 100%; }

@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1140px; } }

.container::after, .cf::after { display: block; content: ""; clear: both; }

.pull-left { float: left; }

.pull-right { float: right; }

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

:focus { outline: 0; }

.hide { display: none !important; }

.btn-primary { background: #ff8a4b; background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff8a4b), color-stop(100%, #ef7824)); background: -webkit-linear-gradient(-45deg, #ff8a4b 0%, #ef7824 100%); color: #fff; }

.btn-primary:hover { color: #fff; }

._desktop, ._desktop-inline, ._desktop-inline-block { display: none !important; }

@media (min-width: 992px) { ._mobile { display: none !important; }
  ._desktop { display: block !important; }
  ._desktop-inline { display: inline !important; }
  ._desktop-inline-block { display: inline-block !important; } }

h1, h2, h3, h4, h5, h6, nav, .menu, button, .button, .btn, .price, ._heading, blockquote, label, legend, .nav { font-family: "Anakotmai", sans-serif; font-weight: 500; }

h1, h2, h3 { color: #093254; line-height: 1.3; }

h1 { font-size: 22px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 16px; }

@media (min-width: 992px) { h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; } }

/* CI FONT */
@font-face { font-family: 'Anakotmai'; src: url("../fonts/anakotmai/anakotmai-medium.woff2") format("woff2"), url("../fonts/anakotmai/anakotmai-medium.woff") format("woff"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Anakotmai'; src: url("../fonts/anakotmai/anakotmai-bold.woff2") format("woff2"), url("../fonts/anakotmai/anakotmai-bold.woff") format("woff"); font-weight: 700; font-style: normal; }

@font-face { font-family: 'Anakotmai'; src: url("../fonts/anakotmai/anakotmai-light.woff2") format("woff2"), url("../fonts/anakotmai/anakotmai-light.woff") format("woff"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'pracharath'; src: url("../fonts/pracharath/pracharath-bld.woff2") format("woff2"), url("../fonts/pracharath/pracharath-bld.woff") format("woff"); font-weight: 700; font-style: normal; }

@font-face { font-family: 'pracharath'; src: url("../fonts/pracharath/pracharath-reg.woff2") format("woff2"), url("../fonts/pracharath/pracharath-reg.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'font-fileuploader'; src: url("../fonts/icon/font-fileuploader.ttf?l2vub3") format("truetype"), url("../fonts/icon/font-fileuploader.woff?l2vub3") format("woff"), url("../fonts/icon/font-fileuploader.svg?l2vub3#font-fileuploader") format("svg"); font-weight: normal; font-style: normal; }

/* ICON FONT */
@font-face { font-family: 'fwp-icon'; src: url("../fonts/icon/fwp.woff2?8qeiu9") format("woff2"), url("../fonts/icon/fwp.ttf?8qeiu9") format("truetype"), url("../fonts/icon/fwp.woff?8qeiu9") format("woff"), url("../fonts/icon/fwp.svg?8qeiu9#FWP") format("svg"); font-weight: normal; font-style: normal; }

[class^="icn-"], [class*=" icn-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'fwp-icon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icn-angle-down:before { content: "\e900"; }

.icn-angle-left:before { content: "\e901"; }

.icn-angle-right:before { content: "\e902"; }

.icn-angle-up:before { content: "\e903"; }

.icn-arrow-down:before { content: "\e904"; }

.icn-arrow-left:before { content: "\e905"; }

.icn-arrow-right:before { content: "\e906"; }

.icn-arrow-up:before { content: "\e907"; }

.icn-caret-down:before { content: "\e908"; }

.icn-caret-left:before { content: "\e909"; }

.icn-caret-right:before { content: "\e90a"; }

.icn-caret-up:before { content: "\e90b"; }

.icn-chevron-down:before { content: "\e90c"; }

.icn-chevron-left:before { content: "\e90d"; }

.icn-chevron-right:before { content: "\e90e"; }

.icn-chevron-up:before { content: "\e90f"; }

.icn-valid:before { content: "\e910"; }

.icn-error:before { content: "\e911"; }

.icn-valid-b:before { content: "\e93f"; }

.icn-error-b:before { content: "\e940"; }

.icn-bag:before { content: "\e914"; }

.icn-clock:before { content: "\e917"; }

.icn-cog:before { content: "\e918"; }

.icn-download:before { content: "\e919"; }

.icn-upload:before { content: "\e92c"; }

.icn-eye:before { content: "\e91b"; }

.icn-fax:before { content: "\e91d"; }

.icn-folder:before { content: "\e91e"; }

.icn-tag:before { content: "\e92a"; }

.icn-thailand:before { content: "\e92b"; }

.icn-globe:before { content: "\e91f"; }

.icn-location:before { content: "\e920"; }

.icn-mail:before { content: "\e921"; }

.icn-menu:before { content: "\e922"; }

.icn-plus:before { content: "\e927"; }

.icn-minus:before { content: "\e923"; }

.icn-mobile:before { content: "\e924"; }

.icn-phone:before { content: "\e926"; }

.icn-search-o:before { content: "\e928"; }

.icn-search:before { content: "\e929"; }

.icn-user:before { content: "\e92d"; }

.icn-youtube:before { content: "\e92e"; }

.icn-vimeo:before { content: "\e92f"; }

.icn-twitter:before { content: "\e930"; }

.icn-line:before { content: "\e931"; }

.icn-instagram:before { content: "\e932"; }

.icn-googleplus:before { content: "\e933"; }

.icn-google:before { content: "\e934"; }

.icn-facebook:before { content: "\e935"; }

.icn-email:before { content: "\e91a"; }

.icn-phone-o:before { content: "\e916"; }

/* Bootstrap Grid v4.1.0 (https://getbootstrap.com/) */
@-ms-viewport { width: device-width; }

html { box-sizing: border-box; -ms-overflow-style: scrollbar; }

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

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1140px; } }

.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }

.col-auto { flex: 0 0 auto; width: auto; max-width: none; }

.col-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }

.col-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }

.col-3 { flex: 0 0 25%; max-width: 25%; }

.col-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }

.col-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }

.col-6 { flex: 0 0 50%; max-width: 50%; }

.col-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }

.col-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }

.col-9 { flex: 0 0 75%; max-width: 75%; }

.col-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }

.col-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }

.col-12 { flex: 0 0 100%; max-width: 100%; }

.order-first { order: -1; }

.order-last { order: 13; }

.order-0 { order: 0; }

.order-1 { order: 1; }

.order-2 { order: 2; }

.order-3 { order: 3; }

.order-4 { order: 4; }

.order-5 { order: 5; }

.order-6 { order: 6; }

.order-7 { order: 7; }

.order-8 { order: 8; }

.order-9 { order: 9; }

.order-10 { order: 10; }

.order-11 { order: 11; }

.order-12 { order: 12; }

.offset-1 { margin-left: 8.3333333333%; }

.offset-2 { margin-left: 16.6666666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.3333333333%; }

.offset-5 { margin-left: 41.6666666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.3333333333%; }

.offset-8 { margin-left: 66.6666666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.3333333333%; }

.offset-11 { margin-left: 91.6666666667%; }

@media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-sm-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-sm-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-sm-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-sm-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { order: -1; }
  .order-sm-last { order: 13; }
  .order-sm-0 { order: 0; }
  .order-sm-1 { order: 1; }
  .order-sm-2 { order: 2; }
  .order-sm-3 { order: 3; }
  .order-sm-4 { order: 4; }
  .order-sm-5 { order: 5; }
  .order-sm-6 { order: 6; }
  .order-sm-7 { order: 7; }
  .order-sm-8 { order: 8; }
  .order-sm-9 { order: 9; }
  .order-sm-10 { order: 10; }
  .order-sm-11 { order: 11; }
  .order-sm-12 { order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.3333333333%; }
  .offset-sm-2 { margin-left: 16.6666666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.3333333333%; }
  .offset-sm-5 { margin-left: 41.6666666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.3333333333%; }
  .offset-sm-8 { margin-left: 66.6666666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.3333333333%; }
  .offset-sm-11 { margin-left: 91.6666666667%; } }

@media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-md-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-md-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-md-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-md-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  .order-md-first { order: -1; }
  .order-md-last { order: 13; }
  .order-md-0 { order: 0; }
  .order-md-1 { order: 1; }
  .order-md-2 { order: 2; }
  .order-md-3 { order: 3; }
  .order-md-4 { order: 4; }
  .order-md-5 { order: 5; }
  .order-md-6 { order: 6; }
  .order-md-7 { order: 7; }
  .order-md-8 { order: 8; }
  .order-md-9 { order: 9; }
  .order-md-10 { order: 10; }
  .order-md-11 { order: 11; }
  .order-md-12 { order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.3333333333%; }
  .offset-md-2 { margin-left: 16.6666666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333333333%; }
  .offset-md-5 { margin-left: 41.6666666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333333333%; }
  .offset-md-8 { margin-left: 66.6666666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333333333%; }
  .offset-md-11 { margin-left: 91.6666666667%; } }

@media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-lg-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-lg-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-lg-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-lg-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { order: -1; }
  .order-lg-last { order: 13; }
  .order-lg-0 { order: 0; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
  .order-lg-3 { order: 3; }
  .order-lg-4 { order: 4; }
  .order-lg-5 { order: 5; }
  .order-lg-6 { order: 6; }
  .order-lg-7 { order: 7; }
  .order-lg-8 { order: 8; }
  .order-lg-9 { order: 9; }
  .order-lg-10 { order: 10; }
  .order-lg-11 { order: 11; }
  .order-lg-12 { order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.3333333333%; }
  .offset-lg-2 { margin-left: 16.6666666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.3333333333%; }
  .offset-lg-5 { margin-left: 41.6666666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.3333333333%; }
  .offset-lg-8 { margin-left: 66.6666666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.3333333333%; }
  .offset-lg-11 { margin-left: 91.6666666667%; } }

@media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-xl-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-xl-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-xl-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-xl-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { order: -1; }
  .order-xl-last { order: 13; }
  .order-xl-0 { order: 0; }
  .order-xl-1 { order: 1; }
  .order-xl-2 { order: 2; }
  .order-xl-3 { order: 3; }
  .order-xl-4 { order: 4; }
  .order-xl-5 { order: 5; }
  .order-xl-6 { order: 6; }
  .order-xl-7 { order: 7; }
  .order-xl-8 { order: 8; }
  .order-xl-9 { order: 9; }
  .order-xl-10 { order: 10; }
  .order-xl-11 { order: 11; }
  .order-xl-12 { order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.3333333333%; }
  .offset-xl-2 { margin-left: 16.6666666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.3333333333%; }
  .offset-xl-5 { margin-left: 41.6666666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.3333333333%; }
  .offset-xl-8 { margin-left: 66.6666666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.3333333333%; }
  .offset-xl-11 { margin-left: 91.6666666667%; } }

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

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

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

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

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

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

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

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

@media (min-width: 576px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: flex !important; }
  .d-xl-inline-flex { display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: flex !important; }
  .d-print-inline-flex { display: inline-flex !important; } }

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

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

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

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

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

.flex-nowrap { flex-wrap: nowrap !important; }

.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

.flex-fill { flex: 1 1 auto !important; }

.flex-grow-0 { flex-grow: 0 !important; }

.flex-grow-1 { flex-grow: 1 !important; }

.flex-shrink-0 { flex-shrink: 0 !important; }

.flex-shrink-1 { flex-shrink: 1 !important; }

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

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

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

.justify-content-between { justify-content: space-between !important; }

.justify-content-around { justify-content: space-around !important; }

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

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

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

.align-items-baseline { align-items: baseline !important; }

.align-items-stretch { align-items: stretch !important; }

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

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

.align-content-center { align-content: center !important; }

.align-content-between { align-content: space-between !important; }

.align-content-around { align-content: space-around !important; }

.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }

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

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

.align-self-center { align-self: center !important; }

.align-self-baseline { align-self: baseline !important; }

.align-self-stretch { align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; }
  .flex-sm-column { flex-direction: column !important; }
  .flex-sm-row-reverse { flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { flex-direction: column-reverse !important; }
  .flex-sm-wrap { flex-wrap: wrap !important; }
  .flex-sm-nowrap { flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { flex: 1 1 auto !important; }
  .flex-sm-grow-0 { flex-grow: 0 !important; }
  .flex-sm-grow-1 { flex-grow: 1 !important; }
  .flex-sm-shrink-0 { flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-sm-start { justify-content: flex-start !important; }
  .justify-content-sm-end { justify-content: flex-end !important; }
  .justify-content-sm-center { justify-content: center !important; }
  .justify-content-sm-between { justify-content: space-between !important; }
  .justify-content-sm-around { justify-content: space-around !important; }
  .align-items-sm-start { align-items: flex-start !important; }
  .align-items-sm-end { align-items: flex-end !important; }
  .align-items-sm-center { align-items: center !important; }
  .align-items-sm-baseline { align-items: baseline !important; }
  .align-items-sm-stretch { align-items: stretch !important; }
  .align-content-sm-start { align-content: flex-start !important; }
  .align-content-sm-end { align-content: flex-end !important; }
  .align-content-sm-center { align-content: center !important; }
  .align-content-sm-between { align-content: space-between !important; }
  .align-content-sm-around { align-content: space-around !important; }
  .align-content-sm-stretch { align-content: stretch !important; }
  .align-self-sm-auto { align-self: auto !important; }
  .align-self-sm-start { align-self: flex-start !important; }
  .align-self-sm-end { align-self: flex-end !important; }
  .align-self-sm-center { align-self: center !important; }
  .align-self-sm-baseline { align-self: baseline !important; }
  .align-self-sm-stretch { align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; }
  .flex-md-column { flex-direction: column !important; }
  .flex-md-row-reverse { flex-direction: row-reverse !important; }
  .flex-md-column-reverse { flex-direction: column-reverse !important; }
  .flex-md-wrap { flex-wrap: wrap !important; }
  .flex-md-nowrap { flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-md-fill { flex: 1 1 auto !important; }
  .flex-md-grow-0 { flex-grow: 0 !important; }
  .flex-md-grow-1 { flex-grow: 1 !important; }
  .flex-md-shrink-0 { flex-shrink: 0 !important; }
  .flex-md-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-md-start { justify-content: flex-start !important; }
  .justify-content-md-end { justify-content: flex-end !important; }
  .justify-content-md-center { justify-content: center !important; }
  .justify-content-md-between { justify-content: space-between !important; }
  .justify-content-md-around { justify-content: space-around !important; }
  .align-items-md-start { align-items: flex-start !important; }
  .align-items-md-end { align-items: flex-end !important; }
  .align-items-md-center { align-items: center !important; }
  .align-items-md-baseline { align-items: baseline !important; }
  .align-items-md-stretch { align-items: stretch !important; }
  .align-content-md-start { align-content: flex-start !important; }
  .align-content-md-end { align-content: flex-end !important; }
  .align-content-md-center { align-content: center !important; }
  .align-content-md-between { align-content: space-between !important; }
  .align-content-md-around { align-content: space-around !important; }
  .align-content-md-stretch { align-content: stretch !important; }
  .align-self-md-auto { align-self: auto !important; }
  .align-self-md-start { align-self: flex-start !important; }
  .align-self-md-end { align-self: flex-end !important; }
  .align-self-md-center { align-self: center !important; }
  .align-self-md-baseline { align-self: baseline !important; }
  .align-self-md-stretch { align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; }
  .flex-lg-column { flex-direction: column !important; }
  .flex-lg-row-reverse { flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { flex-direction: column-reverse !important; }
  .flex-lg-wrap { flex-wrap: wrap !important; }
  .flex-lg-nowrap { flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { flex: 1 1 auto !important; }
  .flex-lg-grow-0 { flex-grow: 0 !important; }
  .flex-lg-grow-1 { flex-grow: 1 !important; }
  .flex-lg-shrink-0 { flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-lg-start { justify-content: flex-start !important; }
  .justify-content-lg-end { justify-content: flex-end !important; }
  .justify-content-lg-center { justify-content: center !important; }
  .justify-content-lg-between { justify-content: space-between !important; }
  .justify-content-lg-around { justify-content: space-around !important; }
  .align-items-lg-start { align-items: flex-start !important; }
  .align-items-lg-end { align-items: flex-end !important; }
  .align-items-lg-center { align-items: center !important; }
  .align-items-lg-baseline { align-items: baseline !important; }
  .align-items-lg-stretch { align-items: stretch !important; }
  .align-content-lg-start { align-content: flex-start !important; }
  .align-content-lg-end { align-content: flex-end !important; }
  .align-content-lg-center { align-content: center !important; }
  .align-content-lg-between { align-content: space-between !important; }
  .align-content-lg-around { align-content: space-around !important; }
  .align-content-lg-stretch { align-content: stretch !important; }
  .align-self-lg-auto { align-self: auto !important; }
  .align-self-lg-start { align-self: flex-start !important; }
  .align-self-lg-end { align-self: flex-end !important; }
  .align-self-lg-center { align-self: center !important; }
  .align-self-lg-baseline { align-self: baseline !important; }
  .align-self-lg-stretch { align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; }
  .flex-xl-column { flex-direction: column !important; }
  .flex-xl-row-reverse { flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { flex-direction: column-reverse !important; }
  .flex-xl-wrap { flex-wrap: wrap !important; }
  .flex-xl-nowrap { flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { flex: 1 1 auto !important; }
  .flex-xl-grow-0 { flex-grow: 0 !important; }
  .flex-xl-grow-1 { flex-grow: 1 !important; }
  .flex-xl-shrink-0 { flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-xl-start { justify-content: flex-start !important; }
  .justify-content-xl-end { justify-content: flex-end !important; }
  .justify-content-xl-center { justify-content: center !important; }
  .justify-content-xl-between { justify-content: space-between !important; }
  .justify-content-xl-around { justify-content: space-around !important; }
  .align-items-xl-start { align-items: flex-start !important; }
  .align-items-xl-end { align-items: flex-end !important; }
  .align-items-xl-center { align-items: center !important; }
  .align-items-xl-baseline { align-items: baseline !important; }
  .align-items-xl-stretch { align-items: stretch !important; }
  .align-content-xl-start { align-content: flex-start !important; }
  .align-content-xl-end { align-content: flex-end !important; }
  .align-content-xl-center { align-content: center !important; }
  .align-content-xl-between { align-content: space-between !important; }
  .align-content-xl-around { align-content: space-around !important; }
  .align-content-xl-stretch { align-content: stretch !important; }
  .align-self-xl-auto { align-self: auto !important; }
  .align-self-xl-start { align-self: flex-start !important; }
  .align-self-xl-end { align-self: flex-end !important; }
  .align-self-xl-center { align-self: center !important; }
  .align-self-xl-baseline { align-self: baseline !important; }
  .align-self-xl-stretch { align-self: stretch !important; } }

.site-header { padding: 8px; height: 52px; position: fixed; width: 100%; z-index: 999; }

.site-header .logo { position: absolute; left: 8px; top: 8px; z-index: 9; }

.site-header .logo img { height: 36px; transition: 0.3s; }

.site-header.active { background: black; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%); }

@media (min-width: 992px) { .site-header { height: 100px; }
  .site-header .logo { left: 15px; top: 20px; }
  .site-header .logo img { height: 50px; }
  .site-header.active { height: 70px; }
  .site-header.active .logo { top: 10px; left: 10px; }
  .site-header.active .logo img { height: 40px; } }

.site-toggle { cursor: pointer; position: absolute; right: 8px; top: 8px; z-index: 9; height: 33px; padding: 9px 12px 0; }

.site-toggle:hover { opacity: 1; }

.site-toggle > span { font-weight: 500; padding-left: 6px; display: inline-block; height: 15px; line-height: 14px; font-size: 16px; vertical-align: top; color: #fff; }

.site-toggle i { display: inline-block; vertical-align: top; width: 20px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; }

.site-toggle i > span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 6px; opacity: 1; right: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.site-toggle i > span:nth-child(1) { top: 0px; }

.site-toggle i > span:nth-child(2), .site-toggle i > span:nth-child(3) { top: 6px; }

.site-toggle i > span:nth-child(4) { top: 12px; }

.site-toggle.active i > span:nth-child(1) { top: 6px; width: 0%; right: 50%; }

.site-toggle.active i > span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.site-toggle.active i > span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.site-toggle.active i > span:nth-child(4) { top: 12px; width: 0%; right: 50%; }

.nav-d { display: none; font-size: 16px; }

@media (min-width: 992px) { .nav-d { display: block; float: right; padding: 15px 15px 0; transition: 0.3s; }
  .site-header.active .nav-d { padding: 2px 2px 0; }
  .nav-d ul { margin-bottom: 0; padding-left: 0; }
  .nav-d li { display: inline-block; transition: 0.3s; position: relative; padding-bottom: 5px; }
  .nav-d li a { color: #fff; display: block; padding: 10px 8px; }
  .nav-d li a:hover { opacity: 0.8; }
  .nav-d li a:active { opacity: 0.5; }
  .nav-d li.search { font-size: 14px; }
  .nav-d li.lang { padding: 0 20px 0 10px; }
  .nav-d li.lang > div { border-radius: 3px; border: 1px solid #fff; height: 24px; transform: translateY(6px); }
  .nav-d li.lang > div > a { padding: 4px 6px; line-height: 1em; height: 22px; float: left; }
  .nav-d li.lang > div > a.lang-th { font-size: 15px; background-color: #fff; border-radius: 2px 0 0 2px; color: #000; }
  .nav-d li.lang > div > a.lang-en { font-size: 13px; line-height: 1.3em; }
  .nav-d li.btn-primary { margin-left: 2px; background: none; padding-bottom: 20px; }
  .nav-d li.btn-primary:hover .sub-menu { top: 52px; }
  .nav-d li.btn-primary > a { padding: 5px 15px 5px; min-width: 100px; text-align: center; background: #ff8a4b; background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff8a4b), color-stop(100%, #ef7824)); background: -webkit-linear-gradient(-45deg, #ff8a4b 0%, #ef7824 100%); }
  .nav-d li:hover .sub-menu { opacity: 1; height: auto; top: 47px; max-height: 400px; overflow: visible; }
  .nav-d li:hover .sub-menu a:hover { color: rgba(255, 255, 255, 0.7); }
  .nav-d .sub-menu { position: absolute; background-color: #ef7724; width: 170px; height: 0; opacity: 0; overflow: hidden; max-height: 0; top: 55px; transition: 0.4s ease; padding: 0 15px; }
  .nav-d .sub-menu:before { content: ""; position: absolute; top: -10px; left: 30px; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #ef7824 transparent; }
  .nav-d .sub-menu li { display: block; font-size: 15px; }
  .nav-d .sub-menu li a { padding: 5px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-d .sub-menu li:last-child a { border: none; } }

@media (min-width: 1200px) { .nav-d { font-size: 17px; } }

.nav-m { font-size: 18px; top: 52px; position: absolute; display: block; left: 0; height: 0; width: 100%; background: none; overflow: hidden; transition: all 0.6s ease, background 0.4s ease; z-index: 1; }

.nav-m.active { top: 0; height: 100vh; padding-top: 62px; background: #000; transition-delay: 0.08s; overflow: auto; }

.nav-m ul { padding: 0; }

.nav-m ul ul li a { padding-left: 25px; }

.nav-m ul ul ul li a { padding-left: 50px; }

.nav-m ul ul ul ul li a { padding-left: 65px; }

.nav-m li { list-style: none; padding: 0 10px; }

.nav-m li .si-caret-down, .nav-m li .si-arrow-down, .nav-m li .si-chevron-down, .nav-m li .si-angle-down { display: none; }

.nav-m li.btn-primary { margin: 10px; }

.nav-m li.btn-primary a { border-bottom: none; }

.nav-m li li { padding: 0; }

.nav-m li a { display: block; color: #fff; padding: 11px 0 9px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); transition: 0.3s; }

.nav-m li a:hover { opacity: 0.8; }

.nav-m li a:active { opacity: 0.6; }

.nav-m li.current-menu-item > a { opacity: 0.5; }

.nav-m .menu > li { transform: scale(1.1) translateY(-2px); opacity: 0; transition: 0.3s; transition-delay: 0.4s; }

.nav-m .menu > li:nth-child(1) { transition-delay: 0.10s; }

.nav-m .menu > li:nth-child(2) { transition-delay: 0.15s; }

.nav-m .menu > li:nth-child(3) { transition-delay: 0.20s; }

.nav-m .menu > li:nth-child(4) { transition-delay: 0.25s; }

.nav-m .menu > li:nth-child(5) { transition-delay: 0.30s; }

.nav-m .menu > li:nth-child(6) { transition-delay: 0.35s; }

.nav-m.active .menu > li { transform: scale(1) translateY(0px); opacity: 1; }

.nav-m li.menu-item .si-caret-down { transition: all 0.3s, opacity 0.5s ease 0.5s; opacity: 0; }

.nav-m.active li.menu-item .si-caret-down { opacity: 1; }

.site-banner { background: #000 url("../img/banner.jpg") no-repeat center; background-size: cover; height: 160px; }

.f-index { width: 100%; margin-top: 10px; margin-bottom: 20px; border-top: 1px dashed #ddd; }

.f-index tr { border-bottom: 1px dashed #ddd; }

.f-index tr:hover { background-color: #f6f6f6; }

.f-index th, .f-index td { padding: 4px 0; vertical-align: top; font-size: 18px; font-weight: normal; font-family: Pracharath, sans-serif; }

.main-title { background-color: #fff; padding: 20px 0 2px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; }

@media (min-width: 992px) { .main-title { padding: 40px 0  10px; text-align: left; } }

.site-agreement { padding: 20px 5px; }

/* International Telephone Input - https://github.com/jackocnr/intl-tel-input */
.intl-tel-input { position: relative; display: inline-block; }

.intl-tel-input * { box-sizing: border-box; -moz-box-sizing: border-box; }

.intl-tel-input .hide { display: none; }

.intl-tel-input .v-hide { visibility: hidden; }

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] { position: relative; z-index: 0; margin-top: 0 !important; margin-bottom: 0 !important; padding-right: 36px; margin-right: 0; }

.intl-tel-input .flag-container { position: absolute; top: 0; bottom: 0; right: 0; padding: 1px; }

.intl-tel-input .selected-flag { z-index: 1; position: relative; width: 36px; height: 100%; padding: 0 0 0 8px; }

.intl-tel-input .selected-flag .iti-flag { position: absolute; top: 0; bottom: 0; margin: auto; }

.intl-tel-input .selected-flag .iti-arrow { position: absolute; top: 50%; margin-top: -2px; right: 6px; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid #555; }

.intl-tel-input .selected-flag .iti-arrow.up { border-top: none; border-bottom: 4px solid #555; }

.intl-tel-input .country-list { position: absolute; z-index: 2; list-style: none; text-align: left; padding: 0; margin: 0 0 0 -1px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); background-color: #fff; border: 1px solid #ccc; white-space: nowrap; max-height: 200px; overflow-y: scroll; }

.intl-tel-input .country-list.dropup { bottom: 100%; margin-bottom: -1px; }

.intl-tel-input .country-list .flag-box { display: inline-block; width: 20px; }

@media (max-width: 500px) { .intl-tel-input .country-list { white-space: normal; } }

.intl-tel-input .country-list .divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #ccc; }

.intl-tel-input .country-list .country { padding: 5px 10px; }

.intl-tel-input .country-list .country .dial-code { color: #999; }

.intl-tel-input .country-list .country.highlight { background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box { vertical-align: middle; }

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box { margin-right: 6px; }

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] { padding-right: 6px; padding-left: 52px; margin-left: 0; }

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container { right: auto; left: 0; }

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag { width: 46px; }

.intl-tel-input.allow-dropdown .flag-container:hover { cursor: pointer; }

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag { background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover { cursor: default; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag { background-color: transparent; }

.intl-tel-input.separate-dial-code .selected-flag { background-color: rgba(0, 0, 0, 0.05); display: table; }

.intl-tel-input.separate-dial-code .selected-dial-code { display: table-cell; vertical-align: middle; padding-left: 28px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] { padding-left: 66px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag { width: 60px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] { padding-left: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag { width: 70px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] { padding-left: 74px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag { width: 68px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] { padding-left: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag { width: 78px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] { padding-left: 82px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag { width: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] { padding-left: 92px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag { width: 86px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] { padding-left: 90px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag { width: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] { padding-left: 100px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag { width: 94px; }

.intl-tel-input.iti-container { position: absolute; top: -1000px; left: -1000px; z-index: 1060; padding: 1px; }

.intl-tel-input.iti-container:hover { cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container { top: 30px; bottom: 30px; left: 30px; right: 30px; position: fixed; }

.iti-mobile .intl-tel-input .country-list { max-height: 100%; width: 100%; }

.iti-mobile .intl-tel-input .country-list .country { padding: 10px 10px; line-height: 1.5em; }

.iti-flag { width: 20px; }

.iti-flag.be { width: 18px; }

.iti-flag.ch { width: 15px; }

.iti-flag.mc { width: 19px; }

.iti-flag.ne { width: 18px; }

.iti-flag.np { width: 13px; }

.iti-flag.va { width: 15px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .iti-flag { background-size: 5630px 15px; } }

.iti-flag.ac { height: 10px; background-position: 0 0; }

.iti-flag.ad { height: 14px; background-position: -22px 0; }

.iti-flag.ae { height: 10px; background-position: -44px 0; }

.iti-flag.af { height: 14px; background-position: -66px 0; }

.iti-flag.ag { height: 14px; background-position: -88px 0; }

.iti-flag.ai { height: 10px; background-position: -110px 0; }

.iti-flag.al { height: 15px; background-position: -132px 0; }

.iti-flag.am { height: 10px; background-position: -154px 0; }

.iti-flag.ao { height: 14px; background-position: -176px 0; }

.iti-flag.aq { height: 14px; background-position: -198px 0; }

.iti-flag.ar { height: 13px; background-position: -220px 0; }

.iti-flag.as { height: 10px; background-position: -242px 0; }

.iti-flag.at { height: 14px; background-position: -264px 0; }

.iti-flag.au { height: 10px; background-position: -286px 0; }

.iti-flag.aw { height: 14px; background-position: -308px 0; }

.iti-flag.ax { height: 13px; background-position: -330px 0; }

.iti-flag.az { height: 10px; background-position: -352px 0; }

.iti-flag.ba { height: 10px; background-position: -374px 0; }

.iti-flag.bb { height: 14px; background-position: -396px 0; }

.iti-flag.bd { height: 12px; background-position: -418px 0; }

.iti-flag.be { height: 15px; background-position: -440px 0; }

.iti-flag.bf { height: 14px; background-position: -460px 0; }

.iti-flag.bg { height: 12px; background-position: -482px 0; }

.iti-flag.bh { height: 12px; background-position: -504px 0; }

.iti-flag.bi { height: 12px; background-position: -526px 0; }

.iti-flag.bj { height: 14px; background-position: -548px 0; }

.iti-flag.bl { height: 14px; background-position: -570px 0; }

.iti-flag.bm { height: 10px; background-position: -592px 0; }

.iti-flag.bn { height: 10px; background-position: -614px 0; }

.iti-flag.bo { height: 14px; background-position: -636px 0; }

.iti-flag.bq { height: 14px; background-position: -658px 0; }

.iti-flag.br { height: 14px; background-position: -680px 0; }

.iti-flag.bs { height: 10px; background-position: -702px 0; }

.iti-flag.bt { height: 14px; background-position: -724px 0; }

.iti-flag.bv { height: 15px; background-position: -746px 0; }

.iti-flag.bw { height: 14px; background-position: -768px 0; }

.iti-flag.by { height: 10px; background-position: -790px 0; }

.iti-flag.bz { height: 14px; background-position: -812px 0; }

.iti-flag.ca { height: 10px; background-position: -834px 0; }

.iti-flag.cc { height: 10px; background-position: -856px 0; }

.iti-flag.cd { height: 15px; background-position: -878px 0; }

.iti-flag.cf { height: 14px; background-position: -900px 0; }

.iti-flag.cg { height: 14px; background-position: -922px 0; }

.iti-flag.ch { height: 15px; background-position: -944px 0; }

.iti-flag.ci { height: 14px; background-position: -961px 0; }

.iti-flag.ck { height: 10px; background-position: -983px 0; }

.iti-flag.cl { height: 14px; background-position: -1005px 0; }

.iti-flag.cm { height: 14px; background-position: -1027px 0; }

.iti-flag.cn { height: 14px; background-position: -1049px 0; }

.iti-flag.co { height: 14px; background-position: -1071px 0; }

.iti-flag.cp { height: 14px; background-position: -1093px 0; }

.iti-flag.cr { height: 12px; background-position: -1115px 0; }

.iti-flag.cu { height: 10px; background-position: -1137px 0; }

.iti-flag.cv { height: 12px; background-position: -1159px 0; }

.iti-flag.cw { height: 14px; background-position: -1181px 0; }

.iti-flag.cx { height: 10px; background-position: -1203px 0; }

.iti-flag.cy { height: 13px; background-position: -1225px 0; }

.iti-flag.cz { height: 14px; background-position: -1247px 0; }

.iti-flag.de { height: 12px; background-position: -1269px 0; }

.iti-flag.dg { height: 10px; background-position: -1291px 0; }

.iti-flag.dj { height: 14px; background-position: -1313px 0; }

.iti-flag.dk { height: 15px; background-position: -1335px 0; }

.iti-flag.dm { height: 10px; background-position: -1357px 0; }

.iti-flag.do { height: 13px; background-position: -1379px 0; }

.iti-flag.dz { height: 14px; background-position: -1401px 0; }

.iti-flag.ea { height: 14px; background-position: -1423px 0; }

.iti-flag.ec { height: 14px; background-position: -1445px 0; }

.iti-flag.ee { height: 13px; background-position: -1467px 0; }

.iti-flag.eg { height: 14px; background-position: -1489px 0; }

.iti-flag.eh { height: 10px; background-position: -1511px 0; }

.iti-flag.er { height: 10px; background-position: -1533px 0; }

.iti-flag.es { height: 14px; background-position: -1555px 0; }

.iti-flag.et { height: 10px; background-position: -1577px 0; }

.iti-flag.eu { height: 14px; background-position: -1599px 0; }

.iti-flag.fi { height: 12px; background-position: -1621px 0; }

.iti-flag.fj { height: 10px; background-position: -1643px 0; }

.iti-flag.fk { height: 10px; background-position: -1665px 0; }

.iti-flag.fm { height: 11px; background-position: -1687px 0; }

.iti-flag.fo { height: 15px; background-position: -1709px 0; }

.iti-flag.fr { height: 14px; background-position: -1731px 0; }

.iti-flag.ga { height: 15px; background-position: -1753px 0; }

.iti-flag.gb { height: 10px; background-position: -1775px 0; }

.iti-flag.gd { height: 12px; background-position: -1797px 0; }

.iti-flag.ge { height: 14px; background-position: -1819px 0; }

.iti-flag.gf { height: 14px; background-position: -1841px 0; }

.iti-flag.gg { height: 14px; background-position: -1863px 0; }

.iti-flag.gh { height: 14px; background-position: -1885px 0; }

.iti-flag.gi { height: 10px; background-position: -1907px 0; }

.iti-flag.gl { height: 14px; background-position: -1929px 0; }

.iti-flag.gm { height: 14px; background-position: -1951px 0; }

.iti-flag.gn { height: 14px; background-position: -1973px 0; }

.iti-flag.gp { height: 14px; background-position: -1995px 0; }

.iti-flag.gq { height: 14px; background-position: -2017px 0; }

.iti-flag.gr { height: 14px; background-position: -2039px 0; }

.iti-flag.gs { height: 10px; background-position: -2061px 0; }

.iti-flag.gt { height: 13px; background-position: -2083px 0; }

.iti-flag.gu { height: 11px; background-position: -2105px 0; }

.iti-flag.gw { height: 10px; background-position: -2127px 0; }

.iti-flag.gy { height: 12px; background-position: -2149px 0; }

.iti-flag.hk { height: 14px; background-position: -2171px 0; }

.iti-flag.hm { height: 10px; background-position: -2193px 0; }

.iti-flag.hn { height: 10px; background-position: -2215px 0; }

.iti-flag.hr { height: 10px; background-position: -2237px 0; }

.iti-flag.ht { height: 12px; background-position: -2259px 0; }

.iti-flag.hu { height: 10px; background-position: -2281px 0; }

.iti-flag.ic { height: 14px; background-position: -2303px 0; }

.iti-flag.id { height: 14px; background-position: -2325px 0; }

.iti-flag.ie { height: 10px; background-position: -2347px 0; }

.iti-flag.il { height: 15px; background-position: -2369px 0; }

.iti-flag.im { height: 10px; background-position: -2391px 0; }

.iti-flag.in { height: 14px; background-position: -2413px 0; }

.iti-flag.io { height: 10px; background-position: -2435px 0; }

.iti-flag.iq { height: 14px; background-position: -2457px 0; }

.iti-flag.ir { height: 12px; background-position: -2479px 0; }

.iti-flag.is { height: 15px; background-position: -2501px 0; }

.iti-flag.it { height: 14px; background-position: -2523px 0; }

.iti-flag.je { height: 12px; background-position: -2545px 0; }

.iti-flag.jm { height: 10px; background-position: -2567px 0; }

.iti-flag.jo { height: 10px; background-position: -2589px 0; }

.iti-flag.jp { height: 14px; background-position: -2611px 0; }

.iti-flag.ke { height: 14px; background-position: -2633px 0; }

.iti-flag.kg { height: 12px; background-position: -2655px 0; }

.iti-flag.kh { height: 13px; background-position: -2677px 0; }

.iti-flag.ki { height: 10px; background-position: -2699px 0; }

.iti-flag.km { height: 12px; background-position: -2721px 0; }

.iti-flag.kn { height: 14px; background-position: -2743px 0; }

.iti-flag.kp { height: 10px; background-position: -2765px 0; }

.iti-flag.kr { height: 14px; background-position: -2787px 0; }

.iti-flag.kw { height: 10px; background-position: -2809px 0; }

.iti-flag.ky { height: 10px; background-position: -2831px 0; }

.iti-flag.kz { height: 10px; background-position: -2853px 0; }

.iti-flag.la { height: 14px; background-position: -2875px 0; }

.iti-flag.lb { height: 14px; background-position: -2897px 0; }

.iti-flag.lc { height: 10px; background-position: -2919px 0; }

.iti-flag.li { height: 12px; background-position: -2941px 0; }

.iti-flag.lk { height: 10px; background-position: -2963px 0; }

.iti-flag.lr { height: 11px; background-position: -2985px 0; }

.iti-flag.ls { height: 14px; background-position: -3007px 0; }

.iti-flag.lt { height: 12px; background-position: -3029px 0; }

.iti-flag.lu { height: 12px; background-position: -3051px 0; }

.iti-flag.lv { height: 10px; background-position: -3073px 0; }

.iti-flag.ly { height: 10px; background-position: -3095px 0; }

.iti-flag.ma { height: 14px; background-position: -3117px 0; }

.iti-flag.mc { height: 15px; background-position: -3139px 0; }

.iti-flag.md { height: 10px; background-position: -3160px 0; }

.iti-flag.me { height: 10px; background-position: -3182px 0; }

.iti-flag.mf { height: 14px; background-position: -3204px 0; }

.iti-flag.mg { height: 14px; background-position: -3226px 0; }

.iti-flag.mh { height: 11px; background-position: -3248px 0; }

.iti-flag.mk { height: 10px; background-position: -3270px 0; }

.iti-flag.ml { height: 14px; background-position: -3292px 0; }

.iti-flag.mm { height: 14px; background-position: -3314px 0; }

.iti-flag.mn { height: 10px; background-position: -3336px 0; }

.iti-flag.mo { height: 14px; background-position: -3358px 0; }

.iti-flag.mp { height: 10px; background-position: -3380px 0; }

.iti-flag.mq { height: 14px; background-position: -3402px 0; }

.iti-flag.mr { height: 14px; background-position: -3424px 0; }

.iti-flag.ms { height: 10px; background-position: -3446px 0; }

.iti-flag.mt { height: 14px; background-position: -3468px 0; }

.iti-flag.mu { height: 14px; background-position: -3490px 0; }

.iti-flag.mv { height: 14px; background-position: -3512px 0; }

.iti-flag.mw { height: 14px; background-position: -3534px 0; }

.iti-flag.mx { height: 12px; background-position: -3556px 0; }

.iti-flag.my { height: 10px; background-position: -3578px 0; }

.iti-flag.mz { height: 14px; background-position: -3600px 0; }

.iti-flag.na { height: 14px; background-position: -3622px 0; }

.iti-flag.nc { height: 10px; background-position: -3644px 0; }

.iti-flag.ne { height: 15px; background-position: -3666px 0; }

.iti-flag.nf { height: 10px; background-position: -3686px 0; }

.iti-flag.ng { height: 10px; background-position: -3708px 0; }

.iti-flag.ni { height: 12px; background-position: -3730px 0; }

.iti-flag.nl { height: 14px; background-position: -3752px 0; }

.iti-flag.no { height: 15px; background-position: -3774px 0; }

.iti-flag.np { height: 15px; background-position: -3796px 0; }

.iti-flag.nr { height: 10px; background-position: -3811px 0; }

.iti-flag.nu { height: 10px; background-position: -3833px 0; }

.iti-flag.nz { height: 10px; background-position: -3855px 0; }

.iti-flag.om { height: 10px; background-position: -3877px 0; }

.iti-flag.pa { height: 14px; background-position: -3899px 0; }

.iti-flag.pe { height: 14px; background-position: -3921px 0; }

.iti-flag.pf { height: 14px; background-position: -3943px 0; }

.iti-flag.pg { height: 15px; background-position: -3965px 0; }

.iti-flag.ph { height: 10px; background-position: -3987px 0; }

.iti-flag.pk { height: 14px; background-position: -4009px 0; }

.iti-flag.pl { height: 13px; background-position: -4031px 0; }

.iti-flag.pm { height: 14px; background-position: -4053px 0; }

.iti-flag.pn { height: 10px; background-position: -4075px 0; }

.iti-flag.pr { height: 14px; background-position: -4097px 0; }

.iti-flag.ps { height: 10px; background-position: -4119px 0; }

.iti-flag.pt { height: 14px; background-position: -4141px 0; }

.iti-flag.pw { height: 13px; background-position: -4163px 0; }

.iti-flag.py { height: 11px; background-position: -4185px 0; }

.iti-flag.qa { height: 8px; background-position: -4207px 0; }

.iti-flag.re { height: 14px; background-position: -4229px 0; }

.iti-flag.ro { height: 14px; background-position: -4251px 0; }

.iti-flag.rs { height: 14px; background-position: -4273px 0; }

.iti-flag.ru { height: 14px; background-position: -4295px 0; }

.iti-flag.rw { height: 14px; background-position: -4317px 0; }

.iti-flag.sa { height: 14px; background-position: -4339px 0; }

.iti-flag.sb { height: 10px; background-position: -4361px 0; }

.iti-flag.sc { height: 10px; background-position: -4383px 0; }

.iti-flag.sd { height: 10px; background-position: -4405px 0; }

.iti-flag.se { height: 13px; background-position: -4427px 0; }

.iti-flag.sg { height: 14px; background-position: -4449px 0; }

.iti-flag.sh { height: 10px; background-position: -4471px 0; }

.iti-flag.si { height: 10px; background-position: -4493px 0; }

.iti-flag.sj { height: 15px; background-position: -4515px 0; }

.iti-flag.sk { height: 14px; background-position: -4537px 0; }

.iti-flag.sl { height: 14px; background-position: -4559px 0; }

.iti-flag.sm { height: 15px; background-position: -4581px 0; }

.iti-flag.sn { height: 14px; background-position: -4603px 0; }

.iti-flag.so { height: 14px; background-position: -4625px 0; }

.iti-flag.sr { height: 14px; background-position: -4647px 0; }

.iti-flag.ss { height: 10px; background-position: -4669px 0; }

.iti-flag.st { height: 10px; background-position: -4691px 0; }

.iti-flag.sv { height: 12px; background-position: -4713px 0; }

.iti-flag.sx { height: 14px; background-position: -4735px 0; }

.iti-flag.sy { height: 14px; background-position: -4757px 0; }

.iti-flag.sz { height: 14px; background-position: -4779px 0; }

.iti-flag.ta { height: 10px; background-position: -4801px 0; }

.iti-flag.tc { height: 10px; background-position: -4823px 0; }

.iti-flag.td { height: 14px; background-position: -4845px 0; }

.iti-flag.tf { height: 14px; background-position: -4867px 0; }

.iti-flag.tg { height: 13px; background-position: -4889px 0; }

.iti-flag.th { height: 14px; background-position: -4911px 0; }

.iti-flag.tj { height: 10px; background-position: -4933px 0; }

.iti-flag.tk { height: 10px; background-position: -4955px 0; }

.iti-flag.tl { height: 10px; background-position: -4977px 0; }

.iti-flag.tm { height: 14px; background-position: -4999px 0; }

.iti-flag.tn { height: 14px; background-position: -5021px 0; }

.iti-flag.to { height: 10px; background-position: -5043px 0; }

.iti-flag.tr { height: 14px; background-position: -5065px 0; }

.iti-flag.tt { height: 12px; background-position: -5087px 0; }

.iti-flag.tv { height: 10px; background-position: -5109px 0; }

.iti-flag.tw { height: 14px; background-position: -5131px 0; }

.iti-flag.tz { height: 14px; background-position: -5153px 0; }

.iti-flag.ua { height: 14px; background-position: -5175px 0; }

.iti-flag.ug { height: 14px; background-position: -5197px 0; }

.iti-flag.um { height: 11px; background-position: -5219px 0; }

.iti-flag.us { height: 11px; background-position: -5241px 0; }

.iti-flag.uy { height: 14px; background-position: -5263px 0; }

.iti-flag.uz { height: 10px; background-position: -5285px 0; }

.iti-flag.va { height: 15px; background-position: -5307px 0; }

.iti-flag.vc { height: 14px; background-position: -5324px 0; }

.iti-flag.ve { height: 14px; background-position: -5346px 0; }

.iti-flag.vg { height: 10px; background-position: -5368px 0; }

.iti-flag.vi { height: 14px; background-position: -5390px 0; }

.iti-flag.vn { height: 14px; background-position: -5412px 0; }

.iti-flag.vu { height: 12px; background-position: -5434px 0; }

.iti-flag.wf { height: 14px; background-position: -5456px 0; }

.iti-flag.ws { height: 10px; background-position: -5478px 0; }

.iti-flag.xk { height: 15px; background-position: -5500px 0; }

.iti-flag.ye { height: 14px; background-position: -5522px 0; }

.iti-flag.yt { height: 14px; background-position: -5544px 0; }

.iti-flag.za { height: 14px; background-position: -5566px 0; }

.iti-flag.zm { height: 14px; background-position: -5588px 0; }

.iti-flag.zw { height: 10px; background-position: -5610px 0; }

.iti-flag { width: 20px; height: 15px; box-shadow: 0 0 1px 0 #888; background-image: url(../img/flags.png); background-repeat: no-repeat; background-color: #dbdbdb; background-position: 20px 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .iti-flag { background-image: url(../img/flags@2x.png); } }

.iti-flag.np { background-color: transparent; }

.f-panel { padding: 20px; margin: 0 auto; background-color: #fff; max-width: 400px; }

.f-panel.-medium { max-width: 600px; }

.f-panel.-wide { max-width: 780px; }

.f-panel h4 { margin: 20px 0 0; }

.f-panel h2 { margin: 20px 0 0; }

.f-panel h3 { margin: 18px 0 0; }

.f-panel form { margin-bottom: 18px; }

.f-panel + h4 { margin-top: 15px; }

.f-panel .title { margin-bottom: 10px; }

@media (min-width: 768px) { .f-panel { margin: 40px auto; padding: 30px 40px 20px; border: 1px solid #ddd; }
  .f-panel.-member { border-top: 3px solid #ef7724; }
  .f-panel + h4 { margin-top: -20px; } }

label { color: #666; font-size: 15px; cursor: pointer; }

.button { background: #ff8a4b; background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff8a4b), color-stop(100%, #ef7824)); background: -webkit-linear-gradient(-45deg, #ff8a4b 0%, #ef7824 100%); display: block; color: #fff; text-align: center; font-size: 20px; padding: 12px 30px; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s; margin: 20px 0 10px; width: 100%; }

.button:hover { box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3); transform: translateY(-5px); color: #fff; border: 1px solid #f8cb00; }

.button:focus { outline: none; }

.button.-small { font-size: 16px; padding: 5px 20px; width: auto; margin-top: 5px; }

.button.-small:hover { transform: translateY(-2px); }

.button.-mini { font-size: 13px; padding: 0px 6px; width: auto; min-width: 72px; margin: 0px 8px; display: inline-block; vertical-align: 1px; }

.button.-mini:hover { transform: translateY(-1px); }

.button.-mini i { font-size: 10px; }

.button.-short { display: inline-block; width: auto; }

.button.-remove { font-size: 11px; font-family: sans-serif; width: 20px; height: 20px; line-height: 18px; padding: 0; position: absolute; bottom: 2px; right: -20px; background: none; border: 2px solid #ccc; color: #aaa; font-weight: bold; }

.button.-remove:hover { background: #f00; color: #fff; border-color: #f00; transform: translateY(-2px); cursor: pointer; }

.f-group { position: relative; height: 80px; width: 100%; border-bottom: 1px dashed #ccc; transition: all 0.3s; }

.f-group:last-of-type { margin-bottom: 20px; }

.f-group.-none { border-bottom: none; height: 0; }

.f-group.-desc { height: auto; }

.f-group.-textarea { border-bottom: none !important; height: auto; }

.f-group.-textarea > label { top: 15px; }

.f-group > label { position: absolute; top: 27px; left: 0; pointer-events: none; -webkit-transition: all, .4s; transition: all .4s; }

.f-group.active { border-bottom: 1px solid #ddd; }

.f-group.active > label { top: 15px; }

.f-group.active option.empty { display: none; }

.f-group.stay > label { top: 15px; }

.f-group input[type="text"], .f-group input[type="tel"], .f-group input[type="number"], .f-group input[type="date"], .f-group input[type="email"], .f-group input[type="password"], .f-group select { width: 100%; height: 80px; border: none; background-color: transparent; margin: 18px 0 0; padding: 0; color: #093254; }

.f-group input[type=password] { width: 80%; }

.f-group select { background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%; background-size: 16px; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

.f-group.f-date select { width: 32%; margin-right: 2%; float: left; }

.f-group.f-date select:last-of-type { margin-right: 0; }

.f-group textarea { width: 100%; font-size: 18px; border: none; height: 210px; overfloy-y: auto; background-attachment: local; background-image: linear-gradient(to right, white 0, transparent 0), linear-gradient(to left, white 0, transparent 0), repeating-linear-gradient(white, white 40px, #ddd 40px, #ddd 41px, white 41px); line-height: 41px; padding: 6px 0; margin-top: 40px; color: #093254; }

.f-group input:-webkit-autofill { -webkit-box-shadow: none !important; box-shadow: none !important; color: #093254 !important; background: #fff !important; background-color: #fff !important; }

.f-group textarea:-webkit-autofill { -webkit-box-shadow: none !important; box-shadow: none !important; color: #093254 !important; background: #fff !important; background-color: #fff !important; }

.f-group select:-webkit-autofill { -webkit-box-shadow: none !important; box-shadow: none !important; color: #093254 !important; background: #fff !important; background-color: #fff !important; }

.f-group .intl-tel-input { margin-top: 44px; margin-left: -6px; width: calc(100% - 95px); }

.f-group > .msg { white-space: nowrap; font-size: 14px; font-weight: bold; text-align: right; width: 90px; display: inline-block; }

.f-group > .msg i { vertical-align: -3px; }

.f-group .error, .f-group .form-error { color: #c00; }

.f-group .valid { color: #690; }

.f-group #show-password, .f-group .show-password { position: absolute; display: block; width: 40px; text-align: right; font-size: 16px; opacity: 0; transition: all 0.3s; right: 5px; bottom: 0px; z-index: 9; color: #999; cursor: pointer; background-color: #fff; }

.f-group #show-password.active, .f-group .show-password.active { color: #ef7724; }

.f-group.active #show-password, .f-group.active .show-password { opacity: 1; }

.f-group.has-error { margin-bottom: 30px; }

.f-group.has-error + .button, .f-group.has-error + .f-group-static, .f-group.has-error + h2 { margin-top: 50px; }

.f-group.has-success:before { font-family: "fwp-icon" !important; content: "\e93f"; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; position: absolute; right: 5px; bottom: 12px; font-size: 14px; color: #690; z-index: 1; }

.f-group .help-block { font-size: 16px; margin-top: -8px; display: block; }

.help-block { font-size: 16px; font-family: "pracharath", sans-serif; display: block; color: #c00; }

.f-text { width: 100%; border: none; border-bottom: 1px solid #ccc; background-color: transparent; margin: 5px 0 0; padding: 0; color: #093254; text-align: center; }

.f-member .sec-title { margin: 20px -20px; background-color: #093254; color: #fff; padding: 12px 20px; font-size: 16px; }

@media (min-width: 768px) { .f-member .sec-title { margin: 20px -40px; padding: 10px 40px; font-size: 18px; } }

.f-member p { margin-bottom: 30px; }

.f-member .grid { text-align: center; }

.f-member .grid label { margin-bottom: 0; padding-bottom: 0; }

.f-member .grid small { display: block; margin-bottom: 20px; }

.f-member .grid .col { flex: 0 0 50%; max-width: 50%; }

@media (min-width: 992px) { .f-member .grid .col { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } }

.f-member .fileuploader { max-width: 140px; margin: 10px auto; }

.f-group-static { margin-top: 15px; }

.f-group-static label { display: block; }

.f-group-static label.inline { display: inline-block; margin-right: 10px; }

.f-file { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }

.f-file + label { width: 120px; text-align: center; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 5px 25px; border-radius: 25px; font-family: sans-serif; transition: 0.3s; }

.no-js .f-file + label { display: none; }

.f-file:focus + label, .f-file.has-focus + label { outline: none; }

.f-file + label { color: #fff; background-color: #ef7724; }

.f-file:focus + label, .f-file.has-focus + label, .f-file + label:hover { background-color: #093254; }

.f-required { color: #c00; vertical-align: -3px; }

.f-select { padding-top: 43px; }

@media (min-width: 992px) { .f-sec:after { content: ""; display: block; clear: both; }
  .f-sec > .f-group { float: left; width: 48%; }
  .f-sec > .f-group:nth-of-type(2n+1) { margin-right: 4%; }
  .f-sec > .f-group.-full { width: 100%; margin-right: 0; float: none; clear: both; } }

.f-sec.-same-address { max-height: 0; overflow: hidden; transition: 0.5s; opacity: 0; }

.f-sec.-same-address.active { max-height: 850px; opacity: 1; }

.f-desc { margin-top: -18px; color: #888; }

.f-radio { margin: 0; }

.f-radio > label { display: inline-block; margin-right: 10px; }

.f-radio input[type="radio"] { margin: 0 3px 0 0; }

.f-login-meta { padding: 15px 0 0; }

.f-login-meta .remember { float: left; }

.f-login-meta .forgot { float: right; font-family: "Anakotmai", sans-serif; font-weight: 500; font-size: 15px; }

@media (min-width: 768px) { .f-or { position: absolute; top: 5px; left: 30px; bottom: 30px; border-left: 1px solid #ddd; }
  .f-or span { font-size: 11px; width: 28px; height: 28px; border-radius: 50%; background-color: #fff; border: 1px solid #ddd; display: block; text-align: center; line-height: 28px; position: absolute; top: 41%; left: -14px; } }

.f-social-login ul { padding-left: 0; }

.f-social-login ul > li { list-style: none; margin-bottom: 12px; }

.f-social-login h3 { margin: 5px 0 15px; }

.f-social-login h4 { margin-top: 35px; }

@media (min-width: 768px) { .f-social-login { padding-left: 70px; padding-right: 20px; } }

.btn { color: #fff; padding: 8px 15px; display: block; font-size: 15px; font-family: sans-serif; font-weight: bold; }

.btn:hover { color: #fff; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3); transform: translateY(-3px); color: #fff; }

.btn i { font-size: 16px; vertical-align: -2px; line-height: 1em; margin-right: 6px; }

.btn-fb { background-color: #3b5999; }

.btn-gg { background-color: #dd4b39; }

.btn-ln { background-color: #00c300; }

input[type="radio"] { vertical-align: 1px; margin-right: 4px; }

.f-profile { margin: 20px 0 0; }

.f-profile .avatar { float: left; }

.f-profile .avatar img { border-radius: 50%; }

.f-profile .info { float: left; padding-left: 20px; }

.f-profile .info h2 { margin-top: 0; position: relative; overflow: hidden; }

.f-profile .info .name { display: block; margin-bottom: 5px; }

.f-profile .info .status { font-size: 12px; background-color: #093254; color: #fff; padding: 3px 12px; border-radius: 20px; }

.f-profile .info .status.-wait { background-color: #c00; }

.f-profile .info .status.-web { background-color: #555; }

.f-profile .info .status.-party { background-color: #ef7724; }

.f-profile .info ul { padding-left: 0; clear: both; font-size: 16px; margin-top: 5px; }

.f-profile .info li { list-style: none; }

.f-profile .info a { color: #444; }

.f-profile .info a:hover { color: #ef7724; }

@media (min-width: 992px) { .f-profile { margin: 30px 0; }
  .f-profile .info h2 { padding-top: 15px; }
  .f-profile .info li { display: inline-block; margin-right: 10px; padding-top: 5px; } }

.social-setup { margin: 20px 0 0; }

.social-setup .avatar { text-align: center; }

.social-setup .avatar img { border-radius: 50%; }

.profile-edit .avatar { margin-top: 20px; margin-bottom: 10px; text-align: center; }

.profile-edit .avatar .fileuploader { width: 124px; height: 124px; border-radius: 50%; margin-left: auto; margin-right: auto; }

.profile-edit .avatar .fileuploader .fileuploader-item-inner { background: none; margin-top: 1px; }

.profile-edit .avatar .fileuploader .fileuploader-thumbnails-input-inner { width: 122px; height: 122px; border-radius: 50%; }

.profile-edit .avatar .fileuploader .fileuploader-item-image { border-radius: 50%; }

.profile-edit .avatar .fileuploader .fileuploader-item-image img { width: 120px; height: 120px; border-radius: 50%; }

.profile-edit .avatar .fileuploader .fileuploader-item { min-height: 120px; }

.profile-edit .avatar .fileuploader .fileuploader-item .fileuploader-action-popup { border-radius: 50%; }

#phone { height: 30px; }

/* แสดงเฉพาะประเทศไทยก่อน */
.intl-tel-input.allow-dropdown .selected-flag { width: 36px; }

.intl-tel-input.allow-dropdown .selected-flag .iti-arrow { display: none; }

.intl-tel-input.allow-dropdown input[type=tel] { padding-left: 42px; }

/* PAYMENT */
.f-qr { width: 120px; }

.f-member-type label > span { display: inline-block; min-width: 120px; }

.f-member-type label > b { display: inline-block; }

.f-banks { border: 2px solid #093254; padding: 2px 20px 15px; margin-top: 15px; margin-bottom: 40px; }

.f-bank { width: 100%; max-width: 300px; }

.f-bank img.logo { width: 20px; height: 20px; }

.f-slip { max-width: 150px; text-align: center; }

.f-donate-amount { width: 200px; margin-bottom: 40px; }

.f-donate-amount .baht { position: absolute; right: -50px; bottom: 10px; }

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

.f-otp input { display: inline-block; width: 38px; margin: 6px 3px 0; border: 2px solid #ddd; border-radius: 5px; height: 50px; text-align: center; font-size: 20px; }

.f-otp input:focus { border-color: #ef7724; }

.blocker { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; z-index: 9998; padding: 20px; box-sizing: border-box; background-color: black; background-color: rgba(0, 0, 0, 0.75); text-align: center; }

.blocker:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.05em; }

.blocker.behind { background-color: transparent; }

.modal { display: none; vertical-align: middle; position: relative; z-index: 9999; max-width: 640px; box-sizing: border-box; background: #fff; padding: 15px 30px; border-radius: 8px; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -o-box-shadow: 0 0 10px #000; -ms-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; text-align: left; margin-top: 8vh; }

.modal a.close-modal { position: absolute; top: -12.5px; right: -12.5px; display: block; width: 36px; height: 36px; text-indent: -9999px; background-color: #000; transition: 0.3s; border-radius: 50%; }

.modal a.close-modal:hover { background-color: #ef7724; }

.modal a.close-modal:before { font-family: "fwp-icon" !important; content: "\e911"; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; position: absolute; width: 100%; top: 2px; font-size: 20px; color: #fff; text-indent: 0; display: block; text-align: center; }

.modal-spinner { display: none; position: fixed; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); padding: 12px 16px; border-radius: 5px; background-color: #111; height: 20px; }

.modal-spinner > div { border-radius: 100px; background-color: #fff; height: 20px; width: 2px; margin: 0 1px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.modal-spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.modal-spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.5); }
  20% { -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% { transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*@keyframes swal2-show { 0% { transform: scale(.7); } 45% { transform: scale(1.05); } 80% { transform: scale(.95); } 100% { transform: scale(1); } }*/
@keyframes swal2-show { 0% { transform: scale(0.85); }
  100% { transform: scale(1); } }

@keyframes swal2-hide { 0% { transform: scale(1);
    opacity: 1; }
  100% { transform: scale(0.85);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip { 0% { top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% { top: 1.0625em;
    left: .125em;
    width: 0; }
  70% { top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% { top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% { top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long { 0% { top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% { top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% { top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% { top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line { 0% { transform: rotate(-45deg); }
  5% { transform: rotate(-45deg); }
  12% { transform: rotate(-405deg); }
  100% { transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark { 0% { margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% { margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% { margin-top: -.375em;
    transform: scale(1.15); }
  100% { margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon { 0% { transform: rotateX(100deg);
    opacity: 0; }
  100% { transform: rotateX(0deg);
    opacity: 1; } }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast { flex-direction: column; align-items: stretch; }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions { flex: 1; align-self: stretch; justify-content: flex-end; height: 2.2em; }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading { justify-content: center; }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input { height: 2em; margin: .3125em auto; font-size: 1em; }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror { font-size: 1em; }

body.swal2-toast-shown > .swal2-container { position: fixed; background-color: transparent; }

body.swal2-toast-shown > .swal2-container.swal2-shown { background-color: transparent; }

body.swal2-toast-shown > .swal2-container.swal2-top { top: 0; right: auto; bottom: auto; left: 50%; transform: translateX(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right { top: 0; right: 0; bottom: auto; left: auto; }

body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left { top: 0; right: auto; bottom: auto; left: 0; }

body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left { top: 50%; right: auto; bottom: auto; left: 0; transform: translateY(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-center { top: 50%; right: auto; bottom: auto; left: 50%; transform: translate(-50%, -50%); }

body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right { top: 50%; right: 0; bottom: auto; left: auto; transform: translateY(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left { top: auto; right: auto; bottom: 0; left: 0; }

body.swal2-toast-shown > .swal2-container.swal2-bottom { top: auto; right: auto; bottom: 0; left: 50%; transform: translateX(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right { top: auto; right: 0; bottom: 0; left: auto; }

.swal2-popup.swal2-toast { flex-direction: row; align-items: center; width: auto; padding: 0.625em; box-shadow: 0 0 0.625em #d9d9d9; overflow-y: hidden; }

.swal2-popup.swal2-toast .swal2-header { flex-direction: row; }

.swal2-popup.swal2-toast .swal2-title { justify-content: flex-start; margin: 0 .6em; font-size: 1em; }

.swal2-popup.swal2-toast .swal2-close { position: initial; }

.swal2-popup.swal2-toast .swal2-content { justify-content: flex-start; font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon { width: 2em; min-width: 2em; height: 2em; margin: 0; }

.swal2-popup.swal2-toast .swal2-icon-text { font-size: 2em; font-weight: bold; line-height: 1em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring { width: 2em; height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] { top: .875em; width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] { left: .3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] { right: .3125em; }

.swal2-popup.swal2-toast .swal2-actions { height: auto; margin: 0 .3125em; }

.swal2-popup.swal2-toast .swal2-styled { margin: 0 .3125em; padding: .3125em .625em; font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus { box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em transparent; }

.swal2-popup.swal2-toast .swal2-success { border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] { position: absolute; width: 2em; height: 2.8125em; transform: rotate(45deg); border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] { top: -.25em; left: -.9375em; transform: rotate(-45deg); transform-origin: 2em 2em; border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] { top: -.25em; left: .9375em; transform-origin: 0 2em; border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring { width: 2em; height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix { top: 0; left: .4375em; width: .4375em; height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] { height: .3125em; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] { top: 1.125em; left: .1875em; width: .75em; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] { top: .9375em; right: .1875em; width: 1.375em; }

.swal2-popup.swal2-toast.swal2-show { animation: showSweetToast .5s; }

.swal2-popup.swal2-toast.swal2-hide { animation: hideSweetToast .2s forwards; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip { animation: animate-toast-success-tip .75s; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long { animation: animate-toast-success-long .75s; }

@keyframes showSweetToast { 0% { transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% { transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% { transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% { transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes hideSweetToast { 0% { opacity: 1; }
  33% { opacity: .5; }
  100% { transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes animate-toast-success-tip { 0% { top: .5625em;
    left: .0625em;
    width: 0; }
  54% { top: .125em;
    left: .125em;
    width: 0; }
  70% { top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% { top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% { top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-long { 0% { top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% { top: 1.25em;
    right: .9375em;
    width: 0; }
  84% { top: .9375em;
    right: 0;
    width: 1.125em; }
  100% { top: .9375em;
    right: .1875em;
    width: 1.375em; } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: hidden; }

body.swal2-height-auto { height: auto !important; }

body.swal2-no-backdrop .swal2-shown { top: auto; right: auto; bottom: auto; left: auto; background-color: transparent; }

body.swal2-no-backdrop .swal2-shown > .swal2-modal { box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-shown.swal2-top { top: 0; left: 50%; transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left { top: 0; left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right { top: 0; right: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-center { top: 50%; left: 50%; transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left { top: 50%; left: 0; transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right { top: 50%; right: 0; transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom { bottom: 0; left: 50%; transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left { bottom: 0; left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right { right: 0; bottom: 0; }

.swal2-container { display: flex; position: fixed; top: 0; right: 0; bottom: 0; left: 0; flex-direction: row; align-items: center; justify-content: center; padding: 10px; background-color: transparent; z-index: 1060; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-top { align-items: flex-start; }

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left { align-items: flex-start; justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right { align-items: flex-start; justify-content: flex-end; }

.swal2-container.swal2-center { align-items: center; }

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left { align-items: center; justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right { align-items: center; justify-content: flex-end; }

.swal2-container.swal2-bottom { align-items: flex-end; }

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left { align-items: flex-end; justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right { align-items: flex-end; justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal { display: flex !important; flex: 1; align-self: stretch; justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal { display: flex !important; flex: 1; align-content: center; justify-content: center; }

.swal2-container.swal2-grow-column { flex: 1; flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom { align-items: center; }

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left { align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right { align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal { display: flex !important; flex: 1; align-content: center; justify-content: center; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal { margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .swal2-container .swal2-modal { margin: 0 !important; } }

.swal2-container.swal2-fade { transition: background-color .1s; }

.swal2-container.swal2-shown { background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup { display: none; position: relative; flex-direction: column; justify-content: center; width: 32em; max-width: 100%; padding: 20px 20px 30px; border-radius: 3px; background: #fff; font-family: inherit; font-size: 1rem; box-sizing: border-box; }

.swal2-popup:focus { outline: none; }

.swal2-popup.swal2-loading { overflow-y: hidden; }

.swal2-popup .swal2-header { display: flex; flex-direction: column; align-items: center; }

.swal2-popup .swal2-title { display: block; position: relative; max-width: 100%; margin: 0 0 0.4em; padding: 0; color: #093254; font-size: 1.4em; font-weight: 600; text-align: center; text-transform: none; word-wrap: break-word; }

.swal2-popup .swal2-actions { align-items: center; justify-content: center; margin: 1.25em auto 0; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] { opacity: .4; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover { background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active { background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm { width: 2.5em; height: 2.5em; margin: .46875em; padding: 0; border: .25em solid transparent; border-radius: 100%; border-color: transparent; background-color: transparent !important; color: transparent; cursor: default; box-sizing: border-box; animation: swal2-rotate-loading 1.5s linear 0s infinite normal; user-select: none; }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel { margin-right: 30px; margin-left: 30px; }

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after { display: inline-block; width: 15px; height: 15px; margin-left: 5px; border: 3px solid #999999; border-radius: 50%; border-right-color: transparent; box-shadow: 1px 1px 1px #fff; content: ''; animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }

.swal2-popup .swal2-styled { margin: 0 .3125em; padding: .625em 2em; font-weight: 500; box-shadow: none; }

.swal2-popup .swal2-styled:not([disabled]) { cursor: pointer; }

.swal2-popup .swal2-styled.swal2-confirm { border: 0; border-radius: 60px; background: initial; background-color: #ef7724; color: #fff; font-size: 1.0625em; }

.swal2-popup .swal2-styled.swal2-cancel { border: 0; border-radius: 60px; background: initial; background-color: #aaa; color: #fff; font-size: 1.0625em; }

.swal2-popup .swal2-styled:focus { outline: none; box-shadow: 0 0 0 2px #fff, 0 0 0 4px transparent; }

.swal2-popup .swal2-styled::-moz-focus-inner { border: 0; }

.swal2-popup .swal2-footer { justify-content: center; margin: 1.25em 0 0; padding-top: 1em; border-top: 1px solid #eee; color: #545454; font-size: 1em; }

.swal2-popup .swal2-image { max-width: 100%; margin: 1.25em auto; }

.swal2-popup .swal2-close { position: absolute; top: 0; right: 0; justify-content: center; width: 1.2em; height: 1.2em; padding: 0; transition: color 0.1s ease-out; border: none; border-radius: 0; background: transparent; color: #cccccc; font-family: serif; font-size: 2.5em; line-height: 1.2; cursor: pointer; overflow: hidden; }

.swal2-popup .swal2-close:hover { transform: none; color: #f27474; }

.swal2-popup > .swal2-input, .swal2-popup > .swal2-file, .swal2-popup > .swal2-textarea, .swal2-popup > .swal2-select, .swal2-popup > .swal2-radio, .swal2-popup > .swal2-checkbox { display: none; }

.swal2-popup .swal2-content { justify-content: center; margin: 0; padding: 0; color: #333; font-size: 1.125em; font-weight: 300; line-height: normal; word-wrap: break-word; }

.swal2-popup #swal2-content { text-align: center; }

.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea, .swal2-popup .swal2-select, .swal2-popup .swal2-radio, .swal2-popup .swal2-checkbox { margin: 1em auto; }

.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea { width: 100%; transition: border-color .3s, box-shadow .3s; border: 1px solid #d9d9d9; border-radius: 3px; font-size: 1.125em; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06); box-sizing: border-box; }

.swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror { border-color: #f27474 !important; box-shadow: 0 0 2px #f27474 !important; }

.swal2-popup .swal2-input:focus, .swal2-popup .swal2-file:focus, .swal2-popup .swal2-textarea:focus { border: 1px solid transparent; outline: none; box-shadow: 0 0 3px transparent; }

.swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-textarea::placeholder { color: #cccccc; }

.swal2-popup .swal2-range input { width: 80%; }

.swal2-popup .swal2-range output { width: 20%; font-weight: 600; text-align: center; }

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output { height: 2.625em; margin: 1em auto; padding: 0; font-size: 1.125em; line-height: 2.625em; }

.swal2-popup .swal2-input { height: 2.625em; padding: 0.75em; }

.swal2-popup .swal2-input[type='number'] { max-width: 10em; }

.swal2-popup .swal2-file { font-size: 1.125em; }

.swal2-popup .swal2-textarea { height: 6.75em; padding: 0.75em; }

.swal2-popup .swal2-select { min-width: 50%; max-width: 100%; padding: .375em .625em; color: #545454; font-size: 1.125em; }

.swal2-popup .swal2-radio, .swal2-popup .swal2-checkbox { align-items: center; justify-content: center; }

.swal2-popup .swal2-radio label, .swal2-popup .swal2-checkbox label { margin: 0 .6em; font-size: 1.125em; }

.swal2-popup .swal2-radio input, .swal2-popup .swal2-checkbox input { margin: 0 .4em; }

.swal2-popup .swal2-validationerror { display: none; align-items: center; justify-content: center; padding: 0.625em; background: #f0f0f0; color: #666666; font-size: 1em; font-weight: 300; overflow: hidden; }

.swal2-popup .swal2-validationerror::before { display: inline-block; width: 1.5em; min-width: 1.5em; height: 1.5em; margin: 0 .625em; border-radius: 50%; background-color: #f27474; color: #fff; font-weight: 600; line-height: 1.5em; text-align: center; content: '!'; zoom: normal; }

@supports (-ms-accelerator: true) { .swal2-range input { width: 100% !important; }
  .swal2-range output { display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .swal2-range input { width: 100% !important; }
  .swal2-range output { display: none; } }

@-moz-document url-prefix() { .swal2-close:focus { outline: 2px solid transparent; } }

.swal2-icon { position: relative; justify-content: center; width: 5em; height: 5em; margin: 1.25em auto 1.875em; border: .25em solid transparent; border-radius: 50%; line-height: 5em; cursor: default; box-sizing: content-box; user-select: none; zoom: normal; }

.swal2-icon-text { font-size: 3.75em; }

.swal2-icon.swal2-error { border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark { position: relative; flex-grow: 1; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] { display: block; position: absolute; top: 2.3125em; width: 2.9375em; height: .3125em; border-radius: .125em; background-color: #f27474; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] { left: 1.0625em; transform: rotate(45deg); }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] { right: 1em; transform: rotate(-45deg); }

.swal2-icon.swal2-warning { border-color: #facea8; color: #f8bb86; }

.swal2-icon.swal2-info { border-color: #9de0f6; color: #3fc3ee; }

.swal2-icon.swal2-question { border-color: #c9dae1; color: #87adbd; }

.swal2-icon.swal2-success { border-color: #a5dc86; }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] { position: absolute; width: 3.75em; height: 7.5em; transform: rotate(45deg); border-radius: 50%; }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] { top: -.4375em; left: -2.0635em; transform: rotate(-45deg); transform-origin: 3.75em 3.75em; border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] { top: -.6875em; left: 1.875em; transform: rotate(-45deg); transform-origin: 0 3.75em; border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring { position: absolute; top: -.25em; left: -.25em; width: 100%; height: 100%; border: 0.25em solid rgba(165, 220, 134, 0.3); border-radius: 50%; z-index: 2; box-sizing: content-box; }

.swal2-icon.swal2-success .swal2-success-fix { position: absolute; top: .5em; left: 1.625em; width: .4375em; height: 5.625em; transform: rotate(-45deg); z-index: 1; }

.swal2-icon.swal2-success [class^='swal2-success-line'] { display: block; position: absolute; height: .3125em; border-radius: .125em; background-color: #a5dc86; z-index: 2; }

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] { top: 2.875em; left: .875em; width: 1.5625em; transform: rotate(45deg); }

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] { top: 2.375em; right: .5em; width: 2.9375em; transform: rotate(-45deg); }

.swal2-progresssteps { align-items: center; margin: 0 0 1.25em; padding: 0; font-weight: 600; }

.swal2-progresssteps li { display: inline-block; position: relative; }

.swal2-progresssteps .swal2-progresscircle { width: 2em; height: 2em; border-radius: 2em; background: #3085d6; color: #fff; line-height: 2em; text-align: center; z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child { margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child { margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep { background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle { background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline { background: #add8e6; }

.swal2-progresssteps .swal2-progressline { width: 2.5em; height: .4em; margin: 0 -1px; background: #3085d6; z-index: 10; }

[class^='swal2'] { -webkit-tap-highlight-color: transparent; }

.swal2-show { animation: swal2-show 0.3s; }

.swal2-show.swal2-noanimation { animation: none; }

.swal2-hide { animation: swal2-hide 0.15s forwards; }

.swal2-hide.swal2-noanimation { animation: none; }

[dir='rtl'] .swal2-close { right: auto; left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip { animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long { animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right { animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon { animation: swal2-animate-error-icon 0.5s; }

.swal2-animate-error-icon .swal2-x-mark { animation: swal2-animate-error-x-mark 0.5s; }

@keyframes swal2-rotate-loading { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

.select2-container--default .select2-selection--single { background-color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #093254; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

/** Fileuploader Copyright (c) 2018 Innostudio.de Website: http://innostudio.de/fileuploader/ Version: 2.0 (16-May-2018) Requires: jQuery v1.7.1 or later License: https://innostudio.de/fileuploader/documentation/#license */
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a i, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a span { -webkit-transition: all .1s ease; transition: all .1s ease; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button, .fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success, .fileuploader-input .fileuploader-input-caption, .fileuploader-items .fileuploader-item span.fileuploader-action-popup, .fileuploader-items .fileuploader-item .fileuploader-action i, .fileuploader-items .fileuploader-item .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar, .fileuploader-popup .fileuploader-popup-move { -webkit-transition: all .2s ease; transition: all .2s ease; }

.fileuploader-items .fileuploader-item, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-popup, .fileuploader-popup .fileuploader-popup-node { -webkit-animation: fileuploaderFadeIn 0.2s ease; animation: fileuploaderFadeIn 0.2s ease; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button, .fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success { display: inline-block; margin: 0; padding: 14px 20px; border: none; border-radius: 6px; outline: 0; font-weight: bold; cursor: pointer; vertical-align: middle; text-decoration: none; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button { background: #e6ebf4; color: #90a0bc; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button:hover { background: #edf1f7; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button:active { background: #dfe5f1; }

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success { background: #9658FE; background: -moz-linear-gradient(-45deg, #3A8FFE 0%, #9658FE 100%); background: -webkit-linear-gradient(-45deg, #3A8FFE 0%, #9658FE 100%); background: linear-gradient(135deg, #3A8FFE 0%, #9658FE 100%); background-size: 140% auto; background-position: center; color: #fff; }

.fileuploader-input .fileuploader-input-button:hover, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success:hover { background-position: left; }

.fileuploader-input .fileuploader-input-button:active, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success:active { background-position: right; }

.fileuploader-input .fileuploader-main-icon:after, .fileuploader-items .fileuploader-item .fileuploader-action i, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a i:after, .fileuploader-popup .fileuploader-popup-move:after { font-family: 'font-fileuploader' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader, .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-popup.loading:after { content: ''; position: absolute; min-width: 24px; min-height: 24px; max-width: 48px; max-height: 48px; background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=") no-repeat center; background-size: contain; }

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-icon i, .fileuploader-popup.loading:after, .fileuploader-popup .fileuploader-popup-move:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move { left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .progress-bar2 span { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button, .fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar, .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a, .fileuploader-popup .fileuploader-cropper, .fileuploader-popup .fileuploader-cropper * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* configuration */
.fileuploader, .fileuploader *, .fileuploader :before, .fileuploader :after, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :before, .fileuploader-popup :after { box-sizing: border-box; }

/* main */
.fileuploader { display: block; border-radius: 6px; line-height: normal; border: 1px solid #ddd; margin-bottom: 10px; }

/* input */
.fileuploader-input { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid transparent; border-radius: 6px; cursor: pointer; overflow: hidden; }

.fileuploader-input .fileuploader-input-caption { position: relative; display: inline-block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-item-align: start; align-self: flex-start; padding: 11px 16px; margin-right: 16px; background: #fff; border: 1px solid #ebeef1; border-radius: 6px; color: #789BEC; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; /* .fileuploader.fileuploader-is-uploading & { padding-left: 40px; &:after { @extend %fileuploader-loader; left: 10px; top: 50%; margin-top: -12px; } } */ }

.fileuploader-focused .fileuploader-input .fileuploader-input-caption { border-color: #789BEC; }

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader { position: relative; display: inline-block; vertical-align: middle; min-height: 22px; margin-right: 6px; }

.fileuploader-input .fileuploader-input-button { padding: 12px 18px; }

.fileuploader-input .fileuploader-main-icon { color: #789BEC; }

.fileuploader-input .fileuploader-main-icon:after { content: "\e900"; }

.fileuploader-input.fileuploader-dragging { background: #fff; border: 1px solid #ebeef1; border-style: dashed; }

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption { border-color: transparent; }

.fileuploader-input.fileuploader-dragging .fileuploader-input-button { -webkit-transform: translateX(100%); transform: translateX(100%); opacity: 0; }

.fileuploader-disabled .fileuploader-input { opacity: 0.7; cursor: default; pointer-events: none !important; }

/* items */
.fileuploader-items .fileuploader-items-list { display: block; padding: 0; list-style: none; margin-bottom: 0; }

.fileuploader-items .fileuploader-item { position: relative; margin: 0; padding: 20px 16px; border-bottom: 1px solid #ebeef1; animation-duration: 0.6s; }

.fileuploader-items .fileuploader-item:last-child { border-bottom: 0; margin-bottom: -16px; }

.fileuploader-items .fileuploader-item.upload-failed { background: rgba(254, 84, 111, 0.06); }

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after { position: absolute; left: -8px; top: -8px; width: 36px; height: 36px; }

.fileuploader-items .fileuploader-item .columns { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 2; }

.fileuploader-items .fileuploader-item .column-thumbnail { position: relative; width: 36px; height: 36px; }

.fileuploader-items .fileuploader-item .column-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 16px; padding-right: 16px; color: #74809D; overflow: hidden; }

.fileuploader-items .fileuploader-item .column-title a { display: inline-block; width: 100%; height: 100%; color: #74809D; text-decoration: none; }

.fileuploader-items .fileuploader-item .column-title div { width: 100%; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.fileuploader-items .fileuploader-item .column-title span { font-size: 12px; color: #979fb8; }

.fileuploader-items .fileuploader-item .column-actions { margin: 0 16px; }

.fileuploader-items .fileuploader-item .fileuploader-item-image { position: relative; width: 100%; height: 100%; border-radius: 6px; background: #fff; overflow: hidden; }

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after { content: ''; width: 50%; height: 50%; }

.fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas { position: absolute; max-width: none; max-height: 100%; }

.fileuploader-items .fileuploader-item .fileuploader-item-icon { position: relative; width: 100%; height: 100%; text-align: center; color: #fff; font-size: 11px; background: #ddd; border-radius: 4px; cursor: default; }

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color { color: #888; }

.fileuploader-items .fileuploader-item .fileuploader-item-icon i { position: absolute; display: block; width: 90%; font-style: normal; font-weight: bold; overflow: hidden; white-space: nowrap; }

.fileuploader-items .fileuploader-item span.fileuploader-action-popup { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(43, 56, 71, 0.2); border-radius: 6px; cursor: pointer; opacity: 0; }

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover { opacity: 1; }

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active { background: rgba(43, 56, 71, 0.4); }

.fileuploader-items .fileuploader-item .fileuploader-action { position: relative; display: inline-block; width: 20px; height: 20px; color: #c0c6d2; cursor: pointer; vertical-align: top; }

.fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action { margin-left: 16px; }

.fileuploader-items .fileuploader-item .fileuploader-action:hover { color: #789BEC; }

.fileuploader-items .fileuploader-item .fileuploader-action:active { color: #668ee9; }

.fileuploader-items .fileuploader-item .fileuploader-action i { display: inline-block; width: 100%; height: 100%; font-size: 20px; line-height: 20px; text-align: center; border-radius: 50%; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i { color: #fff; font-size: 14px; background: #FE7676; box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8); text-shadow: none; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i:after { content: "\e908"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i:hover { background-color: #fe8a8a; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i:active { background-color: #fe6262; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-download i:after { content: "\e902"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-start i:after { content: "\e907"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-sort i:after { content: "\e903"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-edit i:after { content: "\e90c"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-retry i:after { content: "\e904"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-settings i:after { content: "\e905"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-preview i:after { content: "\e90d"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i { color: #fff; font-size: 14px; background: #43D084; box-shadow: -1px 1px 6px rgba(67, 208, 132, 0.8); text-shadow: none; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i:after { content: "\e90b"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i:hover { background: #FE7676; box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8); }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i:hover:after { content: "\e908"; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i:active { background-color: #fe6262; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i:active:after { content: "\e908"; }

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup { display: block; }

.fileuploader-items .fileuploader-item .fileuploader-progressbar { position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; border-radius: 6px; overflow: hidden; }

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar { position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-radius: 6px; background: #789BEC; }

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar { position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-radius: 0; background: rgba(104, 125, 219, 0.08); }

.fileuploader-items .fileuploader-item .progress-bar2 span { position: absolute; right: 16px; color: rgba(151, 159, 184, 0.16); font-size: 48px; }

.fileuploader-items .fileuploader-item.sorting { background: #fafbfd; border-radius: 6px; opacity: 0.8; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); z-index: 799; }

.fileuploader-items .fileuploader-item.sorting, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon, .fileuploader-items .fileuploader-item.sorting .fileuploader-action { -webkit-animation: none; animation: none; }

.fileuploader-items .fileuploader-sorter-placeholder { background: rgba(0, 0, 0, 0.03); margin: 0; padding: 0; -webkit-animation: none; animation: none; }

/* popup */
.fileuploader-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: #191D1E; z-index: 1090; animation-duration: 0.4s; }

.fileuploader-popup.loading:after { width: 48px; height: 48px; z-index: 8; }

.fileuploader-popup .fileuploader-popup-preview { position: relative; width: 100%; height: 100%; padding-right: 368px; overflow: auto; z-index: 2; }

.fileuploader-popup .fileuploader-popup-node { position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%; height: 100%; min-width: 20px; min-height: 20px; vertical-align: top; border-radius: 2px; padding: 34px 56px; overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }

.fileuploader-popup .fileuploader-popup-node.image > img, .fileuploader-popup .fileuploader-popup-node.video > video, .fileuploader-popup .fileuploader-popup-node.audio > audio, .fileuploader-popup .fileuploader-popup-node.astext > div { max-width: 100%; max-height: 100%; margin: 0; padding: 0; color: #47525d; background: #fafafa; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); border-radius: 2px; }

.fileuploader-popup .fileuploader-popup-node.audio audio { width: 450px; }

.fileuploader-popup .fileuploader-popup-node.astext div { max-width: 992px; padding: 20px; margin: 0 auto; font-size: 14px; line-height: 16px; text-align: left; overflow-y: auto; white-space: pre-wrap; }

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon { position: relative; display: inline-block; width: 80px; height: 80px; background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+") no-repeat center; background-size: contain; }

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div { position: absolute; bottom: 14px; left: 0; padding: 4px 6px; border-radius: 4px; color: #fff; max-width: 100%; word-wrap: break-word; }

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color { color: #888; }

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i { text-transform: uppercase; font-style: normal; font-weight: bold; white-space: nowrap; }

.fileuploader-popup .fileuploader-popup-content { position: absolute; top: 0; right: 0; background: #fff; display: inline-block; width: 368px; min-height: 100%; padding: 34px; text-align: left; }

.fileuploader-popup .fileuploader-popup-content ul { list-style: none; margin: 0; padding: 0; }

.fileuploader-popup .fileuploader-popup-content ul li { display: block; padding: 0; margin: 0; padding-bottom: 16px; width: 100%; }

.fileuploader-popup .fileuploader-popup-content ul li span { display: block; color: #ACACC4; font-size: 14px; }

.fileuploader-popup .fileuploader-popup-content ul li h5 { margin: 4px 0 0; color: #5B5B7B; font-size: 14px; font-weight: bold; word-wrap: break-word; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta { padding: 0 0 8px; margin: 0 0 8px; border-bottom: 1px solid #EAEAF0; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools { padding: 0; margin: 0 -16px; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li { display: inline-block; width: auto; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a { display: inline-block; padding: 16px; cursor: pointer; text-align: center; text-decoration: none; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a i { display: inline-block; font-size: 24px; margin-bottom: 6px; color: #5B5B7B; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a:hover i, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a:hover span { color: #789BEC; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action="remove"] i:after { content: "\e906"; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action="crop"] i:after { content: "\e901"; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action="rotate-cw"] i:after { content: "\e904"; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-buttons { margin: 16px 0; }

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button + .fileuploader-popup-button { margin-left: 20px; }

.fileuploader-popup .fileuploader-popup-move { position: absolute; display: none; width: 56px; height: 100%; font-size: 24px; bottom: 0; left: 0; color: #fff; opacity: 0.4; cursor: pointer; z-index: 2; }

.fileuploader-popup .fileuploader-popup-move:hover { opacity: 1; }

.fileuploader-popup .fileuploader-popup-move:after { position: absolute; }

.fileuploader-popup .fileuploader-popup-move[data-action="prev"]:after { content: "\e909"; }

.fileuploader-popup .fileuploader-popup-move[data-action="next"] { left: auto; right: 368px; }

.fileuploader-popup .fileuploader-popup-move[data-action="next"]:after { content: "\e90a"; }

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move { display: inline-block; }

.fileuploader-popup .fileuploader-cropper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(17, 20, 27, 0.65); z-index: 9; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area { position: absolute; left: 0; top: 0; width: 0; height: 0; z-index: 2; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after { content: ''; position: absolute; border: 1px solid rgba(250, 250, 250, 0.8); opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; z-index: 1; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before { top: 0; left: 50%; height: 100%; width: 34%; border-top: 0; border-bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after { top: 50%; left: 0; height: 34%; width: 100%; border-left: 0; border-right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after { opacity: 1; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point { position: absolute; width: 24px; height: 24px; z-index: 3; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after { content: ''; width: 12px; height: 12px; position: absolute; background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); border-radius: 50%; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a { top: -12px; left: -12px; cursor: nw-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b { top: -12px; left: 50%; margin-left: -12px; cursor: n-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c { top: -12px; right: -12px; cursor: ne-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d { top: 50%; right: -12px; margin-top: -12px; cursor: w-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e { bottom: -12px; right: -12px; cursor: nw-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f { bottom: -12px; left: 50%; margin-left: -12px; cursor: s-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g { bottom: -12px; left: -12px; cursor: sw-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h { left: -12px; top: 50%; margin-top: -12px; cursor: w-resize; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move { position: absolute; width: 95%; height: 95%; z-index: 2; cursor: move; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image { position: relative; overflow: hidden; width: 100%; height: 100%; }

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img { width: auto; height: auto; max-width: none; max-height: none; position: absolute; left: 0; top: 0; background: #fff; -webkit-transform-origin: top left; transform-origin: top left; }

/* responsive */
@media all and (max-width: 768px) { .fileuploader-popup .fileuploader-popup-preview { padding-right: 0; }
  .fileuploader-popup .fileuploader-popup-move { height: 56px; font-size: 18px; top: 0; left: calc(50% - 56px); }
  .fileuploader-popup .fileuploader-popup-move[data-action="next"] { right: auto; left: 50%; }
  .fileuploader-popup .fileuploader-popup-node, .fileuploader-popup .fileuploader-popup-content { position: relative; display: block; width: 100%; max-width: initial; min-height: initial; height: auto; text-align: center; margin: 0; }
  .fileuploader-popup .fileuploader-popup-node { padding: 34px; }
  .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node { padding-top: 90px; }
  .fileuploader-popup .fileuploader-popup-node.audio { width: 100%; top: 0; transform: none; }
  .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta { margin-top: 24px; }
  .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta li { display: inline-block; width: auto; max-width: 100%; text-align: left; padding-right: 36px; }
  .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta li:last-child { padding-right: 0; } }

/* animation */
@-webkit-keyframes fileuploaderFadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fileuploaderFadeIn { from { opacity: 0; }
  to { opacity: 1; } }

/* input & items size */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item { position: relative; display: block; padding: 0; vertical-align: top; padding-top: 20%; width: 100%; min-height: 150px; }

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner, .fileuploader-theme-thumbnails .fileuploader-item-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 6px; }

/* input */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner { background: #e6ebf4; border: 2px dashed #92a7bf; text-align: center; font-size: 30px; color: #90a0bc; cursor: pointer; opacity: 0.5; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover { opacity: 1; }

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active, .fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner { background: #f6f6fb; }

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i { position: absolute; font-style: normal; left: 0; top: 0; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

/* items */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item { border-bottom: 0; }

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item:last-child { margin-bottom: 0; }

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item-inner { background: rgba(0, 0, 0, 0.02); overflow: hidden; z-index: 1; }

.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image { width: 100%; height: 100%; }

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image { position: relative; text-align: center; overflow: hidden; }

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon i { display: none; }

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-popup { border-radius: 6px; z-index: 1; }

.fileuploader-theme-thumbnails .fileuploader-item .type-holder { position: absolute; top: 6px; left: 6px; padding: 2px 6px; background: rgba(0, 0, 0, 0.4); text-transform: uppercase; color: #fff; font-size: 12px; border-radius: 4px; font-weight: bold; z-index: 2; }

.fileuploader-theme-thumbnails .fileuploader-item .actions-holder { position: absolute; top: 6px; right: 6px; z-index: 2; height: 20px; }

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action { color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action { margin-left: 8px; }

.fileuploader-theme-thumbnails .fileuploader-item .content-holder { position: absolute; bottom: 0; left: 0; width: 100%; padding: 6px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); z-index: 2; }

.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5 { display: block; margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.fileuploader-theme-thumbnails .fileuploader-item .content-holder span { display: block; font-size: 11px; color: rgba(255, 255, 255, 0.8); }

/* uploading */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.upload-failed .fileuploader-item-inner { background: #db6868; }

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; display: none; z-index: 1; }

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar { position: relative; top: 50%; width: 80%; height: 6px; margin: 0 auto; margin-top: -6px; background: #dde4f6; }

/* sorter */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting { padding-top: 0; margin: 0; }

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder { background: #f0f3f9; border-radius: 6px; }

.site-footer { padding: 20px 0; font-size: 16px; line-height: 1.4; background-color: #454545; color: rgba(255, 255, 255, 0.8); padding: 50px 0; line-height: 1.5; color: white; background-image: linear-gradient(#003057, #0F5186); }

.site-footer a { color: white; }

.site-footer a:hover { color: #ef7724; }

.site-footer h2, .site-footer h3 { color: rgba(255, 255, 255, 0.8); margin-bottom: 6px; font-size: 16px; }

.site-footer h2 { margin-bottom: 10px; color: white; }

.site-footer i { margin-right: 8px; font-size: 1.4em; vertical-align: -3px; }

.site-footer ul { padding-left: 0; }

.site-footer li { list-style: none; margin-bottom: 0; }

.site-footer p { margin: 10px 0 15px; }

.site-footer .footer-logo img { margin-bottom: 30px; max-width: 160px; }

.site-footer .social { padding: 0; }

.site-footer .social ul { padding: 0; margin-bottom: 0; }

.site-footer .social li { display: inline; }

.site-footer .social i { margin-right: 5px; font-size: 1.4em; }

.site-footer .social a { display: inline-block; padding: 0; }

@media (min-width: 768px) { .site-footer { padding: 60px 0 40px; } }
