@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

/* node_modules/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* node_modules/flag-icons/css/flag-icons.min.css */
.fib,
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: "\a0";
}
.fi.fis {
  width: 1em;
}
.fi-xx {
  background-image: url("./media/xx-PLWBNAIN.svg");
}
.fi-xx.fis {
  background-image: url("./media/xx-G3UIP7DW.svg");
}
.fi-ad {
  background-image: url("./media/ad-WVS4VU5Z.svg");
}
.fi-ad.fis {
  background-image: url("./media/ad-CSZHNGVR.svg");
}
.fi-ae {
  background-image: url("./media/ae-6FRK6AZM.svg");
}
.fi-ae.fis {
  background-image: url("./media/ae-2A7XNIFU.svg");
}
.fi-af {
  background-image: url("./media/af-YYCQZTMI.svg");
}
.fi-af.fis {
  background-image: url("./media/af-INKHBY43.svg");
}
.fi-ag {
  background-image: url("./media/ag-MLHWUEFS.svg");
}
.fi-ag.fis {
  background-image: url("./media/ag-4TWHSYGO.svg");
}
.fi-ai {
  background-image: url("./media/ai-FINFSMYB.svg");
}
.fi-ai.fis {
  background-image: url("./media/ai-USZU7BF3.svg");
}
.fi-al {
  background-image: url("./media/al-LX4JVSFF.svg");
}
.fi-al.fis {
  background-image: url("./media/al-JAZ3J42J.svg");
}
.fi-am {
  background-image: url("./media/am-P5ZIE6XV.svg");
}
.fi-am.fis {
  background-image: url("./media/am-GSESEJM5.svg");
}
.fi-ao {
  background-image: url("./media/ao-UT6SIN5N.svg");
}
.fi-ao.fis {
  background-image: url("./media/ao-3RQCMZL6.svg");
}
.fi-aq {
  background-image: url("./media/aq-ZYPY4U2R.svg");
}
.fi-aq.fis {
  background-image: url("./media/aq-6LPVLOJ5.svg");
}
.fi-ar {
  background-image: url("./media/ar-MIEAOHWP.svg");
}
.fi-ar.fis {
  background-image: url("./media/ar-ADBHFCB5.svg");
}
.fi-as {
  background-image: url("./media/as-AFSH7LPB.svg");
}
.fi-as.fis {
  background-image: url("./media/as-UKIT7IQG.svg");
}
.fi-at {
  background-image: url("./media/at-LOEZTH7U.svg");
}
.fi-at.fis {
  background-image: url("./media/at-57ZS3UEH.svg");
}
.fi-au {
  background-image: url("./media/au-G5MX3IJM.svg");
}
.fi-au.fis {
  background-image: url("./media/au-65DV5A7C.svg");
}
.fi-aw {
  background-image: url("./media/aw-77CRWWSI.svg");
}
.fi-aw.fis {
  background-image: url("./media/aw-HDZESU3O.svg");
}
.fi-ax {
  background-image: url("./media/ax-KKUASZ2E.svg");
}
.fi-ax.fis {
  background-image: url("./media/ax-74KRLXQ4.svg");
}
.fi-az {
  background-image: url("./media/az-NDX32BEU.svg");
}
.fi-az.fis {
  background-image: url("./media/az-DODTDJFK.svg");
}
.fi-ba {
  background-image: url("./media/ba-U3MTPTGM.svg");
}
.fi-ba.fis {
  background-image: url("./media/ba-662VQHCC.svg");
}
.fi-bb {
  background-image: url("./media/bb-J5IMGOVD.svg");
}
.fi-bb.fis {
  background-image: url("./media/bb-HEBFUVVN.svg");
}
.fi-bd {
  background-image: url("./media/bd-HMCXBQD3.svg");
}
.fi-bd.fis {
  background-image: url("./media/bd-3WQOALJA.svg");
}
.fi-be {
  background-image: url("./media/be-O7GM6FZX.svg");
}
.fi-be.fis {
  background-image: url("./media/be-RXMHZQOU.svg");
}
.fi-bf {
  background-image: url("./media/bf-IFOTMWPV.svg");
}
.fi-bf.fis {
  background-image: url("./media/bf-LAHWWADE.svg");
}
.fi-bg {
  background-image: url("./media/bg-E7TOOTKR.svg");
}
.fi-bg.fis {
  background-image: url("./media/bg-2XZIGVGO.svg");
}
.fi-bh {
  background-image: url("./media/bh-F7YG7A6Z.svg");
}
.fi-bh.fis {
  background-image: url("./media/bh-QSDHTEIW.svg");
}
.fi-bi {
  background-image: url("./media/bi-U2ZALGUG.svg");
}
.fi-bi.fis {
  background-image: url("./media/bi-WD3FHDHV.svg");
}
.fi-bj {
  background-image: url("./media/bj-CN25RSKN.svg");
}
.fi-bj.fis {
  background-image: url("./media/bj-CSYFBYJX.svg");
}
.fi-bl {
  background-image: url("./media/bl-BVLZS6N6.svg");
}
.fi-bl.fis {
  background-image: url("./media/bl-FQR6M52P.svg");
}
.fi-bm {
  background-image: url("./media/bm-UJYJRUXQ.svg");
}
.fi-bm.fis {
  background-image: url("./media/bm-OUTZ6BCH.svg");
}
.fi-bn {
  background-image: url("./media/bn-YE5LSPKO.svg");
}
.fi-bn.fis {
  background-image: url("./media/bn-JZPMRRNL.svg");
}
.fi-bo {
  background-image: url("./media/bo-T2X2U5Y2.svg");
}
.fi-bo.fis {
  background-image: url("./media/bo-I64H4HM7.svg");
}
.fi-bq {
  background-image: url("./media/bq-63KYFP2P.svg");
}
.fi-bq.fis {
  background-image: url("./media/bq-NCZV5VRJ.svg");
}
.fi-br {
  background-image: url("./media/br-3Y26HUAJ.svg");
}
.fi-br.fis {
  background-image: url("./media/br-M6TFAL6M.svg");
}
.fi-bs {
  background-image: url("./media/bs-2C7RMWIG.svg");
}
.fi-bs.fis {
  background-image: url("./media/bs-D7DELWN7.svg");
}
.fi-bt {
  background-image: url("./media/bt-XSK7E7FD.svg");
}
.fi-bt.fis {
  background-image: url("./media/bt-DI23WV4Q.svg");
}
.fi-bv {
  background-image: url("./media/bv-3PDSPR4E.svg");
}
.fi-bv.fis {
  background-image: url("./media/bv-WN3KBQRU.svg");
}
.fi-bw {
  background-image: url("./media/bw-34ZWNZWI.svg");
}
.fi-bw.fis {
  background-image: url("./media/bw-UGYDHEK3.svg");
}
.fi-by {
  background-image: url("./media/by-3TFC4SNR.svg");
}
.fi-by.fis {
  background-image: url("./media/by-VH23K4GM.svg");
}
.fi-bz {
  background-image: url("./media/bz-A6YTSORZ.svg");
}
.fi-bz.fis {
  background-image: url("./media/bz-EOOSEAIP.svg");
}
.fi-ca {
  background-image: url("./media/ca-RFV4UZ2Q.svg");
}
.fi-ca.fis {
  background-image: url("./media/ca-WQC5DB53.svg");
}
.fi-cc {
  background-image: url("./media/cc-OVOWQDZT.svg");
}
.fi-cc.fis {
  background-image: url("./media/cc-RPI2SZZG.svg");
}
.fi-cd {
  background-image: url("./media/cd-EWAILBJX.svg");
}
.fi-cd.fis {
  background-image: url("./media/cd-775WWT4L.svg");
}
.fi-cf {
  background-image: url("./media/cf-XZ4EZSBL.svg");
}
.fi-cf.fis {
  background-image: url("./media/cf-NT7STPUR.svg");
}
.fi-cg {
  background-image: url("./media/cg-2HM4F56T.svg");
}
.fi-cg.fis {
  background-image: url("./media/cg-JMHTE5PU.svg");
}
.fi-ch {
  background-image: url("./media/ch-USJZZOGC.svg");
}
.fi-ch.fis {
  background-image: url("./media/ch-XK5AFUZJ.svg");
}
.fi-ci {
  background-image: url("./media/ci-KFEINJVJ.svg");
}
.fi-ci.fis {
  background-image: url("./media/ci-M54FCW6L.svg");
}
.fi-ck {
  background-image: url("./media/ck-ATMQHHMA.svg");
}
.fi-ck.fis {
  background-image: url("./media/ck-2Z4BDAPR.svg");
}
.fi-cl {
  background-image: url("./media/cl-Y567I43B.svg");
}
.fi-cl.fis {
  background-image: url("./media/cl-LIRBEXHU.svg");
}
.fi-cm {
  background-image: url("./media/cm-UKMPYCC7.svg");
}
.fi-cm.fis {
  background-image: url("./media/cm-6SBA3VM6.svg");
}
.fi-cn {
  background-image: url("./media/cn-P7M3XOME.svg");
}
.fi-cn.fis {
  background-image: url("./media/cn-ZNJNV4IL.svg");
}
.fi-co {
  background-image: url("./media/co-NN4OA66V.svg");
}
.fi-co.fis {
  background-image: url("./media/co-O2ECSUVX.svg");
}
.fi-cr {
  background-image: url("./media/cr-ZQEISEUX.svg");
}
.fi-cr.fis {
  background-image: url("./media/cr-DMRHIMC5.svg");
}
.fi-cu {
  background-image: url("./media/cu-IFDVQOOF.svg");
}
.fi-cu.fis {
  background-image: url("./media/cu-VWPEGJ3Z.svg");
}
.fi-cv {
  background-image: url("./media/cv-RMXBYFLP.svg");
}
.fi-cv.fis {
  background-image: url("./media/cv-KJX5SGW5.svg");
}
.fi-cw {
  background-image: url("./media/cw-SO4F3P5A.svg");
}
.fi-cw.fis {
  background-image: url("./media/cw-AJKHVX6T.svg");
}
.fi-cx {
  background-image: url("./media/cx-7UVFV3VV.svg");
}
.fi-cx.fis {
  background-image: url("./media/cx-IZ3KL2GP.svg");
}
.fi-cy {
  background-image: url("./media/cy-OJEUQTEX.svg");
}
.fi-cy.fis {
  background-image: url("./media/cy-EOO2JBKI.svg");
}
.fi-cz {
  background-image: url("./media/cz-PSDLWGGB.svg");
}
.fi-cz.fis {
  background-image: url("./media/cz-QNKUAFG6.svg");
}
.fi-de {
  background-image: url("./media/de-MZUAL5O7.svg");
}
.fi-de.fis {
  background-image: url("./media/de-OZB4IZTT.svg");
}
.fi-dj {
  background-image: url("./media/dj-7WZCZM6N.svg");
}
.fi-dj.fis {
  background-image: url("./media/dj-LE4POCSP.svg");
}
.fi-dk {
  background-image: url("./media/dk-JMBRHM34.svg");
}
.fi-dk.fis {
  background-image: url("./media/dk-RGBW7M2U.svg");
}
.fi-dm {
  background-image: url("./media/dm-YMQF4KNF.svg");
}
.fi-dm.fis {
  background-image: url("./media/dm-XZS4XU7P.svg");
}
.fi-do {
  background-image: url("./media/do-SBKDMMUM.svg");
}
.fi-do.fis {
  background-image: url("./media/do-LX7RYXZN.svg");
}
.fi-dz {
  background-image: url("./media/dz-5TGC2F6O.svg");
}
.fi-dz.fis {
  background-image: url("./media/dz-JVBE53J2.svg");
}
.fi-ec {
  background-image: url("./media/ec-7Z2J7NDS.svg");
}
.fi-ec.fis {
  background-image: url("./media/ec-YQIK2NB2.svg");
}
.fi-ee {
  background-image: url("./media/ee-K3ODV3VK.svg");
}
.fi-ee.fis {
  background-image: url("./media/ee-QZX5D2O5.svg");
}
.fi-eg {
  background-image: url("./media/eg-AR6V26BC.svg");
}
.fi-eg.fis {
  background-image: url("./media/eg-7JACT5ZO.svg");
}
.fi-eh {
  background-image: url("./media/eh-RQWWFEAA.svg");
}
.fi-eh.fis {
  background-image: url("./media/eh-7NPZFSBW.svg");
}
.fi-er {
  background-image: url("./media/er-KIRTBRZF.svg");
}
.fi-er.fis {
  background-image: url("./media/er-3WONC2FU.svg");
}
.fi-es {
  background-image: url("./media/es-W5FXGZQG.svg");
}
.fi-es.fis {
  background-image: url("./media/es-K3QE5W2N.svg");
}
.fi-et {
  background-image: url("./media/et-EWIPOR6K.svg");
}
.fi-et.fis {
  background-image: url("./media/et-QMP3OGKR.svg");
}
.fi-fi {
  background-image: url("./media/fi-S5EH7BG6.svg");
}
.fi-fi.fis {
  background-image: url("./media/fi-E3JGQ7PL.svg");
}
.fi-fj {
  background-image: url("./media/fj-U7G4LWJB.svg");
}
.fi-fj.fis {
  background-image: url("./media/fj-XWXY4C45.svg");
}
.fi-fk {
  background-image: url("./media/fk-F6TQFE43.svg");
}
.fi-fk.fis {
  background-image: url("./media/fk-M6YTU5ZV.svg");
}
.fi-fm {
  background-image: url("./media/fm-MJGAIAPB.svg");
}
.fi-fm.fis {
  background-image: url("./media/fm-T5U4ITOY.svg");
}
.fi-fo {
  background-image: url("./media/fo-M4LV5KMN.svg");
}
.fi-fo.fis {
  background-image: url("./media/fo-4IJHBALY.svg");
}
.fi-fr {
  background-image: url("./media/fr-6U4A3EWN.svg");
}
.fi-fr.fis {
  background-image: url("./media/fr-TMQYSRPC.svg");
}
.fi-ga {
  background-image: url("./media/ga-YVFEOFTR.svg");
}
.fi-ga.fis {
  background-image: url("./media/ga-5UURDNUX.svg");
}
.fi-gb {
  background-image: url("./media/gb-UUF3TOPS.svg");
}
.fi-gb.fis {
  background-image: url("./media/gb-QRYEKRSV.svg");
}
.fi-gd {
  background-image: url("./media/gd-4BNJI5VY.svg");
}
.fi-gd.fis {
  background-image: url("./media/gd-CSSVRXT2.svg");
}
.fi-ge {
  background-image: url("./media/ge-5I22MBRW.svg");
}
.fi-ge.fis {
  background-image: url("./media/ge-LAAYSAQO.svg");
}
.fi-gf {
  background-image: url("./media/gf-GQZN5HJ5.svg");
}
.fi-gf.fis {
  background-image: url("./media/gf-5PJTSXDP.svg");
}
.fi-gg {
  background-image: url("./media/gg-FIL6D5PB.svg");
}
.fi-gg.fis {
  background-image: url("./media/gg-EAZW2EKW.svg");
}
.fi-gh {
  background-image: url("./media/gh-YF6PQ6FW.svg");
}
.fi-gh.fis {
  background-image: url("./media/gh-ISFQEUNF.svg");
}
.fi-gi {
  background-image: url("./media/gi-DN7STW4R.svg");
}
.fi-gi.fis {
  background-image: url("./media/gi-EOG4XJCI.svg");
}
.fi-gl {
  background-image: url("./media/gl-PA2YIJP7.svg");
}
.fi-gl.fis {
  background-image: url("./media/gl-KRCL3NCK.svg");
}
.fi-gm {
  background-image: url("./media/gm-5WF3VK63.svg");
}
.fi-gm.fis {
  background-image: url("./media/gm-7HY34KI6.svg");
}
.fi-gn {
  background-image: url("./media/gn-MSN2M353.svg");
}
.fi-gn.fis {
  background-image: url("./media/gn-6GDXA6D7.svg");
}
.fi-gp {
  background-image: url("./media/gp-XPVJBMQZ.svg");
}
.fi-gp.fis {
  background-image: url("./media/gp-N7HRXPRG.svg");
}
.fi-gq {
  background-image: url("./media/gq-YVZPM5OI.svg");
}
.fi-gq.fis {
  background-image: url("./media/gq-YYJI24Q2.svg");
}
.fi-gr {
  background-image: url("./media/gr-YRG5TXUI.svg");
}
.fi-gr.fis {
  background-image: url("./media/gr-WKNXHTGC.svg");
}
.fi-gs {
  background-image: url("./media/gs-7YZXJO4D.svg");
}
.fi-gs.fis {
  background-image: url("./media/gs-JLTYLCJJ.svg");
}
.fi-gt {
  background-image: url("./media/gt-YX2GRSLF.svg");
}
.fi-gt.fis {
  background-image: url("./media/gt-BF2FD7AX.svg");
}
.fi-gu {
  background-image: url("./media/gu-WAZ6PJUI.svg");
}
.fi-gu.fis {
  background-image: url("./media/gu-5GFPBJ2H.svg");
}
.fi-gw {
  background-image: url("./media/gw-5JOHOM4A.svg");
}
.fi-gw.fis {
  background-image: url("./media/gw-MOUWXICS.svg");
}
.fi-gy {
  background-image: url("./media/gy-USKJNYER.svg");
}
.fi-gy.fis {
  background-image: url("./media/gy-636EOCYC.svg");
}
.fi-hk {
  background-image: url("./media/hk-7PG6PZYV.svg");
}
.fi-hk.fis {
  background-image: url("./media/hk-3TQIFL4W.svg");
}
.fi-hm {
  background-image: url("./media/hm-QK556LBN.svg");
}
.fi-hm.fis {
  background-image: url("./media/hm-LPWLC72J.svg");
}
.fi-hn {
  background-image: url("./media/hn-E5B7VZX4.svg");
}
.fi-hn.fis {
  background-image: url("./media/hn-ATO4TSJZ.svg");
}
.fi-hr {
  background-image: url("./media/hr-GS35EQR2.svg");
}
.fi-hr.fis {
  background-image: url("./media/hr-6DEEZSRK.svg");
}
.fi-ht {
  background-image: url("./media/ht-3IFWGGF6.svg");
}
.fi-ht.fis {
  background-image: url("./media/ht-T6IVA52U.svg");
}
.fi-hu {
  background-image: url("./media/hu-C3DDGX7P.svg");
}
.fi-hu.fis {
  background-image: url("./media/hu-3ULY6T2N.svg");
}
.fi-id {
  background-image: url("./media/id-JSWZPKEB.svg");
}
.fi-id.fis {
  background-image: url("./media/id-CT342IAA.svg");
}
.fi-ie {
  background-image: url("./media/ie-QFERZM3U.svg");
}
.fi-ie.fis {
  background-image: url("./media/ie-H76CLZVR.svg");
}
.fi-il {
  background-image: url("./media/il-QCYKQ6FR.svg");
}
.fi-il.fis {
  background-image: url("./media/il-DCNITDWQ.svg");
}
.fi-im {
  background-image: url("./media/im-I6NNH2NW.svg");
}
.fi-im.fis {
  background-image: url("./media/im-MR3WDGRG.svg");
}
.fi-in {
  background-image: url("./media/in-RFNBK4ET.svg");
}
.fi-in.fis {
  background-image: url("./media/in-2DLPX63L.svg");
}
.fi-io {
  background-image: url("./media/io-7R7OXQKY.svg");
}
.fi-io.fis {
  background-image: url("./media/io-NO27AS2A.svg");
}
.fi-iq {
  background-image: url("./media/iq-55AX5UMN.svg");
}
.fi-iq.fis {
  background-image: url("./media/iq-S6LS2NUN.svg");
}
.fi-ir {
  background-image: url("./media/ir-QAP3XBD4.svg");
}
.fi-ir.fis {
  background-image: url("./media/ir-WC3H5SOH.svg");
}
.fi-is {
  background-image: url("./media/is-3ECY77QF.svg");
}
.fi-is.fis {
  background-image: url("./media/is-IKJDNY7W.svg");
}
.fi-it {
  background-image: url("./media/it-SGJZRZTG.svg");
}
.fi-it.fis {
  background-image: url("./media/it-UM7O24C7.svg");
}
.fi-je {
  background-image: url("./media/je-FN5CO33V.svg");
}
.fi-je.fis {
  background-image: url("./media/je-F5K7ILFN.svg");
}
.fi-jm {
  background-image: url("./media/jm-2KQZARJN.svg");
}
.fi-jm.fis {
  background-image: url("./media/jm-XWWLCPNS.svg");
}
.fi-jo {
  background-image: url("./media/jo-DV2T64H3.svg");
}
.fi-jo.fis {
  background-image: url("./media/jo-L4N4B7NG.svg");
}
.fi-jp {
  background-image: url("./media/jp-I2KXFJBD.svg");
}
.fi-jp.fis {
  background-image: url("./media/jp-65TZY7K2.svg");
}
.fi-ke {
  background-image: url("./media/ke-6FWLA2OA.svg");
}
.fi-ke.fis {
  background-image: url("./media/ke-S65BOELU.svg");
}
.fi-kg {
  background-image: url("./media/kg-X2BMIK3G.svg");
}
.fi-kg.fis {
  background-image: url("./media/kg-TFH62HKQ.svg");
}
.fi-kh {
  background-image: url("./media/kh-CHVZUD2Q.svg");
}
.fi-kh.fis {
  background-image: url("./media/kh-4Z5KN7K4.svg");
}
.fi-ki {
  background-image: url("./media/ki-TZHFSXBP.svg");
}
.fi-ki.fis {
  background-image: url("./media/ki-FYE75PZ7.svg");
}
.fi-km {
  background-image: url("./media/km-PIG23ZAS.svg");
}
.fi-km.fis {
  background-image: url("./media/km-MRWRJE7G.svg");
}
.fi-kn {
  background-image: url("./media/kn-7U3Y5ED7.svg");
}
.fi-kn.fis {
  background-image: url("./media/kn-CCGIQR3T.svg");
}
.fi-kp {
  background-image: url("./media/kp-SEAR4W4Z.svg");
}
.fi-kp.fis {
  background-image: url("./media/kp-YJJ4ZO4H.svg");
}
.fi-kr {
  background-image: url("./media/kr-MU7S6YDV.svg");
}
.fi-kr.fis {
  background-image: url("./media/kr-W7DPZXO5.svg");
}
.fi-kw {
  background-image: url("./media/kw-625K23GU.svg");
}
.fi-kw.fis {
  background-image: url("./media/kw-7NHLMXCH.svg");
}
.fi-ky {
  background-image: url("./media/ky-J6OAXARV.svg");
}
.fi-ky.fis {
  background-image: url("./media/ky-Y3K2RVLW.svg");
}
.fi-kz {
  background-image: url("./media/kz-NYPJSTE2.svg");
}
.fi-kz.fis {
  background-image: url("./media/kz-A63AXCOQ.svg");
}
.fi-la {
  background-image: url("./media/la-EGLFW22S.svg");
}
.fi-la.fis {
  background-image: url("./media/la-UZ4XVL3O.svg");
}
.fi-lb {
  background-image: url("./media/lb-5UW5ZJWS.svg");
}
.fi-lb.fis {
  background-image: url("./media/lb-SW5QMKBD.svg");
}
.fi-lc {
  background-image: url("./media/lc-OULIXNAF.svg");
}
.fi-lc.fis {
  background-image: url("./media/lc-VMHZPRVP.svg");
}
.fi-li {
  background-image: url("./media/li-LTPNGJJM.svg");
}
.fi-li.fis {
  background-image: url("./media/li-SSDUPSSA.svg");
}
.fi-lk {
  background-image: url("./media/lk-W7CR3PX4.svg");
}
.fi-lk.fis {
  background-image: url("./media/lk-EMLG5DDX.svg");
}
.fi-lr {
  background-image: url("./media/lr-KO42VJWL.svg");
}
.fi-lr.fis {
  background-image: url("./media/lr-ETPAOBTN.svg");
}
.fi-ls {
  background-image: url("./media/ls-H76MXNPC.svg");
}
.fi-ls.fis {
  background-image: url("./media/ls-TV2LHLKM.svg");
}
.fi-lt {
  background-image: url("./media/lt-X5H273BZ.svg");
}
.fi-lt.fis {
  background-image: url("./media/lt-RSVM7DR2.svg");
}
.fi-lu {
  background-image: url("./media/lu-Q3PHAGF2.svg");
}
.fi-lu.fis {
  background-image: url("./media/lu-YUFF4VEK.svg");
}
.fi-lv {
  background-image: url("./media/lv-UD2OKAKZ.svg");
}
.fi-lv.fis {
  background-image: url("./media/lv-JFY5ZN55.svg");
}
.fi-ly {
  background-image: url("./media/ly-OZ6WDQ73.svg");
}
.fi-ly.fis {
  background-image: url("./media/ly-WFLGLZ3G.svg");
}
.fi-ma {
  background-image: url("./media/ma-VSPIMR33.svg");
}
.fi-ma.fis {
  background-image: url("./media/ma-AELGTMLU.svg");
}
.fi-mc {
  background-image: url("./media/mc-IV2TK64Y.svg");
}
.fi-mc.fis {
  background-image: url("./media/mc-RWDN7GBP.svg");
}
.fi-md {
  background-image: url("./media/md-3OSMP7CU.svg");
}
.fi-md.fis {
  background-image: url("./media/md-DLAQKR3G.svg");
}
.fi-me {
  background-image: url("./media/me-JF4ISXGZ.svg");
}
.fi-me.fis {
  background-image: url("./media/me-PYQLSQWK.svg");
}
.fi-mf {
  background-image: url("./media/mf-5RTEBV3V.svg");
}
.fi-mf.fis {
  background-image: url("./media/mf-XQEUTB33.svg");
}
.fi-mg {
  background-image: url("./media/mg-7XGP7WEH.svg");
}
.fi-mg.fis {
  background-image: url("./media/mg-JB33C2RL.svg");
}
.fi-mh {
  background-image: url("./media/mh-FZUUKPYM.svg");
}
.fi-mh.fis {
  background-image: url("./media/mh-QQZSE2EP.svg");
}
.fi-mk {
  background-image: url("./media/mk-4CGYETXE.svg");
}
.fi-mk.fis {
  background-image: url("./media/mk-F2FINWYG.svg");
}
.fi-ml {
  background-image: url("./media/ml-REJ3NIH6.svg");
}
.fi-ml.fis {
  background-image: url("./media/ml-XJ6OQGYU.svg");
}
.fi-mm {
  background-image: url("./media/mm-RDY24G3G.svg");
}
.fi-mm.fis {
  background-image: url("./media/mm-LCHQEOG3.svg");
}
.fi-mn {
  background-image: url("./media/mn-GZPVWGU7.svg");
}
.fi-mn.fis {
  background-image: url("./media/mn-W7QXSVY7.svg");
}
.fi-mo {
  background-image: url("./media/mo-LQF6KQBW.svg");
}
.fi-mo.fis {
  background-image: url("./media/mo-E2DHXYUL.svg");
}
.fi-mp {
  background-image: url("./media/mp-7OKXFG5J.svg");
}
.fi-mp.fis {
  background-image: url("./media/mp-RBBNB2UM.svg");
}
.fi-mq {
  background-image: url("./media/mq-KUXVEPE7.svg");
}
.fi-mq.fis {
  background-image: url("./media/mq-76GWDJXU.svg");
}
.fi-mr {
  background-image: url("./media/mr-WHEUMQBT.svg");
}
.fi-mr.fis {
  background-image: url("./media/mr-CAVFBP2S.svg");
}
.fi-ms {
  background-image: url("./media/ms-K7K4BZXH.svg");
}
.fi-ms.fis {
  background-image: url("./media/ms-FYMVQ26Q.svg");
}
.fi-mt {
  background-image: url("./media/mt-FKAZRJHZ.svg");
}
.fi-mt.fis {
  background-image: url("./media/mt-XCVQ55PC.svg");
}
.fi-mu {
  background-image: url("./media/mu-ZHDOJ3TI.svg");
}
.fi-mu.fis {
  background-image: url("./media/mu-IKV5OAGF.svg");
}
.fi-mv {
  background-image: url("./media/mv-6NYHRQLF.svg");
}
.fi-mv.fis {
  background-image: url("./media/mv-ZWMFKUNA.svg");
}
.fi-mw {
  background-image: url("./media/mw-NHPNPETS.svg");
}
.fi-mw.fis {
  background-image: url("./media/mw-MWTRGIR2.svg");
}
.fi-mx {
  background-image: url("./media/mx-CE2LQUFP.svg");
}
.fi-mx.fis {
  background-image: url("./media/mx-XQSZK5TD.svg");
}
.fi-my {
  background-image: url("./media/my-7QKJDGWA.svg");
}
.fi-my.fis {
  background-image: url("./media/my-FTOMRUNQ.svg");
}
.fi-mz {
  background-image: url("./media/mz-EUDOTZOI.svg");
}
.fi-mz.fis {
  background-image: url("./media/mz-J4CMZFUJ.svg");
}
.fi-na {
  background-image: url("./media/na-KS5KAAHO.svg");
}
.fi-na.fis {
  background-image: url("./media/na-UZGYZIPX.svg");
}
.fi-nc {
  background-image: url("./media/nc-7ZHOHZIE.svg");
}
.fi-nc.fis {
  background-image: url("./media/nc-KHCVQ3CA.svg");
}
.fi-ne {
  background-image: url("./media/ne-NIQVZJOH.svg");
}
.fi-ne.fis {
  background-image: url("./media/ne-3WV2VAGZ.svg");
}
.fi-nf {
  background-image: url("./media/nf-BY5TRXD6.svg");
}
.fi-nf.fis {
  background-image: url("./media/nf-IB6SVOCC.svg");
}
.fi-ng {
  background-image: url("./media/ng-5QXHJYS4.svg");
}
.fi-ng.fis {
  background-image: url("./media/ng-KJDQPHTZ.svg");
}
.fi-ni {
  background-image: url("./media/ni-KFRUCHJY.svg");
}
.fi-ni.fis {
  background-image: url("./media/ni-X5745JJN.svg");
}
.fi-nl {
  background-image: url("./media/nl-YSPORVIR.svg");
}
.fi-nl.fis {
  background-image: url("./media/nl-FSMODX3U.svg");
}
.fi-no {
  background-image: url("./media/no-JTVUCTCT.svg");
}
.fi-no.fis {
  background-image: url("./media/no-UUM3YD7C.svg");
}
.fi-np {
  background-image: url("./media/np-HJPOYHEB.svg");
}
.fi-np.fis {
  background-image: url("./media/np-VFDZHTRO.svg");
}
.fi-nr {
  background-image: url("./media/nr-7GG6ZEK3.svg");
}
.fi-nr.fis {
  background-image: url("./media/nr-VA5HA23D.svg");
}
.fi-nu {
  background-image: url("./media/nu-4OUEUAXX.svg");
}
.fi-nu.fis {
  background-image: url("./media/nu-VN2VZZK5.svg");
}
.fi-nz {
  background-image: url("./media/nz-CYQS4UPV.svg");
}
.fi-nz.fis {
  background-image: url("./media/nz-4KLKVJVG.svg");
}
.fi-om {
  background-image: url("./media/om-ISPXLMQJ.svg");
}
.fi-om.fis {
  background-image: url("./media/om-A5DSAHBH.svg");
}
.fi-pa {
  background-image: url("./media/pa-PC5ZUPN6.svg");
}
.fi-pa.fis {
  background-image: url("./media/pa-X3FDV5QL.svg");
}
.fi-pe {
  background-image: url("./media/pe-CMQM2GTM.svg");
}
.fi-pe.fis {
  background-image: url("./media/pe-OTUAVF3F.svg");
}
.fi-pf {
  background-image: url("./media/pf-IHUQZUIO.svg");
}
.fi-pf.fis {
  background-image: url("./media/pf-IMCFY7FY.svg");
}
.fi-pg {
  background-image: url("./media/pg-ZNRFG2YQ.svg");
}
.fi-pg.fis {
  background-image: url("./media/pg-5V4ZU7HT.svg");
}
.fi-ph {
  background-image: url("./media/ph-2IMCALLE.svg");
}
.fi-ph.fis {
  background-image: url("./media/ph-7XE723TW.svg");
}
.fi-pk {
  background-image: url("./media/pk-WUV7X2DC.svg");
}
.fi-pk.fis {
  background-image: url("./media/pk-HGQFY5FC.svg");
}
.fi-pl {
  background-image: url("./media/pl-JSSZW3KY.svg");
}
.fi-pl.fis {
  background-image: url("./media/pl-W7YEMTF5.svg");
}
.fi-pm {
  background-image: url("./media/pm-UVIIXDZR.svg");
}
.fi-pm.fis {
  background-image: url("./media/pm-NY5YOR5H.svg");
}
.fi-pn {
  background-image: url("./media/pn-WTQ2W2VH.svg");
}
.fi-pn.fis {
  background-image: url("./media/pn-LYI3AO5D.svg");
}
.fi-pr {
  background-image: url("./media/pr-RHIV6URD.svg");
}
.fi-pr.fis {
  background-image: url("./media/pr-5LEJVZHH.svg");
}
.fi-ps {
  background-image: url("./media/ps-V6KGIQPI.svg");
}
.fi-ps.fis {
  background-image: url("./media/ps-MUPGH2AI.svg");
}
.fi-pt {
  background-image: url("./media/pt-VTKAHQAY.svg");
}
.fi-pt.fis {
  background-image: url("./media/pt-OULXL7DV.svg");
}
.fi-pw {
  background-image: url("./media/pw-YQJZ6R4B.svg");
}
.fi-pw.fis {
  background-image: url("./media/pw-4R6NRIC7.svg");
}
.fi-py {
  background-image: url("./media/py-S5MYBXBE.svg");
}
.fi-py.fis {
  background-image: url("./media/py-MUR5PEE3.svg");
}
.fi-qa {
  background-image: url("./media/qa-6547HYTX.svg");
}
.fi-qa.fis {
  background-image: url("./media/qa-PHNLGCML.svg");
}
.fi-re {
  background-image: url("./media/re-2PCPYGMW.svg");
}
.fi-re.fis {
  background-image: url("./media/re-JUMEK724.svg");
}
.fi-ro {
  background-image: url("./media/ro-YBPUPSYC.svg");
}
.fi-ro.fis {
  background-image: url("./media/ro-JCC2KRGD.svg");
}
.fi-rs {
  background-image: url("./media/rs-HP76C2NL.svg");
}
.fi-rs.fis {
  background-image: url("./media/rs-B5C62J77.svg");
}
.fi-ru {
  background-image: url("./media/ru-FRCHSBTM.svg");
}
.fi-ru.fis {
  background-image: url("./media/ru-T3RKIDXZ.svg");
}
.fi-rw {
  background-image: url("./media/rw-ZBPAPAP4.svg");
}
.fi-rw.fis {
  background-image: url("./media/rw-ATVPPEBH.svg");
}
.fi-sa {
  background-image: url("./media/sa-BW46R3BR.svg");
}
.fi-sa.fis {
  background-image: url("./media/sa-TJ3JAAG4.svg");
}
.fi-sb {
  background-image: url("./media/sb-Z5VEZ25P.svg");
}
.fi-sb.fis {
  background-image: url("./media/sb-MOULO6LC.svg");
}
.fi-sc {
  background-image: url("./media/sc-V2MOTRIU.svg");
}
.fi-sc.fis {
  background-image: url("./media/sc-SWRDLW3S.svg");
}
.fi-sd {
  background-image: url("./media/sd-4DSZW3W3.svg");
}
.fi-sd.fis {
  background-image: url("./media/sd-ZQ44F7OI.svg");
}
.fi-se {
  background-image: url("./media/se-5RJHQXTW.svg");
}
.fi-se.fis {
  background-image: url("./media/se-NY67VEUK.svg");
}
.fi-sg {
  background-image: url("./media/sg-PLMFMQ2U.svg");
}
.fi-sg.fis {
  background-image: url("./media/sg-NR6HPXPC.svg");
}
.fi-sh {
  background-image: url("./media/sh-HLIV5IJZ.svg");
}
.fi-sh.fis {
  background-image: url("./media/sh-TJMGU47M.svg");
}
.fi-si {
  background-image: url("./media/si-ERIUG64V.svg");
}
.fi-si.fis {
  background-image: url("./media/si-PQDA3RQI.svg");
}
.fi-sj {
  background-image: url("./media/sj-EOPZSLCL.svg");
}
.fi-sj.fis {
  background-image: url("./media/sj-QYYJ3R3Y.svg");
}
.fi-sk {
  background-image: url("./media/sk-ELFBGQEC.svg");
}
.fi-sk.fis {
  background-image: url("./media/sk-IH44HMRL.svg");
}
.fi-sl {
  background-image: url("./media/sl-DE7XOWOL.svg");
}
.fi-sl.fis {
  background-image: url("./media/sl-XDRPTSE3.svg");
}
.fi-sm {
  background-image: url("./media/sm-JITZHE4P.svg");
}
.fi-sm.fis {
  background-image: url("./media/sm-T456GX2E.svg");
}
.fi-sn {
  background-image: url("./media/sn-KYWABXNT.svg");
}
.fi-sn.fis {
  background-image: url("./media/sn-HK436VOQ.svg");
}
.fi-so {
  background-image: url("./media/so-QH5SJVG2.svg");
}
.fi-so.fis {
  background-image: url("./media/so-SCWJTLJW.svg");
}
.fi-sr {
  background-image: url("./media/sr-HMODPFV5.svg");
}
.fi-sr.fis {
  background-image: url("./media/sr-BFJ2NIE7.svg");
}
.fi-ss {
  background-image: url("./media/ss-CYJKS5XU.svg");
}
.fi-ss.fis {
  background-image: url("./media/ss-N5S5IPGO.svg");
}
.fi-st {
  background-image: url("./media/st-4LIOQET4.svg");
}
.fi-st.fis {
  background-image: url("./media/st-ETCSW6CL.svg");
}
.fi-sv {
  background-image: url("./media/sv-SVKTTQZJ.svg");
}
.fi-sv.fis {
  background-image: url("./media/sv-JJ7PGQKT.svg");
}
.fi-sx {
  background-image: url("./media/sx-DIQRHMRS.svg");
}
.fi-sx.fis {
  background-image: url("./media/sx-XI7KKH7B.svg");
}
.fi-sy {
  background-image: url("./media/sy-D4ZDMKR3.svg");
}
.fi-sy.fis {
  background-image: url("./media/sy-6RCKNZUQ.svg");
}
.fi-sz {
  background-image: url("./media/sz-ZSNOQNHB.svg");
}
.fi-sz.fis {
  background-image: url("./media/sz-MG5COQXB.svg");
}
.fi-tc {
  background-image: url("./media/tc-DVAM44GW.svg");
}
.fi-tc.fis {
  background-image: url("./media/tc-PFTC74CB.svg");
}
.fi-td {
  background-image: url("./media/td-IEJMZVM7.svg");
}
.fi-td.fis {
  background-image: url("./media/td-L4QKZRA4.svg");
}
.fi-tf {
  background-image: url("./media/tf-PSLXXLYB.svg");
}
.fi-tf.fis {
  background-image: url("./media/tf-L6UFHBZP.svg");
}
.fi-tg {
  background-image: url("./media/tg-K4K352CF.svg");
}
.fi-tg.fis {
  background-image: url("./media/tg-UGUE6RST.svg");
}
.fi-th {
  background-image: url("./media/th-WAHAQKQK.svg");
}
.fi-th.fis {
  background-image: url("./media/th-543UAZS4.svg");
}
.fi-tj {
  background-image: url("./media/tj-Z2UJEGVZ.svg");
}
.fi-tj.fis {
  background-image: url("./media/tj-CVBC574I.svg");
}
.fi-tk {
  background-image: url("./media/tk-YC7WNHF3.svg");
}
.fi-tk.fis {
  background-image: url("./media/tk-JRIL6W7E.svg");
}
.fi-tl {
  background-image: url("./media/tl-FRLMYCHK.svg");
}
.fi-tl.fis {
  background-image: url("./media/tl-RI4B3XTP.svg");
}
.fi-tm {
  background-image: url("./media/tm-YD7DXRTX.svg");
}
.fi-tm.fis {
  background-image: url("./media/tm-NKHMK24W.svg");
}
.fi-tn {
  background-image: url("./media/tn-G7EOPTWC.svg");
}
.fi-tn.fis {
  background-image: url("./media/tn-ADYDPKKU.svg");
}
.fi-to {
  background-image: url("./media/to-4IPHWATD.svg");
}
.fi-to.fis {
  background-image: url("./media/to-Y3ZWK7GO.svg");
}
.fi-tr {
  background-image: url("./media/tr-2TE5SKW5.svg");
}
.fi-tr.fis {
  background-image: url("./media/tr-BXXVVJLD.svg");
}
.fi-tt {
  background-image: url("./media/tt-4CMF6HDJ.svg");
}
.fi-tt.fis {
  background-image: url("./media/tt-NK2SRYUQ.svg");
}
.fi-tv {
  background-image: url("./media/tv-HASL2ZPX.svg");
}
.fi-tv.fis {
  background-image: url("./media/tv-NEB4WA2N.svg");
}
.fi-tw {
  background-image: url("./media/tw-OOSFQCFC.svg");
}
.fi-tw.fis {
  background-image: url("./media/tw-X2EV3JOS.svg");
}
.fi-tz {
  background-image: url("./media/tz-F7DARXBO.svg");
}
.fi-tz.fis {
  background-image: url("./media/tz-DSCJI5GW.svg");
}
.fi-ua {
  background-image: url("./media/ua-6L6MVDVK.svg");
}
.fi-ua.fis {
  background-image: url("./media/ua-DEDK3LCD.svg");
}
.fi-ug {
  background-image: url("./media/ug-SUFOZCE2.svg");
}
.fi-ug.fis {
  background-image: url("./media/ug-IR5577EN.svg");
}
.fi-um {
  background-image: url("./media/um-3TCGFAMU.svg");
}
.fi-um.fis {
  background-image: url("./media/um-HPF3LBVV.svg");
}
.fi-us {
  background-image: url("./media/us-5WPJ3T3N.svg");
}
.fi-us.fis {
  background-image: url("./media/us-OS5BPCLY.svg");
}
.fi-uy {
  background-image: url("./media/uy-SU32MXNU.svg");
}
.fi-uy.fis {
  background-image: url("./media/uy-2LGNGCBQ.svg");
}
.fi-uz {
  background-image: url("./media/uz-6LD3WNBK.svg");
}
.fi-uz.fis {
  background-image: url("./media/uz-KR6UXLJE.svg");
}
.fi-va {
  background-image: url("./media/va-SWMHLWJN.svg");
}
.fi-va.fis {
  background-image: url("./media/va-IIHI4DCJ.svg");
}
.fi-vc {
  background-image: url("./media/vc-73265KDC.svg");
}
.fi-vc.fis {
  background-image: url("./media/vc-ENVAYUHB.svg");
}
.fi-ve {
  background-image: url("./media/ve-7QMM4EDR.svg");
}
.fi-ve.fis {
  background-image: url("./media/ve-7LNK7AU5.svg");
}
.fi-vg {
  background-image: url("./media/vg-K235OISV.svg");
}
.fi-vg.fis {
  background-image: url("./media/vg-UK5I2DQS.svg");
}
.fi-vi {
  background-image: url("./media/vi-A7WYZ7V4.svg");
}
.fi-vi.fis {
  background-image: url("./media/vi-VLVLCRRK.svg");
}
.fi-vn {
  background-image: url("./media/vn-OLY63DMY.svg");
}
.fi-vn.fis {
  background-image: url("./media/vn-QUENQA3C.svg");
}
.fi-vu {
  background-image: url("./media/vu-4BCJQIBN.svg");
}
.fi-vu.fis {
  background-image: url("./media/vu-4LYJO6DK.svg");
}
.fi-wf {
  background-image: url("./media/wf-XSUYVC54.svg");
}
.fi-wf.fis {
  background-image: url("./media/wf-64XCGZ3D.svg");
}
.fi-ws {
  background-image: url("./media/ws-PVUKQ4PE.svg");
}
.fi-ws.fis {
  background-image: url("./media/ws-P5MXR5ZW.svg");
}
.fi-ye {
  background-image: url("./media/ye-TWPEZHYT.svg");
}
.fi-ye.fis {
  background-image: url("./media/ye-R46HCZOQ.svg");
}
.fi-yt {
  background-image: url("./media/yt-ARO4LFTS.svg");
}
.fi-yt.fis {
  background-image: url("./media/yt-UUCGT7AF.svg");
}
.fi-za {
  background-image: url("./media/za-WS2IXHK7.svg");
}
.fi-za.fis {
  background-image: url("./media/za-IGVA77JN.svg");
}
.fi-zm {
  background-image: url("./media/zm-545JV347.svg");
}
.fi-zm.fis {
  background-image: url("./media/zm-LDTTV5LG.svg");
}
.fi-zw {
  background-image: url("./media/zw-HZY5LJGS.svg");
}
.fi-zw.fis {
  background-image: url("./media/zw-6ENSY5DW.svg");
}
.fi-arab {
  background-image: url("./media/arab-A42JLJNT.svg");
}
.fi-arab.fis {
  background-image: url("./media/arab-S6KYB4TR.svg");
}
.fi-asean {
  background-image: url("./media/asean-ELZDU4TE.svg");
}
.fi-asean.fis {
  background-image: url("./media/asean-SS3GRO5T.svg");
}
.fi-cefta {
  background-image: url("./media/cefta-HR3KQ2EO.svg");
}
.fi-cefta.fis {
  background-image: url("./media/cefta-NTUUUQSZ.svg");
}
.fi-cp {
  background-image: url("./media/cp-2DVX35UB.svg");
}
.fi-cp.fis {
  background-image: url("./media/cp-6QAMTOXH.svg");
}
.fi-dg {
  background-image: url("./media/dg-FXQ2KR4X.svg");
}
.fi-dg.fis {
  background-image: url("./media/dg-KL5G7PRJ.svg");
}
.fi-eac {
  background-image: url("./media/eac-DLAEKB33.svg");
}
.fi-eac.fis {
  background-image: url("./media/eac-RVDXN5KH.svg");
}
.fi-es-ct {
  background-image: url("./media/es-ct-LZMYMK2E.svg");
}
.fi-es-ct.fis {
  background-image: url("./media/es-ct-YZMY3BN2.svg");
}
.fi-es-ga {
  background-image: url("./media/es-ga-6PZUYNFD.svg");
}
.fi-es-ga.fis {
  background-image: url("./media/es-ga-CPWP5IRZ.svg");
}
.fi-es-pv {
  background-image: url("./media/es-pv-OXFBXZM5.svg");
}
.fi-es-pv.fis {
  background-image: url("./media/es-pv-TCDUGVHX.svg");
}
.fi-eu {
  background-image: url("./media/eu-Z34VKHYH.svg");
}
.fi-eu.fis {
  background-image: url("./media/eu-N4MK7TMC.svg");
}
.fi-gb-eng {
  background-image: url("./media/gb-eng-4H6GWTY6.svg");
}
.fi-gb-eng.fis {
  background-image: url("./media/gb-eng-KED2JQT6.svg");
}
.fi-gb-nir {
  background-image: url("./media/gb-nir-R3CUP5HV.svg");
}
.fi-gb-nir.fis {
  background-image: url("./media/gb-nir-6QHYPVOC.svg");
}
.fi-gb-sct {
  background-image: url("./media/gb-sct-CDZZA2QR.svg");
}
.fi-gb-sct.fis {
  background-image: url("./media/gb-sct-MYMPELAJ.svg");
}
.fi-gb-wls {
  background-image: url("./media/gb-wls-U35MHGIX.svg");
}
.fi-gb-wls.fis {
  background-image: url("./media/gb-wls-DTZ5TTAQ.svg");
}
.fi-ic {
  background-image: url("./media/ic-CQCOSBIQ.svg");
}
.fi-ic.fis {
  background-image: url("./media/ic-XC4APDRB.svg");
}
.fi-pc {
  background-image: url("./media/pc-TT6YEIH4.svg");
}
.fi-pc.fis {
  background-image: url("./media/pc-EX5GAM4Z.svg");
}
.fi-sh-ac {
  background-image: url("./media/sh-ac-JFUG6UDV.svg");
}
.fi-sh-ac.fis {
  background-image: url("./media/sh-ac-CA7Y7WNG.svg");
}
.fi-sh-hl {
  background-image: url("./media/sh-hl-YQIJUYB7.svg");
}
.fi-sh-hl.fis {
  background-image: url("./media/sh-hl-MZFPYVQ5.svg");
}
.fi-sh-ta {
  background-image: url("./media/sh-ta-E3Y363IZ.svg");
}
.fi-sh-ta.fis {
  background-image: url("./media/sh-ta-TYDLYCHE.svg");
}
.fi-un {
  background-image: url("./media/un-TACTIQXL.svg");
}
.fi-un.fis {
  background-image: url("./media/un-64W32BF7.svg");
}
.fi-xk {
  background-image: url("./media/xk-T7BAH4YE.svg");
}
.fi-xk.fis {
  background-image: url("./media/xk-SYLXNOIJ.svg");
}

/* node_modules/prismjs/themes/prism-okaidia.css */
code[class*=language-],
pre[class*=language-] {
  color: #f8f8f2;
  background: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #272822;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #8292a2;
}
.token.punctuation {
  color: #f8f8f2;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}
.token.boolean,
.token.number {
  color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #e6db74;
}
.token.keyword {
  color: #66d9ef;
}
.token.regex,
.token.important {
  color: #fd971f;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* node_modules/jsoneditor/dist/jsoneditor.min.css */
.jsoneditor,
.jsoneditor-modal {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.jsoneditor input,
.jsoneditor input:not([type]),
.jsoneditor input[type=search],
.jsoneditor input[type=text],
.jsoneditor-modal input,
.jsoneditor-modal input:not([type]),
.jsoneditor-modal input[type=search],
.jsoneditor-modal input[type=text] {
  height: auto;
  border: inherit;
  box-shadow: none;
  font-size: inherit;
  box-sizing: inherit;
  padding: inherit;
  font-family: inherit;
  transition: none;
  line-height: inherit;
}
.jsoneditor input:focus,
.jsoneditor input:not([type]):focus,
.jsoneditor input[type=search]:focus,
.jsoneditor input[type=text]:focus,
.jsoneditor-modal input:focus,
.jsoneditor-modal input:not([type]):focus,
.jsoneditor-modal input[type=search]:focus,
.jsoneditor-modal input[type=text]:focus {
  border: inherit;
  box-shadow: inherit;
}
.jsoneditor textarea,
.jsoneditor-modal textarea {
  height: inherit;
}
.jsoneditor select,
.jsoneditor-modal select {
  display: inherit;
  height: inherit;
}
.jsoneditor label,
.jsoneditor-modal label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.jsoneditor table,
.jsoneditor-modal table {
  border-collapse: collapse;
  width: auto;
}
.jsoneditor td,
.jsoneditor th,
.jsoneditor-modal td,
.jsoneditor-modal th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}
.jsoneditor .autocomplete.dropdown {
  position: absolute;
  background: #fff;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, .3);
  border: 1px solid #d3d3d3;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding: 5px;
  text-align: left;
  outline: 0;
  font-family:
    consolas,
    menlo,
    monaco,
    "Ubuntu Mono",
    source-code-pro,
    monospace;
  font-size: 14px;
}
.jsoneditor .autocomplete.dropdown .item {
  color: #1a1a1a;
}
.jsoneditor .autocomplete.dropdown .item.hover {
  background-color: #ebebeb;
}
.jsoneditor .autocomplete.hint {
  color: #a1a1a1;
  top: 4px;
  left: 4px;
}
.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}
.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 2;
}
.jsoneditor-contextmenu .jsoneditor-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, .3);
  list-style: none;
  margin: 0;
  padding: 0;
}
.jsoneditor-contextmenu .jsoneditor-menu button {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: 0 0;
  font-size: 14px;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}
.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default {
  width: 96px;
}
.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}
.jsoneditor-contextmenu .jsoneditor-menu li {
  overflow: hidden;
}
.jsoneditor-contextmenu .jsoneditor-menu li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, .5);
  padding: 0 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon {
  margin-left: 24px;
}
.jsoneditor-contextmenu .jsoneditor-menu li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}
.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: 0 -72px;
}
.jsoneditor-contextmenu .jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
}
.jsoneditor-contextmenu .jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}
.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}
.jsoneditor-contextmenu .jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}
.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon {
  background-position: -24px 0;
}
.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon {
  background-position: 0 0;
}
.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon {
  background-position: 0 0;
}
.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon {
  background-position: -48px 0;
}
.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon {
  background-position: -168px 0;
}
.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon {
  background-position: -192px 0;
}
.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon {
  background-position: -216px 0;
}
.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon {
  background-position: 0 -24px;
}
.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon {
  background-position: -144px 0;
}
.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon {
  background-position: -120px 0;
}
.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon {
  background-position: -72px 0;
}
.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon {
  background-position: -96px 0;
}
.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon {
  background-image: none;
  width: 6px;
}
.jsoneditor-contextmenu li,
.jsoneditor-contextmenu ul {
  box-sizing: content-box;
  position: relative;
}
.jsoneditor-contextmenu .jsoneditor-menu button:focus,
.jsoneditor-contextmenu .jsoneditor-menu button:hover {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: 0;
}
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover {
  color: #fff;
  background-color: #ee422e;
}
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus,
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover {
  background-color: #f5f5f5;
}
.jsoneditor-modal {
  max-width: 95%;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, .3);
  color: #4d4d4d;
  line-height: 1.3em;
}
.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}
.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: #fff;
}
.jsoneditor-modal table {
  width: 100%;
}
.jsoneditor-modal table td {
  padding: 3px 0;
}
.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}
.jsoneditor-modal table th {
  vertical-align: middle;
}
.jsoneditor-modal p:first-child {
  margin-top: 0;
}
.jsoneditor-modal a {
  color: #3883fa;
}
.jsoneditor-modal .jsoneditor-jmespath-block {
  margin-bottom: 10px;
}
.jsoneditor-modal .pico-close {
  background: 0 0 !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: #fff;
}
.jsoneditor-modal input {
  padding: 4px;
}
.jsoneditor-modal input[type=text] {
  cursor: inherit;
}
.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: grey;
}
.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}
.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}
.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 14px;
  line-height: 1.5em;
}
.jsoneditor-modal select::-ms-expand {
  display: none;
}
.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}
.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}
.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}
.jsoneditor-modal .jsoneditor-jmespath-label {
  font-weight: 700;
  color: #1e90ff;
  margin-top: 20px;
  margin-bottom: 5px;
}
.jsoneditor-modal .jsoneditor-jmespath-wizard-table {
  width: 100%;
  border-collapse: collapse;
}
.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}
.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.jsoneditor-modal .jsoneditor-inline:not(:last-child) {
  padding-right: 2px;
}
.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}
.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 180px;
}
.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}
.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 180px;
  flex: 1;
}
.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}
.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}
.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}
.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}
.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}
.jsoneditor-modal table td,
.jsoneditor-modal table th {
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
}
.jsoneditor-modal #query,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal select,
.jsoneditor-modal textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}
.jsoneditor-modal #query,
.jsoneditor-modal textarea {
  border-radius: unset;
}
.jsoneditor-modal,
.jsoneditor-modal #query,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal option,
.jsoneditor-modal select,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal textarea {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family:
    consolas,
    menlo,
    monaco,
    "Ubuntu Mono",
    source-code-pro,
    monospace;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.jsoneditor-modal input[type=button],
.jsoneditor-modal input[type=submit] {
  background: #f5f5f5;
  padding: 4px 20px;
}
.jsoneditor-modal input,
.jsoneditor-modal select {
  cursor: pointer;
}
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: #fff;
}
.jsoneditor {
  color: #1a1a1a;
  border: thin solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}
a.jsoneditor-value,
div.jsoneditor-default,
div.jsoneditor-field,
div.jsoneditor-readonly,
div.jsoneditor-value {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  line-height: 16px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  float: left;
}
div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}
div.jsoneditor-value.jsoneditor-string {
  color: #006000;
}
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}
div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}
div.jsoneditor-value.jsoneditor-color-value {
  color: #1a1a1a;
}
div.jsoneditor-value.jsoneditor-invalid {
  color: #1a1a1a;
}
div.jsoneditor-readonly {
  min-width: 16px;
  color: grey;
}
div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}
div.jsoneditor td {
  vertical-align: top;
}
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: grey;
}
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}
div.jsoneditor.busy pre.jsoneditor-preview {
  background: #f5f5f5;
  color: grey;
}
div.jsoneditor.busy div.jsoneditor-busy {
  display: inherit;
}
div.jsoneditor code.jsoneditor-preview {
  background: 0 0;
}
div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 2px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}
div.jsoneditor-default {
  color: grey;
  padding-left: 10px;
}
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: #fff;
}
div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
}
div.jsoneditor-tree button.jsoneditor-button:focus {
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}
div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}
div.jsoneditor-tree button.jsoneditor-contextmenu-button {
  background-position: -48px -72px;
}
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: 0 0;
}
div.jsoneditor-tree button.jsoneditor-dragarea {
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: -72px -72px;
  cursor: move;
}
div.jsoneditor-tree :focus {
  outline: 0;
}
div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: grey;
  font-family: arial, sans-serif;
  font-size: 14px;
}
div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: grey;
}
div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid grey;
  cursor: pointer;
}
div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly {
  cursor: inherit;
}
div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: #fff;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
div.jsoneditor-tree .jsoneditor-button {
  display: block;
}
div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: -168px -48px;
  background-color: transparent;
}
div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}
div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}
div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}
div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}
div.jsoneditor-busy {
  position: absolute;
  top: 15%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}
div.jsoneditor-busy span {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}
a.jsoneditor-value.jsoneditor-url,
div.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
}
a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}
a.jsoneditor-value.jsoneditor-url:focus,
a.jsoneditor-value.jsoneditor-url:hover {
  color: #ee422e;
}
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value.jsoneditor-highlight,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}
div.jsoneditor-value.jsoneditor-array,
div.jsoneditor-value.jsoneditor-object {
  min-width: 16px;
}
div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,
div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  background-position: -48px -48px;
}
div.jsoneditor-tree div.jsoneditor-show-more a:focus,
div.jsoneditor-tree div.jsoneditor-show-more a:hover {
  color: #ee422e;
}
.ace-jsoneditor,
textarea.jsoneditor-text {
  min-height: 150px;
}
.ace-jsoneditor.ace_editor,
textarea.jsoneditor-text.ace_editor {
  font-family:
    consolas,
    menlo,
    monaco,
    "Ubuntu Mono",
    source-code-pro,
    monospace;
}
textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: #fff;
  resize: none;
}
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}
tr.jsoneditor-selected button.jsoneditor-contextmenu-button,
tr.jsoneditor-selected button.jsoneditor-dragarea {
  visibility: hidden;
}
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  visibility: visible;
}
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor tr {
  padding: 0;
  margin: 0;
}
.jsoneditor-popover,
.jsoneditor-schema-error,
div.jsoneditor td,
div.jsoneditor textarea,
div.jsoneditor th,
div.jsoneditor-field,
div.jsoneditor-value,
pre.jsoneditor-preview {
  font-family:
    consolas,
    menlo,
    monaco,
    "Ubuntu Mono",
    source-code-pro,
    monospace;
  font-size: 14px;
  color: #1a1a1a;
}
.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}
.jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #fff;
  padding: 7px 10px;
  position: absolute;
  cursor: auto;
  width: 200px;
}
.jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}
.jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}
.jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}
.jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}
.jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}
.jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}
.jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}
.jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}
.jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}
.jsoneditor-schema-error:focus .jsoneditor-popover,
.jsoneditor-schema-error:hover .jsoneditor-popover {
  display: block;
  animation: fade-in .3s linear 1, move-up .3s linear 1;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}
.jsoneditor .jsoneditor-validation-errors {
  width: 100%;
  overflow: hidden;
}
.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: grey;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}
.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}
.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffc700;
}
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}
.jsoneditor .jsoneditor-text-errors td pre {
  margin: 0;
  white-space: pre-wrap;
}
.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffffab;
}
.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: rgba(238, 46, 46, .4392156863);
}
.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}
.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: -168px -48px;
  background-color: transparent;
}
.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: -25px 0;
  background-color: transparent;
}
.jsoneditor-anchor {
  cursor: pointer;
}
.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}
.fadein {
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
  -moz-animation: fadein .3s;
  -o-animation: fadein .3s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsoneditor-modal input[type=search].selectr-input {
  border: 1px solid #d3d3d3;
  width: calc(100% - 4px);
  margin: 2px;
  padding: 4px;
  box-sizing: border-box;
}
.jsoneditor-modal button.selectr-input-clear {
  right: 8px;
}
.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}
.jsoneditor-menu > .jsoneditor-modes > button,
.jsoneditor-menu > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  color: #fff;
  opacity: .8;
  font-family: arial, sans-serif;
  font-size: 14px;
  float: left;
}
.jsoneditor-menu > .jsoneditor-modes > button:hover,
.jsoneditor-menu > button:hover {
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .4);
}
.jsoneditor-menu > .jsoneditor-modes > button:active,
.jsoneditor-menu > .jsoneditor-modes > button:focus,
.jsoneditor-menu > button:active,
.jsoneditor-menu > button:focus {
  background-color: rgba(255, 255, 255, .3);
}
.jsoneditor-menu > .jsoneditor-modes > button:disabled,
.jsoneditor-menu > button:disabled {
  opacity: .5;
  background-color: transparent;
  border: none;
}
.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}
.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}
.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}
.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-transform,
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}
.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}
.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}
.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}
.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}
.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}
.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}
.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}
.jsoneditor-menu > .jsoneditor-modes {
  display: inline-block;
  float: left;
}
.jsoneditor-menu > .jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.jsoneditor-menu > .jsoneditor-modes > button.jsoneditor-separator,
.jsoneditor-menu > button.jsoneditor-separator {
  margin-left: 10px;
}
.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #fff;
  opacity: .8;
  vertical-align: middle;
}
.jsoneditor-menu a:hover {
  opacity: 1;
}
.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: grey;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 14px;
}
.jsoneditor-search {
  font-family: arial, sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  display: flex;
}
.jsoneditor-search input {
  color: #1a1a1a;
  width: 120px;
  border: none;
  outline: 0;
  margin: 1px;
  line-height: 20px;
  font-family: arial, sans-serif;
}
.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("./media/jsoneditor-icons-STGDAB4I.svg");
  vertical-align: top;
}
.jsoneditor-search button:hover {
  background-color: transparent;
}
.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}
.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}
.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}
.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}
.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}
.jsoneditor-results {
  font-family: arial, sans-serif;
  color: #fff;
  padding-right: 5px;
  line-height: 26px;
}
.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 0 2px;
  margin: 0;
}
.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  color: grey;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}
.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}
.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: -168px -48px;
  cursor: pointer;
}
.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
}
.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background-image: url("./media/jsoneditor-icons-STGDAB4I.svg");
  background-position: -25px 0;
}
.jsoneditor-statusbar .jsoneditor-array-info a {
  color: inherit;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label,
div.jsoneditor-statusbar > .jsoneditor-size-info {
  margin: 0 4px;
}
.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  outline: 0;
}
.jsoneditor-treepath.show-all {
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  background-color: #ebebeb;
  z-index: 1;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, .3);
}
.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn {
  display: none;
}
.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}
.jsoneditor-treepath .jsoneditor-treepath-show-all-btn {
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  height: 20px;
  padding: 0 3px;
  cursor: pointer;
}
.jsoneditor-treepath .jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 14px;
}
.jsoneditor-treepath .jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}
.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}
/*!
* Selectr 2.4.13
* http://mobius.ovh/docs/selectr
*
* Released under the MIT license
*/
.selectr-container {
  position: relative;
}
.selectr-container li {
  list-style: none;
}
.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}
.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}
.selectr-desktop.multiple .selectr-visible {
  display: none;
}
.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}
.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}
.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
}
.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  -o-transform: rotate(0) translate3d(0, -50%, 0);
  -ms-transform: rotate(0) translate3d(0, -50%, 0);
  -moz-transform: rotate(0) translate3d(0, -50%, 0);
  -webkit-transform: rotate(0) translate3d(0, -50%, 0);
  transform: rotate(0) translate3d(0, -50%, 0);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}
.selectr-container.native-open .selectr-selected::before,
.selectr-container.open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}
.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectr-placeholder {
  color: #6c7a86;
}
.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}
.has-selected .selectr-tags {
  margin: 0 0 -2px;
}
.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}
.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}
.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.selectr-container.open .selectr-options-container {
  display: block;
}
.selectr-input-container {
  position: relative;
  display: none;
}
.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}
.selectr-clear,
.selectr-input-clear {
  display: none;
}
.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}
.selectr-selected .selectr-tag-remove {
  right: 2px;
}
.selectr-clear::after,
.selectr-clear::before,
.selectr-input-clear::after,
.selectr-input-clear::before,
.selectr-tag-remove::after,
.selectr-tag-remove::before {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
}
.selectr-tag-remove::after,
.selectr-tag-remove::before {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
}
.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}
.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px;
}
.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.selectr-container.notice .selectr-notice {
  display: block;
}
.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}
.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}
.selectr-container.notice .selectr-options-container,
.selectr-container.open .selectr-input-container,
.selectr-container.open .selectr-options {
  display: block;
}
.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: 400;
}
.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}
.selectr-optgroup {
  font-weight: 700;
  padding: 0;
}
.selectr-optgroup--label {
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 15px;
}
.selectr-match {
  text-decoration: underline;
}
.selectr-option.selected {
  background-color: #ddd;
}
.selectr-option.active {
  color: #fff;
  background-color: #5897fb;
}
.selectr-option.disabled {
  opacity: .4;
}
.selectr-option.excluded {
  display: none;
}
.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0;
}
.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0, 50%, 0);
  -ms-transform: rotate(180deg) translate3d(0, 50%, 0);
  -moz-transform: rotate(180deg) translate3d(0, 50%, 0);
  -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
  transform: rotate(180deg) translate3d(0, 50%, 0);
}
.selectr-disabled {
  opacity: .6;
}
.has-selected .selectr-placeholder,
.selectr-empty {
  display: none;
}
.has-selected .selectr-label {
  display: block;
}
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}
.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}
.taggable .selectr-label {
  width: auto;
}
.taggable .selectr-tags {
  float: left;
  display: block;
}
.taggable .selectr-placeholder {
  display: none;
}
.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}
.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: .5s linear 0s normal forwards infinite running selectr-spin;
  -webkit-animation: .5s linear 0s normal forwards infinite running selectr-spin;
  animation: .5s linear 0s normal forwards infinite running selectr-spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}
@-webkit-keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}
@keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
}
.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}
.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}
.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}
.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}
.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}
.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/styles.scss */
bs-dropdown-container {
  z-index: 102;
}
.popover.statsPopoover {
  max-width: initial;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./media/glyphicons-halflings-regular-PIHUWCJO.eot");
  src:
    url("./media/glyphicons-halflings-regular-PIHUWCJO.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-halflings-regular-W4DYDFZM.woff2") format("woff2"),
    url("./media/glyphicons-halflings-regular-JOUF32XT.woff") format("woff"),
    url("./media/glyphicons-halflings-regular-ACNUA6UY.ttf") format("truetype"),
    url("./media/glyphicons-halflings-regular-QXYEM3FU.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-jpy:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: var(--font-basic);
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #f2f2f2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fef3eb;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #f56200;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c24e00;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fef3eb;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fcd6ba;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\a0\2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f2f2f2;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fef3eb;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fde4d3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}
input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \	;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f56200;
}
.has-warning .form-control {
  border-color: #f56200;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c24e00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9d5c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9d5c;
}
.has-warning .input-group-addon {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #f56200;
}
.has-warning .form-control-feedback {
  color: #f56200;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f2f4f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #fdddd3;
}
.alert-warning hr {
  border-top-color: #fccbba;
}
.alert-warning .alert-link {
  color: #c24e00;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #f56200;
  background-color: #fef3eb;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f56200;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f56200;
  background-color: #fde4d3;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f56200;
  border-color: #f56200;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #fdddd3;
}
.panel-warning > .panel-heading {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #fdddd3;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fdddd3;
}
.panel-warning > .panel-heading .badge {
  color: #fef3eb;
  background-color: #f56200;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fdddd3;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px 15px 0;
  border-bottom: 1px solid transparent;
}
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: var(--font-basic);
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: var(--font-basic);
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.agree-theme {
  --font-basic:
    Lato,
    Helvetica,
    Arial,
    sans-serif;
  --font-heading:
    Poppins,
    Helvetica,
    Arial,
    sans-serif;
  --logo-path: url(/assets/img/logo.png);
  --logo-black-path: url(/assets/img/home/logo-agree-market-w.png);
  --logo-white-path: url(/assets/img/home/logo-agree-market-w.png);
  --logo-aspect-ratio: 4.4;
  --primary: #17d0a1 !important;
  --primary-darken-1: #14af88;
  --primary-darken-2: #0d7258;
  --primary-darken-3: #04261d;
  --primary-lighten-1: #c2f8ea;
  --primary-lighten-2: #f3fefb;
  --primary-lighten-3: #fbfffe;
  --secondary: #17d0a1 !important;
  --secondary-darken-1: #0a5d48;
  --secondary-darken-2: #084636;
  --secondary-darken-3: #052f25;
  --buy-agree: #3d8eb9;
  --sell-agree: #ff4d4d;
  --booked-agree: #d0d6e2;
  --status-info-color: #00838f;
  --status-info-border: #80deea;
  --status-info-bg: #e0f7fa;
  --status-pending-color: #e6a800;
  --status-pending-border: #ffcc80;
  --status-pending-bg: #fff3e0;
  --status-warning-color: #e65100;
  --status-warning-border: #ffcc80;
  --status-warning-bg: #fff3e0;
  --status-danger-color: #a94442;
  --status-danger-border: #ce8382;
  --status-danger-bg: #ffebee;
  --status-success-color: #1b5e20;
  --status-success-border: #a5d6a7;
  --status-success-bg: #e8f5e9;
  --btn-agree-color: #fff;
  --btn-agree-bg: #17d0a1;
  --btn-agree-border: #15b98f;
  --panel-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --label-buy-bg: #3d8eb9;
  --label-sell-bg: label-shell-bg;
  --label-booked-bg: label-booked-bg;
}
.agree-theme *:focus,
.agree-theme *.focus,
.agree-theme *:active:focus,
.agree-theme *:active.focus,
.agree-theme *.active:focus,
.agree-theme *.active.focus {
  outline: none !important;
}
.agree-theme ins {
  color: black;
  background: #bbffbb;
}
.agree-theme del {
  color: black;
  background: #ffbbbb;
}
.agree-theme a {
  cursor: pointer;
  color: #285f8f;
}
.agree-theme a.agree-color {
  color: var(--primary);
}
.agree-theme a.agree-color:hover {
  color: var(--primary-darken-1);
}
.agree-theme .nomargin-top {
  margin-top: 0;
}
.agree-theme .buy-bg {
  background-color: #3d8eb9;
}
.agree-theme .sell-bg {
  background-color: #ff4d4d;
}
.agree-theme .booked-bg {
  background-color: #d0d6e2;
  color: #000 !important;
}
.agree-theme .buy {
  color: #3d8eb9;
}
.agree-theme .sell {
  color: #ff4d4d;
}
.agree-theme .booked {
  color: #d0d6e2;
}
.agree-theme .alert hr {
  margin: 7px 0;
}
.agree-theme .divider-break {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  padding: 16px 0;
  line-height: 0;
}
.agree-theme .divider-break span {
  line-height: 1;
  color: #767676;
  font-weight: 400;
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 8px 0 7px;
}
.agree-theme .divider-break:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.agree-theme .sticky {
  position: sticky;
  z-index: 100;
  top: 0;
}
.agree-theme .ag-header {
  display: flex;
  padding: 10px 0 12px;
  margin-top: -10px;
  align-items: center;
  justify-content: space-between;
}
.agree-theme .ag-header.sticky {
  background-color: #fff;
}
.agree-theme .ag-header .ag-header-title {
  display: flex;
  align-items: center;
}
.agree-theme .ag-header .ag-header-title h3,
.agree-theme .ag-header .ag-header-title h4 {
  margin: 0px;
}
.agree-theme .ag-header .ag-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .agree-theme .ag-header {
    flex-flow: wrap;
  }
  .agree-theme .ag-header > * {
    width: 100%;
  }
  .agree-theme .ag-header > * + * {
    margin-top: 12px;
  }
}
.agree-theme .material-symbols-rounded {
  font-size: 140%;
  vertical-align: bottom;
}
.agree-theme .image-icons {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.agree-theme .image-icons.cash-payment {
  background-image: url(/assets/img/icons/cash-delivery.png);
}
.agree-theme footer {
  margin: 20px 0;
}
.agree-theme .tab-footer {
  padding-top: 15px;
  text-align: right;
}
.agree-theme .tab-footer .btn + .btn {
  margin-left: 5px;
}
.agree-theme .clickable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.agree-theme .ag-container {
  display: flex;
}
.agree-theme .ag-container .ag-col-secondary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.agree-theme .ag-container .ag-col-primary {
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .agree-theme .ag-col-expanded-only .ag-col-primary:not(.ag-col-expanded),
  .agree-theme .ag-col-expanded-only .ag-col-secondary:not(.ag-col-expanded) {
    display: none;
  }
}
@media (max-width: 768px) {
  .agree-theme .ag-container {
    flex-direction: column;
  }
}
.agree-theme .landing-bg {
  position: fixed;
}
.agree-theme .landing-bg > .gradient-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  background: var(--primary-darken-2);
  background:
    linear-gradient(
      0deg,
      var(--primary-darken-2) 25%,
      var(--primary-darken-3) 75%);
}
.agree-theme .landing-bg > .gradient-circle > img {
  height: 200vw;
}
.agree-theme .landing-bg > .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.agree-theme .landing-bg > .dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18%;
}
.agree-theme .landing-bg > .background-images {
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  width: 100vw;
}
.agree-theme .landing-bg > .background-images > div {
  background-repeat: no-repeat;
  background-size: cover;
}
.agree-theme .landing-bg > .background-images > .w40 {
  width: 40%;
}
.agree-theme .landing-bg > .background-images > .w25 {
  width: 25%;
}
.agree-theme .landing-bg > .background-images > .field {
  background-image: url(/assets/img/home/bg-field@4k.jpg);
  background-position: left center;
}
.agree-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/home/bg-teamwork@4k.jpg);
  background-position: center center;
}
.agree-theme .landing-bg > .background-images > .fruits {
  background-image: url(/assets/img/home/bg-fruits@4k.jpg);
  background-position: right center;
}
.agree-theme .landing-bg > .background-images > .grains {
  background-image: url(/assets/img/home/bg-grains@4k.jpg);
  background-position: left center;
}
.agree-theme .text-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.agree-theme .text-container .header,
.agree-theme .text-container footer {
  padding: 30px 60px;
  color: #fff;
  font-family:
    "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.agree-theme .text-container .header .logo,
.agree-theme .text-container footer .logo {
  height: 45px;
}
.agree-theme .text-container a.white {
  color: #fff;
}
.agree-theme .text-container .welcome-message {
  color: #fff;
  font-family:
    "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 70px 140px;
  min-height: calc(100vh - 230px);
}
.agree-theme .text-container .welcome-message > * {
  margin-bottom: 36px;
}
.agree-theme .text-container .welcome-message .main {
  font-weight: bold;
  font-size: 34px;
}
.agree-theme .text-container .welcome-message .secondary {
  font-family:
    "Lato",
    Helvetica,
    Arial,
    sans-serif;
  margin-bottom: 50px;
}
.agree-theme .text-container .welcome-message .tagline {
  font-weight: bold;
}
.agree-theme .text-container .welcome-message .icons {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.agree-theme .text-container .welcome-message .icons > div {
  margin: 0 38px;
}
.agree-theme .text-container .welcome-message .icons > div > img {
  height: 32px;
  margin: 8px;
}
.agree-theme .text-container .divider-break span {
  background-color: #fff;
}
@media (max-width: 991px) {
  .agree-theme .landing-bg > .gradient-circle {
    display: none;
  }
  .agree-theme .landing-bg > .dots {
    width: 50%;
  }
  .agree-theme .landing-bg > .background-images > .w40 {
    width: 50%;
  }
  .agree-theme .landing-bg > .background-images > .w25 {
    width: 50%;
  }
  .agree-theme .text-container .header,
  .agree-theme .text-container footer {
    padding: 20px;
  }
  .agree-theme .text-container .header .logo,
  .agree-theme .text-container footer .logo {
    height: 30px;
  }
  .agree-theme .text-container .header {
    background: var(--primary-darken-3);
  }
  .agree-theme .text-container .curve {
    padding: 0 0 20px;
  }
  .agree-theme .text-container .curve path {
    fill: var(--primary-darken-2);
  }
  .agree-theme .text-container .welcome-message {
    font-size: 18px;
    padding: 20px;
    background: var(--primary-darken-2);
    background:
      linear-gradient(
        0deg,
        var(--primary-darken-2) 25%,
        var(--primary-darken-3) 75%);
    min-height: 0;
  }
  .agree-theme .text-container .welcome-message > * {
    margin-bottom: 26px;
  }
  .agree-theme .text-container .welcome-message .main {
    font-size: 24px;
  }
  .agree-theme .text-container .welcome-message .secondary {
    margin-bottom: 20px;
  }
  .agree-theme .text-container .welcome-message .icons > div {
    margin: 0 18px;
  }
}
.agree-theme .modal > .modal-dialog > .modal-content .modal-header + .modal-footer {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .agree-theme .modal > .modal-dialog {
    margin: 10px 10px 92px;
  }
}
@media (min-width: 1281px) {
  .agree-theme .modal-xl {
    width: 1260px;
  }
}
@media (max-width: 1280px) {
  .agree-theme .modal-xl {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.agree-theme .content-box {
  background: white;
  padding: 12px 24px 24px;
  position: relative;
}
.agree-theme .container-xs {
  max-width: 480px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .agree-theme .content-box {
    margin: 0 -15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .agree-theme .content-box {
    margin: 16px 0;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
.agree-theme .flex-center-distributed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agree-theme .flex-center-distributed.spaced > * + * {
  margin-left: 12px;
}
.agree-theme .flex-center-distributed.spaced-10 > * + * {
  margin-left: 10px;
}
.agree-theme .flex-center-distributed .grow {
  flex-grow: 1;
}
.agree-theme .container .row .col-highlight,
.agree-theme .container-fluid .row .col-highlight {
  background-color: #f2f4f5;
  border-radius: 6px;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media print {
  .agree-theme .col-sm-1 {
    width: 8%;
    float: left;
  }
  .agree-theme .col-sm-2 {
    width: 17%;
    float: left;
  }
  .agree-theme .col-sm-3 {
    width: 25%;
    float: left;
  }
  .agree-theme .col-sm-4 {
    width: 33%;
    float: left;
  }
  .agree-theme .col-sm-5 {
    width: 42%;
    float: left;
  }
  .agree-theme .col-sm-6 {
    width: 50%;
    float: left;
  }
  .agree-theme .col-sm-7 {
    width: 58%;
    float: left;
  }
  .agree-theme .col-sm-8 {
    width: 67%;
    float: left;
  }
  .agree-theme .col-sm-9 {
    width: 75%;
    float: left;
  }
  .agree-theme .col-sm-10 {
    width: 83%;
    float: left;
  }
  .agree-theme .col-sm-11 {
    width: 92%;
    float: left;
  }
  .agree-theme .col-sm-12 {
    width: 100%;
    float: left;
  }
  .agree-theme a[href]:after {
    display: none;
  }
  .agree-theme .img {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .agree-theme .container {
    width: auto !important;
  }
  .agree-theme button,
  .agree-theme messenger,
  .agree-theme filter-set,
  .agree-theme .attach-icon,
  .agree-theme .app-header {
    display: none !important;
  }
  .agree-theme .sticky {
    position: relative !important;
  }
  .agree-theme .scrollable-pane {
    height: auto !important;
    overflow-y: visible !important;
  }
  .agree-theme app-root .app-content {
    flex: none;
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}
.agree-theme .backdrop-glass {
  -webkit-backdrop-filter: blur(2px) brightness(90%) saturate(70%);
  backdrop-filter: blur(2px) brightness(90%) saturate(70%);
}
.agree-theme body.messenger-open > #hubspot-messages-iframe-container {
  display: none !important;
}
.agree-theme .clipboard-ready {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.agree-theme .clipboard-ready .material-symbols-rounded {
  display: none !important;
}
.agree-theme .clipboard-ready * {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.agree-theme .m-b1 {
  margin-bottom: 1rem;
}
.agree-theme .m-b2 {
  margin-bottom: 2rem;
}
.agree-theme .m-b3 {
  margin-bottom: 3rem;
}
.agree-theme .m-b4 {
  margin-bottom: 4rem;
}
.agree-theme .p-t0 {
  padding-top: 0;
}
.agree-theme .p-t1 {
  padding-top: 1rem;
}
.agree-theme .p-t2 {
  padding-top: 2rem;
}
.agree-theme .p-t3 {
  padding-top: 3rem;
}
.agree-theme .p-t4 {
  padding-top: 4rem;
}
.agree-theme .agree-introjs.introjs-tooltip {
  min-width: 280px;
}
.agree-theme .agree-introjs .introjs-tooltiptext {
  padding: 10px;
}
.agree-theme .agree-introjs .introjs-tooltiptext h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
.agree-theme .agree-introjs .introjs-tooltipbuttons .introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
}
.agree-theme input.form-control[readonly][bsDaterangepicker],
.agree-theme input.form-control[readonly][bsDatepicker],
.agree-theme input.form-control[readonly].not-grayed {
  background-color: inherit;
}
.agree-theme bs-datepicker-container .bs-datepicker,
.agree-theme bs-daterangepicker-container .bs-datepicker {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-head,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-head {
  background-color: var(--primary);
}
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.week span,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.week span {
  color: var(--primary);
}
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span:before,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span:before {
  left: -7px;
  right: -7px;
}
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span.selected,
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.selected span,
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.agree-theme bs-datepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span.selected,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.selected span,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.agree-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: var(--primary);
}
@media (max-width: 768px) {
  .agree-theme .bs-datepicker-multiple .bs-datepicker-head {
    height: 40px;
    padding: 4px 10px;
  }
  .agree-theme .bs-datepicker-multiple .bs-datepicker-body {
    min-height: 0;
  }
  .agree-theme .bs-datepicker-multiple .bs-datepicker-body table.days span {
    height: 26px;
    line-height: 26px;
  }
}
.agree-theme .card {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  transition-property:
    border-color,
    margin-top,
    box-shadow;
  transition-duration: 0.15s;
  box-shadow: 2px 3px 6px 2px rgba(150, 150, 150, 0.1);
}
.agree-theme .card:hover {
  border-color: var(--primary);
  box-shadow: 2px 3px 16px 2px rgba(150, 150, 150, 0.3);
  background-color: var(--primary-lighten-2);
}
.agree-theme .card.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eee;
}
.agree-theme .card.disabled > .header,
.agree-theme .card.disabled > .body {
  opacity: 0.4;
}
.agree-theme .card.card-sm {
  --logo-size: 50px;
  margin-bottom: 20px;
}
.agree-theme .card.card-sm .header {
  height: 35px;
  justify-content: flex-end;
}
.agree-theme .card.card-sm .header .logo-circle {
  width: var(--logo-size);
  height: var(--logo-size);
  margin-top: 10px;
}
.agree-theme .card.card-sm .header .logo-circle.image > div.logo {
  width: calc(var(--logo-size) - 2px);
  height: calc(var(--logo-size) - 2px);
}
.agree-theme .card.card-sm > .body {
  position: relative;
  padding-top: 10px;
}
.agree-theme .card.card-sm > .body h3,
.agree-theme .card.card-sm > .body h4,
.agree-theme .card.card-sm > .body h5 {
  text-align: left;
  padding-bottom: 8px;
}
.agree-theme .card.card-sm > .body > .description {
  -webkit-line-clamp: 4;
  height: 6.6em;
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-top: 1px solid #cfd8dc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.agree-theme .card.card-sm > .body > .btn {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.agree-theme .card.card-sm.selected {
  box-shadow: inset 0 0 0px 4px var(--primary);
  background-color: var(--primary-lighten-3);
}
.agree-theme .card .header {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  width: 100%;
  height: 90px;
  background: transparent center top no-repeat;
  background-size: cover;
}
.agree-theme .card .header .shadow {
  box-shadow: 2px 3px 10px 2px rgba(150, 150, 150, 0.1);
}
.agree-theme .card .header .logo-circle {
  border: 1px solid #ccc;
  margin-top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.agree-theme .card .header .logo-circle.image {
  position: relative;
}
.agree-theme .card .header .logo-circle.image > div.logo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.agree-theme .card .body {
  padding: 52px 20px 20px;
}
.agree-theme .card .body h3,
.agree-theme .card .body h4,
.agree-theme .card .body h5 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-bottom: 16px;
}
.agree-theme .card .body hr {
  margin: 0 0 22px;
  border-color: rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .agree-theme .card {
    margin: 0;
  }
  .agree-theme .stretch-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .agree-theme .stretch-items > div {
    margin-bottom: 24px;
  }
}
.agree-theme .loading {
  padding: 9.5em 2em;
  position: relative;
}
.agree-theme .loading.loading-sm {
  padding: 2em;
}
.agree-theme .no-data {
  border: 3px dashed #eeeeee;
  border-radius: 1em;
  text-align: center;
  padding: 10em 2em;
  color: #777777;
  position: relative;
  margin-top: 12px;
}
.agree-theme .no-data.no-data-sm {
  padding: 5em 2em;
}
.agree-theme .no-data > i {
  opacity: 0.1;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  font-size: 700%;
  pointer-events: none;
}
.agree-theme .no-data > * {
  position: relative;
  z-index: 2;
}
.agree-theme .list-group.list-group-condensed .list-group-item {
  padding: 6px 8px;
  border-style: dotted;
}
.agree-theme ol.breadcrumb {
  margin-bottom: 10px;
}
.agree-theme ol.breadcrumb > li scope-icon > i {
  margin-right: 4px;
}
.agree-theme .co-status > div {
  font-size: 80%;
  padding: 5px 8px;
  border-style: dotted;
  border-width: 1px;
  border-radius: 4px 3px 3px 4px;
  position: relative;
  max-width: 500px;
  cursor: pointer;
}
.agree-theme .co-status > div.status-success > span:before {
  content: "check_circle_outline";
}
.agree-theme .co-status > div.status-warning > span:before {
  content: "warning";
}
.agree-theme .co-status > div.status-danger > span:before {
  content: "highlight_off";
}
.agree-theme .co-status > div.status-disabled > span:before {
  content: "check";
}
.agree-theme .co-status > div.status-info > span:before {
  content: "send";
}
.agree-theme .co-status > div > span:before {
  font-family: "Material Symbols Rounded";
  font-size: 140%;
  vertical-align: bottom;
  line-height: 1;
  text-transform: none;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  opacity: 0.66;
}
.agree-theme .status-success {
  color: #1b5e20;
  border-color: #a5d6a7;
  background-color: #e8f5e9;
}
.agree-theme .status-info,
.agree-theme .status-default {
  color: #00838f;
  border-color: #80deea;
  background-color: #e0f7fa;
}
.agree-theme .status-warning {
  color: #e65100;
  border-color: #ffcc80;
  background-color: #fff3e0;
}
.agree-theme .status-danger {
  color: #a94442;
  border-color: #ce8382;
  background-color: #ffebee;
}
.agree-theme .status > .alert {
  padding: 8px 15px;
  margin: 8px 0 10px;
  border-radius: 0px;
  border-style: solid none;
}
.agree-theme .status > .alert a:hover,
.agree-theme .status > .alert a:focus {
  text-decoration: none;
}
.agree-theme .badge.badge-danger {
  background-color: #ff4d4d;
}
.agree-theme .badge.badge-warning {
  background-color: #ff7416;
}
.agree-theme .badge.badge-info {
  background-color: #5bc0de;
}
.agree-theme .badge.badge-success {
  background-color: #27ae60;
}
.agree-theme .badge.badge-sup {
  position: relative;
  top: -0.8em;
  left: -1em;
  font-size: 66%;
  margin-right: -1em;
}
.agree-theme .logo-circle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.agree-theme .logo-circle.text {
  background-color: #d3e3ec;
  color: #3d8eb9;
}
.agree-theme .logo-circle.image {
  border: 1px solid #ccc;
}
.agree-theme .logo-circle.image > div {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 3px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.agree-theme .scrollable {
  height: 50vh;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 1em 8px 1em 1em;
}
.agree-theme .scrollable > .content {
  height: 100%;
  padding-right: 2em;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.agree-theme .scrollable > .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 0;
}
.agree-theme .scrollable > .content::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.agree-theme .scrollable > .content:hover::-webkit-scrollbar-thumb {
  background-color: #3de9be;
}
.agree-theme .scrollable > .content::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 4px;
}
.agree-theme .popover.width-400 {
  max-width: 400px;
}
.agree-theme .popover.width-800 {
  max-width: none;
  width: 800px;
}
.agree-theme .popover.width-800.bottom {
  margin-top: 5px;
}
.agree-theme .popover.width-800 .popover-content {
  padding: 0.7em 0;
}
.agree-theme .popover.width-800 .popover-content table.table {
  margin-bottom: 0;
}
.agree-theme .popover.width-800 .popover-content table.table thead th {
  color: #707070;
}
@media (max-width: 992px) {
  .agree-theme .popover.width-800 {
    max-width: 80%;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .agree-theme .popover {
    display: none !important;
  }
}
.agree-theme .warning-label {
  padding: 0.1em 0.6em;
  margin: 0 0.5em;
  font-weight: bold;
  color: rgb(255, 136, 0);
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  background-color: rgba(255, 136, 0, 0.07);
  border-color: rgb(255, 136, 0);
  border-style: solid;
  border-width: 1px;
}
.agree-theme ol.contract {
  border: 1px solid #eee;
  border-radius: 0.35em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0.25em 1em 0px rgba(0, 0, 0, 0.05);
}
.agree-theme ol.contract negotiable-group > li {
  text-align: justify;
  padding: 0.3em 0.5em;
  border-style: dashed;
  border-width: 1px;
  border-radius: 0.35em;
  border-color: transparent;
  margin: 0.2em 0;
}
.agree-theme ol.contract negotiable-group > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.agree-theme ol.contract negotiable-group > li.outgoing {
  border-color: rgb(0, 131, 143);
  background-color: rgba(0, 131, 143, 0.05);
}
.agree-theme ol.contract negotiable-group > li.incoming {
  border-color: rgb(255, 136, 0);
  background-color: rgba(255, 136, 0, 0.05);
}
.agree-theme ol.contract negotiable-group > li.not-negotiable b,
.agree-theme ol.contract negotiable-group > li.not-negotiable span {
  color: #b71c1c !important;
}
.agree-theme ol.contract negotiable-group > li.not-negotiable b:after {
  opacity: 0.6;
  content: "[No negociable]";
  font-size: 75%;
  margin-left: 3px;
  color: #b71c1c;
}
.agree-theme ol.contract negotiable-group > li textarea {
  resize: none;
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .agree-theme .ag-container.order-view {
    flex-direction: column-reverse;
  }
}
.agree-theme .order-view .auction {
  padding: 1em;
}
.agree-theme .order-view .auction .auction-container {
  padding: 1em;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background-color: #f9f9f8;
}
.agree-theme .order-view .auction .auction-container .auction-indicator {
  margin-bottom: 10px;
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.agree-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-orange {
  border-color: rgb(230, 81, 0);
  background-color: rgba(230, 81, 0, 0.9);
}
.agree-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-agree {
  border-color: rgb(60, 118, 61);
  background-color: rgba(60, 118, 61, 0.9);
}
.agree-theme .order-view .auction .auction-container hr {
  margin: 0.5em 0;
}
.agree-theme .order-view .auction .auction-container table.table.auction-info {
  width: auto;
  margin-bottom: 0;
}
.agree-theme .order-view .auction .auction-container table.table.auction-info caption {
  color: inherit;
}
.agree-theme .order-view .auction .auction-container table.table.auction-info tr td {
  padding: 0 2px;
  border-style: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .agree-theme .order-view .auction {
    width: 300px;
  }
}
.agree-theme tabset > .nav-tabs > li > a {
  border-top-width: 3px !important;
}
.agree-theme tabset > .nav-tabs > li.active > a {
  border-top-color: var(--primary) !important;
  border-top-style: solid !important;
  background-color: #fff;
}
.agree-theme tabset > .nav-tabs > li.active > a:hover,
.agree-theme tabset > .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.agree-theme tabset > .tab-content > .tab-pane {
  padding: 1em;
  border-style: none solid solid;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 0 0 4px 4px;
}
.agree-theme nav {
  height: 4.5rem;
}
.agree-theme .tablist {
  position: relative;
  padding: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  min-width: 100%;
}
.agree-theme .tablist::-webkit-scrollbar {
  display: none;
}
.agree-theme .tablist > ul.inner {
  display: table;
  margin: 0;
  padding: 0 27px;
}
.agree-theme .tablist > ul.inner > li.tablist-tab {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  height: 4.5rem;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.3px;
  scroll-snap-align: none left;
}
.agree-theme .tablist > ul.inner > li.tablist-tab.active {
  pointer-events: none;
  cursor: not-allowed;
}
.agree-theme #filter-dropdown.dropdown-menu {
  margin-top: 6px;
  overflow: hidden;
}
.agree-theme #filter-dropdown.dropdown-menu li .dropdown-customitem {
  padding: 3px 10px;
}
.agree-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group {
  margin-bottom: 0px;
}
.agree-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group + .form-group {
  margin-top: 6px;
}
.agree-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group label {
  font-size: 10px;
}
.agree-theme #filter-dropdown.dropdown-menu li .dropdown-customitem select,
.agree-theme #filter-dropdown.dropdown-menu li .dropdown-customitem input {
  min-width: 200px;
}
.agree-theme .editable-pill {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 16px;
}
.agree-theme .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 110;
  pointer-events: none;
  top: -10px;
}
.agree-theme .ribbon.ribbon-sm {
  width: 140px;
  height: 140px;
}
.agree-theme .ribbon.ribbon-sm.ribbon-left > span {
  right: -14px;
}
.agree-theme .ribbon.ribbon-sm.ribbon-right > span {
  left: -14px;
}
.agree-theme .ribbon.ribbon-sm > span {
  width: 198px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 18px;
  top: 34px;
}
.agree-theme .ribbon.ribbon-xs {
  width: 100px;
  height: 100px;
}
.agree-theme .ribbon.ribbon-xs.ribbon-left > span {
  right: -10px;
}
.agree-theme .ribbon.ribbon-xs.ribbon-right > span {
  left: -10px;
}
.agree-theme .ribbon.ribbon-xs > span {
  width: 141px;
  padding: 8px 0;
  font-size: 9px;
  line-height: 14px;
  top: 25px;
}
.agree-theme .ribbon::before,
.agree-theme .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px;
  border-top-color: transparent;
}
.agree-theme .ribbon::after {
  bottom: 0;
}
.agree-theme .ribbon::before {
  top: 0;
}
.agree-theme .ribbon > span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  top: 30px;
}
.agree-theme .ribbon.ribbon-left {
  left: -10px;
}
.agree-theme .ribbon.ribbon-left::before,
.agree-theme .ribbon.ribbon-left::after {
  border-left-color: transparent;
}
.agree-theme .ribbon.ribbon-left::before {
  right: 0;
}
.agree-theme .ribbon.ribbon-left::after {
  left: 0;
}
.agree-theme .ribbon.ribbon-left > span {
  right: -25px;
  transform: rotate(-45deg);
}
.agree-theme .ribbon.ribbon-right {
  right: -10px;
}
.agree-theme .ribbon.ribbon-right::before,
.agree-theme .ribbon.ribbon-right::after {
  border-right-color: transparent;
}
.agree-theme .ribbon.ribbon-right::before {
  left: 0;
}
.agree-theme .ribbon.ribbon-right::after {
  right: 0;
}
.agree-theme .ribbon.ribbon-right > span {
  left: -25px;
  transform: rotate(45deg);
}
.agree-theme .ribbon.ribbon-default::before,
.agree-theme .ribbon.ribbon-default::after {
  border-color: #999;
}
.agree-theme .ribbon.ribbon-default > span {
  background-color: #aaa;
}
.agree-theme .ribbon.ribbon-info::before,
.agree-theme .ribbon.ribbon-info::after {
  border-color: #2980b9;
}
.agree-theme .ribbon.ribbon-info > span {
  background-color: #3498db;
}
.agree-theme .ribbon.ribbon-danger::before,
.agree-theme .ribbon.ribbon-danger::after {
  border-color: #843533;
}
.agree-theme .ribbon.ribbon-danger > span {
  background-color: #a94442;
}
.agree-theme .ribbon.ribbon-warning::before,
.agree-theme .ribbon.ribbon-warning::after {
  border-color: #b37c0f;
}
.agree-theme .ribbon.ribbon-warning > span {
  background-color: #e29d12;
}
.agree-theme .ribbon.ribbon-agree::before,
.agree-theme .ribbon.ribbon-agree::after {
  border-color: var(--primary-darken-1);
}
.agree-theme .ribbon.ribbon-agree > span {
  background-color: var(--primary);
}
@media print {
  .agree-theme .ribbon {
    display: none;
  }
}
.agree-theme .no-margin {
  margin: 0 !important;
}
.agree-theme .no-margin-top {
  margin-top: 0 !important;
}
.agree-theme td.td-empty > .ag-label {
  margin-bottom: 3px;
}
.agree-theme .ag-label {
  display: inline-block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  padding: 0.2em 0.6em 0.3em;
  margin: 0;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  line-height: 1;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.agree-theme .ag-label + .ag-label {
  margin-left: 6px;
}
.agree-theme .ag-label.ag-label-lg {
  font-size: 100%;
}
.agree-theme .toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 2147483647;
  box-sizing: border-box;
}
.agree-theme .toast-container.inline {
  position: relative;
  z-index: 1000;
}
.agree-theme .toast-container.inline > .ngx-toastr {
  margin: 0;
  width: auto;
  max-width: none;
  min-width: initial;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  animation-name: expandDown;
  border-style: none none solid none;
  background-image: none !important;
}
.agree-theme .toast-container.inline > .ngx-toastr:hover {
  box-shadow: none;
}
.agree-theme .toast-container.inline > .ngx-toastr > .toast-message {
  padding: 12px 18px !important;
}
.agree-theme .toast-container.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.agree-theme .toast-container.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.agree-theme .toast-container.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.agree-theme .toast-container.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.agree-theme .toast-container.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.agree-theme .toast-container.toast-top-left {
  top: 12px;
  left: 12px;
}
.agree-theme .toast-container.toast-top-right {
  top: 12px;
  right: 12px;
}
.agree-theme .toast-container.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.agree-theme .toast-container.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.agree-theme .toast-container > .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  max-width: 300px;
  min-width: 160px;
  width: calc(100vw - 92px - 12px);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  font-size: 12px;
  background-color: #f6f8f8;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 16px 50%;
  border: 1px solid #c7d1d6;
  color: #455a64;
  animation-name: bounceInLeft;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.agree-theme .toast-container > .ngx-toastr:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.agree-theme .toast-container > .ngx-toastr.toast-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #bcdba3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(188,219,163)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.agree-theme .toast-container > .ngx-toastr.toast-success > .toast-message {
  padding-left: 60px;
}
.agree-theme .toast-container > .ngx-toastr.toast-success > .toast-title {
  border-color: #bcdba3;
}
.agree-theme .toast-container > .ngx-toastr.toast-success .toast-progress {
  background-color: #bcdba3;
}
.agree-theme .toast-container > .ngx-toastr.toast-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #dda7b0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(221,167,176)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
.agree-theme .toast-container > .ngx-toastr.toast-error > .toast-message {
  padding-left: 60px;
}
.agree-theme .toast-container > .ngx-toastr.toast-error > .toast-title {
  border-color: #dda7b0;
}
.agree-theme .toast-container > .ngx-toastr.toast-error .toast-progress {
  background-color: #dda7b0;
}
.agree-theme .toast-container > .ngx-toastr.toast-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #92cbe8;
}
.agree-theme .toast-container > .ngx-toastr.toast-info > .toast-title {
  border-color: #92cbe8;
}
.agree-theme .toast-container > .ngx-toastr.toast-info .toast-progress {
  background-color: #92cbe8;
}
.agree-theme .toast-container > .ngx-toastr.toast-warning {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #fbb7a2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(251,183,162)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.agree-theme .toast-container > .ngx-toastr.toast-warning > .toast-message {
  padding-left: 60px;
}
.agree-theme .toast-container > .ngx-toastr.toast-warning > .toast-title {
  border-color: #fbb7a2;
}
.agree-theme .toast-container > .ngx-toastr.toast-warning .toast-progress {
  background-color: #fbb7a2;
}
.agree-theme .toast-container > .ngx-toastr > .toast-message {
  word-wrap: break-word;
  padding: 12px;
}
.agree-theme .toast-container > .ngx-toastr > .toast-title {
  font-weight: bold;
  font-size: 10px;
  padding: 6px 12px;
  border-bottom: 1px solid #c7d1d6;
  text-transform: uppercase;
}
.agree-theme .toast-container > .ngx-toastr > .toast-close-button {
  position: relative;
  top: 0;
  float: right;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
}
.agree-theme .toast-container > .ngx-toastr > .toast-close-button:hover,
.agree-theme .toast-container > .ngx-toastr > .toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.agree-theme .toast-container > .ngx-toastr > button.toast-close-button {
  padding: 8px 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.agree-theme .toast-container > .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #c7d1d6;
}
.agree-theme .toast-container.toast-top-center .ngx-toastr,
.agree-theme .toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.agree-theme .toast-container.toast-top-full-width .ngx-toastr,
.agree-theme .toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes expandDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
.agree-theme .gm-field-tag {
  background-color: #ea4336;
  border-radius: 20px;
  border: 2px solid #b31312;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1;
  min-height: 26px;
  min-width: 28px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.agree-theme .gm-field-tag::after {
  border-color: #b31312 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.agree-theme markdown table {
  margin-bottom: 1em;
  width: 100%;
}
.agree-theme markdown table th,
.agree-theme markdown table td {
  border: 1px solid #ddd;
  padding: 6px;
}
.agree-theme table.table thead {
  background-color: #f6f6f6;
}
.agree-theme table.table thead th {
  text-transform: uppercase;
  font-size: 66.66%;
}
.agree-theme .table {
}
.agree-theme .table thead th {
  white-space: nowrap;
}
.agree-theme .table .table {
  background-color: #fafafa;
}
.agree-theme .table th.dlb,
.agree-theme .table td.dlb {
  border-left: 1px dotted rgba(96, 100, 109, 0.2);
}
.agree-theme .table th.drb,
.agree-theme .table td.drb {
  border-right: 1px dotted rgba(96, 100, 109, 0.2);
}
.agree-theme .table th.sap,
.agree-theme .table td.sap {
  width: 1px;
}
.agree-theme .table th.no-vertical-padding,
.agree-theme .table td.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.agree-theme .table > tbody > tr.product-header > th {
  border: none;
  background-color: #4b515d;
  font-weight: normal;
  color: #fff;
  font-size: 75%;
  padding-left: 10px;
}
.agree-theme .table > tbody > tr.tr-danger {
  border-left: 6px solid #a94442;
}
.agree-theme .table .td-empty {
  border: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .agree-theme .table th.sap,
  .agree-theme .table td.sap {
    white-space: nowrap;
  }
}
.agree-theme .summary {
  font-size: 110%;
  font-weight: 300;
}
.agree-theme .summary .quantity {
  font-weight: 400;
}
.agree-theme .horizontal-scroller {
  overflow-x: auto;
  scrollbar-width: none;
}
.agree-theme .horizontal-scroller > table {
  width: auto;
  max-width: none;
  min-width: 100%;
}
.agree-theme table tr.tr-align-center > th,
.agree-theme table tr.tr-align-center > td {
  height: 1px;
  vertical-align: middle;
}
.agree-theme .table td[headers~=ico],
.agree-theme .table .td-icons,
.agree-theme .table td[headers~=obs] {
  width: 16px;
  text-align: center;
  font-size: 85%;
  color: #808389;
}
.agree-theme .table td[headers~=ton],
.agree-theme .table th#ton {
  width: 60px;
  white-space: nowrap;
}
.agree-theme .table td[headers~=act] {
  width: 70px;
}
.agree-theme .table td[headers~=cad] {
  width: 30px;
  color: #0e8164;
}
.agree-theme .table .td-status {
  width: 99%;
}
@media (max-width: 768px) {
  .agree-theme .table-condensed > thead > tr > th,
  .agree-theme .table-condensed > thead > tr > td {
    padding: 3px 2px;
  }
  .agree-theme .table-condensed > tbody > tr > th,
  .agree-theme .table-condensed > tbody > tr > td {
    padding: 3px 2px;
  }
  .agree-theme .table-condensed > tfoot > tr > th,
  .agree-theme .table-condensed > tfoot > tr > td {
    padding: 3px 2px;
  }
  .agree-theme .table .td-icons i + i {
    margin-top: 4px;
  }
  .agree-theme .table td[headers~=ico] i + i {
    margin-top: 4px;
  }
  .agree-theme .table td[headers~=ton] {
    width: auto;
  }
  .agree-theme .table th#ton {
    width: auto;
  }
  .agree-theme .table .td-company {
    min-width: 0px;
  }
}
.agree-theme .table .location-small {
  font-size: 75%;
  font-weight: normal;
  color: #757575;
}
@media (max-width: 768px) {
  .agree-theme .traded-location {
    max-width: 140px;
  }
}
.agree-theme .price-box {
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 4px 3px;
  width: 130px;
  color: #fff;
  display: inline-block;
}
.agree-theme .price-box .type {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
.agree-theme .price-box .value {
  text-align: right;
}
@media (max-width: 768px) {
  .agree-theme .price-box {
    width: 74px;
  }
  .agree-theme .price-box .currency {
    display: block;
  }
}
.agree-theme table tr > th input[type=checkbox].no-margin,
.agree-theme table tr > td > input[type=checkbox].no-margin {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .agree-theme table > thead > tr > td > div .show-onhover:not(:checked),
  .agree-theme table > thead > tr > td > agree-confirm .show-onhover:not(:checked),
  .agree-theme table > thead > tr > td > .show-onhover:not(:checked),
  .agree-theme table > thead > tr > th > div .show-onhover:not(:checked),
  .agree-theme table > thead > tr > th > agree-confirm .show-onhover:not(:checked),
  .agree-theme table > thead > tr > th > .show-onhover:not(:checked),
  .agree-theme table > tbody > tr > td > div .show-onhover:not(:checked),
  .agree-theme table > tbody > tr > td > agree-confirm .show-onhover:not(:checked),
  .agree-theme table > tbody > tr > td > .show-onhover:not(:checked),
  .agree-theme table > tbody > tr > th > div .show-onhover:not(:checked),
  .agree-theme table > tbody > tr > th > agree-confirm .show-onhover:not(:checked),
  .agree-theme table > tbody > tr > th > .show-onhover:not(:checked) {
    visibility: hidden;
  }
  .agree-theme table > thead > tr:hover > td > div .show-onhover,
  .agree-theme table > thead > tr:hover > td > agree-confirm .show-onhover,
  .agree-theme table > thead > tr:hover > td > .show-onhover,
  .agree-theme table > thead > tr:hover > th > div .show-onhover,
  .agree-theme table > thead > tr:hover > th > agree-confirm .show-onhover,
  .agree-theme table > thead > tr:hover > th > .show-onhover,
  .agree-theme table > tbody > tr:hover > td > div .show-onhover,
  .agree-theme table > tbody > tr:hover > td > agree-confirm .show-onhover,
  .agree-theme table > tbody > tr:hover > td > .show-onhover,
  .agree-theme table > tbody > tr:hover > th > div .show-onhover,
  .agree-theme table > tbody > tr:hover > th > agree-confirm .show-onhover,
  .agree-theme table > tbody > tr:hover > th > .show-onhover {
    visibility: visible;
  }
}
.agree-theme table.table.table-detail > thead {
  background-color: transparent;
}
.agree-theme table.table.table-detail > thead > tr > th {
  color: #707070;
}
.agree-theme .row-main table.table.table-detail td {
  font-size: 110%;
}
.agree-theme table.mini-table {
  font-size: 80%;
  width: 100%;
}
.agree-theme table.mini-table th,
.agree-theme table.mini-table td {
  padding: 3px 8px;
}
.agree-theme table.mini-table > thead {
  background-color: transparent;
}
.agree-theme table.mini-table > thead > tr {
  border-bottom: 2px solid #ddd;
}
.agree-theme table.mini-table > tbody > tr + tr {
  border-top: 1px dotted #ddd;
}
.agree-theme table.table-specs caption {
  padding-top: 0px;
}
.agree-theme table.table-specs thead > tr > th {
  white-space: normal !important;
}
.agree-theme table.table-specs td,
.agree-theme table.table-specs thead > tr > th {
  text-align: center;
  vertical-align: middle;
}
.agree-theme table.table-specs tr td + td,
.agree-theme table.table-specs tr th + th {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  .agree-theme .table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .agree-theme .table-scroll table {
    width: 100%;
    margin-bottom: 0;
  }
  .agree-theme .table-scroll table th {
    background-color: #f4f6f6;
  }
  .agree-theme .table-scroll table .s {
    position: sticky;
  }
  .agree-theme .table-scroll table .s.t {
    top: 0;
    z-index: 5;
  }
  .agree-theme .table-scroll table .s.t.l {
    z-index: 6 !important;
  }
  .agree-theme .table-scroll table .s.l {
    left: 0;
    z-index: 2;
  }
  .agree-theme .table-scroll table .s.w {
    background-color: #fff;
  }
  .agree-theme .table-scroll table .s.g {
    background-color: #f6f6f6;
  }
}
@media (min-width: 768px) {
  .agree-theme .table-sticky-headers {
    max-height: calc(100vh - 214px);
  }
  .agree-theme .table-sticky-headers > table {
    border-collapse: separate;
  }
  .agree-theme .table-sticky-headers > table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f6f6f6;
  }
}
.agree-theme .animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.agree-theme .animated.infinite {
  animation-iteration-count: infinite;
}
.agree-theme .fadeIn {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.agree-theme .popFadeDelay {
  animation-delay: 0.5s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tada3rd {
  from {
    transform: scale3d(1, 1, 1);
  }
  3.3%, 6.6% {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }
  10%, 16.6%, 23.3%, 30% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  13.3%, 20%, 26.6% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  33.3% {
    transform: scale3d(1, 1, 1);
  }
}
.agree-theme .tada3rd {
  animation-name: tada3rd;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blinking {
  from, 10%, 20%, 30% {
    opacity: 0.66;
  }
  5%, 15%, 25% {
    opacity: 0;
  }
}
.agree-theme .td-highlight {
  animation-duration: 0.2s;
  animation-iteration-count: 3;
  animation-name: flash;
}
.agree-theme .live {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: flash;
}
.agree-theme .blinking,
.agree-theme .status-warning > span:before {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: blinking;
}
.agree-theme .skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  color: #eee;
}
.agree-theme .skeleton-box > * {
  visibility: hidden;
}
.agree-theme .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.agree-theme .rotating {
  animation: rotating 2s linear infinite;
}
.agree-theme h1,
.agree-theme h2,
.agree-theme h3,
.agree-theme h4,
.agree-theme h5,
.agree-theme h6,
.agree-theme .h1,
.agree-theme .h2,
.agree-theme .h3,
.agree-theme .h4,
.agree-theme .h5,
.agree-theme .h6 {
  letter-spacing: -0.5px;
}
.agree-theme h1.grayed,
.agree-theme h2.grayed,
.agree-theme h3.grayed,
.agree-theme h4.grayed,
.agree-theme h5.grayed,
.agree-theme h6.grayed,
.agree-theme .h1.grayed,
.agree-theme .h2.grayed,
.agree-theme .h3.grayed,
.agree-theme .h4.grayed,
.agree-theme .h5.grayed,
.agree-theme .h6.grayed {
  background-color: #f2f4f5;
  padding: 0.75em 0.5em;
  margin: 0 0 10px;
}
.agree-theme h1 > .label,
.agree-theme h2 > .label,
.agree-theme h3 > .label,
.agree-theme h4 > .label,
.agree-theme h5 > .label,
.agree-theme h6 > .label,
.agree-theme .h1 > .label,
.agree-theme .h2 > .label,
.agree-theme .h3 > .label,
.agree-theme .h4 > .label,
.agree-theme .h5 > .label,
.agree-theme .h6 > .label {
  font-family:
    "Lato",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 65%;
  vertical-align: middle;
}
.agree-theme .brand-color {
  color: var(--primary);
}
.agree-theme .biggest {
  font-size: 200%;
}
.agree-theme .bigger {
  font-size: 133%;
}
.agree-theme .micro {
  font-size: 70%;
}
.agree-theme .truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.agree-theme .truncate.max-100 {
  display: inline-block;
  max-width: 100px;
}
.agree-theme .lighten {
  font-weight: 400;
}
.agree-theme .no-select {
  -webkit-user-select: none;
  user-select: none;
}
.agree-theme .order-link {
  display: flex;
}
.agree-theme .order-action {
  font-size: 80%;
  margin-left: 1em;
  display: inline-block;
}
.agree-theme .currency {
  font-size: 75%;
  opacity: 0.9;
}
.agree-theme .faded {
  opacity: 0.5;
}
.agree-theme .highlighted-text {
  background-color: rgba(255, 213, 80, 0.18);
  border-bottom: 2px dotted #ffd54f;
  margin-bottom: -2px;
}
.agree-theme span.not-available {
  background-color: #eeeeee;
  color: #eeeeee;
  padding: 0 4em;
}
.agree-theme span.not-available * {
  background-color: #eeeeee;
  color: #eeeeee;
}
.agree-theme .widther {
  margin-left: 2ex;
  margin-right: 2ex;
}
.agree-theme .clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .agree-theme .order-link > .truncate {
    flex-grow: 1;
    width: 60px;
  }
}
.agree-theme .price-tag {
  white-space: nowrap;
}
.agree-theme .price-tag .cents {
  font-size: 70%;
  margin-left: 2px;
  vertical-align: text-top;
}
.agree-theme .lh-1 {
  line-height: 1em;
}
.agree-theme .monospace {
  font-family: monospace;
}
.agree-theme .monospace.wrap {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
.agree-theme input[type=checkbox].ios {
  position: relative;
  appearance: none;
  outline: none;
  width: 40px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -16px 0 0 0 #d9dadc;
  transition-duration: 200ms;
  transition-property: box-shadow;
  margin-left: 0;
}
.agree-theme input[type=checkbox].ios:checked {
  border-color: var(--primary);
  box-shadow: inset 16px 0 0 0 var(--primary);
}
.agree-theme input[type=checkbox].ios:checked:after {
  left: 16px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05);
}
.agree-theme input[type=checkbox].ios:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.agree-theme input[type=checkbox].ios:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition-duration: 200ms;
  transition-property: box-shadow, left;
}
.agree-theme .form-signin h3 {
  border-bottom: #d4d4d4 solid 1px;
  font-family:
    "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}
.agree-theme .form-signin .help-block {
  padding-bottom: 3px;
}
.agree-theme fieldset:disabled {
  cursor: not-allowed;
}
.agree-theme fieldset:disabled > * {
  pointer-events: none;
}
.agree-theme fieldset[disabled] .btn.disabled,
.agree-theme fieldset[disabled] .btn[disabled],
.agree-theme a.disabled,
.agree-theme a[disabled],
.agree-theme .btn.disabled,
.agree-theme .btn[disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.agree-theme .single-unit {
  pointer-events: none;
}
.agree-theme .single-unit button.dropdown-toggle {
  color: #555555;
  background-color: #eeeeee;
}
.agree-theme .single-unit button.dropdown-toggle .caret {
  display: none;
}
.agree-theme error-list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.agree-theme .has-error > error-list {
  max-height: 100vh;
}
.agree-theme fieldset > error-list {
  margin-bottom: 15px;
  margin-top: -15px;
}
.agree-theme .has-error .form-control {
  background-color: #fff6f6;
}
.agree-theme .form-control-feedback {
  display: none;
}
.agree-theme .has-feedback .form-control-feedback {
  display: block;
}
.agree-theme .form-group > label {
  text-transform: uppercase;
  font-size: 90%;
}
.agree-theme .form-group .form-group {
  margin-bottom: 0px;
}
.agree-theme select.has-placeholder {
  color: #999;
}
.agree-theme select.has-placeholder option {
  color: #555555;
}
.agree-theme select.has-placeholder.ng-dirty {
  color: #555555;
}
.agree-theme select[readonly],
.agree-theme select.readonly {
  background: #eeeeee;
  cursor: no-drop;
  pointer-events: none;
}
.agree-theme select[readonly] option,
.agree-theme select.readonly option {
  display: none;
}
.agree-theme .form-group.has-button {
  position: relative;
}
.agree-theme .form-group.has-button:hover .form-control-button {
  display: block;
}
.agree-theme .form-group.has-button > input:placeholder-shown + .form-control-button {
  display: none !important;
}
.agree-theme .form-group.has-button > input:focus + .form-control-button {
  display: block;
}
.agree-theme .form-group.has-button .input-lg + .form-control-button,
.agree-theme .form-group.has-button .input-group-lg > .form-control + .form-control-button,
.agree-theme .form-group.has-button .input-group-lg > .input-group-addon + .form-control-button,
.agree-theme .form-group.has-button .input-group-lg > .input-group-btn > .btn + .form-control-button {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.agree-theme .form-group.has-button .input-sm + .form-control-button,
.agree-theme .form-group.has-button .input-group-sm > .form-control + .form-control-button,
.agree-theme .form-group.has-button .input-group-sm > .input-group-addon + .form-control-button,
.agree-theme .form-group.has-button .input-group-sm > .input-group-btn > .btn + .form-control-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.agree-theme .form-group.has-button .input-grid + .form-control-button {
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.agree-theme .form-group.has-button .form-control-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.agree-theme .form-group.has-button .form-control-button:hover {
  opacity: 1;
}
.agree-theme .btn-group.btn-group-agree .btn-default:active,
.agree-theme .btn-group.btn-group-agree .btn-default.active {
  color: #fff;
  background-color: #12a27e;
  border-color: #0f8265;
}
@keyframes appears {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.agree-theme form {
  counter-reset: step_number;
}
.agree-theme form .step {
  counter-increment: step_number;
  padding-left: 40px;
  position: static;
}
.agree-theme form .step + .step {
  display: none;
}
.agree-theme form .step .step-indicator {
  position: absolute;
  top: 0px;
  left: -24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 3px;
  color: #0f8a6b;
  border: 2px solid #0f8a6b;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
}
.agree-theme form .step .step-indicator > span::before {
  content: counter(step_number);
}
.agree-theme form .step .step-indicator > i,
.agree-theme form .step .step-indicator > span {
  font-size: 14px;
  font-weight: bold;
  animation: appears 0.5s ease-out;
}
.agree-theme form .step .step-indicator > i {
  display: none;
}
.agree-theme form .step .line {
  position: absolute;
  left: -13px;
  top: 0px;
  height: 100%;
  width: 1px;
  border-left: 2px dotted #0f8a6b;
  display: none;
  animation: fadeIn 1s ease-out;
}
.agree-theme form .step.completed + .step {
  display: block;
}
.agree-theme form .step.completed .line {
  display: block;
}
.agree-theme form .step.completed .step-indicator {
  background-color: #0f8a6b;
  color: #fff;
}
.agree-theme form .step.completed .step-indicator > i {
  display: inline-block;
}
.agree-theme form .step.completed .step-indicator > span {
  display: none;
}
.agree-theme form .step:last-of-type .line {
  display: none !important;
}
.agree-theme input[type=range] {
  width: 100%;
  margin: 12px 0;
  background-color: transparent;
}
.agree-theme input[type=range]:focus {
  outline: none;
}
.agree-theme input[type=range]::-webkit-slider-runnable-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.agree-theme input[type=range]::-webkit-slider-thumb {
  margin-top: -5px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.agree-theme input[type=range]::-moz-range-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.agree-theme input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4px 0;
  color: transparent;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.agree-theme input[type=range]::-ms-fill-lower {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.agree-theme input[type=range]::-ms-fill-upper {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.agree-theme input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
.agree-theme .input-group {
  min-width: 100%;
}
.agree-theme #viewmode-toggle {
  margin-right: 6px;
}
.agree-theme .btn-agree {
  color: #fff;
  background-color: #17d0a1;
  border-color: #15b98f;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.agree-theme .btn-agree:focus,
.agree-theme .btn-agree.focus {
  color: #fff;
  background-color: #12a27e;
  border-color: #084636;
}
.agree-theme .btn-agree:hover {
  color: #fff;
  background-color: #12a27e;
  border-color: #0f8265;
}
.agree-theme .btn-agree:active,
.agree-theme .btn-agree.active,
.open > .agree-theme .btn-agree.dropdown-toggle {
  color: #fff;
  background-color: #12a27e;
  background-image: none;
  border-color: #0f8265;
}
.agree-theme .btn-agree:active:hover,
.agree-theme .btn-agree:active:focus,
.agree-theme .btn-agree:active.focus,
.agree-theme .btn-agree.active:hover,
.agree-theme .btn-agree.active:focus,
.agree-theme .btn-agree.active.focus,
.open > .agree-theme .btn-agree.dropdown-toggle:hover,
.open > .agree-theme .btn-agree.dropdown-toggle:focus,
.open > .agree-theme .btn-agree.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f8265;
  border-color: #084636;
}
.agree-theme .btn-agree.disabled:hover,
.agree-theme .btn-agree.disabled:focus,
.agree-theme .btn-agree.disabled.focus,
.agree-theme .btn-agree[disabled]:hover,
.agree-theme .btn-agree[disabled]:focus,
.agree-theme .btn-agree[disabled].focus,
fieldset[disabled] .agree-theme .btn-agree:hover,
fieldset[disabled] .agree-theme .btn-agree:focus,
fieldset[disabled] .agree-theme .btn-agree.focus {
  background-color: #17d0a1;
  border-color: #15b98f;
}
.agree-theme .btn-agree .badge {
  color: #17d0a1;
  background-color: #fff;
}
.agree-theme .btn-agree:focus {
  background-color: #17d0a1 !important;
}
.agree-theme .btn-group.open {
  z-index: 3 !important;
}
.agree-theme .dropdown-menu > .disabled {
  cursor: not-allowed;
}
.agree-theme .dropdown-menu > .disabled > a {
  pointer-events: none;
}
div.jsoneditor {
  border: none !important;
  background: #f9f9f9 !important;
}
div.jsoneditor-mode-text {
  height: 500px;
}
div.jsoneditor-mode-code {
  height: 500px;
}
div.jsoneditor-mode-form {
  height: 500px;
}
quill-editor {
  display: initial !important;
}
quill-editor > .ql-snow.ql-toolbar {
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
}
quill-editor > .ql-snow.ql-container {
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: inherit;
}
quill-editor > .ql-snow.ql-container.renderer {
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f9fbfb;
  padding: 12px;
}
quill-editor > .ql-snow.ql-container.renderer > .ql-editor {
  min-height: 0px;
  max-height: 500px;
}
quill-editor > .ql-snow.ql-container > .ql-editor {
  padding: 6px 12px;
  min-height: 74px;
  max-height: 250px;
}
quill-editor > .ql-snow.ql-container > .ql-editor.ql-blank::before {
  font-style: normal;
  color: #a2a2a2;
  left: 12px;
  right: 12px;
}
.santander-mx-theme {
  --font-basic:
    SantanderFont-basic,
    Lato,
    Helvetica,
    sans-serif;
  --font-heading:
    SantanderFont-heading,
    Lato,
    Helvetica,
    sans-serif;
  --logo-path: url(/assets/img/theme/santander-mx/logo.svg);
  --logo-black-path: url(/assets/img/theme/santander-mx/logo-b.png);
  --logo-white-path: url(/assets/img/theme/santander-mx/logo-w.png);
  --logo-aspect-ratio: 4.4;
  --primary: #b90000 !important;
  --primary-darken-1: #a30000;
  --primary-darken-2: #6a0000;
  --primary-darken-3: #230000;
  --primary-lighten-1: #ffadad;
  --primary-lighten-2: #ffefef;
  --primary-lighten-3: snow;
  --secondary: #12a27e !important;
  --secondary-darken-1: #052f25;
  --secondary-darken-2: #031813;
  --secondary-darken-3: #000101;
  --buy-agree: #3d8eb9;
  --sell-agree: #ff4d4d;
  --booked-agree: #d0d6e2;
  --status-info-color: #00838f;
  --status-info-border: #80deea;
  --status-info-bg: #e0f7fa;
  --status-pending-color: #e6a800;
  --status-pending-border: #ffcc80;
  --status-pending-bg: #fff3e0;
  --status-warning-color: #e65100;
  --status-warning-border: #ffcc80;
  --status-warning-bg: #fff3e0;
  --status-danger-color: #a94442;
  --status-danger-border: #ce8382;
  --status-danger-bg: #ffebee;
  --status-success-color: rgb(14, 197, 51);
  --status-success-border: #b7eec2;
  --status-success-bg: #cff3d6;
  --btn-agree-color: #fff;
  --btn-agree-bg: #b90000;
  --btn-agree-border: #a00000;
  --panel-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --label-buy-bg: #3d8eb9;
  --label-sell-bg: label-shell-bg;
  --label-booked-bg: label-booked-bg;
}
@font-face {
  font-family: "SantanderFont-heading";
  src: url("./media/SantanderHeadlineW05-Rg-ADOMCOFL.woff") format("woff"), url("./media/SantanderHeadlineW05-Rg-MV353BNV.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SantanderFont-basic";
  src: url("./media/SantanderMicroTextW05-Rg-ORGJDJAP.woff") format("woff"), url("./media/SantanderMicroTextW05-Rg-5COQVOE2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SantanderFont-basic";
  src: url("./media/SantanderMicroTextW05-Bold-J7UZLHD2.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.santander-mx-theme bs-dropdown-container {
  z-index: 102;
}
.santander-mx-theme .popover.statsPopoover {
  max-width: initial;
}
.santander-mx-theme *:focus,
.santander-mx-theme *.focus,
.santander-mx-theme *:active:focus,
.santander-mx-theme *:active.focus,
.santander-mx-theme *.active:focus,
.santander-mx-theme *.active.focus {
  outline: none !important;
}
.santander-mx-theme ins {
  color: black;
  background: #bbffbb;
}
.santander-mx-theme del {
  color: black;
  background: #ffbbbb;
}
.santander-mx-theme a {
  cursor: pointer;
  color: #285f8f;
}
.santander-mx-theme a.agree-color {
  color: var(--primary);
}
.santander-mx-theme a.agree-color:hover {
  color: var(--primary-darken-1);
}
.santander-mx-theme .nomargin-top {
  margin-top: 0;
}
.santander-mx-theme .buy-bg {
  background-color: #3d8eb9;
}
.santander-mx-theme .sell-bg {
  background-color: #ff4d4d;
}
.santander-mx-theme .booked-bg {
  background-color: #d0d6e2;
  color: #000 !important;
}
.santander-mx-theme .buy {
  color: #3d8eb9;
}
.santander-mx-theme .sell {
  color: #ff4d4d;
}
.santander-mx-theme .booked {
  color: #d0d6e2;
}
.santander-mx-theme .alert hr {
  margin: 7px 0;
}
.santander-mx-theme .divider-break {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  padding: 16px 0;
  line-height: 0;
}
.santander-mx-theme .divider-break span {
  line-height: 1;
  color: #767676;
  font-weight: 400;
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 8px 0 7px;
}
.santander-mx-theme .divider-break:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.santander-mx-theme .sticky {
  position: sticky;
  z-index: 100;
  top: 0;
}
.santander-mx-theme .ag-header {
  display: flex;
  padding: 10px 0 12px;
  margin-top: -10px;
  align-items: center;
  justify-content: space-between;
}
.santander-mx-theme .ag-header.sticky {
  background-color: #fff;
}
.santander-mx-theme .ag-header .ag-header-title {
  display: flex;
  align-items: center;
}
.santander-mx-theme .ag-header .ag-header-title h3,
.santander-mx-theme .ag-header .ag-header-title h4 {
  margin: 0px;
}
.santander-mx-theme .ag-header .ag-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .santander-mx-theme .ag-header {
    flex-flow: wrap;
  }
  .santander-mx-theme .ag-header > * {
    width: 100%;
  }
  .santander-mx-theme .ag-header > * + * {
    margin-top: 12px;
  }
}
.santander-mx-theme .material-symbols-rounded {
  font-size: 140%;
  vertical-align: bottom;
}
.santander-mx-theme .image-icons {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.santander-mx-theme .image-icons.cash-payment {
  background-image: url(/assets/img/icons/cash-delivery.png);
}
.santander-mx-theme footer {
  margin: 20px 0;
}
.santander-mx-theme .tab-footer {
  padding-top: 15px;
  text-align: right;
}
.santander-mx-theme .tab-footer .btn + .btn {
  margin-left: 5px;
}
.santander-mx-theme .clickable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.santander-mx-theme .ag-container {
  display: flex;
}
.santander-mx-theme .ag-container .ag-col-secondary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.santander-mx-theme .ag-container .ag-col-primary {
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .santander-mx-theme .ag-col-expanded-only .ag-col-primary:not(.ag-col-expanded),
  .santander-mx-theme .ag-col-expanded-only .ag-col-secondary:not(.ag-col-expanded) {
    display: none;
  }
}
@media (max-width: 768px) {
  .santander-mx-theme .ag-container {
    flex-direction: column;
  }
}
.santander-mx-theme .landing-bg {
  position: fixed;
}
.santander-mx-theme .landing-bg > .gradient-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  background: var(--primary-darken-2);
  background:
    linear-gradient(
      0deg,
      var(--primary-darken-2) 25%,
      var(--primary-darken-3) 75%);
}
.santander-mx-theme .landing-bg > .gradient-circle > img {
  height: 200vw;
}
.santander-mx-theme .landing-bg > .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.santander-mx-theme .landing-bg > .dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18%;
}
.santander-mx-theme .landing-bg > .background-images {
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  width: 100vw;
}
.santander-mx-theme .landing-bg > .background-images > div {
  background-repeat: no-repeat;
  background-size: cover;
}
.santander-mx-theme .landing-bg > .background-images > .w40 {
  width: 40%;
}
.santander-mx-theme .landing-bg > .background-images > .w25 {
  width: 25%;
}
.santander-mx-theme .landing-bg > .background-images > .field {
  background-image: url(/assets/img/home/bg-field@4k.jpg);
  background-position: left center;
}
.santander-mx-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/home/bg-teamwork@4k.jpg);
  background-position: center center;
}
.santander-mx-theme .landing-bg > .background-images > .fruits {
  background-image: url(/assets/img/home/bg-fruits@4k.jpg);
  background-position: right center;
}
.santander-mx-theme .landing-bg > .background-images > .grains {
  background-image: url(/assets/img/home/bg-grains@4k.jpg);
  background-position: left center;
}
.santander-mx-theme .text-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.santander-mx-theme .text-container .header,
.santander-mx-theme .text-container footer {
  padding: 30px 60px;
  color: #fff;
  font-family:
    SantanderFont-heading,
    Lato,
    Helvetica,
    sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.santander-mx-theme .text-container .header .logo,
.santander-mx-theme .text-container footer .logo {
  height: 45px;
}
.santander-mx-theme .text-container a.white {
  color: #fff;
}
.santander-mx-theme .text-container .welcome-message {
  color: #fff;
  font-family:
    SantanderFont-heading,
    Lato,
    Helvetica,
    sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 70px 140px;
  min-height: calc(100vh - 230px);
}
.santander-mx-theme .text-container .welcome-message > * {
  margin-bottom: 36px;
}
.santander-mx-theme .text-container .welcome-message .main {
  font-weight: bold;
  font-size: 34px;
}
.santander-mx-theme .text-container .welcome-message .secondary {
  font-family:
    SantanderFont-basic,
    Lato,
    Helvetica,
    sans-serif;
  margin-bottom: 50px;
}
.santander-mx-theme .text-container .welcome-message .tagline {
  font-weight: bold;
}
.santander-mx-theme .text-container .welcome-message .icons {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.santander-mx-theme .text-container .welcome-message .icons > div {
  margin: 0 38px;
}
.santander-mx-theme .text-container .welcome-message .icons > div > img {
  height: 32px;
  margin: 8px;
}
.santander-mx-theme .text-container .divider-break span {
  background-color: #fff;
}
@media (max-width: 991px) {
  .santander-mx-theme .landing-bg > .gradient-circle {
    display: none;
  }
  .santander-mx-theme .landing-bg > .dots {
    width: 50%;
  }
  .santander-mx-theme .landing-bg > .background-images > .w40 {
    width: 50%;
  }
  .santander-mx-theme .landing-bg > .background-images > .w25 {
    width: 50%;
  }
  .santander-mx-theme .text-container .header,
  .santander-mx-theme .text-container footer {
    padding: 20px;
  }
  .santander-mx-theme .text-container .header .logo,
  .santander-mx-theme .text-container footer .logo {
    height: 30px;
  }
  .santander-mx-theme .text-container .header {
    background: var(--primary-darken-3);
  }
  .santander-mx-theme .text-container .curve {
    padding: 0 0 20px;
  }
  .santander-mx-theme .text-container .curve path {
    fill: var(--primary-darken-2);
  }
  .santander-mx-theme .text-container .welcome-message {
    font-size: 18px;
    padding: 20px;
    background: var(--primary-darken-2);
    background:
      linear-gradient(
        0deg,
        var(--primary-darken-2) 25%,
        var(--primary-darken-3) 75%);
    min-height: 0;
  }
  .santander-mx-theme .text-container .welcome-message > * {
    margin-bottom: 26px;
  }
  .santander-mx-theme .text-container .welcome-message .main {
    font-size: 24px;
  }
  .santander-mx-theme .text-container .welcome-message .secondary {
    margin-bottom: 20px;
  }
  .santander-mx-theme .text-container .welcome-message .icons > div {
    margin: 0 18px;
  }
}
.santander-mx-theme .modal > .modal-dialog > .modal-content .modal-header + .modal-footer {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .santander-mx-theme .modal > .modal-dialog {
    margin: 10px 10px 92px;
  }
}
@media (min-width: 1281px) {
  .santander-mx-theme .modal-xl {
    width: 1260px;
  }
}
@media (max-width: 1280px) {
  .santander-mx-theme .modal-xl {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.santander-mx-theme .content-box {
  background: white;
  padding: 12px 24px 24px;
  position: relative;
}
.santander-mx-theme .container-xs {
  max-width: 480px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .santander-mx-theme .content-box {
    margin: 0 -15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .santander-mx-theme .content-box {
    margin: 16px 0;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
.santander-mx-theme .flex-center-distributed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.santander-mx-theme .flex-center-distributed.spaced > * + * {
  margin-left: 12px;
}
.santander-mx-theme .flex-center-distributed.spaced-10 > * + * {
  margin-left: 10px;
}
.santander-mx-theme .flex-center-distributed .grow {
  flex-grow: 1;
}
.santander-mx-theme .container .row .col-highlight,
.santander-mx-theme .container-fluid .row .col-highlight {
  background-color: #f2f4f5;
  border-radius: 6px;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media print {
  .santander-mx-theme .col-sm-1 {
    width: 8%;
    float: left;
  }
  .santander-mx-theme .col-sm-2 {
    width: 17%;
    float: left;
  }
  .santander-mx-theme .col-sm-3 {
    width: 25%;
    float: left;
  }
  .santander-mx-theme .col-sm-4 {
    width: 33%;
    float: left;
  }
  .santander-mx-theme .col-sm-5 {
    width: 42%;
    float: left;
  }
  .santander-mx-theme .col-sm-6 {
    width: 50%;
    float: left;
  }
  .santander-mx-theme .col-sm-7 {
    width: 58%;
    float: left;
  }
  .santander-mx-theme .col-sm-8 {
    width: 67%;
    float: left;
  }
  .santander-mx-theme .col-sm-9 {
    width: 75%;
    float: left;
  }
  .santander-mx-theme .col-sm-10 {
    width: 83%;
    float: left;
  }
  .santander-mx-theme .col-sm-11 {
    width: 92%;
    float: left;
  }
  .santander-mx-theme .col-sm-12 {
    width: 100%;
    float: left;
  }
  .santander-mx-theme a[href]:after {
    display: none;
  }
  .santander-mx-theme .img {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .santander-mx-theme .container {
    width: auto !important;
  }
  .santander-mx-theme button,
  .santander-mx-theme messenger,
  .santander-mx-theme filter-set,
  .santander-mx-theme .attach-icon,
  .santander-mx-theme .app-header {
    display: none !important;
  }
  .santander-mx-theme .sticky {
    position: relative !important;
  }
  .santander-mx-theme .scrollable-pane {
    height: auto !important;
    overflow-y: visible !important;
  }
  .santander-mx-theme app-root .app-content {
    flex: none;
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}
.santander-mx-theme .backdrop-glass {
  -webkit-backdrop-filter: blur(2px) brightness(90%) saturate(70%);
  backdrop-filter: blur(2px) brightness(90%) saturate(70%);
}
.santander-mx-theme body.messenger-open > #hubspot-messages-iframe-container {
  display: none !important;
}
.santander-mx-theme .clipboard-ready {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.santander-mx-theme .clipboard-ready .material-symbols-rounded {
  display: none !important;
}
.santander-mx-theme .clipboard-ready * {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.santander-mx-theme .m-b1 {
  margin-bottom: 1rem;
}
.santander-mx-theme .m-b2 {
  margin-bottom: 2rem;
}
.santander-mx-theme .m-b3 {
  margin-bottom: 3rem;
}
.santander-mx-theme .m-b4 {
  margin-bottom: 4rem;
}
.santander-mx-theme .p-t0 {
  padding-top: 0;
}
.santander-mx-theme .p-t1 {
  padding-top: 1rem;
}
.santander-mx-theme .p-t2 {
  padding-top: 2rem;
}
.santander-mx-theme .p-t3 {
  padding-top: 3rem;
}
.santander-mx-theme .p-t4 {
  padding-top: 4rem;
}
.santander-mx-theme .agree-introjs.introjs-tooltip {
  min-width: 280px;
}
.santander-mx-theme .agree-introjs .introjs-tooltiptext {
  padding: 10px;
}
.santander-mx-theme .agree-introjs .introjs-tooltiptext h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
.santander-mx-theme .agree-introjs .introjs-tooltipbuttons .introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
}
.santander-mx-theme input.form-control[readonly][bsDaterangepicker],
.santander-mx-theme input.form-control[readonly][bsDatepicker],
.santander-mx-theme input.form-control[readonly].not-grayed {
  background-color: inherit;
}
.santander-mx-theme bs-datepicker-container .bs-datepicker,
.santander-mx-theme bs-daterangepicker-container .bs-datepicker {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-head,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-head {
  background-color: var(--primary);
}
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.week span,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.week span {
  color: var(--primary);
}
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span:before,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span:before {
  left: -7px;
  right: -7px;
}
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span.selected,
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.selected span,
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.santander-mx-theme bs-datepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span.selected,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.selected span,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.santander-mx-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: var(--primary);
}
@media (max-width: 768px) {
  .santander-mx-theme .bs-datepicker-multiple .bs-datepicker-head {
    height: 40px;
    padding: 4px 10px;
  }
  .santander-mx-theme .bs-datepicker-multiple .bs-datepicker-body {
    min-height: 0;
  }
  .santander-mx-theme .bs-datepicker-multiple .bs-datepicker-body table.days span {
    height: 26px;
    line-height: 26px;
  }
}
.santander-mx-theme .card {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  transition-property:
    border-color,
    margin-top,
    box-shadow;
  transition-duration: 0.15s;
  box-shadow: 2px 3px 6px 2px rgba(150, 150, 150, 0.1);
}
.santander-mx-theme .card:hover {
  border-color: var(--primary);
  box-shadow: 2px 3px 16px 2px rgba(150, 150, 150, 0.3);
  background-color: var(--primary-lighten-2);
}
.santander-mx-theme .card.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eee;
}
.santander-mx-theme .card.disabled > .header,
.santander-mx-theme .card.disabled > .body {
  opacity: 0.4;
}
.santander-mx-theme .card.card-sm {
  --logo-size: 50px;
  margin-bottom: 20px;
}
.santander-mx-theme .card.card-sm .header {
  height: 35px;
  justify-content: flex-end;
}
.santander-mx-theme .card.card-sm .header .logo-circle {
  width: var(--logo-size);
  height: var(--logo-size);
  margin-top: 10px;
}
.santander-mx-theme .card.card-sm .header .logo-circle.image > div.logo {
  width: calc(var(--logo-size) - 2px);
  height: calc(var(--logo-size) - 2px);
}
.santander-mx-theme .card.card-sm > .body {
  position: relative;
  padding-top: 10px;
}
.santander-mx-theme .card.card-sm > .body h3,
.santander-mx-theme .card.card-sm > .body h4,
.santander-mx-theme .card.card-sm > .body h5 {
  text-align: left;
  padding-bottom: 8px;
}
.santander-mx-theme .card.card-sm > .body > .description {
  -webkit-line-clamp: 4;
  height: 6.6em;
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-top: 1px solid #cfd8dc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.santander-mx-theme .card.card-sm > .body > .btn {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.santander-mx-theme .card.card-sm.selected {
  box-shadow: inset 0 0 0px 4px var(--primary);
  background-color: var(--primary-lighten-3);
}
.santander-mx-theme .card .header {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  width: 100%;
  height: 90px;
  background: transparent center top no-repeat;
  background-size: cover;
}
.santander-mx-theme .card .header .shadow {
  box-shadow: 2px 3px 10px 2px rgba(150, 150, 150, 0.1);
}
.santander-mx-theme .card .header .logo-circle {
  border: 1px solid #ccc;
  margin-top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.santander-mx-theme .card .header .logo-circle.image {
  position: relative;
}
.santander-mx-theme .card .header .logo-circle.image > div.logo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.santander-mx-theme .card .body {
  padding: 52px 20px 20px;
}
.santander-mx-theme .card .body h3,
.santander-mx-theme .card .body h4,
.santander-mx-theme .card .body h5 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-bottom: 16px;
}
.santander-mx-theme .card .body hr {
  margin: 0 0 22px;
  border-color: rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .santander-mx-theme .card {
    margin: 0;
  }
  .santander-mx-theme .stretch-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .santander-mx-theme .stretch-items > div {
    margin-bottom: 24px;
  }
}
.santander-mx-theme .loading {
  padding: 9.5em 2em;
  position: relative;
}
.santander-mx-theme .loading.loading-sm {
  padding: 2em;
}
.santander-mx-theme .no-data {
  border: 3px dashed #eeeeee;
  border-radius: 1em;
  text-align: center;
  padding: 10em 2em;
  color: #777777;
  position: relative;
  margin-top: 12px;
}
.santander-mx-theme .no-data.no-data-sm {
  padding: 5em 2em;
}
.santander-mx-theme .no-data > i {
  opacity: 0.1;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  font-size: 700%;
  pointer-events: none;
}
.santander-mx-theme .no-data > * {
  position: relative;
  z-index: 2;
}
.santander-mx-theme .list-group.list-group-condensed .list-group-item {
  padding: 6px 8px;
  border-style: dotted;
}
.santander-mx-theme ol.breadcrumb {
  margin-bottom: 10px;
}
.santander-mx-theme ol.breadcrumb > li scope-icon > i {
  margin-right: 4px;
}
.santander-mx-theme .co-status > div {
  font-size: 80%;
  padding: 5px 8px;
  border-style: dotted;
  border-width: 1px;
  border-radius: 4px 3px 3px 4px;
  position: relative;
  max-width: 500px;
  cursor: pointer;
}
.santander-mx-theme .co-status > div.status-success > span:before {
  content: "check_circle_outline";
}
.santander-mx-theme .co-status > div.status-warning > span:before {
  content: "warning";
}
.santander-mx-theme .co-status > div.status-danger > span:before {
  content: "highlight_off";
}
.santander-mx-theme .co-status > div.status-disabled > span:before {
  content: "check";
}
.santander-mx-theme .co-status > div.status-info > span:before {
  content: "send";
}
.santander-mx-theme .co-status > div > span:before {
  font-family: "Material Symbols Rounded";
  font-size: 140%;
  vertical-align: bottom;
  line-height: 1;
  text-transform: none;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  opacity: 0.66;
}
.santander-mx-theme .status-success {
  color: rgb(14, 197, 51);
  border-color: #b7eec2;
  background-color: #cff3d6;
}
.santander-mx-theme .status-info,
.santander-mx-theme .status-default {
  color: #00838f;
  border-color: #80deea;
  background-color: #e0f7fa;
}
.santander-mx-theme .status-warning {
  color: #e65100;
  border-color: #ffcc80;
  background-color: #fff3e0;
}
.santander-mx-theme .status-danger {
  color: #a94442;
  border-color: #ce8382;
  background-color: #ffebee;
}
.santander-mx-theme .status > .alert {
  padding: 8px 15px;
  margin: 8px 0 10px;
  border-radius: 0px;
  border-style: solid none;
}
.santander-mx-theme .status > .alert a:hover,
.santander-mx-theme .status > .alert a:focus {
  text-decoration: none;
}
.santander-mx-theme .badge.badge-danger {
  background-color: #ff4d4d;
}
.santander-mx-theme .badge.badge-warning {
  background-color: #ff7416;
}
.santander-mx-theme .badge.badge-info {
  background-color: #5bc0de;
}
.santander-mx-theme .badge.badge-success {
  background-color: #27ae60;
}
.santander-mx-theme .badge.badge-sup {
  position: relative;
  top: -0.8em;
  left: -1em;
  font-size: 66%;
  margin-right: -1em;
}
.santander-mx-theme .logo-circle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.santander-mx-theme .logo-circle.text {
  background-color: #d3e3ec;
  color: #3d8eb9;
}
.santander-mx-theme .logo-circle.image {
  border: 1px solid #ccc;
}
.santander-mx-theme .logo-circle.image > div {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 3px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.santander-mx-theme .scrollable {
  height: 50vh;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 1em 8px 1em 1em;
}
.santander-mx-theme .scrollable > .content {
  height: 100%;
  padding-right: 2em;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.santander-mx-theme .scrollable > .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 0;
}
.santander-mx-theme .scrollable > .content::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.santander-mx-theme .scrollable > .content:hover::-webkit-scrollbar-thumb {
  background-color: #3de9be;
}
.santander-mx-theme .scrollable > .content::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 4px;
}
.santander-mx-theme .popover.width-400 {
  max-width: 400px;
}
.santander-mx-theme .popover.width-800 {
  max-width: none;
  width: 800px;
}
.santander-mx-theme .popover.width-800.bottom {
  margin-top: 5px;
}
.santander-mx-theme .popover.width-800 .popover-content {
  padding: 0.7em 0;
}
.santander-mx-theme .popover.width-800 .popover-content table.table {
  margin-bottom: 0;
}
.santander-mx-theme .popover.width-800 .popover-content table.table thead th {
  color: #707070;
}
@media (max-width: 992px) {
  .santander-mx-theme .popover.width-800 {
    max-width: 80%;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .santander-mx-theme .popover {
    display: none !important;
  }
}
.santander-mx-theme .warning-label {
  padding: 0.1em 0.6em;
  margin: 0 0.5em;
  font-weight: bold;
  color: rgb(255, 136, 0);
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  background-color: rgba(255, 136, 0, 0.07);
  border-color: rgb(255, 136, 0);
  border-style: solid;
  border-width: 1px;
}
.santander-mx-theme ol.contract {
  border: 1px solid #eee;
  border-radius: 0.35em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0.25em 1em 0px rgba(0, 0, 0, 0.05);
}
.santander-mx-theme ol.contract negotiable-group > li {
  text-align: justify;
  padding: 0.3em 0.5em;
  border-style: dashed;
  border-width: 1px;
  border-radius: 0.35em;
  border-color: transparent;
  margin: 0.2em 0;
}
.santander-mx-theme ol.contract negotiable-group > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.santander-mx-theme ol.contract negotiable-group > li.outgoing {
  border-color: rgb(0, 131, 143);
  background-color: rgba(0, 131, 143, 0.05);
}
.santander-mx-theme ol.contract negotiable-group > li.incoming {
  border-color: rgb(255, 136, 0);
  background-color: rgba(255, 136, 0, 0.05);
}
.santander-mx-theme ol.contract negotiable-group > li.not-negotiable b,
.santander-mx-theme ol.contract negotiable-group > li.not-negotiable span {
  color: #b71c1c !important;
}
.santander-mx-theme ol.contract negotiable-group > li.not-negotiable b:after {
  opacity: 0.6;
  content: "[No negociable]";
  font-size: 75%;
  margin-left: 3px;
  color: #b71c1c;
}
.santander-mx-theme ol.contract negotiable-group > li textarea {
  resize: none;
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .santander-mx-theme .ag-container.order-view {
    flex-direction: column-reverse;
  }
}
.santander-mx-theme .order-view .auction {
  padding: 1em;
}
.santander-mx-theme .order-view .auction .auction-container {
  padding: 1em;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background-color: #f9f9f8;
}
.santander-mx-theme .order-view .auction .auction-container .auction-indicator {
  margin-bottom: 10px;
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.santander-mx-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-orange {
  border-color: rgb(230, 81, 0);
  background-color: rgba(230, 81, 0, 0.9);
}
.santander-mx-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-agree {
  border-color: rgb(60, 118, 61);
  background-color: rgba(60, 118, 61, 0.9);
}
.santander-mx-theme .order-view .auction .auction-container hr {
  margin: 0.5em 0;
}
.santander-mx-theme .order-view .auction .auction-container table.table.auction-info {
  width: auto;
  margin-bottom: 0;
}
.santander-mx-theme .order-view .auction .auction-container table.table.auction-info caption {
  color: inherit;
}
.santander-mx-theme .order-view .auction .auction-container table.table.auction-info tr td {
  padding: 0 2px;
  border-style: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .santander-mx-theme .order-view .auction {
    width: 300px;
  }
}
.santander-mx-theme tabset > .nav-tabs > li > a {
  border-top-width: 3px !important;
}
.santander-mx-theme tabset > .nav-tabs > li.active > a {
  border-top-color: var(--primary) !important;
  border-top-style: solid !important;
  background-color: #fff;
}
.santander-mx-theme tabset > .nav-tabs > li.active > a:hover,
.santander-mx-theme tabset > .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.santander-mx-theme tabset > .tab-content > .tab-pane {
  padding: 1em;
  border-style: none solid solid;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 0 0 4px 4px;
}
.santander-mx-theme nav {
  height: 4.5rem;
}
.santander-mx-theme .tablist {
  position: relative;
  padding: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  min-width: 100%;
}
.santander-mx-theme .tablist::-webkit-scrollbar {
  display: none;
}
.santander-mx-theme .tablist > ul.inner {
  display: table;
  margin: 0;
  padding: 0 27px;
}
.santander-mx-theme .tablist > ul.inner > li.tablist-tab {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  height: 4.5rem;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.3px;
  scroll-snap-align: none left;
}
.santander-mx-theme .tablist > ul.inner > li.tablist-tab.active {
  pointer-events: none;
  cursor: not-allowed;
}
.santander-mx-theme #filter-dropdown.dropdown-menu {
  margin-top: 6px;
  overflow: hidden;
}
.santander-mx-theme #filter-dropdown.dropdown-menu li .dropdown-customitem {
  padding: 3px 10px;
}
.santander-mx-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group {
  margin-bottom: 0px;
}
.santander-mx-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group + .form-group {
  margin-top: 6px;
}
.santander-mx-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group label {
  font-size: 10px;
}
.santander-mx-theme #filter-dropdown.dropdown-menu li .dropdown-customitem select,
.santander-mx-theme #filter-dropdown.dropdown-menu li .dropdown-customitem input {
  min-width: 200px;
}
.santander-mx-theme .editable-pill {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 16px;
}
.santander-mx-theme .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 110;
  pointer-events: none;
  top: -10px;
}
.santander-mx-theme .ribbon.ribbon-sm {
  width: 140px;
  height: 140px;
}
.santander-mx-theme .ribbon.ribbon-sm.ribbon-left > span {
  right: -14px;
}
.santander-mx-theme .ribbon.ribbon-sm.ribbon-right > span {
  left: -14px;
}
.santander-mx-theme .ribbon.ribbon-sm > span {
  width: 198px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 18px;
  top: 34px;
}
.santander-mx-theme .ribbon.ribbon-xs {
  width: 100px;
  height: 100px;
}
.santander-mx-theme .ribbon.ribbon-xs.ribbon-left > span {
  right: -10px;
}
.santander-mx-theme .ribbon.ribbon-xs.ribbon-right > span {
  left: -10px;
}
.santander-mx-theme .ribbon.ribbon-xs > span {
  width: 141px;
  padding: 8px 0;
  font-size: 9px;
  line-height: 14px;
  top: 25px;
}
.santander-mx-theme .ribbon::before,
.santander-mx-theme .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px;
  border-top-color: transparent;
}
.santander-mx-theme .ribbon::after {
  bottom: 0;
}
.santander-mx-theme .ribbon::before {
  top: 0;
}
.santander-mx-theme .ribbon > span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  top: 30px;
}
.santander-mx-theme .ribbon.ribbon-left {
  left: -10px;
}
.santander-mx-theme .ribbon.ribbon-left::before,
.santander-mx-theme .ribbon.ribbon-left::after {
  border-left-color: transparent;
}
.santander-mx-theme .ribbon.ribbon-left::before {
  right: 0;
}
.santander-mx-theme .ribbon.ribbon-left::after {
  left: 0;
}
.santander-mx-theme .ribbon.ribbon-left > span {
  right: -25px;
  transform: rotate(-45deg);
}
.santander-mx-theme .ribbon.ribbon-right {
  right: -10px;
}
.santander-mx-theme .ribbon.ribbon-right::before,
.santander-mx-theme .ribbon.ribbon-right::after {
  border-right-color: transparent;
}
.santander-mx-theme .ribbon.ribbon-right::before {
  left: 0;
}
.santander-mx-theme .ribbon.ribbon-right::after {
  right: 0;
}
.santander-mx-theme .ribbon.ribbon-right > span {
  left: -25px;
  transform: rotate(45deg);
}
.santander-mx-theme .ribbon.ribbon-default::before,
.santander-mx-theme .ribbon.ribbon-default::after {
  border-color: #999;
}
.santander-mx-theme .ribbon.ribbon-default > span {
  background-color: #aaa;
}
.santander-mx-theme .ribbon.ribbon-info::before,
.santander-mx-theme .ribbon.ribbon-info::after {
  border-color: #2980b9;
}
.santander-mx-theme .ribbon.ribbon-info > span {
  background-color: #3498db;
}
.santander-mx-theme .ribbon.ribbon-danger::before,
.santander-mx-theme .ribbon.ribbon-danger::after {
  border-color: #843533;
}
.santander-mx-theme .ribbon.ribbon-danger > span {
  background-color: #a94442;
}
.santander-mx-theme .ribbon.ribbon-warning::before,
.santander-mx-theme .ribbon.ribbon-warning::after {
  border-color: #b37c0f;
}
.santander-mx-theme .ribbon.ribbon-warning > span {
  background-color: #e29d12;
}
.santander-mx-theme .ribbon.ribbon-agree::before,
.santander-mx-theme .ribbon.ribbon-agree::after {
  border-color: var(--primary-darken-1);
}
.santander-mx-theme .ribbon.ribbon-agree > span {
  background-color: var(--primary);
}
@media print {
  .santander-mx-theme .ribbon {
    display: none;
  }
}
.santander-mx-theme .no-margin {
  margin: 0 !important;
}
.santander-mx-theme .no-margin-top {
  margin-top: 0 !important;
}
.santander-mx-theme td.td-empty > .ag-label {
  margin-bottom: 3px;
}
.santander-mx-theme .ag-label {
  display: inline-block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  padding: 0.2em 0.6em 0.3em;
  margin: 0;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  line-height: 1;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.santander-mx-theme .ag-label + .ag-label {
  margin-left: 6px;
}
.santander-mx-theme .ag-label.ag-label-lg {
  font-size: 100%;
}
.santander-mx-theme .toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 2147483647;
  box-sizing: border-box;
}
.santander-mx-theme .toast-container.inline {
  position: relative;
  z-index: 1000;
}
.santander-mx-theme .toast-container.inline > .ngx-toastr {
  margin: 0;
  width: auto;
  max-width: none;
  min-width: initial;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  animation-name: expandDown;
  border-style: none none solid none;
  background-image: none !important;
}
.santander-mx-theme .toast-container.inline > .ngx-toastr:hover {
  box-shadow: none;
}
.santander-mx-theme .toast-container.inline > .ngx-toastr > .toast-message {
  padding: 12px 18px !important;
}
.santander-mx-theme .toast-container.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.santander-mx-theme .toast-container.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.santander-mx-theme .toast-container.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.santander-mx-theme .toast-container.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.santander-mx-theme .toast-container.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.santander-mx-theme .toast-container.toast-top-left {
  top: 12px;
  left: 12px;
}
.santander-mx-theme .toast-container.toast-top-right {
  top: 12px;
  right: 12px;
}
.santander-mx-theme .toast-container.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.santander-mx-theme .toast-container.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.santander-mx-theme .toast-container > .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  max-width: 300px;
  min-width: 160px;
  width: calc(100vw - 92px - 12px);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  font-size: 12px;
  background-color: #f6f8f8;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 16px 50%;
  border: 1px solid #c7d1d6;
  color: #455a64;
  animation-name: bounceInLeft;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.santander-mx-theme .toast-container > .ngx-toastr:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #bcdba3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(188,219,163)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-success > .toast-message {
  padding-left: 60px;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-success > .toast-title {
  border-color: #bcdba3;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-success .toast-progress {
  background-color: #bcdba3;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #dda7b0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(221,167,176)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-error > .toast-message {
  padding-left: 60px;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-error > .toast-title {
  border-color: #dda7b0;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-error .toast-progress {
  background-color: #dda7b0;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #92cbe8;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-info > .toast-title {
  border-color: #92cbe8;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-info .toast-progress {
  background-color: #92cbe8;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-warning {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #fbb7a2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(251,183,162)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-warning > .toast-message {
  padding-left: 60px;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-warning > .toast-title {
  border-color: #fbb7a2;
}
.santander-mx-theme .toast-container > .ngx-toastr.toast-warning .toast-progress {
  background-color: #fbb7a2;
}
.santander-mx-theme .toast-container > .ngx-toastr > .toast-message {
  word-wrap: break-word;
  padding: 12px;
}
.santander-mx-theme .toast-container > .ngx-toastr > .toast-title {
  font-weight: bold;
  font-size: 10px;
  padding: 6px 12px;
  border-bottom: 1px solid #c7d1d6;
  text-transform: uppercase;
}
.santander-mx-theme .toast-container > .ngx-toastr > .toast-close-button {
  position: relative;
  top: 0;
  float: right;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
}
.santander-mx-theme .toast-container > .ngx-toastr > .toast-close-button:hover,
.santander-mx-theme .toast-container > .ngx-toastr > .toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.santander-mx-theme .toast-container > .ngx-toastr > button.toast-close-button {
  padding: 8px 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.santander-mx-theme .toast-container > .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #c7d1d6;
}
.santander-mx-theme .toast-container.toast-top-center .ngx-toastr,
.santander-mx-theme .toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.santander-mx-theme .toast-container.toast-top-full-width .ngx-toastr,
.santander-mx-theme .toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes expandDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
.santander-mx-theme .gm-field-tag {
  background-color: #ea4336;
  border-radius: 20px;
  border: 2px solid #b31312;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1;
  min-height: 26px;
  min-width: 28px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.santander-mx-theme .gm-field-tag::after {
  border-color: #b31312 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.santander-mx-theme markdown table {
  margin-bottom: 1em;
  width: 100%;
}
.santander-mx-theme markdown table th,
.santander-mx-theme markdown table td {
  border: 1px solid #ddd;
  padding: 6px;
}
.santander-mx-theme table.table thead {
  background-color: #f6f6f6;
}
.santander-mx-theme table.table thead th {
  text-transform: uppercase;
  font-size: 66.66%;
}
.santander-mx-theme .table {
}
.santander-mx-theme .table thead th {
  white-space: nowrap;
}
.santander-mx-theme .table .table {
  background-color: #fafafa;
}
.santander-mx-theme .table th.dlb,
.santander-mx-theme .table td.dlb {
  border-left: 1px dotted rgba(96, 100, 109, 0.2);
}
.santander-mx-theme .table th.drb,
.santander-mx-theme .table td.drb {
  border-right: 1px dotted rgba(96, 100, 109, 0.2);
}
.santander-mx-theme .table th.sap,
.santander-mx-theme .table td.sap {
  width: 1px;
}
.santander-mx-theme .table th.no-vertical-padding,
.santander-mx-theme .table td.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.santander-mx-theme .table > tbody > tr.product-header > th {
  border: none;
  background-color: #4b515d;
  font-weight: normal;
  color: #fff;
  font-size: 75%;
  padding-left: 10px;
}
.santander-mx-theme .table > tbody > tr.tr-danger {
  border-left: 6px solid #a94442;
}
.santander-mx-theme .table .td-empty {
  border: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .santander-mx-theme .table th.sap,
  .santander-mx-theme .table td.sap {
    white-space: nowrap;
  }
}
.santander-mx-theme .summary {
  font-size: 110%;
  font-weight: 300;
}
.santander-mx-theme .summary .quantity {
  font-weight: 400;
}
.santander-mx-theme .horizontal-scroller {
  overflow-x: auto;
  scrollbar-width: none;
}
.santander-mx-theme .horizontal-scroller > table {
  width: auto;
  max-width: none;
  min-width: 100%;
}
.santander-mx-theme table tr.tr-align-center > th,
.santander-mx-theme table tr.tr-align-center > td {
  height: 1px;
  vertical-align: middle;
}
.santander-mx-theme .table td[headers~=ico],
.santander-mx-theme .table .td-icons,
.santander-mx-theme .table td[headers~=obs] {
  width: 16px;
  text-align: center;
  font-size: 85%;
  color: #808389;
}
.santander-mx-theme .table td[headers~=ton],
.santander-mx-theme .table th#ton {
  width: 60px;
  white-space: nowrap;
}
.santander-mx-theme .table td[headers~=act] {
  width: 70px;
}
.santander-mx-theme .table td[headers~=cad] {
  width: 30px;
  color: #0e8164;
}
.santander-mx-theme .table .td-status {
  width: 99%;
}
@media (max-width: 768px) {
  .santander-mx-theme .table-condensed > thead > tr > th,
  .santander-mx-theme .table-condensed > thead > tr > td {
    padding: 3px 2px;
  }
  .santander-mx-theme .table-condensed > tbody > tr > th,
  .santander-mx-theme .table-condensed > tbody > tr > td {
    padding: 3px 2px;
  }
  .santander-mx-theme .table-condensed > tfoot > tr > th,
  .santander-mx-theme .table-condensed > tfoot > tr > td {
    padding: 3px 2px;
  }
  .santander-mx-theme .table .td-icons i + i {
    margin-top: 4px;
  }
  .santander-mx-theme .table td[headers~=ico] i + i {
    margin-top: 4px;
  }
  .santander-mx-theme .table td[headers~=ton] {
    width: auto;
  }
  .santander-mx-theme .table th#ton {
    width: auto;
  }
  .santander-mx-theme .table .td-company {
    min-width: 0px;
  }
}
.santander-mx-theme .table .location-small {
  font-size: 75%;
  font-weight: normal;
  color: #757575;
}
@media (max-width: 768px) {
  .santander-mx-theme .traded-location {
    max-width: 140px;
  }
}
.santander-mx-theme .price-box {
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 4px 3px;
  width: 130px;
  color: #fff;
  display: inline-block;
}
.santander-mx-theme .price-box .type {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
.santander-mx-theme .price-box .value {
  text-align: right;
}
@media (max-width: 768px) {
  .santander-mx-theme .price-box {
    width: 74px;
  }
  .santander-mx-theme .price-box .currency {
    display: block;
  }
}
.santander-mx-theme table tr > th input[type=checkbox].no-margin,
.santander-mx-theme table tr > td > input[type=checkbox].no-margin {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .santander-mx-theme table > thead > tr > td > div .show-onhover:not(:checked),
  .santander-mx-theme table > thead > tr > td > agree-confirm .show-onhover:not(:checked),
  .santander-mx-theme table > thead > tr > td > .show-onhover:not(:checked),
  .santander-mx-theme table > thead > tr > th > div .show-onhover:not(:checked),
  .santander-mx-theme table > thead > tr > th > agree-confirm .show-onhover:not(:checked),
  .santander-mx-theme table > thead > tr > th > .show-onhover:not(:checked),
  .santander-mx-theme table > tbody > tr > td > div .show-onhover:not(:checked),
  .santander-mx-theme table > tbody > tr > td > agree-confirm .show-onhover:not(:checked),
  .santander-mx-theme table > tbody > tr > td > .show-onhover:not(:checked),
  .santander-mx-theme table > tbody > tr > th > div .show-onhover:not(:checked),
  .santander-mx-theme table > tbody > tr > th > agree-confirm .show-onhover:not(:checked),
  .santander-mx-theme table > tbody > tr > th > .show-onhover:not(:checked) {
    visibility: hidden;
  }
  .santander-mx-theme table > thead > tr:hover > td > div .show-onhover,
  .santander-mx-theme table > thead > tr:hover > td > agree-confirm .show-onhover,
  .santander-mx-theme table > thead > tr:hover > td > .show-onhover,
  .santander-mx-theme table > thead > tr:hover > th > div .show-onhover,
  .santander-mx-theme table > thead > tr:hover > th > agree-confirm .show-onhover,
  .santander-mx-theme table > thead > tr:hover > th > .show-onhover,
  .santander-mx-theme table > tbody > tr:hover > td > div .show-onhover,
  .santander-mx-theme table > tbody > tr:hover > td > agree-confirm .show-onhover,
  .santander-mx-theme table > tbody > tr:hover > td > .show-onhover,
  .santander-mx-theme table > tbody > tr:hover > th > div .show-onhover,
  .santander-mx-theme table > tbody > tr:hover > th > agree-confirm .show-onhover,
  .santander-mx-theme table > tbody > tr:hover > th > .show-onhover {
    visibility: visible;
  }
}
.santander-mx-theme table.table.table-detail > thead {
  background-color: transparent;
}
.santander-mx-theme table.table.table-detail > thead > tr > th {
  color: #707070;
}
.santander-mx-theme .row-main table.table.table-detail td {
  font-size: 110%;
}
.santander-mx-theme table.mini-table {
  font-size: 80%;
  width: 100%;
}
.santander-mx-theme table.mini-table th,
.santander-mx-theme table.mini-table td {
  padding: 3px 8px;
}
.santander-mx-theme table.mini-table > thead {
  background-color: transparent;
}
.santander-mx-theme table.mini-table > thead > tr {
  border-bottom: 2px solid #ddd;
}
.santander-mx-theme table.mini-table > tbody > tr + tr {
  border-top: 1px dotted #ddd;
}
.santander-mx-theme table.table-specs caption {
  padding-top: 0px;
}
.santander-mx-theme table.table-specs thead > tr > th {
  white-space: normal !important;
}
.santander-mx-theme table.table-specs td,
.santander-mx-theme table.table-specs thead > tr > th {
  text-align: center;
  vertical-align: middle;
}
.santander-mx-theme table.table-specs tr td + td,
.santander-mx-theme table.table-specs tr th + th {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  .santander-mx-theme .table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .santander-mx-theme .table-scroll table {
    width: 100%;
    margin-bottom: 0;
  }
  .santander-mx-theme .table-scroll table th {
    background-color: #f4f6f6;
  }
  .santander-mx-theme .table-scroll table .s {
    position: sticky;
  }
  .santander-mx-theme .table-scroll table .s.t {
    top: 0;
    z-index: 5;
  }
  .santander-mx-theme .table-scroll table .s.t.l {
    z-index: 6 !important;
  }
  .santander-mx-theme .table-scroll table .s.l {
    left: 0;
    z-index: 2;
  }
  .santander-mx-theme .table-scroll table .s.w {
    background-color: #fff;
  }
  .santander-mx-theme .table-scroll table .s.g {
    background-color: #f6f6f6;
  }
}
@media (min-width: 768px) {
  .santander-mx-theme .table-sticky-headers {
    max-height: calc(100vh - 214px);
  }
  .santander-mx-theme .table-sticky-headers > table {
    border-collapse: separate;
  }
  .santander-mx-theme .table-sticky-headers > table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f6f6f6;
  }
}
.santander-mx-theme .animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.santander-mx-theme .animated.infinite {
  animation-iteration-count: infinite;
}
.santander-mx-theme .fadeIn {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.santander-mx-theme .popFadeDelay {
  animation-delay: 0.5s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tada3rd {
  from {
    transform: scale3d(1, 1, 1);
  }
  3.3%, 6.6% {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }
  10%, 16.6%, 23.3%, 30% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  13.3%, 20%, 26.6% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  33.3% {
    transform: scale3d(1, 1, 1);
  }
}
.santander-mx-theme .tada3rd {
  animation-name: tada3rd;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blinking {
  from, 10%, 20%, 30% {
    opacity: 0.66;
  }
  5%, 15%, 25% {
    opacity: 0;
  }
}
.santander-mx-theme .td-highlight {
  animation-duration: 0.2s;
  animation-iteration-count: 3;
  animation-name: flash;
}
.santander-mx-theme .live {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: flash;
}
.santander-mx-theme .blinking,
.santander-mx-theme .status-warning > span:before {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: blinking;
}
.santander-mx-theme .skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  color: #eee;
}
.santander-mx-theme .skeleton-box > * {
  visibility: hidden;
}
.santander-mx-theme .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.santander-mx-theme .rotating {
  animation: rotating 2s linear infinite;
}
.santander-mx-theme h1,
.santander-mx-theme h2,
.santander-mx-theme h3,
.santander-mx-theme h4,
.santander-mx-theme h5,
.santander-mx-theme h6,
.santander-mx-theme .h1,
.santander-mx-theme .h2,
.santander-mx-theme .h3,
.santander-mx-theme .h4,
.santander-mx-theme .h5,
.santander-mx-theme .h6 {
  letter-spacing: -0.5px;
}
.santander-mx-theme h1.grayed,
.santander-mx-theme h2.grayed,
.santander-mx-theme h3.grayed,
.santander-mx-theme h4.grayed,
.santander-mx-theme h5.grayed,
.santander-mx-theme h6.grayed,
.santander-mx-theme .h1.grayed,
.santander-mx-theme .h2.grayed,
.santander-mx-theme .h3.grayed,
.santander-mx-theme .h4.grayed,
.santander-mx-theme .h5.grayed,
.santander-mx-theme .h6.grayed {
  background-color: #f2f4f5;
  padding: 0.75em 0.5em;
  margin: 0 0 10px;
}
.santander-mx-theme h1 > .label,
.santander-mx-theme h2 > .label,
.santander-mx-theme h3 > .label,
.santander-mx-theme h4 > .label,
.santander-mx-theme h5 > .label,
.santander-mx-theme h6 > .label,
.santander-mx-theme .h1 > .label,
.santander-mx-theme .h2 > .label,
.santander-mx-theme .h3 > .label,
.santander-mx-theme .h4 > .label,
.santander-mx-theme .h5 > .label,
.santander-mx-theme .h6 > .label {
  font-family:
    SantanderFont-basic,
    Lato,
    Helvetica,
    sans-serif;
  font-size: 65%;
  vertical-align: middle;
}
.santander-mx-theme .brand-color {
  color: var(--primary);
}
.santander-mx-theme .biggest {
  font-size: 200%;
}
.santander-mx-theme .bigger {
  font-size: 133%;
}
.santander-mx-theme .micro {
  font-size: 70%;
}
.santander-mx-theme .truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.santander-mx-theme .truncate.max-100 {
  display: inline-block;
  max-width: 100px;
}
.santander-mx-theme .lighten {
  font-weight: 400;
}
.santander-mx-theme .no-select {
  -webkit-user-select: none;
  user-select: none;
}
.santander-mx-theme .order-link {
  display: flex;
}
.santander-mx-theme .order-action {
  font-size: 80%;
  margin-left: 1em;
  display: inline-block;
}
.santander-mx-theme .currency {
  font-size: 75%;
  opacity: 0.9;
}
.santander-mx-theme .faded {
  opacity: 0.5;
}
.santander-mx-theme .highlighted-text {
  background-color: rgba(255, 213, 80, 0.18);
  border-bottom: 2px dotted #ffd54f;
  margin-bottom: -2px;
}
.santander-mx-theme span.not-available {
  background-color: #eeeeee;
  color: #eeeeee;
  padding: 0 4em;
}
.santander-mx-theme span.not-available * {
  background-color: #eeeeee;
  color: #eeeeee;
}
.santander-mx-theme .widther {
  margin-left: 2ex;
  margin-right: 2ex;
}
.santander-mx-theme .clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .santander-mx-theme .order-link > .truncate {
    flex-grow: 1;
    width: 60px;
  }
}
.santander-mx-theme .price-tag {
  white-space: nowrap;
}
.santander-mx-theme .price-tag .cents {
  font-size: 70%;
  margin-left: 2px;
  vertical-align: text-top;
}
.santander-mx-theme .lh-1 {
  line-height: 1em;
}
.santander-mx-theme .monospace {
  font-family: monospace;
}
.santander-mx-theme .monospace.wrap {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
.santander-mx-theme input[type=checkbox].ios {
  position: relative;
  appearance: none;
  outline: none;
  width: 40px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -16px 0 0 0 #d9dadc;
  transition-duration: 200ms;
  transition-property: box-shadow;
  margin-left: 0;
}
.santander-mx-theme input[type=checkbox].ios:checked {
  border-color: var(--primary);
  box-shadow: inset 16px 0 0 0 var(--primary);
}
.santander-mx-theme input[type=checkbox].ios:checked:after {
  left: 16px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05);
}
.santander-mx-theme input[type=checkbox].ios:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.santander-mx-theme input[type=checkbox].ios:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition-duration: 200ms;
  transition-property: box-shadow, left;
}
.santander-mx-theme .form-signin h3 {
  border-bottom: #d4d4d4 solid 1px;
  font-family:
    SantanderFont-heading,
    Lato,
    Helvetica,
    sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}
.santander-mx-theme .form-signin .help-block {
  padding-bottom: 3px;
}
.santander-mx-theme fieldset:disabled {
  cursor: not-allowed;
}
.santander-mx-theme fieldset:disabled > * {
  pointer-events: none;
}
.santander-mx-theme fieldset[disabled] .btn.disabled,
.santander-mx-theme fieldset[disabled] .btn[disabled],
.santander-mx-theme a.disabled,
.santander-mx-theme a[disabled],
.santander-mx-theme .btn.disabled,
.santander-mx-theme .btn[disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.santander-mx-theme .single-unit {
  pointer-events: none;
}
.santander-mx-theme .single-unit button.dropdown-toggle {
  color: #555555;
  background-color: #eeeeee;
}
.santander-mx-theme .single-unit button.dropdown-toggle .caret {
  display: none;
}
.santander-mx-theme error-list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.santander-mx-theme .has-error > error-list {
  max-height: 100vh;
}
.santander-mx-theme fieldset > error-list {
  margin-bottom: 15px;
  margin-top: -15px;
}
.santander-mx-theme .has-error .form-control {
  background-color: #fff6f6;
}
.santander-mx-theme .form-control-feedback {
  display: none;
}
.santander-mx-theme .has-feedback .form-control-feedback {
  display: block;
}
.santander-mx-theme .form-group > label {
  text-transform: uppercase;
  font-size: 90%;
}
.santander-mx-theme .form-group .form-group {
  margin-bottom: 0px;
}
.santander-mx-theme select.has-placeholder {
  color: #999;
}
.santander-mx-theme select.has-placeholder option {
  color: #555555;
}
.santander-mx-theme select.has-placeholder.ng-dirty {
  color: #555555;
}
.santander-mx-theme select[readonly],
.santander-mx-theme select.readonly {
  background: #eeeeee;
  cursor: no-drop;
  pointer-events: none;
}
.santander-mx-theme select[readonly] option,
.santander-mx-theme select.readonly option {
  display: none;
}
.santander-mx-theme .form-group.has-button {
  position: relative;
}
.santander-mx-theme .form-group.has-button:hover .form-control-button {
  display: block;
}
.santander-mx-theme .form-group.has-button > input:placeholder-shown + .form-control-button {
  display: none !important;
}
.santander-mx-theme .form-group.has-button > input:focus + .form-control-button {
  display: block;
}
.santander-mx-theme .form-group.has-button .input-lg + .form-control-button,
.santander-mx-theme .form-group.has-button .input-group-lg > .form-control + .form-control-button,
.santander-mx-theme .form-group.has-button .input-group-lg > .input-group-addon + .form-control-button,
.santander-mx-theme .form-group.has-button .input-group-lg > .input-group-btn > .btn + .form-control-button {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.santander-mx-theme .form-group.has-button .input-sm + .form-control-button,
.santander-mx-theme .form-group.has-button .input-group-sm > .form-control + .form-control-button,
.santander-mx-theme .form-group.has-button .input-group-sm > .input-group-addon + .form-control-button,
.santander-mx-theme .form-group.has-button .input-group-sm > .input-group-btn > .btn + .form-control-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.santander-mx-theme .form-group.has-button .input-grid + .form-control-button {
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.santander-mx-theme .form-group.has-button .form-control-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.santander-mx-theme .form-group.has-button .form-control-button:hover {
  opacity: 1;
}
.santander-mx-theme .btn-group.btn-group-agree .btn-default:active,
.santander-mx-theme .btn-group.btn-group-agree .btn-default.active {
  color: #fff;
  background-color: #12a27e;
  border-color: #0f8265;
}
@keyframes appears {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.santander-mx-theme form {
  counter-reset: step_number;
}
.santander-mx-theme form .step {
  counter-increment: step_number;
  padding-left: 40px;
  position: static;
}
.santander-mx-theme form .step + .step {
  display: none;
}
.santander-mx-theme form .step .step-indicator {
  position: absolute;
  top: 0px;
  left: -24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 3px;
  color: #0f8a6b;
  border: 2px solid #0f8a6b;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
}
.santander-mx-theme form .step .step-indicator > span::before {
  content: counter(step_number);
}
.santander-mx-theme form .step .step-indicator > i,
.santander-mx-theme form .step .step-indicator > span {
  font-size: 14px;
  font-weight: bold;
  animation: appears 0.5s ease-out;
}
.santander-mx-theme form .step .step-indicator > i {
  display: none;
}
.santander-mx-theme form .step .line {
  position: absolute;
  left: -13px;
  top: 0px;
  height: 100%;
  width: 1px;
  border-left: 2px dotted #0f8a6b;
  display: none;
  animation: fadeIn 1s ease-out;
}
.santander-mx-theme form .step.completed + .step {
  display: block;
}
.santander-mx-theme form .step.completed .line {
  display: block;
}
.santander-mx-theme form .step.completed .step-indicator {
  background-color: #0f8a6b;
  color: #fff;
}
.santander-mx-theme form .step.completed .step-indicator > i {
  display: inline-block;
}
.santander-mx-theme form .step.completed .step-indicator > span {
  display: none;
}
.santander-mx-theme form .step:last-of-type .line {
  display: none !important;
}
.santander-mx-theme input[type=range] {
  width: 100%;
  margin: 12px 0;
  background-color: transparent;
}
.santander-mx-theme input[type=range]:focus {
  outline: none;
}
.santander-mx-theme input[type=range]::-webkit-slider-runnable-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.santander-mx-theme input[type=range]::-webkit-slider-thumb {
  margin-top: -5px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.santander-mx-theme input[type=range]::-moz-range-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.santander-mx-theme input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4px 0;
  color: transparent;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.santander-mx-theme input[type=range]::-ms-fill-lower {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.santander-mx-theme input[type=range]::-ms-fill-upper {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.santander-mx-theme input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
.santander-mx-theme .input-group {
  min-width: 100%;
}
.santander-mx-theme #viewmode-toggle {
  margin-right: 6px;
}
.santander-mx-theme .btn-agree {
  color: #fff;
  background-color: #b90000;
  border-color: #a00000;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.santander-mx-theme .btn-agree:focus,
.santander-mx-theme .btn-agree.focus {
  color: #fff;
  background-color: #860000;
  border-color: #200000;
}
.santander-mx-theme .btn-agree:hover {
  color: #fff;
  background-color: #860000;
  border-color: #620000;
}
.santander-mx-theme .btn-agree:active,
.santander-mx-theme .btn-agree.active,
.open > .santander-mx-theme .btn-agree.dropdown-toggle {
  color: #fff;
  background-color: #860000;
  background-image: none;
  border-color: #620000;
}
.santander-mx-theme .btn-agree:active:hover,
.santander-mx-theme .btn-agree:active:focus,
.santander-mx-theme .btn-agree:active.focus,
.santander-mx-theme .btn-agree.active:hover,
.santander-mx-theme .btn-agree.active:focus,
.santander-mx-theme .btn-agree.active.focus,
.open > .santander-mx-theme .btn-agree.dropdown-toggle:hover,
.open > .santander-mx-theme .btn-agree.dropdown-toggle:focus,
.open > .santander-mx-theme .btn-agree.dropdown-toggle.focus {
  color: #fff;
  background-color: #620000;
  border-color: #200000;
}
.santander-mx-theme .btn-agree.disabled:hover,
.santander-mx-theme .btn-agree.disabled:focus,
.santander-mx-theme .btn-agree.disabled.focus,
.santander-mx-theme .btn-agree[disabled]:hover,
.santander-mx-theme .btn-agree[disabled]:focus,
.santander-mx-theme .btn-agree[disabled].focus,
fieldset[disabled] .santander-mx-theme .btn-agree:hover,
fieldset[disabled] .santander-mx-theme .btn-agree:focus,
fieldset[disabled] .santander-mx-theme .btn-agree.focus {
  background-color: #b90000;
  border-color: #a00000;
}
.santander-mx-theme .btn-agree .badge {
  color: #b90000;
  background-color: #fff;
}
.santander-mx-theme .btn-agree:focus {
  background-color: #b90000 !important;
}
.santander-mx-theme .btn-group.open {
  z-index: 3 !important;
}
.santander-mx-theme .dropdown-menu > .disabled {
  cursor: not-allowed;
}
.santander-mx-theme .dropdown-menu > .disabled > a {
  pointer-events: none;
}
div.jsoneditor {
  border: none !important;
  background: #f9f9f9 !important;
}
div.jsoneditor-mode-text {
  height: 500px;
}
div.jsoneditor-mode-code {
  height: 500px;
}
div.jsoneditor-mode-form {
  height: 500px;
}
quill-editor {
  display: initial !important;
}
quill-editor > .ql-snow.ql-toolbar {
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
}
quill-editor > .ql-snow.ql-container {
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: inherit;
}
quill-editor > .ql-snow.ql-container.renderer {
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f9fbfb;
  padding: 12px;
}
quill-editor > .ql-snow.ql-container.renderer > .ql-editor {
  min-height: 0px;
  max-height: 500px;
}
quill-editor > .ql-snow.ql-container > .ql-editor {
  padding: 6px 12px;
  min-height: 74px;
  max-height: 250px;
}
quill-editor > .ql-snow.ql-container > .ql-editor.ql-blank::before {
  font-style: normal;
  color: #a2a2a2;
  left: 12px;
  right: 12px;
}
.santander-mx-theme .landing-bg > .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.santander-mx-theme .landing-bg > .background-images > .field {
  background-image: none;
  background-color: #fff;
}
.santander-mx-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/home/bg-santander@4k.png);
  background-position: right bottom;
  width: 100%;
  background-size: 70%;
  background-color: #fff;
}
.woccu-theme {
  --font-basic: Montserrat, sans-serif;
  --font-heading: Montserrat, sans-serif;
  --logo-path: url(/assets/img/theme/woccu/worldcouncil_logo_2020_es.svg);
  --logo-black-path: url(/assets/img/theme/woccu/woccu-b.png);
  --logo-white-path: url(/assets/img/theme/woccu/woccu-w.png);
  --logo-aspect-ratio: 4.7619047619;
  --primary: #2255a8 !important;
  --primary-darken-1: #1d4a92;
  --primary-darken-2: #13305f;
  --primary-darken-3: #061020;
  --primary-lighten-1: #bfd3f2;
  --primary-lighten-2: #f2f6fc;
  --primary-lighten-3: #fbfcfe;
  --secondary: #0d745a !important;
  --secondary-darken-1: #000101;
  --secondary-darken-2: black;
  --secondary-darken-3: black;
  --buy-agree: #3d8eb9;
  --sell-agree: #ff4d4d;
  --booked-agree: #d0d6e2;
  --status-info-color: #00838f;
  --status-info-border: #80deea;
  --status-info-bg: #e0f7fa;
  --status-pending-color: #e6a800;
  --status-pending-border: #ffcc80;
  --status-pending-bg: #fff3e0;
  --status-warning-color: #e65100;
  --status-warning-border: #ffcc80;
  --status-warning-bg: #fff3e0;
  --status-danger-color: #a94442;
  --status-danger-border: #ce8382;
  --status-danger-bg: #ffebee;
  --status-success-color: rgb(14, 197, 51);
  --status-success-border: #b7eec2;
  --status-success-bg: #cff3d6;
  --btn-agree-color: #fff;
  --btn-agree-bg: #2255a8;
  --btn-agree-border: #1d4b93;
  --panel-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --label-buy-bg: #3d8eb9;
  --label-sell-bg: label-shell-bg;
  --label-booked-bg: label-booked-bg;
}
.woccu-theme bs-dropdown-container {
  z-index: 102;
}
.woccu-theme .popover.statsPopoover {
  max-width: initial;
}
.woccu-theme *:focus,
.woccu-theme *.focus,
.woccu-theme *:active:focus,
.woccu-theme *:active.focus,
.woccu-theme *.active:focus,
.woccu-theme *.active.focus {
  outline: none !important;
}
.woccu-theme ins {
  color: black;
  background: #bbffbb;
}
.woccu-theme del {
  color: black;
  background: #ffbbbb;
}
.woccu-theme a {
  cursor: pointer;
  color: #285f8f;
}
.woccu-theme a.agree-color {
  color: var(--primary);
}
.woccu-theme a.agree-color:hover {
  color: var(--primary-darken-1);
}
.woccu-theme .nomargin-top {
  margin-top: 0;
}
.woccu-theme .buy-bg {
  background-color: #3d8eb9;
}
.woccu-theme .sell-bg {
  background-color: #ff4d4d;
}
.woccu-theme .booked-bg {
  background-color: #d0d6e2;
  color: #000 !important;
}
.woccu-theme .buy {
  color: #3d8eb9;
}
.woccu-theme .sell {
  color: #ff4d4d;
}
.woccu-theme .booked {
  color: #d0d6e2;
}
.woccu-theme .alert hr {
  margin: 7px 0;
}
.woccu-theme .divider-break {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  padding: 16px 0;
  line-height: 0;
}
.woccu-theme .divider-break span {
  line-height: 1;
  color: #767676;
  font-weight: 400;
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 8px 0 7px;
}
.woccu-theme .divider-break:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.woccu-theme .sticky {
  position: sticky;
  z-index: 100;
  top: 0;
}
.woccu-theme .ag-header {
  display: flex;
  padding: 10px 0 12px;
  margin-top: -10px;
  align-items: center;
  justify-content: space-between;
}
.woccu-theme .ag-header.sticky {
  background-color: #fff;
}
.woccu-theme .ag-header .ag-header-title {
  display: flex;
  align-items: center;
}
.woccu-theme .ag-header .ag-header-title h3,
.woccu-theme .ag-header .ag-header-title h4 {
  margin: 0px;
}
.woccu-theme .ag-header .ag-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .woccu-theme .ag-header {
    flex-flow: wrap;
  }
  .woccu-theme .ag-header > * {
    width: 100%;
  }
  .woccu-theme .ag-header > * + * {
    margin-top: 12px;
  }
}
.woccu-theme .material-symbols-rounded {
  font-size: 140%;
  vertical-align: bottom;
}
.woccu-theme .image-icons {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.woccu-theme .image-icons.cash-payment {
  background-image: url(/assets/img/icons/cash-delivery.png);
}
.woccu-theme footer {
  margin: 20px 0;
}
.woccu-theme .tab-footer {
  padding-top: 15px;
  text-align: right;
}
.woccu-theme .tab-footer .btn + .btn {
  margin-left: 5px;
}
.woccu-theme .clickable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.woccu-theme .ag-container {
  display: flex;
}
.woccu-theme .ag-container .ag-col-secondary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.woccu-theme .ag-container .ag-col-primary {
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .woccu-theme .ag-col-expanded-only .ag-col-primary:not(.ag-col-expanded),
  .woccu-theme .ag-col-expanded-only .ag-col-secondary:not(.ag-col-expanded) {
    display: none;
  }
}
@media (max-width: 768px) {
  .woccu-theme .ag-container {
    flex-direction: column;
  }
}
.woccu-theme .landing-bg {
  position: fixed;
}
.woccu-theme .landing-bg > .gradient-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  background: var(--primary-darken-2);
  background:
    linear-gradient(
      0deg,
      var(--primary-darken-2) 25%,
      var(--primary-darken-3) 75%);
}
.woccu-theme .landing-bg > .gradient-circle > img {
  height: 200vw;
}
.woccu-theme .landing-bg > .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.woccu-theme .landing-bg > .dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18%;
}
.woccu-theme .landing-bg > .background-images {
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  width: 100vw;
}
.woccu-theme .landing-bg > .background-images > div {
  background-repeat: no-repeat;
  background-size: cover;
}
.woccu-theme .landing-bg > .background-images > .w40 {
  width: 40%;
}
.woccu-theme .landing-bg > .background-images > .w25 {
  width: 25%;
}
.woccu-theme .landing-bg > .background-images > .field {
  background-image: url(/assets/img/home/bg-field@4k.jpg);
  background-position: left center;
}
.woccu-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/home/bg-teamwork@4k.jpg);
  background-position: center center;
}
.woccu-theme .landing-bg > .background-images > .fruits {
  background-image: url(/assets/img/home/bg-fruits@4k.jpg);
  background-position: right center;
}
.woccu-theme .landing-bg > .background-images > .grains {
  background-image: url(/assets/img/home/bg-grains@4k.jpg);
  background-position: left center;
}
.woccu-theme .text-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.woccu-theme .text-container .header,
.woccu-theme .text-container footer {
  padding: 30px 60px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.woccu-theme .text-container .header .logo,
.woccu-theme .text-container footer .logo {
  height: 45px;
}
.woccu-theme .text-container a.white {
  color: #fff;
}
.woccu-theme .text-container .welcome-message {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 70px 140px;
  min-height: calc(100vh - 230px);
}
.woccu-theme .text-container .welcome-message > * {
  margin-bottom: 36px;
}
.woccu-theme .text-container .welcome-message .main {
  font-weight: bold;
  font-size: 34px;
}
.woccu-theme .text-container .welcome-message .secondary {
  font-family: Montserrat, sans-serif;
  margin-bottom: 50px;
}
.woccu-theme .text-container .welcome-message .tagline {
  font-weight: bold;
}
.woccu-theme .text-container .welcome-message .icons {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.woccu-theme .text-container .welcome-message .icons > div {
  margin: 0 38px;
}
.woccu-theme .text-container .welcome-message .icons > div > img {
  height: 32px;
  margin: 8px;
}
.woccu-theme .text-container .divider-break span {
  background-color: #fff;
}
@media (max-width: 991px) {
  .woccu-theme .landing-bg > .gradient-circle {
    display: none;
  }
  .woccu-theme .landing-bg > .dots {
    width: 50%;
  }
  .woccu-theme .landing-bg > .background-images > .w40 {
    width: 50%;
  }
  .woccu-theme .landing-bg > .background-images > .w25 {
    width: 50%;
  }
  .woccu-theme .text-container .header,
  .woccu-theme .text-container footer {
    padding: 20px;
  }
  .woccu-theme .text-container .header .logo,
  .woccu-theme .text-container footer .logo {
    height: 30px;
  }
  .woccu-theme .text-container .header {
    background: var(--primary-darken-3);
  }
  .woccu-theme .text-container .curve {
    padding: 0 0 20px;
  }
  .woccu-theme .text-container .curve path {
    fill: var(--primary-darken-2);
  }
  .woccu-theme .text-container .welcome-message {
    font-size: 18px;
    padding: 20px;
    background: var(--primary-darken-2);
    background:
      linear-gradient(
        0deg,
        var(--primary-darken-2) 25%,
        var(--primary-darken-3) 75%);
    min-height: 0;
  }
  .woccu-theme .text-container .welcome-message > * {
    margin-bottom: 26px;
  }
  .woccu-theme .text-container .welcome-message .main {
    font-size: 24px;
  }
  .woccu-theme .text-container .welcome-message .secondary {
    margin-bottom: 20px;
  }
  .woccu-theme .text-container .welcome-message .icons > div {
    margin: 0 18px;
  }
}
.woccu-theme .modal > .modal-dialog > .modal-content .modal-header + .modal-footer {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .woccu-theme .modal > .modal-dialog {
    margin: 10px 10px 92px;
  }
}
@media (min-width: 1281px) {
  .woccu-theme .modal-xl {
    width: 1260px;
  }
}
@media (max-width: 1280px) {
  .woccu-theme .modal-xl {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.woccu-theme .content-box {
  background: white;
  padding: 12px 24px 24px;
  position: relative;
}
.woccu-theme .container-xs {
  max-width: 480px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .woccu-theme .content-box {
    margin: 0 -15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .woccu-theme .content-box {
    margin: 16px 0;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
.woccu-theme .flex-center-distributed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woccu-theme .flex-center-distributed.spaced > * + * {
  margin-left: 12px;
}
.woccu-theme .flex-center-distributed.spaced-10 > * + * {
  margin-left: 10px;
}
.woccu-theme .flex-center-distributed .grow {
  flex-grow: 1;
}
.woccu-theme .container .row .col-highlight,
.woccu-theme .container-fluid .row .col-highlight {
  background-color: #f2f4f5;
  border-radius: 6px;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media print {
  .woccu-theme .col-sm-1 {
    width: 8%;
    float: left;
  }
  .woccu-theme .col-sm-2 {
    width: 17%;
    float: left;
  }
  .woccu-theme .col-sm-3 {
    width: 25%;
    float: left;
  }
  .woccu-theme .col-sm-4 {
    width: 33%;
    float: left;
  }
  .woccu-theme .col-sm-5 {
    width: 42%;
    float: left;
  }
  .woccu-theme .col-sm-6 {
    width: 50%;
    float: left;
  }
  .woccu-theme .col-sm-7 {
    width: 58%;
    float: left;
  }
  .woccu-theme .col-sm-8 {
    width: 67%;
    float: left;
  }
  .woccu-theme .col-sm-9 {
    width: 75%;
    float: left;
  }
  .woccu-theme .col-sm-10 {
    width: 83%;
    float: left;
  }
  .woccu-theme .col-sm-11 {
    width: 92%;
    float: left;
  }
  .woccu-theme .col-sm-12 {
    width: 100%;
    float: left;
  }
  .woccu-theme a[href]:after {
    display: none;
  }
  .woccu-theme .img {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .woccu-theme .container {
    width: auto !important;
  }
  .woccu-theme button,
  .woccu-theme messenger,
  .woccu-theme filter-set,
  .woccu-theme .attach-icon,
  .woccu-theme .app-header {
    display: none !important;
  }
  .woccu-theme .sticky {
    position: relative !important;
  }
  .woccu-theme .scrollable-pane {
    height: auto !important;
    overflow-y: visible !important;
  }
  .woccu-theme app-root .app-content {
    flex: none;
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}
.woccu-theme .backdrop-glass {
  -webkit-backdrop-filter: blur(2px) brightness(90%) saturate(70%);
  backdrop-filter: blur(2px) brightness(90%) saturate(70%);
}
.woccu-theme body.messenger-open > #hubspot-messages-iframe-container {
  display: none !important;
}
.woccu-theme .clipboard-ready {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.woccu-theme .clipboard-ready .material-symbols-rounded {
  display: none !important;
}
.woccu-theme .clipboard-ready * {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.woccu-theme .m-b1 {
  margin-bottom: 1rem;
}
.woccu-theme .m-b2 {
  margin-bottom: 2rem;
}
.woccu-theme .m-b3 {
  margin-bottom: 3rem;
}
.woccu-theme .m-b4 {
  margin-bottom: 4rem;
}
.woccu-theme .p-t0 {
  padding-top: 0;
}
.woccu-theme .p-t1 {
  padding-top: 1rem;
}
.woccu-theme .p-t2 {
  padding-top: 2rem;
}
.woccu-theme .p-t3 {
  padding-top: 3rem;
}
.woccu-theme .p-t4 {
  padding-top: 4rem;
}
.woccu-theme .agree-introjs.introjs-tooltip {
  min-width: 280px;
}
.woccu-theme .agree-introjs .introjs-tooltiptext {
  padding: 10px;
}
.woccu-theme .agree-introjs .introjs-tooltiptext h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
.woccu-theme .agree-introjs .introjs-tooltipbuttons .introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
}
.woccu-theme input.form-control[readonly][bsDaterangepicker],
.woccu-theme input.form-control[readonly][bsDatepicker],
.woccu-theme input.form-control[readonly].not-grayed {
  background-color: inherit;
}
.woccu-theme bs-datepicker-container .bs-datepicker,
.woccu-theme bs-daterangepicker-container .bs-datepicker {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-head,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-head {
  background-color: var(--primary);
}
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.week span,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.week span {
  color: var(--primary);
}
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span:before,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span:before {
  left: -7px;
  right: -7px;
}
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span.selected,
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.selected span,
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.woccu-theme bs-datepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span.selected,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.selected span,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.woccu-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: var(--primary);
}
@media (max-width: 768px) {
  .woccu-theme .bs-datepicker-multiple .bs-datepicker-head {
    height: 40px;
    padding: 4px 10px;
  }
  .woccu-theme .bs-datepicker-multiple .bs-datepicker-body {
    min-height: 0;
  }
  .woccu-theme .bs-datepicker-multiple .bs-datepicker-body table.days span {
    height: 26px;
    line-height: 26px;
  }
}
.woccu-theme .card {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  transition-property:
    border-color,
    margin-top,
    box-shadow;
  transition-duration: 0.15s;
  box-shadow: 2px 3px 6px 2px rgba(150, 150, 150, 0.1);
}
.woccu-theme .card:hover {
  border-color: var(--primary);
  box-shadow: 2px 3px 16px 2px rgba(150, 150, 150, 0.3);
  background-color: var(--primary-lighten-2);
}
.woccu-theme .card.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eee;
}
.woccu-theme .card.disabled > .header,
.woccu-theme .card.disabled > .body {
  opacity: 0.4;
}
.woccu-theme .card.card-sm {
  --logo-size: 50px;
  margin-bottom: 20px;
}
.woccu-theme .card.card-sm .header {
  height: 35px;
  justify-content: flex-end;
}
.woccu-theme .card.card-sm .header .logo-circle {
  width: var(--logo-size);
  height: var(--logo-size);
  margin-top: 10px;
}
.woccu-theme .card.card-sm .header .logo-circle.image > div.logo {
  width: calc(var(--logo-size) - 2px);
  height: calc(var(--logo-size) - 2px);
}
.woccu-theme .card.card-sm > .body {
  position: relative;
  padding-top: 10px;
}
.woccu-theme .card.card-sm > .body h3,
.woccu-theme .card.card-sm > .body h4,
.woccu-theme .card.card-sm > .body h5 {
  text-align: left;
  padding-bottom: 8px;
}
.woccu-theme .card.card-sm > .body > .description {
  -webkit-line-clamp: 4;
  height: 6.6em;
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-top: 1px solid #cfd8dc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woccu-theme .card.card-sm > .body > .btn {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.woccu-theme .card.card-sm.selected {
  box-shadow: inset 0 0 0px 4px var(--primary);
  background-color: var(--primary-lighten-3);
}
.woccu-theme .card .header {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  width: 100%;
  height: 90px;
  background: transparent center top no-repeat;
  background-size: cover;
}
.woccu-theme .card .header .shadow {
  box-shadow: 2px 3px 10px 2px rgba(150, 150, 150, 0.1);
}
.woccu-theme .card .header .logo-circle {
  border: 1px solid #ccc;
  margin-top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.woccu-theme .card .header .logo-circle.image {
  position: relative;
}
.woccu-theme .card .header .logo-circle.image > div.logo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.woccu-theme .card .body {
  padding: 52px 20px 20px;
}
.woccu-theme .card .body h3,
.woccu-theme .card .body h4,
.woccu-theme .card .body h5 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-bottom: 16px;
}
.woccu-theme .card .body hr {
  margin: 0 0 22px;
  border-color: rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .woccu-theme .card {
    margin: 0;
  }
  .woccu-theme .stretch-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .woccu-theme .stretch-items > div {
    margin-bottom: 24px;
  }
}
.woccu-theme .loading {
  padding: 9.5em 2em;
  position: relative;
}
.woccu-theme .loading.loading-sm {
  padding: 2em;
}
.woccu-theme .no-data {
  border: 3px dashed #eeeeee;
  border-radius: 1em;
  text-align: center;
  padding: 10em 2em;
  color: #777777;
  position: relative;
  margin-top: 12px;
}
.woccu-theme .no-data.no-data-sm {
  padding: 5em 2em;
}
.woccu-theme .no-data > i {
  opacity: 0.1;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  font-size: 700%;
  pointer-events: none;
}
.woccu-theme .no-data > * {
  position: relative;
  z-index: 2;
}
.woccu-theme .list-group.list-group-condensed .list-group-item {
  padding: 6px 8px;
  border-style: dotted;
}
.woccu-theme ol.breadcrumb {
  margin-bottom: 10px;
}
.woccu-theme ol.breadcrumb > li scope-icon > i {
  margin-right: 4px;
}
.woccu-theme .co-status > div {
  font-size: 80%;
  padding: 5px 8px;
  border-style: dotted;
  border-width: 1px;
  border-radius: 4px 3px 3px 4px;
  position: relative;
  max-width: 500px;
  cursor: pointer;
}
.woccu-theme .co-status > div.status-success > span:before {
  content: "check_circle_outline";
}
.woccu-theme .co-status > div.status-warning > span:before {
  content: "warning";
}
.woccu-theme .co-status > div.status-danger > span:before {
  content: "highlight_off";
}
.woccu-theme .co-status > div.status-disabled > span:before {
  content: "check";
}
.woccu-theme .co-status > div.status-info > span:before {
  content: "send";
}
.woccu-theme .co-status > div > span:before {
  font-family: "Material Symbols Rounded";
  font-size: 140%;
  vertical-align: bottom;
  line-height: 1;
  text-transform: none;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  opacity: 0.66;
}
.woccu-theme .status-success {
  color: rgb(14, 197, 51);
  border-color: #b7eec2;
  background-color: #cff3d6;
}
.woccu-theme .status-info,
.woccu-theme .status-default {
  color: #00838f;
  border-color: #80deea;
  background-color: #e0f7fa;
}
.woccu-theme .status-warning {
  color: #e65100;
  border-color: #ffcc80;
  background-color: #fff3e0;
}
.woccu-theme .status-danger {
  color: #a94442;
  border-color: #ce8382;
  background-color: #ffebee;
}
.woccu-theme .status > .alert {
  padding: 8px 15px;
  margin: 8px 0 10px;
  border-radius: 0px;
  border-style: solid none;
}
.woccu-theme .status > .alert a:hover,
.woccu-theme .status > .alert a:focus {
  text-decoration: none;
}
.woccu-theme .badge.badge-danger {
  background-color: #ff4d4d;
}
.woccu-theme .badge.badge-warning {
  background-color: #ff7416;
}
.woccu-theme .badge.badge-info {
  background-color: #5bc0de;
}
.woccu-theme .badge.badge-success {
  background-color: #27ae60;
}
.woccu-theme .badge.badge-sup {
  position: relative;
  top: -0.8em;
  left: -1em;
  font-size: 66%;
  margin-right: -1em;
}
.woccu-theme .logo-circle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.woccu-theme .logo-circle.text {
  background-color: #d3e3ec;
  color: #3d8eb9;
}
.woccu-theme .logo-circle.image {
  border: 1px solid #ccc;
}
.woccu-theme .logo-circle.image > div {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 3px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.woccu-theme .scrollable {
  height: 50vh;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 1em 8px 1em 1em;
}
.woccu-theme .scrollable > .content {
  height: 100%;
  padding-right: 2em;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.woccu-theme .scrollable > .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 0;
}
.woccu-theme .scrollable > .content::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.woccu-theme .scrollable > .content:hover::-webkit-scrollbar-thumb {
  background-color: #3de9be;
}
.woccu-theme .scrollable > .content::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 4px;
}
.woccu-theme .popover.width-400 {
  max-width: 400px;
}
.woccu-theme .popover.width-800 {
  max-width: none;
  width: 800px;
}
.woccu-theme .popover.width-800.bottom {
  margin-top: 5px;
}
.woccu-theme .popover.width-800 .popover-content {
  padding: 0.7em 0;
}
.woccu-theme .popover.width-800 .popover-content table.table {
  margin-bottom: 0;
}
.woccu-theme .popover.width-800 .popover-content table.table thead th {
  color: #707070;
}
@media (max-width: 992px) {
  .woccu-theme .popover.width-800 {
    max-width: 80%;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .woccu-theme .popover {
    display: none !important;
  }
}
.woccu-theme .warning-label {
  padding: 0.1em 0.6em;
  margin: 0 0.5em;
  font-weight: bold;
  color: rgb(255, 136, 0);
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  background-color: rgba(255, 136, 0, 0.07);
  border-color: rgb(255, 136, 0);
  border-style: solid;
  border-width: 1px;
}
.woccu-theme ol.contract {
  border: 1px solid #eee;
  border-radius: 0.35em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0.25em 1em 0px rgba(0, 0, 0, 0.05);
}
.woccu-theme ol.contract negotiable-group > li {
  text-align: justify;
  padding: 0.3em 0.5em;
  border-style: dashed;
  border-width: 1px;
  border-radius: 0.35em;
  border-color: transparent;
  margin: 0.2em 0;
}
.woccu-theme ol.contract negotiable-group > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.woccu-theme ol.contract negotiable-group > li.outgoing {
  border-color: rgb(0, 131, 143);
  background-color: rgba(0, 131, 143, 0.05);
}
.woccu-theme ol.contract negotiable-group > li.incoming {
  border-color: rgb(255, 136, 0);
  background-color: rgba(255, 136, 0, 0.05);
}
.woccu-theme ol.contract negotiable-group > li.not-negotiable b,
.woccu-theme ol.contract negotiable-group > li.not-negotiable span {
  color: #b71c1c !important;
}
.woccu-theme ol.contract negotiable-group > li.not-negotiable b:after {
  opacity: 0.6;
  content: "[No negociable]";
  font-size: 75%;
  margin-left: 3px;
  color: #b71c1c;
}
.woccu-theme ol.contract negotiable-group > li textarea {
  resize: none;
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .woccu-theme .ag-container.order-view {
    flex-direction: column-reverse;
  }
}
.woccu-theme .order-view .auction {
  padding: 1em;
}
.woccu-theme .order-view .auction .auction-container {
  padding: 1em;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background-color: #f9f9f8;
}
.woccu-theme .order-view .auction .auction-container .auction-indicator {
  margin-bottom: 10px;
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.woccu-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-orange {
  border-color: rgb(230, 81, 0);
  background-color: rgba(230, 81, 0, 0.9);
}
.woccu-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-agree {
  border-color: rgb(60, 118, 61);
  background-color: rgba(60, 118, 61, 0.9);
}
.woccu-theme .order-view .auction .auction-container hr {
  margin: 0.5em 0;
}
.woccu-theme .order-view .auction .auction-container table.table.auction-info {
  width: auto;
  margin-bottom: 0;
}
.woccu-theme .order-view .auction .auction-container table.table.auction-info caption {
  color: inherit;
}
.woccu-theme .order-view .auction .auction-container table.table.auction-info tr td {
  padding: 0 2px;
  border-style: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .woccu-theme .order-view .auction {
    width: 300px;
  }
}
.woccu-theme tabset > .nav-tabs > li > a {
  border-top-width: 3px !important;
}
.woccu-theme tabset > .nav-tabs > li.active > a {
  border-top-color: var(--primary) !important;
  border-top-style: solid !important;
  background-color: #fff;
}
.woccu-theme tabset > .nav-tabs > li.active > a:hover,
.woccu-theme tabset > .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.woccu-theme tabset > .tab-content > .tab-pane {
  padding: 1em;
  border-style: none solid solid;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 0 0 4px 4px;
}
.woccu-theme nav {
  height: 4.5rem;
}
.woccu-theme .tablist {
  position: relative;
  padding: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  min-width: 100%;
}
.woccu-theme .tablist::-webkit-scrollbar {
  display: none;
}
.woccu-theme .tablist > ul.inner {
  display: table;
  margin: 0;
  padding: 0 27px;
}
.woccu-theme .tablist > ul.inner > li.tablist-tab {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  height: 4.5rem;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.3px;
  scroll-snap-align: none left;
}
.woccu-theme .tablist > ul.inner > li.tablist-tab.active {
  pointer-events: none;
  cursor: not-allowed;
}
.woccu-theme #filter-dropdown.dropdown-menu {
  margin-top: 6px;
  overflow: hidden;
}
.woccu-theme #filter-dropdown.dropdown-menu li .dropdown-customitem {
  padding: 3px 10px;
}
.woccu-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group {
  margin-bottom: 0px;
}
.woccu-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group + .form-group {
  margin-top: 6px;
}
.woccu-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group label {
  font-size: 10px;
}
.woccu-theme #filter-dropdown.dropdown-menu li .dropdown-customitem select,
.woccu-theme #filter-dropdown.dropdown-menu li .dropdown-customitem input {
  min-width: 200px;
}
.woccu-theme .editable-pill {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 16px;
}
.woccu-theme .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 110;
  pointer-events: none;
  top: -10px;
}
.woccu-theme .ribbon.ribbon-sm {
  width: 140px;
  height: 140px;
}
.woccu-theme .ribbon.ribbon-sm.ribbon-left > span {
  right: -14px;
}
.woccu-theme .ribbon.ribbon-sm.ribbon-right > span {
  left: -14px;
}
.woccu-theme .ribbon.ribbon-sm > span {
  width: 198px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 18px;
  top: 34px;
}
.woccu-theme .ribbon.ribbon-xs {
  width: 100px;
  height: 100px;
}
.woccu-theme .ribbon.ribbon-xs.ribbon-left > span {
  right: -10px;
}
.woccu-theme .ribbon.ribbon-xs.ribbon-right > span {
  left: -10px;
}
.woccu-theme .ribbon.ribbon-xs > span {
  width: 141px;
  padding: 8px 0;
  font-size: 9px;
  line-height: 14px;
  top: 25px;
}
.woccu-theme .ribbon::before,
.woccu-theme .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px;
  border-top-color: transparent;
}
.woccu-theme .ribbon::after {
  bottom: 0;
}
.woccu-theme .ribbon::before {
  top: 0;
}
.woccu-theme .ribbon > span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  top: 30px;
}
.woccu-theme .ribbon.ribbon-left {
  left: -10px;
}
.woccu-theme .ribbon.ribbon-left::before,
.woccu-theme .ribbon.ribbon-left::after {
  border-left-color: transparent;
}
.woccu-theme .ribbon.ribbon-left::before {
  right: 0;
}
.woccu-theme .ribbon.ribbon-left::after {
  left: 0;
}
.woccu-theme .ribbon.ribbon-left > span {
  right: -25px;
  transform: rotate(-45deg);
}
.woccu-theme .ribbon.ribbon-right {
  right: -10px;
}
.woccu-theme .ribbon.ribbon-right::before,
.woccu-theme .ribbon.ribbon-right::after {
  border-right-color: transparent;
}
.woccu-theme .ribbon.ribbon-right::before {
  left: 0;
}
.woccu-theme .ribbon.ribbon-right::after {
  right: 0;
}
.woccu-theme .ribbon.ribbon-right > span {
  left: -25px;
  transform: rotate(45deg);
}
.woccu-theme .ribbon.ribbon-default::before,
.woccu-theme .ribbon.ribbon-default::after {
  border-color: #999;
}
.woccu-theme .ribbon.ribbon-default > span {
  background-color: #aaa;
}
.woccu-theme .ribbon.ribbon-info::before,
.woccu-theme .ribbon.ribbon-info::after {
  border-color: #2980b9;
}
.woccu-theme .ribbon.ribbon-info > span {
  background-color: #3498db;
}
.woccu-theme .ribbon.ribbon-danger::before,
.woccu-theme .ribbon.ribbon-danger::after {
  border-color: #843533;
}
.woccu-theme .ribbon.ribbon-danger > span {
  background-color: #a94442;
}
.woccu-theme .ribbon.ribbon-warning::before,
.woccu-theme .ribbon.ribbon-warning::after {
  border-color: #b37c0f;
}
.woccu-theme .ribbon.ribbon-warning > span {
  background-color: #e29d12;
}
.woccu-theme .ribbon.ribbon-agree::before,
.woccu-theme .ribbon.ribbon-agree::after {
  border-color: var(--primary-darken-1);
}
.woccu-theme .ribbon.ribbon-agree > span {
  background-color: var(--primary);
}
@media print {
  .woccu-theme .ribbon {
    display: none;
  }
}
.woccu-theme .no-margin {
  margin: 0 !important;
}
.woccu-theme .no-margin-top {
  margin-top: 0 !important;
}
.woccu-theme td.td-empty > .ag-label {
  margin-bottom: 3px;
}
.woccu-theme .ag-label {
  display: inline-block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  padding: 0.2em 0.6em 0.3em;
  margin: 0;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  line-height: 1;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.woccu-theme .ag-label + .ag-label {
  margin-left: 6px;
}
.woccu-theme .ag-label.ag-label-lg {
  font-size: 100%;
}
.woccu-theme .toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 2147483647;
  box-sizing: border-box;
}
.woccu-theme .toast-container.inline {
  position: relative;
  z-index: 1000;
}
.woccu-theme .toast-container.inline > .ngx-toastr {
  margin: 0;
  width: auto;
  max-width: none;
  min-width: initial;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  animation-name: expandDown;
  border-style: none none solid none;
  background-image: none !important;
}
.woccu-theme .toast-container.inline > .ngx-toastr:hover {
  box-shadow: none;
}
.woccu-theme .toast-container.inline > .ngx-toastr > .toast-message {
  padding: 12px 18px !important;
}
.woccu-theme .toast-container.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woccu-theme .toast-container.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.woccu-theme .toast-container.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.woccu-theme .toast-container.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.woccu-theme .toast-container.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.woccu-theme .toast-container.toast-top-left {
  top: 12px;
  left: 12px;
}
.woccu-theme .toast-container.toast-top-right {
  top: 12px;
  right: 12px;
}
.woccu-theme .toast-container.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.woccu-theme .toast-container.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.woccu-theme .toast-container > .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  max-width: 300px;
  min-width: 160px;
  width: calc(100vw - 92px - 12px);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  font-size: 12px;
  background-color: #f6f8f8;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 16px 50%;
  border: 1px solid #c7d1d6;
  color: #455a64;
  animation-name: bounceInLeft;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.woccu-theme .toast-container > .ngx-toastr:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.woccu-theme .toast-container > .ngx-toastr.toast-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #bcdba3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(188,219,163)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.woccu-theme .toast-container > .ngx-toastr.toast-success > .toast-message {
  padding-left: 60px;
}
.woccu-theme .toast-container > .ngx-toastr.toast-success > .toast-title {
  border-color: #bcdba3;
}
.woccu-theme .toast-container > .ngx-toastr.toast-success .toast-progress {
  background-color: #bcdba3;
}
.woccu-theme .toast-container > .ngx-toastr.toast-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #dda7b0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(221,167,176)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
.woccu-theme .toast-container > .ngx-toastr.toast-error > .toast-message {
  padding-left: 60px;
}
.woccu-theme .toast-container > .ngx-toastr.toast-error > .toast-title {
  border-color: #dda7b0;
}
.woccu-theme .toast-container > .ngx-toastr.toast-error .toast-progress {
  background-color: #dda7b0;
}
.woccu-theme .toast-container > .ngx-toastr.toast-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #92cbe8;
}
.woccu-theme .toast-container > .ngx-toastr.toast-info > .toast-title {
  border-color: #92cbe8;
}
.woccu-theme .toast-container > .ngx-toastr.toast-info .toast-progress {
  background-color: #92cbe8;
}
.woccu-theme .toast-container > .ngx-toastr.toast-warning {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #fbb7a2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(251,183,162)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.woccu-theme .toast-container > .ngx-toastr.toast-warning > .toast-message {
  padding-left: 60px;
}
.woccu-theme .toast-container > .ngx-toastr.toast-warning > .toast-title {
  border-color: #fbb7a2;
}
.woccu-theme .toast-container > .ngx-toastr.toast-warning .toast-progress {
  background-color: #fbb7a2;
}
.woccu-theme .toast-container > .ngx-toastr > .toast-message {
  word-wrap: break-word;
  padding: 12px;
}
.woccu-theme .toast-container > .ngx-toastr > .toast-title {
  font-weight: bold;
  font-size: 10px;
  padding: 6px 12px;
  border-bottom: 1px solid #c7d1d6;
  text-transform: uppercase;
}
.woccu-theme .toast-container > .ngx-toastr > .toast-close-button {
  position: relative;
  top: 0;
  float: right;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
}
.woccu-theme .toast-container > .ngx-toastr > .toast-close-button:hover,
.woccu-theme .toast-container > .ngx-toastr > .toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.woccu-theme .toast-container > .ngx-toastr > button.toast-close-button {
  padding: 8px 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.woccu-theme .toast-container > .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #c7d1d6;
}
.woccu-theme .toast-container.toast-top-center .ngx-toastr,
.woccu-theme .toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.woccu-theme .toast-container.toast-top-full-width .ngx-toastr,
.woccu-theme .toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes expandDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
.woccu-theme .gm-field-tag {
  background-color: #ea4336;
  border-radius: 20px;
  border: 2px solid #b31312;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1;
  min-height: 26px;
  min-width: 28px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.woccu-theme .gm-field-tag::after {
  border-color: #b31312 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.woccu-theme markdown table {
  margin-bottom: 1em;
  width: 100%;
}
.woccu-theme markdown table th,
.woccu-theme markdown table td {
  border: 1px solid #ddd;
  padding: 6px;
}
.woccu-theme table.table thead {
  background-color: #f6f6f6;
}
.woccu-theme table.table thead th {
  text-transform: uppercase;
  font-size: 66.66%;
}
.woccu-theme .table {
}
.woccu-theme .table thead th {
  white-space: nowrap;
}
.woccu-theme .table .table {
  background-color: #fafafa;
}
.woccu-theme .table th.dlb,
.woccu-theme .table td.dlb {
  border-left: 1px dotted rgba(96, 100, 109, 0.2);
}
.woccu-theme .table th.drb,
.woccu-theme .table td.drb {
  border-right: 1px dotted rgba(96, 100, 109, 0.2);
}
.woccu-theme .table th.sap,
.woccu-theme .table td.sap {
  width: 1px;
}
.woccu-theme .table th.no-vertical-padding,
.woccu-theme .table td.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.woccu-theme .table > tbody > tr.product-header > th {
  border: none;
  background-color: #4b515d;
  font-weight: normal;
  color: #fff;
  font-size: 75%;
  padding-left: 10px;
}
.woccu-theme .table > tbody > tr.tr-danger {
  border-left: 6px solid #a94442;
}
.woccu-theme .table .td-empty {
  border: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .woccu-theme .table th.sap,
  .woccu-theme .table td.sap {
    white-space: nowrap;
  }
}
.woccu-theme .summary {
  font-size: 110%;
  font-weight: 300;
}
.woccu-theme .summary .quantity {
  font-weight: 400;
}
.woccu-theme .horizontal-scroller {
  overflow-x: auto;
  scrollbar-width: none;
}
.woccu-theme .horizontal-scroller > table {
  width: auto;
  max-width: none;
  min-width: 100%;
}
.woccu-theme table tr.tr-align-center > th,
.woccu-theme table tr.tr-align-center > td {
  height: 1px;
  vertical-align: middle;
}
.woccu-theme .table td[headers~=ico],
.woccu-theme .table .td-icons,
.woccu-theme .table td[headers~=obs] {
  width: 16px;
  text-align: center;
  font-size: 85%;
  color: #808389;
}
.woccu-theme .table td[headers~=ton],
.woccu-theme .table th#ton {
  width: 60px;
  white-space: nowrap;
}
.woccu-theme .table td[headers~=act] {
  width: 70px;
}
.woccu-theme .table td[headers~=cad] {
  width: 30px;
  color: #0e8164;
}
.woccu-theme .table .td-status {
  width: 99%;
}
@media (max-width: 768px) {
  .woccu-theme .table-condensed > thead > tr > th,
  .woccu-theme .table-condensed > thead > tr > td {
    padding: 3px 2px;
  }
  .woccu-theme .table-condensed > tbody > tr > th,
  .woccu-theme .table-condensed > tbody > tr > td {
    padding: 3px 2px;
  }
  .woccu-theme .table-condensed > tfoot > tr > th,
  .woccu-theme .table-condensed > tfoot > tr > td {
    padding: 3px 2px;
  }
  .woccu-theme .table .td-icons i + i {
    margin-top: 4px;
  }
  .woccu-theme .table td[headers~=ico] i + i {
    margin-top: 4px;
  }
  .woccu-theme .table td[headers~=ton] {
    width: auto;
  }
  .woccu-theme .table th#ton {
    width: auto;
  }
  .woccu-theme .table .td-company {
    min-width: 0px;
  }
}
.woccu-theme .table .location-small {
  font-size: 75%;
  font-weight: normal;
  color: #757575;
}
@media (max-width: 768px) {
  .woccu-theme .traded-location {
    max-width: 140px;
  }
}
.woccu-theme .price-box {
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 4px 3px;
  width: 130px;
  color: #fff;
  display: inline-block;
}
.woccu-theme .price-box .type {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
.woccu-theme .price-box .value {
  text-align: right;
}
@media (max-width: 768px) {
  .woccu-theme .price-box {
    width: 74px;
  }
  .woccu-theme .price-box .currency {
    display: block;
  }
}
.woccu-theme table tr > th input[type=checkbox].no-margin,
.woccu-theme table tr > td > input[type=checkbox].no-margin {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .woccu-theme table > thead > tr > td > div .show-onhover:not(:checked),
  .woccu-theme table > thead > tr > td > agree-confirm .show-onhover:not(:checked),
  .woccu-theme table > thead > tr > td > .show-onhover:not(:checked),
  .woccu-theme table > thead > tr > th > div .show-onhover:not(:checked),
  .woccu-theme table > thead > tr > th > agree-confirm .show-onhover:not(:checked),
  .woccu-theme table > thead > tr > th > .show-onhover:not(:checked),
  .woccu-theme table > tbody > tr > td > div .show-onhover:not(:checked),
  .woccu-theme table > tbody > tr > td > agree-confirm .show-onhover:not(:checked),
  .woccu-theme table > tbody > tr > td > .show-onhover:not(:checked),
  .woccu-theme table > tbody > tr > th > div .show-onhover:not(:checked),
  .woccu-theme table > tbody > tr > th > agree-confirm .show-onhover:not(:checked),
  .woccu-theme table > tbody > tr > th > .show-onhover:not(:checked) {
    visibility: hidden;
  }
  .woccu-theme table > thead > tr:hover > td > div .show-onhover,
  .woccu-theme table > thead > tr:hover > td > agree-confirm .show-onhover,
  .woccu-theme table > thead > tr:hover > td > .show-onhover,
  .woccu-theme table > thead > tr:hover > th > div .show-onhover,
  .woccu-theme table > thead > tr:hover > th > agree-confirm .show-onhover,
  .woccu-theme table > thead > tr:hover > th > .show-onhover,
  .woccu-theme table > tbody > tr:hover > td > div .show-onhover,
  .woccu-theme table > tbody > tr:hover > td > agree-confirm .show-onhover,
  .woccu-theme table > tbody > tr:hover > td > .show-onhover,
  .woccu-theme table > tbody > tr:hover > th > div .show-onhover,
  .woccu-theme table > tbody > tr:hover > th > agree-confirm .show-onhover,
  .woccu-theme table > tbody > tr:hover > th > .show-onhover {
    visibility: visible;
  }
}
.woccu-theme table.table.table-detail > thead {
  background-color: transparent;
}
.woccu-theme table.table.table-detail > thead > tr > th {
  color: #707070;
}
.woccu-theme .row-main table.table.table-detail td {
  font-size: 110%;
}
.woccu-theme table.mini-table {
  font-size: 80%;
  width: 100%;
}
.woccu-theme table.mini-table th,
.woccu-theme table.mini-table td {
  padding: 3px 8px;
}
.woccu-theme table.mini-table > thead {
  background-color: transparent;
}
.woccu-theme table.mini-table > thead > tr {
  border-bottom: 2px solid #ddd;
}
.woccu-theme table.mini-table > tbody > tr + tr {
  border-top: 1px dotted #ddd;
}
.woccu-theme table.table-specs caption {
  padding-top: 0px;
}
.woccu-theme table.table-specs thead > tr > th {
  white-space: normal !important;
}
.woccu-theme table.table-specs td,
.woccu-theme table.table-specs thead > tr > th {
  text-align: center;
  vertical-align: middle;
}
.woccu-theme table.table-specs tr td + td,
.woccu-theme table.table-specs tr th + th {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  .woccu-theme .table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .woccu-theme .table-scroll table {
    width: 100%;
    margin-bottom: 0;
  }
  .woccu-theme .table-scroll table th {
    background-color: #f4f6f6;
  }
  .woccu-theme .table-scroll table .s {
    position: sticky;
  }
  .woccu-theme .table-scroll table .s.t {
    top: 0;
    z-index: 5;
  }
  .woccu-theme .table-scroll table .s.t.l {
    z-index: 6 !important;
  }
  .woccu-theme .table-scroll table .s.l {
    left: 0;
    z-index: 2;
  }
  .woccu-theme .table-scroll table .s.w {
    background-color: #fff;
  }
  .woccu-theme .table-scroll table .s.g {
    background-color: #f6f6f6;
  }
}
@media (min-width: 768px) {
  .woccu-theme .table-sticky-headers {
    max-height: calc(100vh - 214px);
  }
  .woccu-theme .table-sticky-headers > table {
    border-collapse: separate;
  }
  .woccu-theme .table-sticky-headers > table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f6f6f6;
  }
}
.woccu-theme .animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.woccu-theme .animated.infinite {
  animation-iteration-count: infinite;
}
.woccu-theme .fadeIn {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.woccu-theme .popFadeDelay {
  animation-delay: 0.5s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tada3rd {
  from {
    transform: scale3d(1, 1, 1);
  }
  3.3%, 6.6% {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }
  10%, 16.6%, 23.3%, 30% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  13.3%, 20%, 26.6% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  33.3% {
    transform: scale3d(1, 1, 1);
  }
}
.woccu-theme .tada3rd {
  animation-name: tada3rd;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blinking {
  from, 10%, 20%, 30% {
    opacity: 0.66;
  }
  5%, 15%, 25% {
    opacity: 0;
  }
}
.woccu-theme .td-highlight {
  animation-duration: 0.2s;
  animation-iteration-count: 3;
  animation-name: flash;
}
.woccu-theme .live {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: flash;
}
.woccu-theme .blinking,
.woccu-theme .status-warning > span:before {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: blinking;
}
.woccu-theme .skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  color: #eee;
}
.woccu-theme .skeleton-box > * {
  visibility: hidden;
}
.woccu-theme .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.woccu-theme .rotating {
  animation: rotating 2s linear infinite;
}
.woccu-theme h1,
.woccu-theme h2,
.woccu-theme h3,
.woccu-theme h4,
.woccu-theme h5,
.woccu-theme h6,
.woccu-theme .h1,
.woccu-theme .h2,
.woccu-theme .h3,
.woccu-theme .h4,
.woccu-theme .h5,
.woccu-theme .h6 {
  letter-spacing: -0.5px;
}
.woccu-theme h1.grayed,
.woccu-theme h2.grayed,
.woccu-theme h3.grayed,
.woccu-theme h4.grayed,
.woccu-theme h5.grayed,
.woccu-theme h6.grayed,
.woccu-theme .h1.grayed,
.woccu-theme .h2.grayed,
.woccu-theme .h3.grayed,
.woccu-theme .h4.grayed,
.woccu-theme .h5.grayed,
.woccu-theme .h6.grayed {
  background-color: #f2f4f5;
  padding: 0.75em 0.5em;
  margin: 0 0 10px;
}
.woccu-theme h1 > .label,
.woccu-theme h2 > .label,
.woccu-theme h3 > .label,
.woccu-theme h4 > .label,
.woccu-theme h5 > .label,
.woccu-theme h6 > .label,
.woccu-theme .h1 > .label,
.woccu-theme .h2 > .label,
.woccu-theme .h3 > .label,
.woccu-theme .h4 > .label,
.woccu-theme .h5 > .label,
.woccu-theme .h6 > .label {
  font-family: Montserrat, sans-serif;
  font-size: 65%;
  vertical-align: middle;
}
.woccu-theme .brand-color {
  color: var(--primary);
}
.woccu-theme .biggest {
  font-size: 200%;
}
.woccu-theme .bigger {
  font-size: 133%;
}
.woccu-theme .micro {
  font-size: 70%;
}
.woccu-theme .truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.woccu-theme .truncate.max-100 {
  display: inline-block;
  max-width: 100px;
}
.woccu-theme .lighten {
  font-weight: 400;
}
.woccu-theme .no-select {
  -webkit-user-select: none;
  user-select: none;
}
.woccu-theme .order-link {
  display: flex;
}
.woccu-theme .order-action {
  font-size: 80%;
  margin-left: 1em;
  display: inline-block;
}
.woccu-theme .currency {
  font-size: 75%;
  opacity: 0.9;
}
.woccu-theme .faded {
  opacity: 0.5;
}
.woccu-theme .highlighted-text {
  background-color: rgba(255, 213, 80, 0.18);
  border-bottom: 2px dotted #ffd54f;
  margin-bottom: -2px;
}
.woccu-theme span.not-available {
  background-color: #eeeeee;
  color: #eeeeee;
  padding: 0 4em;
}
.woccu-theme span.not-available * {
  background-color: #eeeeee;
  color: #eeeeee;
}
.woccu-theme .widther {
  margin-left: 2ex;
  margin-right: 2ex;
}
.woccu-theme .clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .woccu-theme .order-link > .truncate {
    flex-grow: 1;
    width: 60px;
  }
}
.woccu-theme .price-tag {
  white-space: nowrap;
}
.woccu-theme .price-tag .cents {
  font-size: 70%;
  margin-left: 2px;
  vertical-align: text-top;
}
.woccu-theme .lh-1 {
  line-height: 1em;
}
.woccu-theme .monospace {
  font-family: monospace;
}
.woccu-theme .monospace.wrap {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
.woccu-theme input[type=checkbox].ios {
  position: relative;
  appearance: none;
  outline: none;
  width: 40px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -16px 0 0 0 #d9dadc;
  transition-duration: 200ms;
  transition-property: box-shadow;
  margin-left: 0;
}
.woccu-theme input[type=checkbox].ios:checked {
  border-color: var(--primary);
  box-shadow: inset 16px 0 0 0 var(--primary);
}
.woccu-theme input[type=checkbox].ios:checked:after {
  left: 16px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05);
}
.woccu-theme input[type=checkbox].ios:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.woccu-theme input[type=checkbox].ios:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition-duration: 200ms;
  transition-property: box-shadow, left;
}
.woccu-theme .form-signin h3 {
  border-bottom: #d4d4d4 solid 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}
.woccu-theme .form-signin .help-block {
  padding-bottom: 3px;
}
.woccu-theme fieldset:disabled {
  cursor: not-allowed;
}
.woccu-theme fieldset:disabled > * {
  pointer-events: none;
}
.woccu-theme fieldset[disabled] .btn.disabled,
.woccu-theme fieldset[disabled] .btn[disabled],
.woccu-theme a.disabled,
.woccu-theme a[disabled],
.woccu-theme .btn.disabled,
.woccu-theme .btn[disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.woccu-theme .single-unit {
  pointer-events: none;
}
.woccu-theme .single-unit button.dropdown-toggle {
  color: #555555;
  background-color: #eeeeee;
}
.woccu-theme .single-unit button.dropdown-toggle .caret {
  display: none;
}
.woccu-theme error-list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.woccu-theme .has-error > error-list {
  max-height: 100vh;
}
.woccu-theme fieldset > error-list {
  margin-bottom: 15px;
  margin-top: -15px;
}
.woccu-theme .has-error .form-control {
  background-color: #fff6f6;
}
.woccu-theme .form-control-feedback {
  display: none;
}
.woccu-theme .has-feedback .form-control-feedback {
  display: block;
}
.woccu-theme .form-group > label {
  text-transform: uppercase;
  font-size: 90%;
}
.woccu-theme .form-group .form-group {
  margin-bottom: 0px;
}
.woccu-theme select.has-placeholder {
  color: #999;
}
.woccu-theme select.has-placeholder option {
  color: #555555;
}
.woccu-theme select.has-placeholder.ng-dirty {
  color: #555555;
}
.woccu-theme select[readonly],
.woccu-theme select.readonly {
  background: #eeeeee;
  cursor: no-drop;
  pointer-events: none;
}
.woccu-theme select[readonly] option,
.woccu-theme select.readonly option {
  display: none;
}
.woccu-theme .form-group.has-button {
  position: relative;
}
.woccu-theme .form-group.has-button:hover .form-control-button {
  display: block;
}
.woccu-theme .form-group.has-button > input:placeholder-shown + .form-control-button {
  display: none !important;
}
.woccu-theme .form-group.has-button > input:focus + .form-control-button {
  display: block;
}
.woccu-theme .form-group.has-button .input-lg + .form-control-button,
.woccu-theme .form-group.has-button .input-group-lg > .form-control + .form-control-button,
.woccu-theme .form-group.has-button .input-group-lg > .input-group-addon + .form-control-button,
.woccu-theme .form-group.has-button .input-group-lg > .input-group-btn > .btn + .form-control-button {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.woccu-theme .form-group.has-button .input-sm + .form-control-button,
.woccu-theme .form-group.has-button .input-group-sm > .form-control + .form-control-button,
.woccu-theme .form-group.has-button .input-group-sm > .input-group-addon + .form-control-button,
.woccu-theme .form-group.has-button .input-group-sm > .input-group-btn > .btn + .form-control-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woccu-theme .form-group.has-button .input-grid + .form-control-button {
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.woccu-theme .form-group.has-button .form-control-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.woccu-theme .form-group.has-button .form-control-button:hover {
  opacity: 1;
}
.woccu-theme .btn-group.btn-group-agree .btn-default:active,
.woccu-theme .btn-group.btn-group-agree .btn-default.active {
  color: #fff;
  background-color: #12a27e;
  border-color: #0f8265;
}
@keyframes appears {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woccu-theme form {
  counter-reset: step_number;
}
.woccu-theme form .step {
  counter-increment: step_number;
  padding-left: 40px;
  position: static;
}
.woccu-theme form .step + .step {
  display: none;
}
.woccu-theme form .step .step-indicator {
  position: absolute;
  top: 0px;
  left: -24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 3px;
  color: #0f8a6b;
  border: 2px solid #0f8a6b;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
}
.woccu-theme form .step .step-indicator > span::before {
  content: counter(step_number);
}
.woccu-theme form .step .step-indicator > i,
.woccu-theme form .step .step-indicator > span {
  font-size: 14px;
  font-weight: bold;
  animation: appears 0.5s ease-out;
}
.woccu-theme form .step .step-indicator > i {
  display: none;
}
.woccu-theme form .step .line {
  position: absolute;
  left: -13px;
  top: 0px;
  height: 100%;
  width: 1px;
  border-left: 2px dotted #0f8a6b;
  display: none;
  animation: fadeIn 1s ease-out;
}
.woccu-theme form .step.completed + .step {
  display: block;
}
.woccu-theme form .step.completed .line {
  display: block;
}
.woccu-theme form .step.completed .step-indicator {
  background-color: #0f8a6b;
  color: #fff;
}
.woccu-theme form .step.completed .step-indicator > i {
  display: inline-block;
}
.woccu-theme form .step.completed .step-indicator > span {
  display: none;
}
.woccu-theme form .step:last-of-type .line {
  display: none !important;
}
.woccu-theme input[type=range] {
  width: 100%;
  margin: 12px 0;
  background-color: transparent;
}
.woccu-theme input[type=range]:focus {
  outline: none;
}
.woccu-theme input[type=range]::-webkit-slider-runnable-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.woccu-theme input[type=range]::-webkit-slider-thumb {
  margin-top: -5px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.woccu-theme input[type=range]::-moz-range-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.woccu-theme input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4px 0;
  color: transparent;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.woccu-theme input[type=range]::-ms-fill-lower {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.woccu-theme input[type=range]::-ms-fill-upper {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.woccu-theme input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
.woccu-theme .input-group {
  min-width: 100%;
}
.woccu-theme #viewmode-toggle {
  margin-right: 6px;
}
.woccu-theme .btn-agree {
  color: #fff;
  background-color: #2255a8;
  border-color: #1d4b93;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.woccu-theme .btn-agree:focus,
.woccu-theme .btn-agree.focus {
  color: #fff;
  background-color: #19407e;
  border-color: #081529;
}
.woccu-theme .btn-agree:hover {
  color: #fff;
  background-color: #19407e;
  border-color: #133160;
}
.woccu-theme .btn-agree:active,
.woccu-theme .btn-agree.active,
.open > .woccu-theme .btn-agree.dropdown-toggle {
  color: #fff;
  background-color: #19407e;
  background-image: none;
  border-color: #133160;
}
.woccu-theme .btn-agree:active:hover,
.woccu-theme .btn-agree:active:focus,
.woccu-theme .btn-agree:active.focus,
.woccu-theme .btn-agree.active:hover,
.woccu-theme .btn-agree.active:focus,
.woccu-theme .btn-agree.active.focus,
.open > .woccu-theme .btn-agree.dropdown-toggle:hover,
.open > .woccu-theme .btn-agree.dropdown-toggle:focus,
.open > .woccu-theme .btn-agree.dropdown-toggle.focus {
  color: #fff;
  background-color: #133160;
  border-color: #081529;
}
.woccu-theme .btn-agree.disabled:hover,
.woccu-theme .btn-agree.disabled:focus,
.woccu-theme .btn-agree.disabled.focus,
.woccu-theme .btn-agree[disabled]:hover,
.woccu-theme .btn-agree[disabled]:focus,
.woccu-theme .btn-agree[disabled].focus,
fieldset[disabled] .woccu-theme .btn-agree:hover,
fieldset[disabled] .woccu-theme .btn-agree:focus,
fieldset[disabled] .woccu-theme .btn-agree.focus {
  background-color: #2255a8;
  border-color: #1d4b93;
}
.woccu-theme .btn-agree .badge {
  color: #2255a8;
  background-color: #fff;
}
.woccu-theme .btn-agree:focus {
  background-color: #2255a8 !important;
}
.woccu-theme .btn-group.open {
  z-index: 3 !important;
}
.woccu-theme .dropdown-menu > .disabled {
  cursor: not-allowed;
}
.woccu-theme .dropdown-menu > .disabled > a {
  pointer-events: none;
}
div.jsoneditor {
  border: none !important;
  background: #f9f9f9 !important;
}
div.jsoneditor-mode-text {
  height: 500px;
}
div.jsoneditor-mode-code {
  height: 500px;
}
div.jsoneditor-mode-form {
  height: 500px;
}
quill-editor {
  display: initial !important;
}
quill-editor > .ql-snow.ql-toolbar {
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
}
quill-editor > .ql-snow.ql-container {
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: inherit;
}
quill-editor > .ql-snow.ql-container.renderer {
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f9fbfb;
  padding: 12px;
}
quill-editor > .ql-snow.ql-container.renderer > .ql-editor {
  min-height: 0px;
  max-height: 500px;
}
quill-editor > .ql-snow.ql-container > .ql-editor {
  padding: 6px 12px;
  min-height: 74px;
  max-height: 250px;
}
quill-editor > .ql-snow.ql-container > .ql-editor.ql-blank::before {
  font-style: normal;
  color: #a2a2a2;
  left: 12px;
  right: 12px;
}
.woccu-theme .landing-bg > .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.woccu-theme .landing-bg > .background-images > .field {
  background-image: none;
  background-color: #fff;
}
.woccu-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/theme/woccu/background.jpeg);
  background-position: right bottom;
  width: 100%;
  background-color: #fff;
}
.agrology-theme {
  --font-basic:
    GothamRnd,
    Lato,
    Helvetica,
    sans-serif;
  --font-heading:
    GothamRndBold,
    Lato,
    Helvetica,
    sans-serif;
  --logo-path: url(/assets/img/theme/agrology/logo.svg);
  --logo-black-path: url(/assets/img/theme/agrology/logo.svg);
  --logo-white-path: url(/assets/img/theme/agrology/logo-w.svg);
  --logo-aspect-ratio: 4.64;
  --primary: #f76c0b !important;
  --primary-darken-1: #cf5906;
  --primary-darken-2: #873a04;
  --primary-darken-3: #2d1301;
  --primary-lighten-1: #fddcc5;
  --primary-lighten-2: #fff8f3;
  --primary-lighten-3: #fffdfb;
  --secondary: #084636 !important;
  --secondary-darken-1: black;
  --secondary-darken-2: black;
  --secondary-darken-3: black;
  --buy-agree: #3d8eb9;
  --sell-agree: #ff4d4d;
  --booked-agree: #d0d6e2;
  --status-info-color: #00838f;
  --status-info-border: #80deea;
  --status-info-bg: #e0f7fa;
  --status-pending-color: #e6a800;
  --status-pending-border: #ffcc80;
  --status-pending-bg: #fff3e0;
  --status-warning-color: #e65100;
  --status-warning-border: #ffcc80;
  --status-warning-bg: #fff3e0;
  --status-danger-color: #a94442;
  --status-danger-border: #ce8382;
  --status-danger-bg: #ffebee;
  --status-success-color: #549b22;
  --status-success-border: #cce1bd;
  --status-success-bg: #ddebd3;
  --btn-agree-color: #fff;
  --btn-agree-bg: #f76c0b;
  --btn-agree-border: #e26107;
  --panel-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --label-buy-bg: #3d8eb9;
  --label-sell-bg: label-shell-bg;
  --label-booked-bg: label-booked-bg;
}
@font-face {
  font-family: "GothamRndBold";
  src: url("./media/GothamRnd-Bold-PCFJCRBN.woff") format("woff"), url("./media/GothamRnd-Bold-EYJZRTY3.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRnd";
  src: url("./media/GothamRnd-Book-4LN3ILYO.woff") format("woff"), url("./media/GothamRnd-Book-QZO4XP5Q.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRnd";
  src: url("./media/GothamRnd-Medium-OHTYCQIL.woff") format("woff"), url("./media/GothamRnd-Medium-QO6GBCZP.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
.agrology-theme bs-dropdown-container {
  z-index: 102;
}
.agrology-theme .popover.statsPopoover {
  max-width: initial;
}
.agrology-theme *:focus,
.agrology-theme *.focus,
.agrology-theme *:active:focus,
.agrology-theme *:active.focus,
.agrology-theme *.active:focus,
.agrology-theme *.active.focus {
  outline: none !important;
}
.agrology-theme ins {
  color: black;
  background: #bbffbb;
}
.agrology-theme del {
  color: black;
  background: #ffbbbb;
}
.agrology-theme a {
  cursor: pointer;
  color: #285f8f;
}
.agrology-theme a.agree-color {
  color: var(--primary);
}
.agrology-theme a.agree-color:hover {
  color: var(--primary-darken-1);
}
.agrology-theme .nomargin-top {
  margin-top: 0;
}
.agrology-theme .buy-bg {
  background-color: #3d8eb9;
}
.agrology-theme .sell-bg {
  background-color: #ff4d4d;
}
.agrology-theme .booked-bg {
  background-color: #d0d6e2;
  color: #000 !important;
}
.agrology-theme .buy {
  color: #3d8eb9;
}
.agrology-theme .sell {
  color: #ff4d4d;
}
.agrology-theme .booked {
  color: #d0d6e2;
}
.agrology-theme .alert hr {
  margin: 7px 0;
}
.agrology-theme .divider-break {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  padding: 16px 0;
  line-height: 0;
}
.agrology-theme .divider-break span {
  line-height: 1;
  color: #767676;
  font-weight: 400;
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 8px 0 7px;
}
.agrology-theme .divider-break:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.agrology-theme .sticky {
  position: sticky;
  z-index: 100;
  top: 0;
}
.agrology-theme .ag-header {
  display: flex;
  padding: 10px 0 12px;
  margin-top: -10px;
  align-items: center;
  justify-content: space-between;
}
.agrology-theme .ag-header.sticky {
  background-color: #fff;
}
.agrology-theme .ag-header .ag-header-title {
  display: flex;
  align-items: center;
}
.agrology-theme .ag-header .ag-header-title h3,
.agrology-theme .ag-header .ag-header-title h4 {
  margin: 0px;
}
.agrology-theme .ag-header .ag-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .agrology-theme .ag-header {
    flex-flow: wrap;
  }
  .agrology-theme .ag-header > * {
    width: 100%;
  }
  .agrology-theme .ag-header > * + * {
    margin-top: 12px;
  }
}
.agrology-theme .material-symbols-rounded {
  font-size: 140%;
  vertical-align: bottom;
}
.agrology-theme .image-icons {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.agrology-theme .image-icons.cash-payment {
  background-image: url(/assets/img/icons/cash-delivery.png);
}
.agrology-theme footer {
  margin: 20px 0;
}
.agrology-theme .tab-footer {
  padding-top: 15px;
  text-align: right;
}
.agrology-theme .tab-footer .btn + .btn {
  margin-left: 5px;
}
.agrology-theme .clickable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.agrology-theme .ag-container {
  display: flex;
}
.agrology-theme .ag-container .ag-col-secondary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.agrology-theme .ag-container .ag-col-primary {
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .agrology-theme .ag-col-expanded-only .ag-col-primary:not(.ag-col-expanded),
  .agrology-theme .ag-col-expanded-only .ag-col-secondary:not(.ag-col-expanded) {
    display: none;
  }
}
@media (max-width: 768px) {
  .agrology-theme .ag-container {
    flex-direction: column;
  }
}
.agrology-theme .landing-bg {
  position: fixed;
}
.agrology-theme .landing-bg > .gradient-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  background: var(--primary-darken-2);
  background:
    linear-gradient(
      0deg,
      var(--primary-darken-2) 25%,
      var(--primary-darken-3) 75%);
}
.agrology-theme .landing-bg > .gradient-circle > img {
  height: 200vw;
}
.agrology-theme .landing-bg > .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.agrology-theme .landing-bg > .dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18%;
}
.agrology-theme .landing-bg > .background-images {
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  width: 100vw;
}
.agrology-theme .landing-bg > .background-images > div {
  background-repeat: no-repeat;
  background-size: cover;
}
.agrology-theme .landing-bg > .background-images > .w40 {
  width: 40%;
}
.agrology-theme .landing-bg > .background-images > .w25 {
  width: 25%;
}
.agrology-theme .landing-bg > .background-images > .field {
  background-image: url(/assets/img/home/bg-field@4k.jpg);
  background-position: left center;
}
.agrology-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/home/bg-teamwork@4k.jpg);
  background-position: center center;
}
.agrology-theme .landing-bg > .background-images > .fruits {
  background-image: url(/assets/img/home/bg-fruits@4k.jpg);
  background-position: right center;
}
.agrology-theme .landing-bg > .background-images > .grains {
  background-image: url(/assets/img/home/bg-grains@4k.jpg);
  background-position: left center;
}
.agrology-theme .text-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.agrology-theme .text-container .header,
.agrology-theme .text-container footer {
  padding: 30px 60px;
  color: #fff;
  font-family:
    GothamRndBold,
    Lato,
    Helvetica,
    sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.agrology-theme .text-container .header .logo,
.agrology-theme .text-container footer .logo {
  height: 45px;
}
.agrology-theme .text-container a.white {
  color: #fff;
}
.agrology-theme .text-container .welcome-message {
  color: #fff;
  font-family:
    GothamRndBold,
    Lato,
    Helvetica,
    sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 70px 140px;
  min-height: calc(100vh - 230px);
}
.agrology-theme .text-container .welcome-message > * {
  margin-bottom: 36px;
}
.agrology-theme .text-container .welcome-message .main {
  font-weight: bold;
  font-size: 34px;
}
.agrology-theme .text-container .welcome-message .secondary {
  font-family:
    GothamRnd,
    Lato,
    Helvetica,
    sans-serif;
  margin-bottom: 50px;
}
.agrology-theme .text-container .welcome-message .tagline {
  font-weight: bold;
}
.agrology-theme .text-container .welcome-message .icons {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.agrology-theme .text-container .welcome-message .icons > div {
  margin: 0 38px;
}
.agrology-theme .text-container .welcome-message .icons > div > img {
  height: 32px;
  margin: 8px;
}
.agrology-theme .text-container .divider-break span {
  background-color: #fff;
}
@media (max-width: 991px) {
  .agrology-theme .landing-bg > .gradient-circle {
    display: none;
  }
  .agrology-theme .landing-bg > .dots {
    width: 50%;
  }
  .agrology-theme .landing-bg > .background-images > .w40 {
    width: 50%;
  }
  .agrology-theme .landing-bg > .background-images > .w25 {
    width: 50%;
  }
  .agrology-theme .text-container .header,
  .agrology-theme .text-container footer {
    padding: 20px;
  }
  .agrology-theme .text-container .header .logo,
  .agrology-theme .text-container footer .logo {
    height: 30px;
  }
  .agrology-theme .text-container .header {
    background: var(--primary-darken-3);
  }
  .agrology-theme .text-container .curve {
    padding: 0 0 20px;
  }
  .agrology-theme .text-container .curve path {
    fill: var(--primary-darken-2);
  }
  .agrology-theme .text-container .welcome-message {
    font-size: 18px;
    padding: 20px;
    background: var(--primary-darken-2);
    background:
      linear-gradient(
        0deg,
        var(--primary-darken-2) 25%,
        var(--primary-darken-3) 75%);
    min-height: 0;
  }
  .agrology-theme .text-container .welcome-message > * {
    margin-bottom: 26px;
  }
  .agrology-theme .text-container .welcome-message .main {
    font-size: 24px;
  }
  .agrology-theme .text-container .welcome-message .secondary {
    margin-bottom: 20px;
  }
  .agrology-theme .text-container .welcome-message .icons > div {
    margin: 0 18px;
  }
}
.agrology-theme .modal > .modal-dialog > .modal-content .modal-header + .modal-footer {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .agrology-theme .modal > .modal-dialog {
    margin: 10px 10px 92px;
  }
}
@media (min-width: 1281px) {
  .agrology-theme .modal-xl {
    width: 1260px;
  }
}
@media (max-width: 1280px) {
  .agrology-theme .modal-xl {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.agrology-theme .content-box {
  background: white;
  padding: 12px 24px 24px;
  position: relative;
}
.agrology-theme .container-xs {
  max-width: 480px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .agrology-theme .content-box {
    margin: 0 -15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .agrology-theme .content-box {
    margin: 16px 0;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
.agrology-theme .flex-center-distributed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agrology-theme .flex-center-distributed.spaced > * + * {
  margin-left: 12px;
}
.agrology-theme .flex-center-distributed.spaced-10 > * + * {
  margin-left: 10px;
}
.agrology-theme .flex-center-distributed .grow {
  flex-grow: 1;
}
.agrology-theme .container .row .col-highlight,
.agrology-theme .container-fluid .row .col-highlight {
  background-color: #f2f4f5;
  border-radius: 6px;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media print {
  .agrology-theme .col-sm-1 {
    width: 8%;
    float: left;
  }
  .agrology-theme .col-sm-2 {
    width: 17%;
    float: left;
  }
  .agrology-theme .col-sm-3 {
    width: 25%;
    float: left;
  }
  .agrology-theme .col-sm-4 {
    width: 33%;
    float: left;
  }
  .agrology-theme .col-sm-5 {
    width: 42%;
    float: left;
  }
  .agrology-theme .col-sm-6 {
    width: 50%;
    float: left;
  }
  .agrology-theme .col-sm-7 {
    width: 58%;
    float: left;
  }
  .agrology-theme .col-sm-8 {
    width: 67%;
    float: left;
  }
  .agrology-theme .col-sm-9 {
    width: 75%;
    float: left;
  }
  .agrology-theme .col-sm-10 {
    width: 83%;
    float: left;
  }
  .agrology-theme .col-sm-11 {
    width: 92%;
    float: left;
  }
  .agrology-theme .col-sm-12 {
    width: 100%;
    float: left;
  }
  .agrology-theme a[href]:after {
    display: none;
  }
  .agrology-theme .img {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .agrology-theme .container {
    width: auto !important;
  }
  .agrology-theme button,
  .agrology-theme messenger,
  .agrology-theme filter-set,
  .agrology-theme .attach-icon,
  .agrology-theme .app-header {
    display: none !important;
  }
  .agrology-theme .sticky {
    position: relative !important;
  }
  .agrology-theme .scrollable-pane {
    height: auto !important;
    overflow-y: visible !important;
  }
  .agrology-theme app-root .app-content {
    flex: none;
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}
.agrology-theme .backdrop-glass {
  -webkit-backdrop-filter: blur(2px) brightness(90%) saturate(70%);
  backdrop-filter: blur(2px) brightness(90%) saturate(70%);
}
.agrology-theme body.messenger-open > #hubspot-messages-iframe-container {
  display: none !important;
}
.agrology-theme .clipboard-ready {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.agrology-theme .clipboard-ready .material-symbols-rounded {
  display: none !important;
}
.agrology-theme .clipboard-ready * {
  cursor: auto !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.agrology-theme .m-b1 {
  margin-bottom: 1rem;
}
.agrology-theme .m-b2 {
  margin-bottom: 2rem;
}
.agrology-theme .m-b3 {
  margin-bottom: 3rem;
}
.agrology-theme .m-b4 {
  margin-bottom: 4rem;
}
.agrology-theme .p-t0 {
  padding-top: 0;
}
.agrology-theme .p-t1 {
  padding-top: 1rem;
}
.agrology-theme .p-t2 {
  padding-top: 2rem;
}
.agrology-theme .p-t3 {
  padding-top: 3rem;
}
.agrology-theme .p-t4 {
  padding-top: 4rem;
}
.agrology-theme .agree-introjs.introjs-tooltip {
  min-width: 280px;
}
.agrology-theme .agree-introjs .introjs-tooltiptext {
  padding: 10px;
}
.agrology-theme .agree-introjs .introjs-tooltiptext h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
.agrology-theme .agree-introjs .introjs-tooltipbuttons .introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
}
.agrology-theme input.form-control[readonly][bsDaterangepicker],
.agrology-theme input.form-control[readonly][bsDatepicker],
.agrology-theme input.form-control[readonly].not-grayed {
  background-color: inherit;
}
.agrology-theme bs-datepicker-container .bs-datepicker,
.agrology-theme bs-daterangepicker-container .bs-datepicker {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-head,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-head {
  background-color: var(--primary);
}
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.week span,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.week span {
  color: var(--primary);
}
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span:before,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span:before {
  left: -7px;
  right: -7px;
}
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span.selected,
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-body table td.selected span,
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.agrology-theme bs-datepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span.selected,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td.selected span,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td span[class*=select-]:after,
.agrology-theme bs-daterangepicker-container .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: var(--primary);
}
@media (max-width: 768px) {
  .agrology-theme .bs-datepicker-multiple .bs-datepicker-head {
    height: 40px;
    padding: 4px 10px;
  }
  .agrology-theme .bs-datepicker-multiple .bs-datepicker-body {
    min-height: 0;
  }
  .agrology-theme .bs-datepicker-multiple .bs-datepicker-body table.days span {
    height: 26px;
    line-height: 26px;
  }
}
.agrology-theme .card {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  transition-property:
    border-color,
    margin-top,
    box-shadow;
  transition-duration: 0.15s;
  box-shadow: 2px 3px 6px 2px rgba(150, 150, 150, 0.1);
}
.agrology-theme .card:hover {
  border-color: var(--primary);
  box-shadow: 2px 3px 16px 2px rgba(150, 150, 150, 0.3);
  background-color: var(--primary-lighten-2);
}
.agrology-theme .card.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eee;
}
.agrology-theme .card.disabled > .header,
.agrology-theme .card.disabled > .body {
  opacity: 0.4;
}
.agrology-theme .card.card-sm {
  --logo-size: 50px;
  margin-bottom: 20px;
}
.agrology-theme .card.card-sm .header {
  height: 35px;
  justify-content: flex-end;
}
.agrology-theme .card.card-sm .header .logo-circle {
  width: var(--logo-size);
  height: var(--logo-size);
  margin-top: 10px;
}
.agrology-theme .card.card-sm .header .logo-circle.image > div.logo {
  width: calc(var(--logo-size) - 2px);
  height: calc(var(--logo-size) - 2px);
}
.agrology-theme .card.card-sm > .body {
  position: relative;
  padding-top: 10px;
}
.agrology-theme .card.card-sm > .body h3,
.agrology-theme .card.card-sm > .body h4,
.agrology-theme .card.card-sm > .body h5 {
  text-align: left;
  padding-bottom: 8px;
}
.agrology-theme .card.card-sm > .body > .description {
  -webkit-line-clamp: 4;
  height: 6.6em;
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-top: 1px solid #cfd8dc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.agrology-theme .card.card-sm > .body > .btn {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.agrology-theme .card.card-sm.selected {
  box-shadow: inset 0 0 0px 4px var(--primary);
  background-color: var(--primary-lighten-3);
}
.agrology-theme .card .header {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  width: 100%;
  height: 90px;
  background: transparent center top no-repeat;
  background-size: cover;
}
.agrology-theme .card .header .shadow {
  box-shadow: 2px 3px 10px 2px rgba(150, 150, 150, 0.1);
}
.agrology-theme .card .header .logo-circle {
  border: 1px solid #ccc;
  margin-top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.agrology-theme .card .header .logo-circle.image {
  position: relative;
}
.agrology-theme .card .header .logo-circle.image > div.logo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.agrology-theme .card .body {
  padding: 52px 20px 20px;
}
.agrology-theme .card .body h3,
.agrology-theme .card .body h4,
.agrology-theme .card .body h5 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-bottom: 16px;
}
.agrology-theme .card .body hr {
  margin: 0 0 22px;
  border-color: rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .agrology-theme .card {
    margin: 0;
  }
  .agrology-theme .stretch-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .agrology-theme .stretch-items > div {
    margin-bottom: 24px;
  }
}
.agrology-theme .loading {
  padding: 9.5em 2em;
  position: relative;
}
.agrology-theme .loading.loading-sm {
  padding: 2em;
}
.agrology-theme .no-data {
  border: 3px dashed #eeeeee;
  border-radius: 1em;
  text-align: center;
  padding: 10em 2em;
  color: #777777;
  position: relative;
  margin-top: 12px;
}
.agrology-theme .no-data.no-data-sm {
  padding: 5em 2em;
}
.agrology-theme .no-data > i {
  opacity: 0.1;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  font-size: 700%;
  pointer-events: none;
}
.agrology-theme .no-data > * {
  position: relative;
  z-index: 2;
}
.agrology-theme .list-group.list-group-condensed .list-group-item {
  padding: 6px 8px;
  border-style: dotted;
}
.agrology-theme ol.breadcrumb {
  margin-bottom: 10px;
}
.agrology-theme ol.breadcrumb > li scope-icon > i {
  margin-right: 4px;
}
.agrology-theme .co-status > div {
  font-size: 80%;
  padding: 5px 8px;
  border-style: dotted;
  border-width: 1px;
  border-radius: 4px 3px 3px 4px;
  position: relative;
  max-width: 500px;
  cursor: pointer;
}
.agrology-theme .co-status > div.status-success > span:before {
  content: "check_circle_outline";
}
.agrology-theme .co-status > div.status-warning > span:before {
  content: "warning";
}
.agrology-theme .co-status > div.status-danger > span:before {
  content: "highlight_off";
}
.agrology-theme .co-status > div.status-disabled > span:before {
  content: "check";
}
.agrology-theme .co-status > div.status-info > span:before {
  content: "send";
}
.agrology-theme .co-status > div > span:before {
  font-family: "Material Symbols Rounded";
  font-size: 140%;
  vertical-align: bottom;
  line-height: 1;
  text-transform: none;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  opacity: 0.66;
}
.agrology-theme .status-success {
  color: #549b22;
  border-color: #cce1bd;
  background-color: #ddebd3;
}
.agrology-theme .status-info,
.agrology-theme .status-default {
  color: #00838f;
  border-color: #80deea;
  background-color: #e0f7fa;
}
.agrology-theme .status-warning {
  color: #e65100;
  border-color: #ffcc80;
  background-color: #fff3e0;
}
.agrology-theme .status-danger {
  color: #a94442;
  border-color: #ce8382;
  background-color: #ffebee;
}
.agrology-theme .status > .alert {
  padding: 8px 15px;
  margin: 8px 0 10px;
  border-radius: 0px;
  border-style: solid none;
}
.agrology-theme .status > .alert a:hover,
.agrology-theme .status > .alert a:focus {
  text-decoration: none;
}
.agrology-theme .badge.badge-danger {
  background-color: #ff4d4d;
}
.agrology-theme .badge.badge-warning {
  background-color: #ff7416;
}
.agrology-theme .badge.badge-info {
  background-color: #5bc0de;
}
.agrology-theme .badge.badge-success {
  background-color: #27ae60;
}
.agrology-theme .badge.badge-sup {
  position: relative;
  top: -0.8em;
  left: -1em;
  font-size: 66%;
  margin-right: -1em;
}
.agrology-theme .logo-circle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.agrology-theme .logo-circle.text {
  background-color: #d3e3ec;
  color: #3d8eb9;
}
.agrology-theme .logo-circle.image {
  border: 1px solid #ccc;
}
.agrology-theme .logo-circle.image > div {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 3px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.agrology-theme .scrollable {
  height: 50vh;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 1em 8px 1em 1em;
}
.agrology-theme .scrollable > .content {
  height: 100%;
  padding-right: 2em;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.agrology-theme .scrollable > .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 0;
}
.agrology-theme .scrollable > .content::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.agrology-theme .scrollable > .content:hover::-webkit-scrollbar-thumb {
  background-color: #3de9be;
}
.agrology-theme .scrollable > .content::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 4px;
}
.agrology-theme .popover.width-400 {
  max-width: 400px;
}
.agrology-theme .popover.width-800 {
  max-width: none;
  width: 800px;
}
.agrology-theme .popover.width-800.bottom {
  margin-top: 5px;
}
.agrology-theme .popover.width-800 .popover-content {
  padding: 0.7em 0;
}
.agrology-theme .popover.width-800 .popover-content table.table {
  margin-bottom: 0;
}
.agrology-theme .popover.width-800 .popover-content table.table thead th {
  color: #707070;
}
@media (max-width: 992px) {
  .agrology-theme .popover.width-800 {
    max-width: 80%;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .agrology-theme .popover {
    display: none !important;
  }
}
.agrology-theme .warning-label {
  padding: 0.1em 0.6em;
  margin: 0 0.5em;
  font-weight: bold;
  color: rgb(255, 136, 0);
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  background-color: rgba(255, 136, 0, 0.07);
  border-color: rgb(255, 136, 0);
  border-style: solid;
  border-width: 1px;
}
.agrology-theme ol.contract {
  border: 1px solid #eee;
  border-radius: 0.35em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0.25em 1em 0px rgba(0, 0, 0, 0.05);
}
.agrology-theme ol.contract negotiable-group > li {
  text-align: justify;
  padding: 0.3em 0.5em;
  border-style: dashed;
  border-width: 1px;
  border-radius: 0.35em;
  border-color: transparent;
  margin: 0.2em 0;
}
.agrology-theme ol.contract negotiable-group > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.agrology-theme ol.contract negotiable-group > li.outgoing {
  border-color: rgb(0, 131, 143);
  background-color: rgba(0, 131, 143, 0.05);
}
.agrology-theme ol.contract negotiable-group > li.incoming {
  border-color: rgb(255, 136, 0);
  background-color: rgba(255, 136, 0, 0.05);
}
.agrology-theme ol.contract negotiable-group > li.not-negotiable b,
.agrology-theme ol.contract negotiable-group > li.not-negotiable span {
  color: #b71c1c !important;
}
.agrology-theme ol.contract negotiable-group > li.not-negotiable b:after {
  opacity: 0.6;
  content: "[No negociable]";
  font-size: 75%;
  margin-left: 3px;
  color: #b71c1c;
}
.agrology-theme ol.contract negotiable-group > li textarea {
  resize: none;
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .agrology-theme .ag-container.order-view {
    flex-direction: column-reverse;
  }
}
.agrology-theme .order-view .auction {
  padding: 1em;
}
.agrology-theme .order-view .auction .auction-container {
  padding: 1em;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background-color: #f9f9f8;
}
.agrology-theme .order-view .auction .auction-container .auction-indicator {
  margin-bottom: 10px;
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.agrology-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-orange {
  border-color: rgb(230, 81, 0);
  background-color: rgba(230, 81, 0, 0.9);
}
.agrology-theme .order-view .auction .auction-container .auction-indicator.auction-indicator-agree {
  border-color: rgb(60, 118, 61);
  background-color: rgba(60, 118, 61, 0.9);
}
.agrology-theme .order-view .auction .auction-container hr {
  margin: 0.5em 0;
}
.agrology-theme .order-view .auction .auction-container table.table.auction-info {
  width: auto;
  margin-bottom: 0;
}
.agrology-theme .order-view .auction .auction-container table.table.auction-info caption {
  color: inherit;
}
.agrology-theme .order-view .auction .auction-container table.table.auction-info tr td {
  padding: 0 2px;
  border-style: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .agrology-theme .order-view .auction {
    width: 300px;
  }
}
.agrology-theme tabset > .nav-tabs > li > a {
  border-top-width: 3px !important;
}
.agrology-theme tabset > .nav-tabs > li.active > a {
  border-top-color: var(--primary) !important;
  border-top-style: solid !important;
  background-color: #fff;
}
.agrology-theme tabset > .nav-tabs > li.active > a:hover,
.agrology-theme tabset > .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.agrology-theme tabset > .tab-content > .tab-pane {
  padding: 1em;
  border-style: none solid solid;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 0 0 4px 4px;
}
.agrology-theme nav {
  height: 4.5rem;
}
.agrology-theme .tablist {
  position: relative;
  padding: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  min-width: 100%;
}
.agrology-theme .tablist::-webkit-scrollbar {
  display: none;
}
.agrology-theme .tablist > ul.inner {
  display: table;
  margin: 0;
  padding: 0 27px;
}
.agrology-theme .tablist > ul.inner > li.tablist-tab {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  height: 4.5rem;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.3px;
  scroll-snap-align: none left;
}
.agrology-theme .tablist > ul.inner > li.tablist-tab.active {
  pointer-events: none;
  cursor: not-allowed;
}
.agrology-theme #filter-dropdown.dropdown-menu {
  margin-top: 6px;
  overflow: hidden;
}
.agrology-theme #filter-dropdown.dropdown-menu li .dropdown-customitem {
  padding: 3px 10px;
}
.agrology-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group {
  margin-bottom: 0px;
}
.agrology-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group + .form-group {
  margin-top: 6px;
}
.agrology-theme #filter-dropdown.dropdown-menu li .dropdown-customitem .form-group label {
  font-size: 10px;
}
.agrology-theme #filter-dropdown.dropdown-menu li .dropdown-customitem select,
.agrology-theme #filter-dropdown.dropdown-menu li .dropdown-customitem input {
  min-width: 200px;
}
.agrology-theme .editable-pill {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 16px;
}
.agrology-theme .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 110;
  pointer-events: none;
  top: -10px;
}
.agrology-theme .ribbon.ribbon-sm {
  width: 140px;
  height: 140px;
}
.agrology-theme .ribbon.ribbon-sm.ribbon-left > span {
  right: -14px;
}
.agrology-theme .ribbon.ribbon-sm.ribbon-right > span {
  left: -14px;
}
.agrology-theme .ribbon.ribbon-sm > span {
  width: 198px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 18px;
  top: 34px;
}
.agrology-theme .ribbon.ribbon-xs {
  width: 100px;
  height: 100px;
}
.agrology-theme .ribbon.ribbon-xs.ribbon-left > span {
  right: -10px;
}
.agrology-theme .ribbon.ribbon-xs.ribbon-right > span {
  left: -10px;
}
.agrology-theme .ribbon.ribbon-xs > span {
  width: 141px;
  padding: 8px 0;
  font-size: 9px;
  line-height: 14px;
  top: 25px;
}
.agrology-theme .ribbon::before,
.agrology-theme .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px;
  border-top-color: transparent;
}
.agrology-theme .ribbon::after {
  bottom: 0;
}
.agrology-theme .ribbon::before {
  top: 0;
}
.agrology-theme .ribbon > span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  top: 30px;
}
.agrology-theme .ribbon.ribbon-left {
  left: -10px;
}
.agrology-theme .ribbon.ribbon-left::before,
.agrology-theme .ribbon.ribbon-left::after {
  border-left-color: transparent;
}
.agrology-theme .ribbon.ribbon-left::before {
  right: 0;
}
.agrology-theme .ribbon.ribbon-left::after {
  left: 0;
}
.agrology-theme .ribbon.ribbon-left > span {
  right: -25px;
  transform: rotate(-45deg);
}
.agrology-theme .ribbon.ribbon-right {
  right: -10px;
}
.agrology-theme .ribbon.ribbon-right::before,
.agrology-theme .ribbon.ribbon-right::after {
  border-right-color: transparent;
}
.agrology-theme .ribbon.ribbon-right::before {
  left: 0;
}
.agrology-theme .ribbon.ribbon-right::after {
  right: 0;
}
.agrology-theme .ribbon.ribbon-right > span {
  left: -25px;
  transform: rotate(45deg);
}
.agrology-theme .ribbon.ribbon-default::before,
.agrology-theme .ribbon.ribbon-default::after {
  border-color: #999;
}
.agrology-theme .ribbon.ribbon-default > span {
  background-color: #aaa;
}
.agrology-theme .ribbon.ribbon-info::before,
.agrology-theme .ribbon.ribbon-info::after {
  border-color: #2980b9;
}
.agrology-theme .ribbon.ribbon-info > span {
  background-color: #3498db;
}
.agrology-theme .ribbon.ribbon-danger::before,
.agrology-theme .ribbon.ribbon-danger::after {
  border-color: #843533;
}
.agrology-theme .ribbon.ribbon-danger > span {
  background-color: #a94442;
}
.agrology-theme .ribbon.ribbon-warning::before,
.agrology-theme .ribbon.ribbon-warning::after {
  border-color: #b37c0f;
}
.agrology-theme .ribbon.ribbon-warning > span {
  background-color: #e29d12;
}
.agrology-theme .ribbon.ribbon-agree::before,
.agrology-theme .ribbon.ribbon-agree::after {
  border-color: var(--primary-darken-1);
}
.agrology-theme .ribbon.ribbon-agree > span {
  background-color: var(--primary);
}
@media print {
  .agrology-theme .ribbon {
    display: none;
  }
}
.agrology-theme .no-margin {
  margin: 0 !important;
}
.agrology-theme .no-margin-top {
  margin-top: 0 !important;
}
.agrology-theme td.td-empty > .ag-label {
  margin-bottom: 3px;
}
.agrology-theme .ag-label {
  display: inline-block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  padding: 0.2em 0.6em 0.3em;
  margin: 0;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  line-height: 1;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.agrology-theme .ag-label + .ag-label {
  margin-left: 6px;
}
.agrology-theme .ag-label.ag-label-lg {
  font-size: 100%;
}
.agrology-theme .toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 2147483647;
  box-sizing: border-box;
}
.agrology-theme .toast-container.inline {
  position: relative;
  z-index: 1000;
}
.agrology-theme .toast-container.inline > .ngx-toastr {
  margin: 0;
  width: auto;
  max-width: none;
  min-width: initial;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  animation-name: expandDown;
  border-style: none none solid none;
  background-image: none !important;
}
.agrology-theme .toast-container.inline > .ngx-toastr:hover {
  box-shadow: none;
}
.agrology-theme .toast-container.inline > .ngx-toastr > .toast-message {
  padding: 12px 18px !important;
}
.agrology-theme .toast-container.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.agrology-theme .toast-container.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.agrology-theme .toast-container.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.agrology-theme .toast-container.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.agrology-theme .toast-container.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.agrology-theme .toast-container.toast-top-left {
  top: 12px;
  left: 12px;
}
.agrology-theme .toast-container.toast-top-right {
  top: 12px;
  right: 12px;
}
.agrology-theme .toast-container.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.agrology-theme .toast-container.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.agrology-theme .toast-container > .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  max-width: 300px;
  min-width: 160px;
  width: calc(100vw - 92px - 12px);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  font-size: 12px;
  background-color: #f6f8f8;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 16px 50%;
  border: 1px solid #c7d1d6;
  color: #455a64;
  animation-name: bounceInLeft;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.agrology-theme .toast-container > .ngx-toastr:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.agrology-theme .toast-container > .ngx-toastr.toast-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #bcdba3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(188,219,163)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.agrology-theme .toast-container > .ngx-toastr.toast-success > .toast-message {
  padding-left: 60px;
}
.agrology-theme .toast-container > .ngx-toastr.toast-success > .toast-title {
  border-color: #bcdba3;
}
.agrology-theme .toast-container > .ngx-toastr.toast-success .toast-progress {
  background-color: #bcdba3;
}
.agrology-theme .toast-container > .ngx-toastr.toast-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #dda7b0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(221,167,176)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
.agrology-theme .toast-container > .ngx-toastr.toast-error > .toast-message {
  padding-left: 60px;
}
.agrology-theme .toast-container > .ngx-toastr.toast-error > .toast-title {
  border-color: #dda7b0;
}
.agrology-theme .toast-container > .ngx-toastr.toast-error .toast-progress {
  background-color: #dda7b0;
}
.agrology-theme .toast-container > .ngx-toastr.toast-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #92cbe8;
}
.agrology-theme .toast-container > .ngx-toastr.toast-info > .toast-title {
  border-color: #92cbe8;
}
.agrology-theme .toast-container > .ngx-toastr.toast-info .toast-progress {
  background-color: #92cbe8;
}
.agrology-theme .toast-container > .ngx-toastr.toast-warning {
  color: #f56200;
  background-color: #fef3eb;
  border-color: #fbb7a2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(251,183,162)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.agrology-theme .toast-container > .ngx-toastr.toast-warning > .toast-message {
  padding-left: 60px;
}
.agrology-theme .toast-container > .ngx-toastr.toast-warning > .toast-title {
  border-color: #fbb7a2;
}
.agrology-theme .toast-container > .ngx-toastr.toast-warning .toast-progress {
  background-color: #fbb7a2;
}
.agrology-theme .toast-container > .ngx-toastr > .toast-message {
  word-wrap: break-word;
  padding: 12px;
}
.agrology-theme .toast-container > .ngx-toastr > .toast-title {
  font-weight: bold;
  font-size: 10px;
  padding: 6px 12px;
  border-bottom: 1px solid #c7d1d6;
  text-transform: uppercase;
}
.agrology-theme .toast-container > .ngx-toastr > .toast-close-button {
  position: relative;
  top: 0;
  float: right;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
}
.agrology-theme .toast-container > .ngx-toastr > .toast-close-button:hover,
.agrology-theme .toast-container > .ngx-toastr > .toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.agrology-theme .toast-container > .ngx-toastr > button.toast-close-button {
  padding: 8px 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.agrology-theme .toast-container > .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #c7d1d6;
}
.agrology-theme .toast-container.toast-top-center .ngx-toastr,
.agrology-theme .toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.agrology-theme .toast-container.toast-top-full-width .ngx-toastr,
.agrology-theme .toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes expandDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
.agrology-theme .gm-field-tag {
  background-color: #ea4336;
  border-radius: 20px;
  border: 2px solid #b31312;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1;
  min-height: 26px;
  min-width: 28px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.agrology-theme .gm-field-tag::after {
  border-color: #b31312 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.agrology-theme markdown table {
  margin-bottom: 1em;
  width: 100%;
}
.agrology-theme markdown table th,
.agrology-theme markdown table td {
  border: 1px solid #ddd;
  padding: 6px;
}
.agrology-theme table.table thead {
  background-color: #f6f6f6;
}
.agrology-theme table.table thead th {
  text-transform: uppercase;
  font-size: 66.66%;
}
.agrology-theme .table {
}
.agrology-theme .table thead th {
  white-space: nowrap;
}
.agrology-theme .table .table {
  background-color: #fafafa;
}
.agrology-theme .table th.dlb,
.agrology-theme .table td.dlb {
  border-left: 1px dotted rgba(96, 100, 109, 0.2);
}
.agrology-theme .table th.drb,
.agrology-theme .table td.drb {
  border-right: 1px dotted rgba(96, 100, 109, 0.2);
}
.agrology-theme .table th.sap,
.agrology-theme .table td.sap {
  width: 1px;
}
.agrology-theme .table th.no-vertical-padding,
.agrology-theme .table td.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.agrology-theme .table > tbody > tr.product-header > th {
  border: none;
  background-color: #4b515d;
  font-weight: normal;
  color: #fff;
  font-size: 75%;
  padding-left: 10px;
}
.agrology-theme .table > tbody > tr.tr-danger {
  border-left: 6px solid #a94442;
}
.agrology-theme .table .td-empty {
  border: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .agrology-theme .table th.sap,
  .agrology-theme .table td.sap {
    white-space: nowrap;
  }
}
.agrology-theme .summary {
  font-size: 110%;
  font-weight: 300;
}
.agrology-theme .summary .quantity {
  font-weight: 400;
}
.agrology-theme .horizontal-scroller {
  overflow-x: auto;
  scrollbar-width: none;
}
.agrology-theme .horizontal-scroller > table {
  width: auto;
  max-width: none;
  min-width: 100%;
}
.agrology-theme table tr.tr-align-center > th,
.agrology-theme table tr.tr-align-center > td {
  height: 1px;
  vertical-align: middle;
}
.agrology-theme .table td[headers~=ico],
.agrology-theme .table .td-icons,
.agrology-theme .table td[headers~=obs] {
  width: 16px;
  text-align: center;
  font-size: 85%;
  color: #808389;
}
.agrology-theme .table td[headers~=ton],
.agrology-theme .table th#ton {
  width: 60px;
  white-space: nowrap;
}
.agrology-theme .table td[headers~=act] {
  width: 70px;
}
.agrology-theme .table td[headers~=cad] {
  width: 30px;
  color: #0e8164;
}
.agrology-theme .table .td-status {
  width: 99%;
}
@media (max-width: 768px) {
  .agrology-theme .table-condensed > thead > tr > th,
  .agrology-theme .table-condensed > thead > tr > td {
    padding: 3px 2px;
  }
  .agrology-theme .table-condensed > tbody > tr > th,
  .agrology-theme .table-condensed > tbody > tr > td {
    padding: 3px 2px;
  }
  .agrology-theme .table-condensed > tfoot > tr > th,
  .agrology-theme .table-condensed > tfoot > tr > td {
    padding: 3px 2px;
  }
  .agrology-theme .table .td-icons i + i {
    margin-top: 4px;
  }
  .agrology-theme .table td[headers~=ico] i + i {
    margin-top: 4px;
  }
  .agrology-theme .table td[headers~=ton] {
    width: auto;
  }
  .agrology-theme .table th#ton {
    width: auto;
  }
  .agrology-theme .table .td-company {
    min-width: 0px;
  }
}
.agrology-theme .table .location-small {
  font-size: 75%;
  font-weight: normal;
  color: #757575;
}
@media (max-width: 768px) {
  .agrology-theme .traded-location {
    max-width: 140px;
  }
}
.agrology-theme .price-box {
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 4px 3px;
  width: 130px;
  color: #fff;
  display: inline-block;
}
.agrology-theme .price-box .type {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
.agrology-theme .price-box .value {
  text-align: right;
}
@media (max-width: 768px) {
  .agrology-theme .price-box {
    width: 74px;
  }
  .agrology-theme .price-box .currency {
    display: block;
  }
}
.agrology-theme table tr > th input[type=checkbox].no-margin,
.agrology-theme table tr > td > input[type=checkbox].no-margin {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .agrology-theme table > thead > tr > td > div .show-onhover:not(:checked),
  .agrology-theme table > thead > tr > td > agree-confirm .show-onhover:not(:checked),
  .agrology-theme table > thead > tr > td > .show-onhover:not(:checked),
  .agrology-theme table > thead > tr > th > div .show-onhover:not(:checked),
  .agrology-theme table > thead > tr > th > agree-confirm .show-onhover:not(:checked),
  .agrology-theme table > thead > tr > th > .show-onhover:not(:checked),
  .agrology-theme table > tbody > tr > td > div .show-onhover:not(:checked),
  .agrology-theme table > tbody > tr > td > agree-confirm .show-onhover:not(:checked),
  .agrology-theme table > tbody > tr > td > .show-onhover:not(:checked),
  .agrology-theme table > tbody > tr > th > div .show-onhover:not(:checked),
  .agrology-theme table > tbody > tr > th > agree-confirm .show-onhover:not(:checked),
  .agrology-theme table > tbody > tr > th > .show-onhover:not(:checked) {
    visibility: hidden;
  }
  .agrology-theme table > thead > tr:hover > td > div .show-onhover,
  .agrology-theme table > thead > tr:hover > td > agree-confirm .show-onhover,
  .agrology-theme table > thead > tr:hover > td > .show-onhover,
  .agrology-theme table > thead > tr:hover > th > div .show-onhover,
  .agrology-theme table > thead > tr:hover > th > agree-confirm .show-onhover,
  .agrology-theme table > thead > tr:hover > th > .show-onhover,
  .agrology-theme table > tbody > tr:hover > td > div .show-onhover,
  .agrology-theme table > tbody > tr:hover > td > agree-confirm .show-onhover,
  .agrology-theme table > tbody > tr:hover > td > .show-onhover,
  .agrology-theme table > tbody > tr:hover > th > div .show-onhover,
  .agrology-theme table > tbody > tr:hover > th > agree-confirm .show-onhover,
  .agrology-theme table > tbody > tr:hover > th > .show-onhover {
    visibility: visible;
  }
}
.agrology-theme table.table.table-detail > thead {
  background-color: transparent;
}
.agrology-theme table.table.table-detail > thead > tr > th {
  color: #707070;
}
.agrology-theme .row-main table.table.table-detail td {
  font-size: 110%;
}
.agrology-theme table.mini-table {
  font-size: 80%;
  width: 100%;
}
.agrology-theme table.mini-table th,
.agrology-theme table.mini-table td {
  padding: 3px 8px;
}
.agrology-theme table.mini-table > thead {
  background-color: transparent;
}
.agrology-theme table.mini-table > thead > tr {
  border-bottom: 2px solid #ddd;
}
.agrology-theme table.mini-table > tbody > tr + tr {
  border-top: 1px dotted #ddd;
}
.agrology-theme table.table-specs caption {
  padding-top: 0px;
}
.agrology-theme table.table-specs thead > tr > th {
  white-space: normal !important;
}
.agrology-theme table.table-specs td,
.agrology-theme table.table-specs thead > tr > th {
  text-align: center;
  vertical-align: middle;
}
.agrology-theme table.table-specs tr td + td,
.agrology-theme table.table-specs tr th + th {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  .agrology-theme .table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .agrology-theme .table-scroll table {
    width: 100%;
    margin-bottom: 0;
  }
  .agrology-theme .table-scroll table th {
    background-color: #f4f6f6;
  }
  .agrology-theme .table-scroll table .s {
    position: sticky;
  }
  .agrology-theme .table-scroll table .s.t {
    top: 0;
    z-index: 5;
  }
  .agrology-theme .table-scroll table .s.t.l {
    z-index: 6 !important;
  }
  .agrology-theme .table-scroll table .s.l {
    left: 0;
    z-index: 2;
  }
  .agrology-theme .table-scroll table .s.w {
    background-color: #fff;
  }
  .agrology-theme .table-scroll table .s.g {
    background-color: #f6f6f6;
  }
}
@media (min-width: 768px) {
  .agrology-theme .table-sticky-headers {
    max-height: calc(100vh - 214px);
  }
  .agrology-theme .table-sticky-headers > table {
    border-collapse: separate;
  }
  .agrology-theme .table-sticky-headers > table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f6f6f6;
  }
}
.agrology-theme .animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.agrology-theme .animated.infinite {
  animation-iteration-count: infinite;
}
.agrology-theme .fadeIn {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.agrology-theme .popFadeDelay {
  animation-delay: 0.5s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tada3rd {
  from {
    transform: scale3d(1, 1, 1);
  }
  3.3%, 6.6% {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }
  10%, 16.6%, 23.3%, 30% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  13.3%, 20%, 26.6% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  33.3% {
    transform: scale3d(1, 1, 1);
  }
}
.agrology-theme .tada3rd {
  animation-name: tada3rd;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blinking {
  from, 10%, 20%, 30% {
    opacity: 0.66;
  }
  5%, 15%, 25% {
    opacity: 0;
  }
}
.agrology-theme .td-highlight {
  animation-duration: 0.2s;
  animation-iteration-count: 3;
  animation-name: flash;
}
.agrology-theme .live {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: flash;
}
.agrology-theme .blinking,
.agrology-theme .status-warning > span:before {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: blinking;
}
.agrology-theme .skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  color: #eee;
}
.agrology-theme .skeleton-box > * {
  visibility: hidden;
}
.agrology-theme .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.agrology-theme .rotating {
  animation: rotating 2s linear infinite;
}
.agrology-theme h1,
.agrology-theme h2,
.agrology-theme h3,
.agrology-theme h4,
.agrology-theme h5,
.agrology-theme h6,
.agrology-theme .h1,
.agrology-theme .h2,
.agrology-theme .h3,
.agrology-theme .h4,
.agrology-theme .h5,
.agrology-theme .h6 {
  letter-spacing: -0.5px;
}
.agrology-theme h1.grayed,
.agrology-theme h2.grayed,
.agrology-theme h3.grayed,
.agrology-theme h4.grayed,
.agrology-theme h5.grayed,
.agrology-theme h6.grayed,
.agrology-theme .h1.grayed,
.agrology-theme .h2.grayed,
.agrology-theme .h3.grayed,
.agrology-theme .h4.grayed,
.agrology-theme .h5.grayed,
.agrology-theme .h6.grayed {
  background-color: #f2f4f5;
  padding: 0.75em 0.5em;
  margin: 0 0 10px;
}
.agrology-theme h1 > .label,
.agrology-theme h2 > .label,
.agrology-theme h3 > .label,
.agrology-theme h4 > .label,
.agrology-theme h5 > .label,
.agrology-theme h6 > .label,
.agrology-theme .h1 > .label,
.agrology-theme .h2 > .label,
.agrology-theme .h3 > .label,
.agrology-theme .h4 > .label,
.agrology-theme .h5 > .label,
.agrology-theme .h6 > .label {
  font-family:
    GothamRnd,
    Lato,
    Helvetica,
    sans-serif;
  font-size: 65%;
  vertical-align: middle;
}
.agrology-theme .brand-color {
  color: var(--primary);
}
.agrology-theme .biggest {
  font-size: 200%;
}
.agrology-theme .bigger {
  font-size: 133%;
}
.agrology-theme .micro {
  font-size: 70%;
}
.agrology-theme .truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.agrology-theme .truncate.max-100 {
  display: inline-block;
  max-width: 100px;
}
.agrology-theme .lighten {
  font-weight: 400;
}
.agrology-theme .no-select {
  -webkit-user-select: none;
  user-select: none;
}
.agrology-theme .order-link {
  display: flex;
}
.agrology-theme .order-action {
  font-size: 80%;
  margin-left: 1em;
  display: inline-block;
}
.agrology-theme .currency {
  font-size: 75%;
  opacity: 0.9;
}
.agrology-theme .faded {
  opacity: 0.5;
}
.agrology-theme .highlighted-text {
  background-color: rgba(255, 213, 80, 0.18);
  border-bottom: 2px dotted #ffd54f;
  margin-bottom: -2px;
}
.agrology-theme span.not-available {
  background-color: #eeeeee;
  color: #eeeeee;
  padding: 0 4em;
}
.agrology-theme span.not-available * {
  background-color: #eeeeee;
  color: #eeeeee;
}
.agrology-theme .widther {
  margin-left: 2ex;
  margin-right: 2ex;
}
.agrology-theme .clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .agrology-theme .order-link > .truncate {
    flex-grow: 1;
    width: 60px;
  }
}
.agrology-theme .price-tag {
  white-space: nowrap;
}
.agrology-theme .price-tag .cents {
  font-size: 70%;
  margin-left: 2px;
  vertical-align: text-top;
}
.agrology-theme .lh-1 {
  line-height: 1em;
}
.agrology-theme .monospace {
  font-family: monospace;
}
.agrology-theme .monospace.wrap {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
.agrology-theme input[type=checkbox].ios {
  position: relative;
  appearance: none;
  outline: none;
  width: 40px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -16px 0 0 0 #d9dadc;
  transition-duration: 200ms;
  transition-property: box-shadow;
  margin-left: 0;
}
.agrology-theme input[type=checkbox].ios:checked {
  border-color: var(--primary);
  box-shadow: inset 16px 0 0 0 var(--primary);
}
.agrology-theme input[type=checkbox].ios:checked:after {
  left: 16px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05);
}
.agrology-theme input[type=checkbox].ios:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.agrology-theme input[type=checkbox].ios:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition-duration: 200ms;
  transition-property: box-shadow, left;
}
.agrology-theme .form-signin h3 {
  border-bottom: #d4d4d4 solid 1px;
  font-family:
    GothamRndBold,
    Lato,
    Helvetica,
    sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}
.agrology-theme .form-signin .help-block {
  padding-bottom: 3px;
}
.agrology-theme fieldset:disabled {
  cursor: not-allowed;
}
.agrology-theme fieldset:disabled > * {
  pointer-events: none;
}
.agrology-theme fieldset[disabled] .btn.disabled,
.agrology-theme fieldset[disabled] .btn[disabled],
.agrology-theme a.disabled,
.agrology-theme a[disabled],
.agrology-theme .btn.disabled,
.agrology-theme .btn[disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.agrology-theme .single-unit {
  pointer-events: none;
}
.agrology-theme .single-unit button.dropdown-toggle {
  color: #555555;
  background-color: #eeeeee;
}
.agrology-theme .single-unit button.dropdown-toggle .caret {
  display: none;
}
.agrology-theme error-list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.agrology-theme .has-error > error-list {
  max-height: 100vh;
}
.agrology-theme fieldset > error-list {
  margin-bottom: 15px;
  margin-top: -15px;
}
.agrology-theme .has-error .form-control {
  background-color: #fff6f6;
}
.agrology-theme .form-control-feedback {
  display: none;
}
.agrology-theme .has-feedback .form-control-feedback {
  display: block;
}
.agrology-theme .form-group > label {
  text-transform: uppercase;
  font-size: 90%;
}
.agrology-theme .form-group .form-group {
  margin-bottom: 0px;
}
.agrology-theme select.has-placeholder {
  color: #999;
}
.agrology-theme select.has-placeholder option {
  color: #555555;
}
.agrology-theme select.has-placeholder.ng-dirty {
  color: #555555;
}
.agrology-theme select[readonly],
.agrology-theme select.readonly {
  background: #eeeeee;
  cursor: no-drop;
  pointer-events: none;
}
.agrology-theme select[readonly] option,
.agrology-theme select.readonly option {
  display: none;
}
.agrology-theme .form-group.has-button {
  position: relative;
}
.agrology-theme .form-group.has-button:hover .form-control-button {
  display: block;
}
.agrology-theme .form-group.has-button > input:placeholder-shown + .form-control-button {
  display: none !important;
}
.agrology-theme .form-group.has-button > input:focus + .form-control-button {
  display: block;
}
.agrology-theme .form-group.has-button .input-lg + .form-control-button,
.agrology-theme .form-group.has-button .input-group-lg > .form-control + .form-control-button,
.agrology-theme .form-group.has-button .input-group-lg > .input-group-addon + .form-control-button,
.agrology-theme .form-group.has-button .input-group-lg > .input-group-btn > .btn + .form-control-button {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.agrology-theme .form-group.has-button .input-sm + .form-control-button,
.agrology-theme .form-group.has-button .input-group-sm > .form-control + .form-control-button,
.agrology-theme .form-group.has-button .input-group-sm > .input-group-addon + .form-control-button,
.agrology-theme .form-group.has-button .input-group-sm > .input-group-btn > .btn + .form-control-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.agrology-theme .form-group.has-button .input-grid + .form-control-button {
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.agrology-theme .form-group.has-button .form-control-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.agrology-theme .form-group.has-button .form-control-button:hover {
  opacity: 1;
}
.agrology-theme .btn-group.btn-group-agree .btn-default:active,
.agrology-theme .btn-group.btn-group-agree .btn-default.active {
  color: #fff;
  background-color: #12a27e;
  border-color: #0f8265;
}
@keyframes appears {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.agrology-theme form {
  counter-reset: step_number;
}
.agrology-theme form .step {
  counter-increment: step_number;
  padding-left: 40px;
  position: static;
}
.agrology-theme form .step + .step {
  display: none;
}
.agrology-theme form .step .step-indicator {
  position: absolute;
  top: 0px;
  left: -24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 3px;
  color: #0f8a6b;
  border: 2px solid #0f8a6b;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
}
.agrology-theme form .step .step-indicator > span::before {
  content: counter(step_number);
}
.agrology-theme form .step .step-indicator > i,
.agrology-theme form .step .step-indicator > span {
  font-size: 14px;
  font-weight: bold;
  animation: appears 0.5s ease-out;
}
.agrology-theme form .step .step-indicator > i {
  display: none;
}
.agrology-theme form .step .line {
  position: absolute;
  left: -13px;
  top: 0px;
  height: 100%;
  width: 1px;
  border-left: 2px dotted #0f8a6b;
  display: none;
  animation: fadeIn 1s ease-out;
}
.agrology-theme form .step.completed + .step {
  display: block;
}
.agrology-theme form .step.completed .line {
  display: block;
}
.agrology-theme form .step.completed .step-indicator {
  background-color: #0f8a6b;
  color: #fff;
}
.agrology-theme form .step.completed .step-indicator > i {
  display: inline-block;
}
.agrology-theme form .step.completed .step-indicator > span {
  display: none;
}
.agrology-theme form .step:last-of-type .line {
  display: none !important;
}
.agrology-theme input[type=range] {
  width: 100%;
  margin: 12px 0;
  background-color: transparent;
}
.agrology-theme input[type=range]:focus {
  outline: none;
}
.agrology-theme input[type=range]::-webkit-slider-runnable-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.agrology-theme input[type=range]::-webkit-slider-thumb {
  margin-top: -5px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.agrology-theme input[type=range]::-moz-range-track {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.agrology-theme input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4px 0;
  color: transparent;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.agrology-theme input[type=range]::-ms-fill-lower {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.agrology-theme input[type=range]::-ms-fill-upper {
  background: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 50px;
}
.agrology-theme input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 1px solid #15b98f;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
.agrology-theme .input-group {
  min-width: 100%;
}
.agrology-theme #viewmode-toggle {
  margin-right: 6px;
}
.agrology-theme .btn-agree {
  color: #fff;
  background-color: #f76c0b;
  border-color: #e26107;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.agrology-theme .btn-agree:focus,
.agrology-theme .btn-agree.focus {
  color: #fff;
  background-color: #c95706;
  border-color: #662c03;
}
.agrology-theme .btn-agree:hover {
  color: #fff;
  background-color: #c95706;
  border-color: #a64805;
}
.agrology-theme .btn-agree:active,
.agrology-theme .btn-agree.active,
.open > .agrology-theme .btn-agree.dropdown-toggle {
  color: #fff;
  background-color: #c95706;
  background-image: none;
  border-color: #a64805;
}
.agrology-theme .btn-agree:active:hover,
.agrology-theme .btn-agree:active:focus,
.agrology-theme .btn-agree:active.focus,
.agrology-theme .btn-agree.active:hover,
.agrology-theme .btn-agree.active:focus,
.agrology-theme .btn-agree.active.focus,
.open > .agrology-theme .btn-agree.dropdown-toggle:hover,
.open > .agrology-theme .btn-agree.dropdown-toggle:focus,
.open > .agrology-theme .btn-agree.dropdown-toggle.focus {
  color: #fff;
  background-color: #a64805;
  border-color: #662c03;
}
.agrology-theme .btn-agree.disabled:hover,
.agrology-theme .btn-agree.disabled:focus,
.agrology-theme .btn-agree.disabled.focus,
.agrology-theme .btn-agree[disabled]:hover,
.agrology-theme .btn-agree[disabled]:focus,
.agrology-theme .btn-agree[disabled].focus,
fieldset[disabled] .agrology-theme .btn-agree:hover,
fieldset[disabled] .agrology-theme .btn-agree:focus,
fieldset[disabled] .agrology-theme .btn-agree.focus {
  background-color: #f76c0b;
  border-color: #e26107;
}
.agrology-theme .btn-agree .badge {
  color: #f76c0b;
  background-color: #fff;
}
.agrology-theme .btn-agree:focus {
  background-color: #f76c0b !important;
}
.agrology-theme .btn-group.open {
  z-index: 3 !important;
}
.agrology-theme .dropdown-menu > .disabled {
  cursor: not-allowed;
}
.agrology-theme .dropdown-menu > .disabled > a {
  pointer-events: none;
}
div.jsoneditor {
  border: none !important;
  background: #f9f9f9 !important;
}
div.jsoneditor-mode-text {
  height: 500px;
}
div.jsoneditor-mode-code {
  height: 500px;
}
div.jsoneditor-mode-form {
  height: 500px;
}
quill-editor {
  display: initial !important;
}
quill-editor > .ql-snow.ql-toolbar {
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
}
quill-editor > .ql-snow.ql-container {
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: inherit;
}
quill-editor > .ql-snow.ql-container.renderer {
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f9fbfb;
  padding: 12px;
}
quill-editor > .ql-snow.ql-container.renderer > .ql-editor {
  min-height: 0px;
  max-height: 500px;
}
quill-editor > .ql-snow.ql-container > .ql-editor {
  padding: 6px 12px;
  min-height: 74px;
  max-height: 250px;
}
quill-editor > .ql-snow.ql-container > .ql-editor.ql-blank::before {
  font-style: normal;
  color: #a2a2a2;
  left: 12px;
  right: 12px;
}
.agrology-theme .landing-bg > .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.agrology-theme .landing-bg > .background-images > .field {
  background-image: none;
  background-color: #fff;
}
.agrology-theme .landing-bg > .background-images > .teamwork {
  background-image: url(/assets/img/home/bg-santander@4k.png);
  background-position: right bottom;
  width: 100%;
  background-size: 70%;
  background-color: #fff;
}
.agrology-theme .navbar .navbar-brand .logo {
  height: 25px !important;
}
@media (max-width: 767px) {
  .agrology-theme .navbar .navbar-brand .logo {
    width: 17px !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-JNMIB4VT.css.map */
