.color--black {
    color: #000000 !important
}

.color--grey0 {
    color: #000000 !important
}

.color--grey10 {
    color: #1a1a1a !important
}

.color--grey20 {
    color: #333333 !important
}

.color--grey30 {
    color: #4d4d4d !important
}

.color--grey40 {
    color: #666666 !important
}

.color--grey50 {
    color: #808080 !important
}

.color--grey60 {
    color: #999999 !important
}

.color--grey70 {
    color: #b3b3b3 !important
}

.color--grey80 {
    color: #cccccc !important
}

.color--grey82 {
    color: #d1d1d1 !important
}

.color--grey84 {
    color: #d6d6d6 !important
}

.color--grey86 {
    color: #dbdbdb !important
}

.color--grey88 {
    color: #e0e0e0 !important
}

.color--grey90 {
    color: #e6e6e6 !important
}

.color--grey92 {
    color: #ebebeb !important
}

.color--grey94 {
    color: #f0f0f0 !important
}

.color--grey96 {
    color: #f5f5f5 !important
}

.color--grey98 {
    color: #fafafa !important
}

.color--grey100 {
    color: #ffffff !important
}

.color--white {
    color: #ffffff !important
}

.color--grey {
    color: #808080 !important
}

.color--grey-ds {
    color: #999999 !important
}

.color--grey-v {
    color: #b3b3b3 !important
}

.color--blue {
    color: #4e81c6 !important
}

.color--blue-ds {
    color: #5b78a6 !important
}

.color--blue-ls {
    color: #98b1d9 !important
}

.color--blue-w {
    color: #ebf2ff !important
}

.color--blue-ws {
    color: #eff3f5 !important
}

.color--blue-v {
    color: #5599f2 !important
}

.color--purple {
    color: #796fb0 !important
}

.color--purple-ds {
    color: #837ca6 !important
}

.color--purple-w {
    color: #f5f5ff !important
}

.color--purple-v {
    color: #8c8cff !important
}

.color--green {
    color: #4ba757 !important
}

.color--green-ds {
    color: #679e7f !important
}

.color--green-ls {
    color: #8fbfa7 !important
}

.color--green-s {
    color: #7eac7d !important
}

.color--green-w {
    color: #edfaf0 !important
}

.color--green-v {
    color: #66d975 !important
}

.color--aqua {
    color: #4ba69d !important
}

.color--aqua-ds {
    color: #5c9992 !important
}

.color--aqua-ls {
    color: #86b3a7 !important
}

.color--aqua-s {
    color: #5c9992 !important
}

.color--aqua-v {
    color: #3dccc2 !important
}

.color--chartreuse {
    color: #9ba64b !important
}

.color--chartreuse-ds {
    color: #989e67 !important
}

.color--chartreuse-ls {
    color: #babf8f !important
}

.color--chartreuse-w {
    color: #f8faed !important
}

.color--chartreuse-v {
    color: #bed936 !important
}

.color--chartreuse-vs {
    color: #cfff85 !important
}

.color--yellow {
    color: #e0c623 !important
}

.color--yellow-ds {
    color: #e0ce5a !important
}

.color--yellow-w {
    color: #fcfaeb !important
}

.color--yellow-v {
    color: #ffd30f !important
}

.color--peach {
    color: #f0b81f !important
}

.color--peach-ds {
    color: #e6bc5c !important
}

.color--peach-w {
    color: #fcf7eb !important
}

.color--peach-v {
    color: #ffbe0d !important
}

.color--orange {
    color: #d17154 !important
}

.color--orange-ds {
    color: #bf7d69 !important
}

.color--orange-ls {
    color: #d9a798 !important
}

.color--orange-w {
    color: #fcf1ed !important
}

.color--orange-v {
    color: #fc7651 !important
}

.color--red {
    color: #cc4e4e !important
}

.color--red-ds {
    color: #bf6969 !important
}

.color--red-w {
    color: #fcf2f2 !important
}

.color--red-v {
    color: #f25757 !important
}

.color--pink {
    color: #cf7297 !important
}

.color--pink-v {
    color: #f2619b !important
}

.color--cyan-v {
    color: #36d9d9 !important
}

.color--magenta-v {
    color: #e65ce6 !important
}

.background--black {
    background-color: #000000 !important
}

.background--black-gradient {
    background: #000000;
    background: -moz-linear-gradient(#000000 0%, black 100%);
    background: -webkit-linear-gradient(#000000 0%, black 100%);
    background: -ms-linear-gradient(#000000 0%, black 100%);
    background: linear-gradient(#000000 0%, black 100%) center
}

.background--grey0 {
    background-color: #000000 !important
}

.background--grey0-gradient {
    background: #000000;
    background: -moz-linear-gradient(#000000 0%, black 100%);
    background: -webkit-linear-gradient(#000000 0%, black 100%);
    background: -ms-linear-gradient(#000000 0%, black 100%);
    background: linear-gradient(#000000 0%, black 100%) center
}

.background--grey10 {
    background-color: #1a1a1a !important
}

.background--grey10-gradient {
    background: #1a1a1a;
    background: -moz-linear-gradient(#1a1a1a 0%, #010101 100%);
    background: -webkit-linear-gradient(#1a1a1a 0%, #010101 100%);
    background: -ms-linear-gradient(#1a1a1a 0%, #010101 100%);
    background: linear-gradient(#1a1a1a 0%, #010101 100%) center
}

.background--grey20 {
    background-color: #333333 !important
}

.background--grey20-gradient {
    background: #333333;
    background: -moz-linear-gradient(#333333 0%, #1a1a1a 100%);
    background: -webkit-linear-gradient(#333333 0%, #1a1a1a 100%);
    background: -ms-linear-gradient(#333333 0%, #1a1a1a 100%);
    background: linear-gradient(#333333 0%, #1a1a1a 100%) center
}

.background--grey30 {
    background-color: #4d4d4d !important
}

.background--grey30-gradient {
    background: #4d4d4d;
    background: -moz-linear-gradient(#4d4d4d 0%, #343434 100%);
    background: -webkit-linear-gradient(#4d4d4d 0%, #343434 100%);
    background: -ms-linear-gradient(#4d4d4d 0%, #343434 100%);
    background: linear-gradient(#4d4d4d 0%, #343434 100%) center
}

.background--grey40 {
    background-color: #666666 !important
}

.background--grey40-gradient {
    background: #666666;
    background: -moz-linear-gradient(#666666 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(#666666 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(#666666 0%, #4d4d4d 100%);
    background: linear-gradient(#666666 0%, #4d4d4d 100%) center
}

.background--grey50 {
    background-color: #808080 !important
}

.background--grey50-gradient {
    background: #808080;
    background: -moz-linear-gradient(#808080 0%, #676767 100%);
    background: -webkit-linear-gradient(#808080 0%, #676767 100%);
    background: -ms-linear-gradient(#808080 0%, #676767 100%);
    background: linear-gradient(#808080 0%, #676767 100%) center
}

.background--grey60 {
    background-color: #999999 !important
}

.background--grey60-gradient {
    background: #999999;
    background: -moz-linear-gradient(#999999 0%, gray 100%);
    background: -webkit-linear-gradient(#999999 0%, gray 100%);
    background: -ms-linear-gradient(#999999 0%, gray 100%);
    background: linear-gradient(#999999 0%, gray 100%) center
}

.background--grey70 {
    background-color: #b3b3b3 !important
}

.background--grey70-gradient {
    background: #b3b3b3;
    background: -moz-linear-gradient(#b3b3b3 0%, #9a9a9a 100%);
    background: -webkit-linear-gradient(#b3b3b3 0%, #9a9a9a 100%);
    background: -ms-linear-gradient(#b3b3b3 0%, #9a9a9a 100%);
    background: linear-gradient(#b3b3b3 0%, #9a9a9a 100%) center
}

.background--grey80 {
    background-color: #cccccc !important
}

.background--grey80-gradient {
    background: #cccccc;
    background: -moz-linear-gradient(#cccccc 0%, #b3b3b3 100%);
    background: -webkit-linear-gradient(#cccccc 0%, #b3b3b3 100%);
    background: -ms-linear-gradient(#cccccc 0%, #b3b3b3 100%);
    background: linear-gradient(#cccccc 0%, #b3b3b3 100%) center
}

.background--grey82 {
    background-color: #d1d1d1 !important
}

.background--grey82-gradient {
    background: #d1d1d1;
    background: -moz-linear-gradient(#d1d1d1 0%, #b8b8b8 100%);
    background: -webkit-linear-gradient(#d1d1d1 0%, #b8b8b8 100%);
    background: -ms-linear-gradient(#d1d1d1 0%, #b8b8b8 100%);
    background: linear-gradient(#d1d1d1 0%, #b8b8b8 100%) center
}

.background--grey84 {
    background-color: #d6d6d6 !important
}

.background--grey84-gradient {
    background: #d6d6d6;
    background: -moz-linear-gradient(#d6d6d6 0%, #bdbdbd 100%);
    background: -webkit-linear-gradient(#d6d6d6 0%, #bdbdbd 100%);
    background: -ms-linear-gradient(#d6d6d6 0%, #bdbdbd 100%);
    background: linear-gradient(#d6d6d6 0%, #bdbdbd 100%) center
}

.background--grey86 {
    background-color: #dbdbdb !important
}

.background--grey86-gradient {
    background: #dbdbdb;
    background: -moz-linear-gradient(#dbdbdb 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(#dbdbdb 0%, #c2c2c2 100%);
    background: -ms-linear-gradient(#dbdbdb 0%, #c2c2c2 100%);
    background: linear-gradient(#dbdbdb 0%, #c2c2c2 100%) center
}

.background--grey88 {
    background-color: #e0e0e0 !important
}

.background--grey88-gradient {
    background: #e0e0e0;
    background: -moz-linear-gradient(#e0e0e0 0%, #c7c7c7 100%);
    background: -webkit-linear-gradient(#e0e0e0 0%, #c7c7c7 100%);
    background: -ms-linear-gradient(#e0e0e0 0%, #c7c7c7 100%);
    background: linear-gradient(#e0e0e0 0%, #c7c7c7 100%) center
}

.background--grey90 {
    background-color: #e6e6e6 !important
}

.background--grey90-gradient {
    background: #e6e6e6;
    background: -moz-linear-gradient(#e6e6e6 0%, #cdcdcd 100%);
    background: -webkit-linear-gradient(#e6e6e6 0%, #cdcdcd 100%);
    background: -ms-linear-gradient(#e6e6e6 0%, #cdcdcd 100%);
    background: linear-gradient(#e6e6e6 0%, #cdcdcd 100%) center
}

.background--grey92 {
    background-color: #ebebeb !important
}

.background--grey92-gradient {
    background: #ebebeb;
    background: -moz-linear-gradient(#ebebeb 0%, #d2d2d2 100%);
    background: -webkit-linear-gradient(#ebebeb 0%, #d2d2d2 100%);
    background: -ms-linear-gradient(#ebebeb 0%, #d2d2d2 100%);
    background: linear-gradient(#ebebeb 0%, #d2d2d2 100%) center
}

.background--grey94 {
    background-color: #f0f0f0 !important
}

.background--grey94-gradient {
    background: #f0f0f0;
    background: -moz-linear-gradient(#f0f0f0 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(#f0f0f0 0%, #d7d7d7 100%);
    background: -ms-linear-gradient(#f0f0f0 0%, #d7d7d7 100%);
    background: linear-gradient(#f0f0f0 0%, #d7d7d7 100%) center
}

.background--grey96 {
    background-color: #f5f5f5 !important
}

.background--grey96-gradient {
    background: #f5f5f5;
    background: -moz-linear-gradient(#f5f5f5 0%, gainsboro 100%);
    background: -webkit-linear-gradient(#f5f5f5 0%, gainsboro 100%);
    background: -ms-linear-gradient(#f5f5f5 0%, gainsboro 100%);
    background: linear-gradient(#f5f5f5 0%, gainsboro 100%) center
}

.background--grey98 {
    background-color: #fafafa !important
}

.background--grey98-gradient {
    background: #fafafa;
    background: -moz-linear-gradient(#fafafa 0%, #e1e1e1 100%);
    background: -webkit-linear-gradient(#fafafa 0%, #e1e1e1 100%);
    background: -ms-linear-gradient(#fafafa 0%, #e1e1e1 100%);
    background: linear-gradient(#fafafa 0%, #e1e1e1 100%) center
}

.background--grey100 {
    background-color: #ffffff !important
}

.background--grey100-gradient {
    background: #ffffff;
    background: -moz-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(#ffffff 0%, #e6e6e6 100%) center
}

.background--white {
    background-color: #ffffff !important
}

.background--white-gradient {
    background: #ffffff;
    background: -moz-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(#ffffff 0%, #e6e6e6 100%) center
}

.background--grey {
    background-color: #808080 !important
}

.background--grey-gradient {
    background: #808080;
    background: -moz-linear-gradient(#808080 0%, #676767 100%);
    background: -webkit-linear-gradient(#808080 0%, #676767 100%);
    background: -ms-linear-gradient(#808080 0%, #676767 100%);
    background: linear-gradient(#808080 0%, #676767 100%) center
}

.background--grey-ds {
    background-color: #999999 !important
}

.background--grey-ds-gradient {
    background: #999999;
    background: -moz-linear-gradient(#999999 0%, gray 100%);
    background: -webkit-linear-gradient(#999999 0%, gray 100%);
    background: -ms-linear-gradient(#999999 0%, gray 100%);
    background: linear-gradient(#999999 0%, gray 100%) center
}

.background--grey-v {
    background-color: #b3b3b3 !important
}

.background--grey-v-gradient {
    background: #b3b3b3;
    background: -moz-linear-gradient(#b3b3b3 0%, #9a9a9a 100%);
    background: -webkit-linear-gradient(#b3b3b3 0%, #9a9a9a 100%);
    background: -ms-linear-gradient(#b3b3b3 0%, #9a9a9a 100%);
    background: linear-gradient(#b3b3b3 0%, #9a9a9a 100%) center
}

.background--blue {
    background-color: #4e81c6 !important
}

.background--blue-gradient {
    background: #4e81c6;
    background: -moz-linear-gradient(#4e81c6 0%, #3768aa 100%);
    background: -webkit-linear-gradient(#4e81c6 0%, #3768aa 100%);
    background: -ms-linear-gradient(#4e81c6 0%, #3768aa 100%);
    background: linear-gradient(#4e81c6 0%, #3768aa 100%) center
}

.background--blue-ds {
    background-color: #5b78a6 !important
}

.background--blue-ds-gradient {
    background: #5b78a6;
    background: -moz-linear-gradient(#5b78a6 0%, #486086 100%);
    background: -webkit-linear-gradient(#5b78a6 0%, #486086 100%);
    background: -ms-linear-gradient(#5b78a6 0%, #486086 100%);
    background: linear-gradient(#5b78a6 0%, #486086 100%) center
}

.background--blue-ls {
    background-color: #98b1d9 !important
}

.background--blue-ls-gradient {
    background: #98b1d9;
    background: -moz-linear-gradient(#98b1d9 0%, #7395cb 100%);
    background: -webkit-linear-gradient(#98b1d9 0%, #7395cb 100%);
    background: -ms-linear-gradient(#98b1d9 0%, #7395cb 100%);
    background: linear-gradient(#98b1d9 0%, #7395cb 100%) center
}

.background--blue-w {
    background-color: #ebf2ff !important
}

.background--blue-w-gradient {
    background: #ebf2ff;
    background: -moz-linear-gradient(#ebf2ff 0%, #b8d1ff 100%);
    background: -webkit-linear-gradient(#ebf2ff 0%, #b8d1ff 100%);
    background: -ms-linear-gradient(#ebf2ff 0%, #b8d1ff 100%);
    background: linear-gradient(#ebf2ff 0%, #b8d1ff 100%) center
}

.background--blue-ws {
    background-color: #eff3f5 !important
}

.background--blue-ws-gradient {
    background: #eff3f5;
    background: -moz-linear-gradient(#eff3f5 0%, #d0dbe1 100%);
    background: -webkit-linear-gradient(#eff3f5 0%, #d0dbe1 100%);
    background: -ms-linear-gradient(#eff3f5 0%, #d0dbe1 100%);
    background: linear-gradient(#eff3f5 0%, #d0dbe1 100%) center
}

.background--blue-v {
    background-color: #5599f2 !important
}

.background--blue-v-gradient {
    background: #5599f2;
    background: -moz-linear-gradient(#5599f2 0%, #267dee 100%);
    background: -webkit-linear-gradient(#5599f2 0%, #267dee 100%);
    background: -ms-linear-gradient(#5599f2 0%, #267dee 100%);
    background: linear-gradient(#5599f2 0%, #267dee 100%) center
}

.background--purple {
    background-color: #796fb0 !important
}

.background--purple-gradient {
    background: #796fb0;
    background: -moz-linear-gradient(#796fb0 0%, #5e5498 100%);
    background: -webkit-linear-gradient(#796fb0 0%, #5e5498 100%);
    background: -ms-linear-gradient(#796fb0 0%, #5e5498 100%);
    background: linear-gradient(#796fb0 0%, #5e5498 100%) center
}

.background--purple-ds {
    background-color: #837ca6 !important
}

.background--purple-ds-gradient {
    background: #837ca6;
    background: -moz-linear-gradient(#837ca6 0%, #68618e 100%);
    background: -webkit-linear-gradient(#837ca6 0%, #68618e 100%);
    background: -ms-linear-gradient(#837ca6 0%, #68618e 100%);
    background: linear-gradient(#837ca6 0%, #68618e 100%) center
}

.background--purple-w {
    background-color: #f5f5ff !important
}

.background--purple-w-gradient {
    background: #f5f5ff;
    background: -moz-linear-gradient(#f5f5ff 0%, #c2c2ff 100%);
    background: -webkit-linear-gradient(#f5f5ff 0%, #c2c2ff 100%);
    background: -ms-linear-gradient(#f5f5ff 0%, #c2c2ff 100%);
    background: linear-gradient(#f5f5ff 0%, #c2c2ff 100%) center
}

.background--purple-v {
    background-color: #8c8cff !important
}

.background--purple-v-gradient {
    background: #8c8cff;
    background: -moz-linear-gradient(#8c8cff 0%, #5959ff 100%);
    background: -webkit-linear-gradient(#8c8cff 0%, #5959ff 100%);
    background: -ms-linear-gradient(#8c8cff 0%, #5959ff 100%);
    background: linear-gradient(#8c8cff 0%, #5959ff 100%) center
}

.background--green {
    background-color: #4ba757 !important
}

.background--green-gradient {
    background: #4ba757;
    background: -moz-linear-gradient(#4ba757 0%, #3b8445 100%);
    background: -webkit-linear-gradient(#4ba757 0%, #3b8445 100%);
    background: -ms-linear-gradient(#4ba757 0%, #3b8445 100%);
    background: linear-gradient(#4ba757 0%, #3b8445 100%) center
}

.background--green-ds {
    background-color: #679e7f !important
}

.background--green-ds-gradient {
    background: #679e7f;
    background: -moz-linear-gradient(#679e7f 0%, #528066 100%);
    background: -webkit-linear-gradient(#679e7f 0%, #528066 100%);
    background: -ms-linear-gradient(#679e7f 0%, #528066 100%);
    background: linear-gradient(#679e7f 0%, #528066 100%) center
}

.background--green-ls {
    background-color: #8fbfa7 !important
}

.background--green-ls-gradient {
    background: #8fbfa7;
    background: -moz-linear-gradient(#8fbfa7 0%, #6fac8e 100%);
    background: -webkit-linear-gradient(#8fbfa7 0%, #6fac8e 100%);
    background: -ms-linear-gradient(#8fbfa7 0%, #6fac8e 100%);
    background: linear-gradient(#8fbfa7 0%, #6fac8e 100%) center
}

.background--green-s {
    background-color: #7eac7d !important
}

.background--green-s-gradient {
    background: #7eac7d;
    background: -moz-linear-gradient(#7eac7d 0%, #619660 100%);
    background: -webkit-linear-gradient(#7eac7d 0%, #619660 100%);
    background: -ms-linear-gradient(#7eac7d 0%, #619660 100%);
    background: linear-gradient(#7eac7d 0%, #619660 100%) center
}

.background--green-w {
    background-color: #edfaf0 !important
}

.background--green-w-gradient {
    background: #edfaf0;
    background: -moz-linear-gradient(#edfaf0 0%, #c5efcf 100%);
    background: -webkit-linear-gradient(#edfaf0 0%, #c5efcf 100%);
    background: -ms-linear-gradient(#edfaf0 0%, #c5efcf 100%);
    background: linear-gradient(#edfaf0 0%, #c5efcf 100%) center
}

.background--green-v {
    background-color: #66d975 !important
}

.background--green-v-gradient {
    background: #66d975;
    background: -moz-linear-gradient(#66d975 0%, #3dcf50 100%);
    background: -webkit-linear-gradient(#66d975 0%, #3dcf50 100%);
    background: -ms-linear-gradient(#66d975 0%, #3dcf50 100%);
    background: linear-gradient(#66d975 0%, #3dcf50 100%) center
}

.background--aqua {
    background-color: #4ba69d !important
}

.background--aqua-gradient {
    background: #4ba69d;
    background: -moz-linear-gradient(#4ba69d 0%, #3b837c 100%);
    background: -webkit-linear-gradient(#4ba69d 0%, #3b837c 100%);
    background: -ms-linear-gradient(#4ba69d 0%, #3b837c 100%);
    background: linear-gradient(#4ba69d 0%, #3b837c 100%) center
}

.background--aqua-ds {
    background-color: #5c9992 !important
}

.background--aqua-ds-gradient {
    background: #5c9992;
    background: -moz-linear-gradient(#5c9992 0%, #497974 100%);
    background: -webkit-linear-gradient(#5c9992 0%, #497974 100%);
    background: -ms-linear-gradient(#5c9992 0%, #497974 100%);
    background: linear-gradient(#5c9992 0%, #497974 100%) center
}

.background--aqua-ls {
    background-color: #86b3a7 !important
}

.background--aqua-ls-gradient {
    background: #86b3a7;
    background: -moz-linear-gradient(#86b3a7 0%, #679f90 100%);
    background: -webkit-linear-gradient(#86b3a7 0%, #679f90 100%);
    background: -ms-linear-gradient(#86b3a7 0%, #679f90 100%);
    background: linear-gradient(#86b3a7 0%, #679f90 100%) center
}

.background--aqua-s {
    background-color: #5c9992 !important
}

.background--aqua-s-gradient {
    background: #5c9992;
    background: -moz-linear-gradient(#5c9992 0%, #497974 100%);
    background: -webkit-linear-gradient(#5c9992 0%, #497974 100%);
    background: -ms-linear-gradient(#5c9992 0%, #497974 100%);
    background: linear-gradient(#5c9992 0%, #497974 100%) center
}

.background--aqua-v {
    background-color: #3dccc2 !important
}

.background--aqua-v-gradient {
    background: #3dccc2;
    background: -moz-linear-gradient(#3dccc2 0%, #2da9a1 100%);
    background: -webkit-linear-gradient(#3dccc2 0%, #2da9a1 100%);
    background: -ms-linear-gradient(#3dccc2 0%, #2da9a1 100%);
    background: linear-gradient(#3dccc2 0%, #2da9a1 100%) center
}

.background--chartreuse {
    background-color: #9ba64b !important
}

.background--chartreuse-gradient {
    background: #9ba64b;
    background: -moz-linear-gradient(#9ba64b 0%, #7a833b 100%);
    background: -webkit-linear-gradient(#9ba64b 0%, #7a833b 100%);
    background: -ms-linear-gradient(#9ba64b 0%, #7a833b 100%);
    background: linear-gradient(#9ba64b 0%, #7a833b 100%) center
}

.background--chartreuse-ds {
    background-color: #989e67 !important
}

.background--chartreuse-ds-gradient {
    background: #989e67;
    background: -moz-linear-gradient(#989e67 0%, #7b8052 100%);
    background: -webkit-linear-gradient(#989e67 0%, #7b8052 100%);
    background: -ms-linear-gradient(#989e67 0%, #7b8052 100%);
    background: linear-gradient(#989e67 0%, #7b8052 100%) center
}

.background--chartreuse-ls {
    background-color: #babf8f !important
}

.background--chartreuse-ls-gradient {
    background: #babf8f;
    background: -moz-linear-gradient(#babf8f 0%, #a6ac6f 100%);
    background: -webkit-linear-gradient(#babf8f 0%, #a6ac6f 100%);
    background: -ms-linear-gradient(#babf8f 0%, #a6ac6f 100%);
    background: linear-gradient(#babf8f 0%, #a6ac6f 100%) center
}

.background--chartreuse-w {
    background-color: #f8faed !important
}

.background--chartreuse-w-gradient {
    background: #f8faed;
    background: -moz-linear-gradient(#f8faed 0%, #e8efc5 100%);
    background: -webkit-linear-gradient(#f8faed 0%, #e8efc5 100%);
    background: -ms-linear-gradient(#f8faed 0%, #e8efc5 100%);
    background: linear-gradient(#f8faed 0%, #e8efc5 100%) center
}

.background--chartreuse-v {
    background-color: #bed936 !important
}

.background--chartreuse-v-gradient {
    background: #bed936;
    background: -moz-linear-gradient(#bed936 0%, #a0b923 100%);
    background: -webkit-linear-gradient(#bed936 0%, #a0b923 100%);
    background: -ms-linear-gradient(#bed936 0%, #a0b923 100%);
    background: linear-gradient(#bed936 0%, #a0b923 100%) center
}

.background--chartreuse-vs {
    background-color: #cfff85 !important
}

.background--chartreuse-vs-gradient {
    background: #cfff85;
    background: -moz-linear-gradient(#cfff85 0%, #bbff52 100%);
    background: -webkit-linear-gradient(#cfff85 0%, #bbff52 100%);
    background: -ms-linear-gradient(#cfff85 0%, #bbff52 100%);
    background: linear-gradient(#cfff85 0%, #bbff52 100%) center
}

.background--yellow {
    background-color: #e0c623 !important
}

.background--yellow-gradient {
    background: #e0c623;
    background: -moz-linear-gradient(#e0c623 0%, #b6a11a 100%);
    background: -webkit-linear-gradient(#e0c623 0%, #b6a11a 100%);
    background: -ms-linear-gradient(#e0c623 0%, #b6a11a 100%);
    background: linear-gradient(#e0c623 0%, #b6a11a 100%) center
}

.background--yellow-ds {
    background-color: #e0ce5a !important
}

.background--yellow-ds-gradient {
    background: #e0ce5a;
    background: -moz-linear-gradient(#e0ce5a 0%, #d8c12f 100%);
    background: -webkit-linear-gradient(#e0ce5a 0%, #d8c12f 100%);
    background: -ms-linear-gradient(#e0ce5a 0%, #d8c12f 100%);
    background: linear-gradient(#e0ce5a 0%, #d8c12f 100%) center
}

.background--yellow-w {
    background-color: #fcfaeb !important
}

.background--yellow-w-gradient {
    background: #fcfaeb;
    background: -moz-linear-gradient(#fcfaeb 0%, #f5efbf 100%);
    background: -webkit-linear-gradient(#fcfaeb 0%, #f5efbf 100%);
    background: -ms-linear-gradient(#fcfaeb 0%, #f5efbf 100%);
    background: linear-gradient(#fcfaeb 0%, #f5efbf 100%) center
}

.background--yellow-v {
    background-color: #ffd30f !important
}

.background--yellow-v-gradient {
    background: #ffd30f;
    background: -moz-linear-gradient(#ffd30f 0%, #dbb300 100%);
    background: -webkit-linear-gradient(#ffd30f 0%, #dbb300 100%);
    background: -ms-linear-gradient(#ffd30f 0%, #dbb300 100%);
    background: linear-gradient(#ffd30f 0%, #dbb300 100%) center
}

.background--peach {
    background-color: #f0b81f !important
}

.background--peach-gradient {
    background: #f0b81f;
    background: -moz-linear-gradient(#f0b81f 0%, #ce9b0e 100%);
    background: -webkit-linear-gradient(#f0b81f 0%, #ce9b0e 100%);
    background: -ms-linear-gradient(#f0b81f 0%, #ce9b0e 100%);
    background: linear-gradient(#f0b81f 0%, #ce9b0e 100%) center
}

.background--peach-ds {
    background-color: #e6bc5c !important
}

.background--peach-ds-gradient {
    background: #e6bc5c;
    background: -moz-linear-gradient(#e6bc5c 0%, #dfaa30 100%);
    background: -webkit-linear-gradient(#e6bc5c 0%, #dfaa30 100%);
    background: -ms-linear-gradient(#e6bc5c 0%, #dfaa30 100%);
    background: linear-gradient(#e6bc5c 0%, #dfaa30 100%) center
}

.background--peach-w {
    background-color: #fcf7eb !important
}

.background--peach-w-gradient {
    background: #fcf7eb;
    background: -moz-linear-gradient(#fcf7eb 0%, #f5e5bf 100%);
    background: -webkit-linear-gradient(#fcf7eb 0%, #f5e5bf 100%);
    background: -ms-linear-gradient(#fcf7eb 0%, #f5e5bf 100%);
    background: linear-gradient(#fcf7eb 0%, #f5e5bf 100%) center
}

.background--peach-v {
    background-color: #ffbe0d !important
}

.background--peach-v-gradient {
    background: #ffbe0d;
    background: -moz-linear-gradient(#ffbe0d 0%, #d99f00 100%);
    background: -webkit-linear-gradient(#ffbe0d 0%, #d99f00 100%);
    background: -ms-linear-gradient(#ffbe0d 0%, #d99f00 100%);
    background: linear-gradient(#ffbe0d 0%, #d99f00 100%) center
}

.background--orange {
    background-color: #d17154 !important
}

.background--orange-gradient {
    background: #d17154;
    background: -moz-linear-gradient(#d17154 0%, #bf5433 100%);
    background: -webkit-linear-gradient(#d17154 0%, #bf5433 100%);
    background: -ms-linear-gradient(#d17154 0%, #bf5433 100%);
    background: linear-gradient(#d17154 0%, #bf5433 100%) center
}

.background--orange-ds {
    background-color: #bf7d69 !important
}

.background--orange-ds-gradient {
    background: #bf7d69;
    background: -moz-linear-gradient(#bf7d69 0%, #ac6049 100%);
    background: -webkit-linear-gradient(#bf7d69 0%, #ac6049 100%);
    background: -ms-linear-gradient(#bf7d69 0%, #ac6049 100%);
    background: linear-gradient(#bf7d69 0%, #ac6049 100%) center
}

.background--orange-ls {
    background-color: #d9a798 !important
}

.background--orange-ls-gradient {
    background: #d9a798;
    background: -moz-linear-gradient(#d9a798 0%, #cb8773 100%);
    background: -webkit-linear-gradient(#d9a798 0%, #cb8773 100%);
    background: -ms-linear-gradient(#d9a798 0%, #cb8773 100%);
    background: linear-gradient(#d9a798 0%, #cb8773 100%) center
}

.background--orange-w {
    background-color: #fcf1ed !important
}

.background--orange-w-gradient {
    background: #fcf1ed;
    background: -moz-linear-gradient(#fcf1ed 0%, #f5cfc1 100%);
    background: -webkit-linear-gradient(#fcf1ed 0%, #f5cfc1 100%);
    background: -ms-linear-gradient(#fcf1ed 0%, #f5cfc1 100%);
    background: linear-gradient(#fcf1ed 0%, #f5cfc1 100%) center
}

.background--orange-v {
    background-color: #fc7651 !important
}

.background--orange-v-gradient {
    background: #fc7651;
    background: -moz-linear-gradient(#fc7651 0%, #fb4f1f 100%);
    background: -webkit-linear-gradient(#fc7651 0%, #fb4f1f 100%);
    background: -ms-linear-gradient(#fc7651 0%, #fb4f1f 100%);
    background: linear-gradient(#fc7651 0%, #fb4f1f 100%) center
}

.background--red {
    background-color: #cc4e4e !important
}

.background--red-gradient {
    background: #cc4e4e;
    background: -moz-linear-gradient(#cc4e4e 0%, #b33434 100%);
    background: -webkit-linear-gradient(#cc4e4e 0%, #b33434 100%);
    background: -ms-linear-gradient(#cc4e4e 0%, #b33434 100%);
    background: linear-gradient(#cc4e4e 0%, #b33434 100%) center
}

.background--red-ds {
    background-color: #bf6969 !important
}

.background--red-ds-gradient {
    background: #bf6969;
    background: -moz-linear-gradient(#bf6969 0%, #ac4949 100%);
    background: -webkit-linear-gradient(#bf6969 0%, #ac4949 100%);
    background: -ms-linear-gradient(#bf6969 0%, #ac4949 100%);
    background: linear-gradient(#bf6969 0%, #ac4949 100%) center
}

.background--red-w {
    background-color: #fcf2f2 !important
}

.background--red-w-gradient {
    background: #fcf2f2;
    background: -moz-linear-gradient(#fcf2f2 0%, #f2c9c9 100%);
    background: -webkit-linear-gradient(#fcf2f2 0%, #f2c9c9 100%);
    background: -ms-linear-gradient(#fcf2f2 0%, #f2c9c9 100%);
    background: linear-gradient(#fcf2f2 0%, #f2c9c9 100%) center
}

.background--red-v {
    background-color: #f25757 !important
}

.background--red-v-gradient {
    background: #f25757;
    background: -moz-linear-gradient(#f25757 0%, #ee2828 100%);
    background: -webkit-linear-gradient(#f25757 0%, #ee2828 100%);
    background: -ms-linear-gradient(#f25757 0%, #ee2828 100%);
    background: linear-gradient(#f25757 0%, #ee2828 100%) center
}

.background--pink {
    background-color: #cf7297 !important
}

.background--pink-gradient {
    background: #cf7297;
    background: -moz-linear-gradient(#cf7297 0%, #c24c7b 100%);
    background: -webkit-linear-gradient(#cf7297 0%, #c24c7b 100%);
    background: -ms-linear-gradient(#cf7297 0%, #c24c7b 100%);
    background: linear-gradient(#cf7297 0%, #c24c7b 100%) center
}

.background--pink-v {
    background-color: #f2619b !important
}

.background--pink-v-gradient {
    background: #f2619b;
    background: -moz-linear-gradient(#f2619b 0%, #ee327d 100%);
    background: -webkit-linear-gradient(#f2619b 0%, #ee327d 100%);
    background: -ms-linear-gradient(#f2619b 0%, #ee327d 100%);
    background: linear-gradient(#f2619b 0%, #ee327d 100%) center
}

.background--cyan-v {
    background-color: #36d9d9 !important
}

.background--cyan-v-gradient {
    background: #36d9d9;
    background: -moz-linear-gradient(#36d9d9 0%, #23b9b9 100%);
    background: -webkit-linear-gradient(#36d9d9 0%, #23b9b9 100%);
    background: -ms-linear-gradient(#36d9d9 0%, #23b9b9 100%);
    background: linear-gradient(#36d9d9 0%, #23b9b9 100%) center
}

.background--magenta-v {
    background-color: #e65ce6 !important
}

.background--magenta-v-gradient {
    background: #e65ce6;
    background: -moz-linear-gradient(#e65ce6 0%, #df30df 100%);
    background: -webkit-linear-gradient(#e65ce6 0%, #df30df 100%);
    background: -ms-linear-gradient(#e65ce6 0%, #df30df 100%);
    background: linear-gradient(#e65ce6 0%, #df30df 100%) center
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0)
}

*:focus {
    outline: none
}

span {
    display: inline
}

a {
    text-decoration: none;
    cursor: pointer
}

:root {
    --fa-primary-opacity: 1.0;
    --fa-secondary-opacity: 1.0
}

.fa-edit:before {
    position: relative;
    right: -1px
}

body ::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 8px;
    height: 8px
}

body ::-webkit-scrollbar-button {
    display: none
}

body ::-webkit-scrollbar-track {
    -webkit-border-radius: 16px;
    background: #eee
}

body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 16px;
    background: #ccc
}

body ::-webkit-scrollbar-thumb:hover {
    background: #bbb
}

body .globalSearchResultsContainer ::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 10px
}

body .globalSearchResultsContainer ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    -webkit-border-radius: 16px;
    background: #444
}

body .globalSearchResultsContainer ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 16px;
    background: #888;
    border: 2px solid #333;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

body .globalSearchResultsContainer ::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

.tag {
    color: #fff;
    text-transform: uppercase;
    font-size: 100%;
    padding: 3px 5px;
    border-radius: 4px;
    background: #999;
    font-weight: bold;
    white-space: nowrap
}

.tag--small {
    font-size: 80%;
    padding: 2px 5px
}

.tag--ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.tag--blue {
    background: #4e81c6
}

.tag--lightgrey {
    background: #ccc
}

.tag--orange {
    background: #c6814e
}

.tag--red {
    background: #ce6363
}

a.tag {
    cursor: pointer
}

a.tag:hover {
    background: #919191
}

a.tag--orange:hover {
    background: #c27942
}

.profile-link--disabled {
    text-decoration: line-through
}

.icon-status {
    font-size: 160%;
    text-align: center;
    color: #d97777
}

.icon-status--active {
    color: #60bf9b
}

.avatar,
.avatar-icon,
.avatar-initials {
    background: #fff;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
    border-radius: 45px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    user-select: none;
    position: relative;
    margin: auto
}

.avatar img,
.avatar-icon img,
.avatar-initials img {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 45px
}

.avatar--disabled,
.avatar-icon--disabled,
.avatar-initials--disabled {
    opacity: .5
}

.avatar--smallest,
.avatar-icon--smallest,
.avatar-initials--smallest {
    width: 25px;
    height: 25px;
    border-radius: 25px
}

.avatar--smallest img,
.avatar-icon--smallest img,
.avatar-initials--smallest img {
    width: 25px;
    height: 25px
}

.avatar--smallest .avatar__disabled,
.avatar--smallest .avatar__icon,
.avatar-icon--smallest .avatar__disabled,
.avatar-icon--smallest .avatar__icon,
.avatar-initials--smallest .avatar__disabled,
.avatar-initials--smallest .avatar__icon {
    font-size: 120%
}

.avatar--smallest .avatar__initials,
.avatar-icon--smallest .avatar__initials,
.avatar-initials--smallest .avatar__initials {
    font-size: 100%
}

.avatar--small,
.avatar-icon--small,
.avatar-initials--small {
    width: 35px;
    height: 35px;
    border-radius: 35px
}

.avatar--small img,
.avatar-icon--small img,
.avatar-initials--small img {
    width: 35px;
    height: 35px
}

.avatar--small .avatar__disabled,
.avatar--small .avatar__icon,
.avatar-icon--small .avatar__disabled,
.avatar-icon--small .avatar__icon,
.avatar-initials--small .avatar__disabled,
.avatar-initials--small .avatar__icon {
    font-size: 160%
}

.avatar--small .avatar__initials,
.avatar-icon--small .avatar__initials,
.avatar-initials--small .avatar__initials {
    font-size: 130%
}

.avatar--big,
.avatar-icon--big,
.avatar-initials--big {
    width: 75px;
    height: 75px;
    border-radius: 75px
}

.avatar--big img,
.avatar-icon--big img,
.avatar-initials--big img {
    width: 75px;
    height: 75px
}

.avatar--big .avatar__disabled,
.avatar--big .avatar__icon,
.avatar-icon--big .avatar__disabled,
.avatar-icon--big .avatar__icon,
.avatar-initials--big .avatar__disabled,
.avatar-initials--big .avatar__icon {
    font-size: 320%
}

.avatar--big .avatar__initials,
.avatar-icon--big .avatar__initials,
.avatar-initials--big .avatar__initials {
    font-size: 260%
}

.avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4
}

.avatar__icon {
    font-size: 200%;
    color: #888
}

.avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #777
}

.avatar__initials {
    font-size: 160%;
    color: #ccc
}

.avatar__disabled {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 200%;
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.overlay {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    max-height: 100%;
    height: 100%;
    position: relative
}

.overlay-close {
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    color: #666;
    font-size: 130%;
    border-radius: 32px;
    background: #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

.overlay-close:hover {
    color: #fff;
    background: #bf6969;
    cursor: pointer
}

.overlay-head {
    height: 100px;
    padding: 0 30px;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 -30px 0
}

.overlay-head__icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 300%;
    color: #796fb0;
    margin: 0 10px 0 0
}

.overlay-head__titles {
    flex-grow: 1
}

.overlay-head__title {
    color: #666;
    font-size: 200%
}

.overlay-head__subtitle {
    color: #999;
    font-size: 130%;
    margin-top: 4px
}

.overlay-body {
    padding: 30px;
    min-height: 0;
    display: flex;
    flex-flow: column;
    flex-grow: 1
}

.overlay-body .toolbar-inner {
    margin: 0 0 20px 0
}

.overlay-foot,
.overlay-footer {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    margin: -30px 0 0 0
}

.overlay-foot .button,
.overlay-footer .button {
    margin: 0 10px
}

#colorbox {
    overflow: visible !important
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9994
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxTitle,
#cboxCurrent {
    display: none !important
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

#cboxOverlay {
    background: #000
}

#colorbox {
    border-radius: 4px
}

#cboxContent {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .3);
    box-shadow: 0 0 60px rgba(0, 0, 0, .3)
}

#cboxLoadedContent {
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden
}

#cboxLoadingOverlay {
    background: rgba(0, 0, 0, 0);
    height: 100%
}

#cboxLoadingGraphic {
    background: url("/static/img/spinners/circles.svg") no-repeat center;
    background-size: 64px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(42%) saturate(3759%) hue-rotate(212deg) brightness(105%) contrast(101%) drop-shadow(0 0 2px #5599f2);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    max-width: 170px;
    max-height: 170px
}

#cboxClose {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #e6e6e6;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    text-align: center;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #666
}

#cboxClose:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    font-size: 130%
}

#cboxClose:hover {
    background: #bf6969;
    color: #fff
}

.cboxPhoto {
    display: block
}

.container {
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    position: relative;
    padding: 20px 10px;
    display: flex;
    flex-flow: column;
    min-height: 0
}

.container--scrollable .container__content {
    overflow: auto
}

.container__header {
    position: absolute;
    height: 22px;
    left: 0;
    top: -11px;
    right: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.container__title {
    color: #b3b3b3;
    font-size: 100%;
    font-weight: bold;
    padding: 0 15px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #fff;
    box-shadow: -0.5px 1px 0 #ebebeb, .5px 1px 0 #ebebeb
}

.container__spacer {
    flex-grow: 1
}

.container__button {
    background: #fff;
    border-radius: 100px;
    width: 30px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 130%;
    color: #999;
    margin: 0 0 0 10px;
    cursor: pointer;
    box-shadow: -0.5px 1px 0 #ebebeb, .5px 1px 0 #ebebeb
}

.container__button:hover {
    color: gray
}

.container__content {
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
    min-height: 0
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb span,
.breadcrumb div,
.breadcrumb a {
    display: inline
}

.breadcrumb span:before,
.breadcrumb div:before,
.breadcrumb a:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    font-size: 90%;
    color: #ccc;
    margin: 0 5px
}

.breadcrumb span:first-child:before,
.breadcrumb div:first-child:before,
.breadcrumb a:first-child:before {
    content: "";
    margin: 0
}

.breadcrumb--right {
    text-align: left;
    direction: rtl
}

.labels .label,
.labels .input-tags__tag {
    margin: 0 0 0 15px
}

.label,
.input-tags__tag {
    padding: 5px 15px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0
}

.label--folded-top-left,
.label--folded-top-right,
.label--folded-left {
    border-radius: 0 4px 4px 4px
}

.label--folded-top-left:before,
.label--folded-top-left:after,
.label--folded-top-right:before,
.label--folded-top-right:after,
.label--folded-left:before,
.label--folded-left:after {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 4px
}

.label--folded-top-left:before,
.label--folded-top-right:before,
.label--folded-left:before {
    border-radius: 4px 0 0 0;
    background: #999
}

.label--folded-top-left:after,
.label--folded-top-right:after,
.label--folded-left:after {
    top: 2px;
    height: 2px;
    background: #737373;
    border-radius: 4px 4px 0 0
}

.label--folded-top-right {
    border-radius: 4px 0 4px 4px;
    box-shadow: -2px 2px 1px rgba(0, 0, 0, .1)
}

.label--folded-top-right:before,
.label--folded-top-right:after {
    left: auto;
    right: -4px
}

.label--folded-top-right:before {
    border-radius: 4px 0 0 0
}

.label--folded-left {
    border-radius: 4px 4px 4px 0
}

.label--folded-left:before,
.label--folded-left:after {
    top: auto;
    bottom: -4px
}

.label--folded-left:before {
    left: 0;
    border-radius: 0 0 0 4px
}

.label--folded-left:after {
    left: 2px;
    height: 4px;
    width: 2px;
    border-radius: 4px 0 0 4px
}

.label--white {
    background: #fafafa;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .05)
}

.label--white:before {
    background: #fafafa
}

.label--white:after {
    background: #e6e6e6
}

.label--white .label__text,
.label--white .input-tags__tag-text,
.label--white .label__icon {
    color: #999
}

.label--grey-light {
    background: #ebebeb;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .05)
}

.label--grey-light:before {
    background: #ebebeb
}

.label--grey-light:after {
    background: #d7d7d7
}

.label--grey-light .label__text,
.label--grey-light .input-tags__tag-text,
.label--grey-light .label__icon {
    color: #999
}

.label--black {
    background: #000000
}

.label--black:before {
    background: #000000
}

.label--black:after {
    background: #000
}

.label--grey0 {
    background: #000000
}

.label--grey0:before {
    background: #000000
}

.label--grey0:after {
    background: #000
}

.label--grey10 {
    background: #1a1a1a
}

.label--grey10:before {
    background: #1a1a1a
}

.label--grey10:after {
    background: #000
}

.label--grey20 {
    background: #333333
}

.label--grey20:before {
    background: #333333
}

.label--grey20:after {
    background: #0d0d0d
}

.label--grey30 {
    background: #4d4d4d
}

.label--grey30:before {
    background: #4d4d4d
}

.label--grey30:after {
    background: #272727
}

.label--grey40 {
    background: #666666
}

.label--grey40:before {
    background: #666666
}

.label--grey40:after {
    background: #404040
}

.label--grey50 {
    background: #808080
}

.label--grey50:before {
    background: #808080
}

.label--grey50:after {
    background: #5a5a5a
}

.label--grey60 {
    background: #999999
}

.label--grey60:before {
    background: #999999
}

.label--grey60:after {
    background: #737373
}

.label--grey70 {
    background: #b3b3b3
}

.label--grey70:before {
    background: #b3b3b3
}

.label--grey70:after {
    background: #8d8d8d
}

.label--grey80 {
    background: #cccccc
}

.label--grey80:before {
    background: #cccccc
}

.label--grey80:after {
    background: #a6a6a6
}

.label--grey82 {
    background: #d1d1d1
}

.label--grey82:before {
    background: #d1d1d1
}

.label--grey82:after {
    background: #ababab
}

.label--grey84 {
    background: #d6d6d6
}

.label--grey84:before {
    background: #d6d6d6
}

.label--grey84:after {
    background: #b0b0b0
}

.label--grey86 {
    background: #dbdbdb
}

.label--grey86:before {
    background: #dbdbdb
}

.label--grey86:after {
    background: #b5b5b5
}

.label--grey88 {
    background: #e0e0e0
}

.label--grey88:before {
    background: #e0e0e0
}

.label--grey88:after {
    background: #bababa
}

.label--grey90 {
    background: #e6e6e6
}

.label--grey90:before {
    background: #e6e6e6
}

.label--grey90:after {
    background: silver
}

.label--grey92 {
    background: #ebebeb
}

.label--grey92:before {
    background: #ebebeb
}

.label--grey92:after {
    background: #c5c5c5
}

.label--grey94 {
    background: #f0f0f0
}

.label--grey94:before {
    background: #f0f0f0
}

.label--grey94:after {
    background: #cacaca
}

.label--grey96 {
    background: #f5f5f5
}

.label--grey96:before {
    background: #f5f5f5
}

.label--grey96:after {
    background: #cfcfcf
}

.label--grey98 {
    background: #fafafa
}

.label--grey98:before {
    background: #fafafa
}

.label--grey98:after {
    background: #d4d4d4
}

.label--grey100 {
    background: #ffffff
}

.label--grey100:before {
    background: #ffffff
}

.label--grey100:after {
    background: #d9d9d9
}

.label--white {
    background: #ffffff
}

.label--white:before {
    background: #ffffff
}

.label--white:after {
    background: #d9d9d9
}

.label--grey {
    background: #808080
}

.label--grey:before {
    background: #808080
}

.label--grey:after {
    background: #5a5a5a
}

.label--grey-ds {
    background: #999999
}

.label--grey-ds:before {
    background: #999999
}

.label--grey-ds:after {
    background: #737373
}

.label--grey-v {
    background: #b3b3b3
}

.label--grey-v:before {
    background: #b3b3b3
}

.label--grey-v:after {
    background: #8d8d8d
}

.label--blue {
    background: #4e81c6
}

.label--blue:before {
    background: #4e81c6
}

.label--blue:after {
    background: #315c97
}

.label--blue-ds {
    background: #5b78a6
}

.label--blue-ds:before {
    background: #5b78a6
}

.label--blue-ds:after {
    background: #3f5475
}

.label--blue-ls {
    background: #98b1d9
}

.label--blue-ls:before {
    background: #98b1d9
}

.label--blue-ls:after {
    background: #6087c4
}

.label--blue-w {
    background: #ebf2ff
}

.label--blue-w:before {
    background: #ebf2ff
}

.label--blue-w:after {
    background: #9fc0ff
}

.label--blue-ws {
    background: #eff3f5
}

.label--blue-ws:before {
    background: #eff3f5
}

.label--blue-ws:after {
    background: #c0d0d8
}

.label--blue-v {
    background: #5599f2
}

.label--blue-v:before {
    background: #5599f2
}

.label--blue-v:after {
    background: #126fe9
}

.label--purple {
    background: #796fb0
}

.label--purple:before {
    background: #796fb0
}

.label--purple:after {
    background: #544b88
}

.label--purple-ds {
    background: #837ca6
}

.label--purple-ds:before {
    background: #837ca6
}

.label--purple-ds:after {
    background: #5d567f
}

.label--purple-w {
    background: #f5f5ff
}

.label--purple-w:before {
    background: #f5f5ff
}

.label--purple-w:after {
    background: #a9a9ff
}

.label--purple-v {
    background: #8c8cff
}

.label--purple-v:before {
    background: #8c8cff
}

.label--purple-v:after {
    background: #4040ff
}

.label--green {
    background: #4ba757
}

.label--green:before {
    background: #4ba757
}

.label--green:after {
    background: #33723b
}

.label--green-ds {
    background: #679e7f
}

.label--green-ds:before {
    background: #679e7f
}

.label--green-ds:after {
    background: #48715a
}

.label--green-ls {
    background: #8fbfa7
}

.label--green-ls:before {
    background: #8fbfa7
}

.label--green-ls:after {
    background: #5ea381
}

.label--green-s {
    background: #7eac7d
}

.label--green-s:before {
    background: #7eac7d
}

.label--green-s:after {
    background: #578756
}

.label--green-w {
    background: #edfaf0
}

.label--green-w:before {
    background: #edfaf0
}

.label--green-w:after {
    background: #b1e9be
}

.label--green-v {
    background: #66d975
}

.label--green-v:before {
    background: #66d975
}

.label--green-v:after {
    background: #30c243
}

.label--aqua {
    background: #4ba69d
}

.label--aqua:before {
    background: #4ba69d
}

.label--aqua:after {
    background: #33716b
}

.label--aqua-ds {
    background: #5c9992
}

.label--aqua-ds:before {
    background: #5c9992
}

.label--aqua-ds:after {
    background: #3f6964
}

.label--aqua-ls {
    background: #86b3a7
}

.label--aqua-ls:before {
    background: #86b3a7
}

.label--aqua-ls:after {
    background: #5b9183
}

.label--aqua-s {
    background: #5c9992
}

.label--aqua-s:before {
    background: #5c9992
}

.label--aqua-s:after {
    background: #3f6964
}

.label--aqua-v {
    background: #3dccc2
}

.label--aqua-v:before {
    background: #3dccc2
}

.label--aqua-v:after {
    background: #27958e
}

.label--chartreuse {
    background: #9ba64b
}

.label--chartreuse:before {
    background: #9ba64b
}

.label--chartreuse:after {
    background: #6a7133
}

.label--chartreuse-ds {
    background: #989e67
}

.label--chartreuse-ds:before {
    background: #989e67
}

.label--chartreuse-ds:after {
    background: #6c7148
}

.label--chartreuse-ls {
    background: #babf8f
}

.label--chartreuse-ls:before {
    background: #babf8f
}

.label--chartreuse-ls:after {
    background: #9ca35e
}

.label--chartreuse-w {
    background: #f8faed
}

.label--chartreuse-w:before {
    background: #f8faed
}

.label--chartreuse-w:after {
    background: #e1e9b1
}

.label--chartreuse-v {
    background: #bed936
}

.label--chartreuse-v:before {
    background: #bed936
}

.label--chartreuse-v:after {
    background: #8ea41f
}

.label--chartreuse-vs {
    background: #cfff85
}

.label--chartreuse-vs:before {
    background: #cfff85
}

.label--chartreuse-vs:after {
    background: #b1ff39
}

.label--yellow {
    background: #e0c623
}

.label--yellow:before {
    background: #e0c623
}

.label--yellow:after {
    background: #a08d17
}

.label--yellow-ds {
    background: #e0ce5a
}

.label--yellow-ds:before {
    background: #e0ce5a
}

.label--yellow-ds:after {
    background: #c8b226
}

.label--yellow-w {
    background: #fcfaeb
}

.label--yellow-w:before {
    background: #fcfaeb
}

.label--yellow-w:after {
    background: #f2e9a8
}

.label--yellow-v {
    background: #ffd30f
}

.label--yellow-v:before {
    background: #ffd30f
}

.label--yellow-v:after {
    background: #c29e00
}

.label--peach {
    background: #f0b81f
}

.label--peach:before {
    background: #f0b81f
}

.label--peach:after {
    background: #b6890c
}

.label--peach-ds {
    background: #e6bc5c
}

.label--peach-ds:before {
    background: #e6bc5c
}

.label--peach-ds:after {
    background: #d59e21
}

.label--peach-w {
    background: #fcf7eb
}

.label--peach-w:before {
    background: #fcf7eb
}

.label--peach-w:after {
    background: #f2dca8
}

.label--peach-v {
    background: #ffbe0d
}

.label--peach-v:before {
    background: #ffbe0d
}

.label--peach-v:after {
    background: #c08c00
}

.label--orange {
    background: #d17154
}

.label--orange:before {
    background: #d17154
}

.label--orange:after {
    background: #ab4b2e
}

.label--orange-ds {
    background: #bf7d69
}

.label--orange-ds:before {
    background: #bf7d69
}

.label--orange-ds:after {
    background: #9a5642
}

.label--orange-ls {
    background: #d9a798
}

.label--orange-ls:before {
    background: #d9a798
}

.label--orange-ls:after {
    background: #c47760
}

.label--orange-w {
    background: #fcf1ed
}

.label--orange-w:before {
    background: #fcf1ed
}

.label--orange-w:after {
    background: #f1beab
}

.label--orange-v {
    background: #fc7651
}

.label--orange-v:before {
    background: #fc7651
}

.label--orange-v:after {
    background: #fb3b06
}

.label--red {
    background: #cc4e4e
}

.label--red:before {
    background: #cc4e4e
}

.label--red:after {
    background: #a02e2e
}

.label--red-ds {
    background: #bf6969
}

.label--red-ds:before {
    background: #bf6969
}

.label--red-ds:after {
    background: #9a4242
}

.label--red-w {
    background: #fcf2f2
}

.label--red-w:before {
    background: #fcf2f2
}

.label--red-w:after {
    background: #eeb4b4
}

.label--red-v {
    background: #f25757
}

.label--red-v:before {
    background: #f25757
}

.label--red-v:after {
    background: #ea1212
}

.label--pink {
    background: #cf7297
}

.label--pink:before {
    background: #cf7297
}

.label--pink:after {
    background: #b63e6e
}

.label--pink-v {
    background: #f2619b
}

.label--pink-v:before {
    background: #f2619b
}

.label--pink-v:after {
    background: #ec1a6e
}

.label--cyan-v {
    background: #36d9d9
}

.label--cyan-v:before {
    background: #36d9d9
}

.label--cyan-v:after {
    background: #1fa4a4
}

.label--magenta-v {
    background: #e65ce6
}

.label--magenta-v:before {
    background: #e65ce6
}

.label--magenta-v:after {
    background: #d521d5
}

.label--tag {
    padding: 5px 8px;
    border-radius: 20px
}

.label--tag .label__text,
.label--tag .input-tags__tag-text {
    font-size: 90%
}

.label--small {
    padding: 5px 8px
}

.label--small .label__text,
.label--small .input-tags__tag-text {
    font-size: 90%
}

.label__text,
.input-tags__tag-text {
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.label__icon {
    font-size: 100%;
    color: #f0f0f0;
    margin-right: 8px
}

.boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-auto-rows: max-content;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0
}

.box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    padding: 10px
}

.box__header {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px
}

.box__title {
    color: #b3b3b3;
    font-size: 140%
}

.box__content {
    padding: 20px
}

.progresses .progress {
    margin-top: 10px
}

.progresses .progress:first-child {
    margin: 0
}

.progress--cyan .progress__bar-done {
    background: #36d9d9
}

.progress--magenta .progress__bar-done {
    background: #e65ce6
}

.progress--yellow .progress__bar-done {
    background: #ffd30f
}

.progress--black .progress__bar-done {
    background: #333
}

.progress--accent .progress__bar-done {
    background: #8c8cff
}

.progress--inverted .progress__bar-text {
    color: #4d4d4d
}

.progress--disabled .progress__bar-done {
    background: rgba(0, 0, 0, 0)
}

.progress--disabled .progress__bar-text {
    color: #999
}

.progress__header {
    display: flex;
    height: 30px;
    align-items: center
}

.progress__title {
    flex-grow: 1;
    font-size: 120%;
    font-weight: bold;
    color: #666
}

.progress__button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 120%;
    color: #ccc;
    text-align: center;
    cursor: pointer
}

.progress__button:hover {
    color: #b3b3b3
}

.progress__bar {
    height: 20px;
    box-sizing: border-box;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .05);
    background: #f5f5f5;
    border-radius: 4px;
    overflow: auto
}

.progress__bar-done {
    height: 100%;
    background: #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.progress__bar-text {
    font-size: 100%;
    font-weight: bold;
    color: #fafafa;
    opacity: .8
}

.thumbs__title {
    font-size: 120%;
    color: #b3b3b3;
    margin: 0 0 5px 0
}

.thumbs__thumbs {
    display: flex;
    align-items: center;
    justify-content: center
}

.thumbs__good,
.thumbs__bad {
    font-size: 200%;
    color: #ccc;
    margin: 0 5px;
    cursor: pointer
}

.thumbs__good:hover,
.thumbs__good--active {
    color: #679e7f
}

.thumbs__bad:hover,
.thumbs__bad--active {
    color: #bf6969
}

.box-expand {
    cursor: pointer;
    position: relative;
    text-align: center
}

.box-expand:hover .box-expand__icon {
    color: #999;
    border-top: 1px solid #e6e6e6
}

.box-expand__icon {
    display: block;
    color: #b3b3b3;
    font-size: 190%;
    line-height: 80%;
    border-top: 1px solid rgba(0, 0, 0, 0)
}

.box-expand__label {
    color: #ccc;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 3px 0
}

.help-icon {
    opacity: .75;
    color: #5c9992;
    cursor: pointer;
    margin-left: 4px
}

.help-icon:hover {
    color: #497974
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 62.5%;
    z-index: 0;
    overflow-y: visible
}

a {
    color: #796fb0
}

.wizard__container {
    padding: 30px;
    min-width: 980px;
    min-height: 100%;
    background: url("/static/img/layout/bg-purple.png") no-repeat fixed;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.wizard {
    min-width: 80%;
    max-width: 130vh;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, .9);
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    box-sizing: border-box
}

.wizard-head {
    height: 100px;
    display: flex;
    align-items: center
}

.wizard-head__logo {
    width: 150px;
    height: 40px;
    margin: auto 0 auto 40px;
    background: url("/static/img/logo.svg") no-repeat center;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2))
}

.wizard-head__right {
    margin-right: 40px;
    display: flex;
    align-items: center
}

.wizard-head__text {
    color: #999;
    font-size: 210%
}

.wizard-body {
    padding: 30px;
    background: #fff;
    display: flex;
    flex-flow: column;
    overflow: hidden
}

.wizard-body__header {
    padding: 0 80px
}

.wizard-body__title {
    margin: 30px 0;
    color: #333;
    font-size: 360%;
    font-weight: 400;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .1)
}

.wizard-body__subtitle {
    margin: 30px 0;
    color: #4d4d4d;
    font-size: 280%;
    font-weight: 300;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .1)
}

.wizard-footer {
    height: 80px;
    padding: 0 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.wizard-footer .button {
    margin: 0 10px
}

.wizard-footer .button:first-of-type {
    margin: 0 10px 0 0
}

.wizard-footer .button:last-of-type {
    margin: 0 0 0 10px
}

.wizard__spacer {
    flex-grow: 1
}

.start__body {
    background: url("/img/layout/bg-purple.png") no-repeat fixed;
    background-size: cover;
    min-height: 100%
}

.start__wrapper {
    width: 100%;
    min-width: 980px;
    padding: 30px;
    box-sizing: border-box
}

.start__container {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, .9);
    min-width: 80%;
    max-width: 130vh;
    margin: 0 auto
}

.start-map__container {
    height: 100px;
    display: flex;
    align-items: center
}

.start__logo {
    margin: 0 0 0 40px;
    height: 40px;
    opacity: .9
}

.start__logo img {
    height: 100%
}

.start__spacer {
    flex-grow: 1
}

.start__text {
    color: #999;
    font-size: 210%;
    margin-right: 40px
}

.start-map {
    flex: 1 1 0%;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    margin: 10px 30px 0 20px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1))
}

.start-map__guide {
    height: 12px;
    top: 11px;
    left: 8%;
    right: 8%;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    z-index: 0
}

.start-map-guide--percentage {
    width: 0;
    height: 8px;
    margin: 2px 0;
    border-radius: 8px;
    background: #7367b3;
    z-index: 10
}

.start-map-step {
    flex: 1 1 80px;
    z-index: 1;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.start-map-step--semi .start-map-step__icon {
    background: #b0a6e4
}

.start-map-step--active .start-map-step__icon {
    background: #7367b3
}

.start-map-step--active .start-map-step__text {
    color: #444
}

.start-map-step__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 32px;
    background: #f4f4f4;
    box-sizing: border-box
}

.start-map-step__text {
    margin: 6px 0 0 0;
    color: #999;
    font-size: 120%;
    font-weight: bold;
    text-align: center
}

.start-map-space {
    flex: 1 1 0
}

.start-steps {
    background: #fff;
    display: flex;
    overflow: hidden
}

.start-step {
    display: block;
    margin: auto;
    padding: 20px 30px 40px 30px;
    flex: 1 1 auto
}

.start-step__header {
    padding: 0 80px
}

.start-step__heading {
    margin: 30px 0;
    color: #444;
    font-size: 280%;
    font-weight: 300;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .1)
}

.start-step__heading--strong {
    color: #333;
    font-size: 360%;
    font-weight: 400
}

.start-step__heading--small {
    margin: 30px 0;
    color: #777;
    font-size: 180%;
    font-weight: 300;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .1)
}

.start__footer {
    height: 80px;
    padding: 0 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.start__skip {
    color: #aaa;
    font-size: 140%;
    cursor: pointer
}

.start__skip:hover {
    text-decoration: underline
}

.start__button {
    height: 34px;
    margin: auto auto auto 10px;
    padding: 0 20px;
    color: #888;
    font-size: 140%;
    font-weight: bold;
    line-height: 34px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer
}

.start__button:hover {
    color: #666;
    background: #ddd
}

.start__button--disabled {
    opacity: .3;
    cursor: default
}

.start__button--blue {
    color: #fff;
    background: #4e81c6
}

.start__button--blue:hover {
    color: #fff;
    background: #4279c2
}

.start__button--purple {
    color: #fff;
    background: #796fb0
}

.start__button--purple:hover {
    color: #fff;
    background: #7065ab
}

.start__button--next .start__button-icon {
    margin-left: 10px
}

.start__button--left .start__button-icon {
    margin-right: 10px
}

.progress-steps {
    flex-grow: 1;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    margin: 10px 30px 0 20px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1))
}

.progress-step {
    flex: 1 1 80px;
    z-index: 1;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.progress-step--active .progress-step__icon {
    background: #7367b3
}

.progress-step--active .progress-step__text {
    color: #444
}

.progress-step__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 32px;
    background: #f4f4f4;
    box-sizing: border-box
}

.progress-step__text {
    margin: 6px 0 0 0;
    color: #999;
    font-size: 120%;
    font-weight: bold;
    text-align: center
}

.progress-step__guide {
    height: 12px;
    top: 11px;
    left: 8%;
    right: 8%;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    z-index: 0
}

.progress-spacer {
    flex: 1 1 0
}

.wizard-columns {
    margin: 60px;
    display: flex
}

.wizard-columns--center {
    margin: 60px 20% 60px 20%
}

.wizard-column {
    flex: 1;
    margin: 0 20px
}

.wizard-box {
    padding: 40px;
    border-radius: 4px;
    background: #f4f4f4;
    position: relative;
    display: flex;
    flex-flow: column
}

.wizard-box--center {
    margin: 60px 20% 60px 20%
}

.wizard-box__title {
    height: 26px;
    top: -13px;
    padding: 0 15px;
    color: #b3b3b3;
    font-size: 100%;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    align-self: flex-start
}

.wizard-item {
    padding: 20px 0
}

.wizard-items__list .wizard-item {
    padding: 40px 0;
    border-top: 1px solid #e6e6e6
}

.wizard-items__list .wizard-item:first-of-type {
    border-top: 0;
    padding-top: 0
}

.wizard-items__list .wizard-item:last-of-type {
    padding-bottom: 0
}

.wizard-items__list .wizard-item .wizard-item__toggle {
    margin-bottom: 10px
}

.wizard-items__list .wizard-item .wizard-item__text {
    margin-bottom: 20px
}

.form-box .form-item {
    border-top: 1px solid #e0e0e0
}

.form-box .form-item:first-of-type {
    padding-top: 0
}

.form-box .form-item:last-of-type {
    padding-bottom: 0
}

.flex__expander {
    flex: 1 1 0%
}

.step__buttons--row {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 50px
}

.step-button--big {
    flex: 1 1 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    padding: 30px 40px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer
}

.step-button--big:hover {
    background-color: #eaeaea
}

.step-button--active {
    background: #7367b3
}

.step-button--active:hover {
    cursor: pointer;
    background: #7367b3
}

.step-button--active .step-button__title {
    color: #fff
}

.step-button--active .step-button__subtitle {
    color: #eee
}

.step-button__title {
    color: #666;
    font-weight: bold;
    font-size: 160%
}

.step-button__subtitle {
    color: #999;
    font-size: 130%;
    margin-top: 20px
}

.step__row {
    margin: 50px 20% 50px 20%;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly
}

.step__form {
    margin: 30px 0;
    flex-grow: 1;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly
}

.step__form .form-item__label {
    margin: 0 0 10px 0;
    text-align: left
}

.step__column {
    margin: 0 20px;
    flex: 1 1;
    display: flex;
    flex-flow: column
}

.step__column .form-item {
    flex-flow: column
}

.step__column .form-item__left {
    align-items: flex-start;
    width: auto
}

.step__column .form-item__label {
    margin: 0 0 10px 0;
    font-weight: bold
}

.step__column .form-item__right {
    width: auto;
    border: 0
}

.step__box {
    padding: 40px 60px;
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.step__form--center {
    display: flex;
    flex-flow: column;
    align-items: center
}

.step__form-item {
    margin-top: 40px;
    display: flex;
    align-items: center
}

.step__form-item:first-of-type {
    margin-top: 0
}

.step__form-item-icon {
    color: #ccc;
    font-size: 160%;
    margin-left: 20px;
    cursor: pointer
}

.step__form-item-icon:hover {
    color: #c4c4c4
}

.step__form-label {
    color: #555;
    font-size: 170%;
    margin-bottom: 10px
}

.step__help {
    margin-top: 6px;
    color: gray;
    font-size: 120%;
    text-align: center
}

.step-list-item {
    margin-top: 40px;
    display: flex;
    align-items: center
}

.step-list-item:first-of-type {
    margin-top: 0
}

.step-list-item__icon {
    color: #444;
    font-size: 240%;
    margin-right: 20px
}

.step-list-item__text {
    color: #444;
    font-size: 240%;
    font-weight: 300;
    line-height: 24px
}

.step__frame {
    padding: 40px;
    margin: 50px 10% 50px 10%;
    border-radius: 4px;
    background: #f4f4f4;
    position: relative;
    display: flex;
    flex-flow: column
}

.step__frame-title {
    height: 26px;
    top: -13px;
    padding: 0 15px;
    color: #b3b3b3;
    font-size: 100%;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    align-self: flex-start
}

.step-form .form-item {
    border-top: 1px solid #e0e0e0
}

.step-item {
    padding: 20px;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: flex-start
}

.step-item:first-of-type {
    border-top: 0
}

.step-item__toggle {
    margin: 0 20px 0 0
}

.step-item__title {
    color: #666;
    font-size: 200%
}

.step-item__subtitle {
    color: #999;
    font-size: 160%;
    line-height: 22px;
    margin-top: 10px
}

.inputToggle input {
    display: none;
    margin: 0;
    padding: 0;
    min-width: 0
}

.inputToggle input+label {
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    padding-left: 58px;
    font-size: 160%;
    color: #666;
    vertical-align: middle;
    background: url("../img/toggle_off.svg") no-repeat left;
    background-size: 43px 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.inputToggle input:checked+label {
    background: url("../img/toggle_on.svg") no-repeat left;
    background-size: 43px 26px;
    color: #444
}

.inputToggle input:disabled+label {
    color: #999 !important
}

.screen-msg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 9999;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

.screen-msg__icon {
    font-size: 1200%;
    line-height: 120px;
    color: #fff
}

.screen-msg__text {
    font-size: 300%;
    color: #fff;
    margin: 40px 0 0 0;
    max-width: 50%;
    text-align: center
}

.screen-msg__text a {
    color: #f5f5ff;
    text-decoration: underline
}

.screen-msg__button {
    margin: 50px 0 0 0 !important
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    position: relative
}

.section-divider__button {
    background: #e0e0e0;
    font-size: 100%;
    font-weight: bold;
    color: gray;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1
}

.section-divider__button:hover {
    background: #d8d8d8
}

.section-divider__line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e0e0e0;
    height: 1px;
    margin: -1px 0 0 0
}

.section-divider__line--dashed {
    border-style: dashed
}

.form-groups {
    display: flex;
    flex-flow: column
}

.form-groups>:first-of-type {
    margin: 0
}

.form-group {
    margin-top: 20px;
    border-radius: 4px;
    background: #f5f5f5
}

.form-group__head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.form-group__title {
    color: #999;
    font-size: 120%;
    font-weight: bold;
    padding: 0 0 0 15px;
    flex-grow: 1
}

.form-group__buttons {
    padding: 0 5px 0 0
}

.form-group__button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #b3b3b3;
    font-size: 180%;
    text-align: center
}

.form-group__button:hover {
    cursor: pointer;
    color: #9a9a9a
}

.form-group__body {
    padding: 20px;
    background: #fff;
    background: #fafafa;
    border-radius: 4px;
    margin: 2px
}

.form-group-button {
    flex-shrink: 0;
    height: 40px;
    margin: 20px 0 0 0;
    border-radius: 4px;
    background: #fafafa;
    border: 2px solid #f5f5f5;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none
}

.form-group-button:hover {
    cursor: pointer;
    background: #f2f2f2
}

.form-group-button--inverted {
    background: #fff
}

.form-group-button--inverted:hover {
    background: #fafafa
}

.form-group-button__icon {
    color: #837ca6;
    font-size: 140%;
    margin: 0 10px 0 0
}

.form-group-button__text {
    color: #837ca6;
    font-size: 130%;
    font-weight: bold
}

.form-items>.form-item:first-of-type {
    border: 0
}

.form-item {
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    position: relative;
    display: flex
}

.form-item:first-of-type {
    border-top: 0
}

.form-item--required .form-item__label {
    color: #796fb0
}

.form-item--required .form-item__label:after {
    content: "*";
    margin-left: 4px
}

.form-item--disabled {
    opacity: .6
}

.form-item__left {
    width: 20%;
    padding: 0 20px;
    flex: 0 0 20%;
    min-width: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center
}

.form-item__label {
    text-align: right;
    color: #999;
    font-size: 120%;
    font-weight: bold;
    margin-left: 10px
}

.form-item__right {
    min-width: 0;
    width: 80%;
    flex-grow: 1;
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.form-item__text {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 130%;
    font-weight: bold;
    vertical-align: middle
}

.form-item__text--empty {
    color: #ccc;
    font-weight: normal;
    font-style: italic
}

.form-item__info {
    color: #999;
    font-size: 120%;
    margin-top: 10px
}

.form-item__inputs {
    display: flex
}

.form-item__inputs>.input,
.form-item__inputs>.select,
.form-item__inputs>.input-combo,
.form-item__inputs>.checkbox,
.form-item__inputs>.toggle,
.form-item__inputs>.input-metadata,
.form-item__inputs>.button {
    margin: 0 10px 0 0
}

.form-item__inputs>.input:last-child,
.form-item__inputs>.select:last-child,
.form-item__inputs>.input-combo:last-child,
.form-item__inputs>.checkbox:last-child,
.form-item__inputs>.toggle:last-child,
.form-item__inputs>.input-metadata:last-child,
.form-item__inputs>.button:last-child {
    margin: 0
}

.form-items--compact .form-item {
    flex-flow: column
}

.form-items--compact .form-item .form-item__left {
    align-items: flex-start;
    width: auto
}

.form-items--compact .form-item .form-item__right {
    width: auto;
    border: 0
}

.form-items--compact .form-item .form-item__label {
    margin: 0 0 10px 0;
    font-weight: bold
}

@media only screen and (max-width: 1200px) {
    .form-items .form-item {
        flex-flow: column
    }

    .form-items .form-item .form-item__left {
        align-items: flex-start;
        width: auto
    }

    .form-items .form-item .form-item__right {
        width: auto;
        border: 0
    }

    .form-items .form-item .form-item__label {
        margin: 0 0 10px 0;
        font-weight: bold
    }
}

.inputs--inverted .input,
.inputs--inverted .textarea,
.inputs--inverted .select,
.inputs--inverted .checkbox,
.inputs--inverted .toggle,
.inputs--inverted .textedit {
    background: #fff
}

.inputs--inverted .input__metadata {
    background: #f5f5f5
}

.input,
.textarea,
.textedit {
    width: 50%;
    min-width: 350px;
    max-width: 100%;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
    background: #f5f5f5;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative
}

.input input,
.textarea input,
.textedit input {
    font-family: Lato, Arial, Helvetica, sans-serif
}

.input {
    height: 35px;
    display: flex;
    align-items: center
}

.input input {
    flex-grow: 1;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    color: #666;
    font-size: 130%;
    border: none;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    min-width: 0
}

.input input::placeholder {
    color: #b3b3b3
}

.input--users .input__icon::before,
.input--users .input__button::before {
    content: ""
}

.input--date {
    width: 140px;
    min-width: 0
}

.input--date .input__icon::before,
.input--date .input__button::before {
    content: ""
}

.input--time {
    width: 100px;
    min-width: 0
}

.input--time .input__icon::before,
.input--time .input__button::before {
    content: ""
}

.input--search .input__icon::before,
.input--search .input__button::before {
    content: ""
}

.input--loading .input__icon,
.input--loading .input__button {
    animation: fa-spin 2s infinite linear
}

.input--loading .input__icon:before,
.input--loading .input__button:before {
    content: "";
    color: #999
}

.input--disabled {
    opacity: .6;
    user-select: none
}

.input--disabled input {
    pointer-events: none
}

.input--auto {
    width: auto;
    min-width: 0;
    flex-grow: 1
}

.input--small {
    width: 100px;
    min-width: 0
}

.input--white {
    background: #fff
}

.select {
    height: 35px;
    line-height: 35px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    box-shadow: none;
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    min-width: 0;
    width: initial;
    user-select: none
}

.select:hover {
    background: #f5f5f5
}

.select--files .select__icon::before {
    content: ""
}

.select--assets .select__icon::before {
    content: ""
}

.select--paragraph .select__icon::before {
    content: ""
}

.select--loading .select__icon {
    animation: fa-spin 2s infinite linear
}

.select--loading .select__icon:before {
    content: "";
    color: #999
}

.select__content {
    font-size: 130%;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-grow: 0;
    margin: 0 0 0 12px;
    color: #666
}

.select__icon::before {
    content: ""
}

.input__metadata {
    flex-shrink: 0;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    background: #fafafa;
    padding: 0 10px;
    margin: 0 5px 0 0;
    font-size: 110%;
    color: gray;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px
}

.input-metadata {
    flex-shrink: 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    background: #fcfaeb;
    border: 1px dashed #ccc;
    padding: 0 12px;
    font-size: 110%;
    color: gray;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px
}

.input-metadata--white {
    background: #fff
}

.textarea {
    height: 60px
}

.textarea textarea {
    font-family: Lato, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    padding: 12px;
    resize: none;
    overflow: auto;
    color: #666;
    font-size: 130%;
    border: none;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0)
}

.textarea textarea::placeholder {
    color: #b3b3b3
}

.textarea--auto {
    width: auto
}

.textarea--code {
    width: auto;
    height: 250px
}

.input__icon,
.input__button,
.select__icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.input__icon::before,
.input__button::before,
.select__icon::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 140%;
    color: #a09abb
}

.input__icon,
.input__button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.input-line {
    display: flex
}

.input-combo {
    display: flex
}

.input-combo .input:not(:first-child):not(:last-child),
.input-combo .select:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-combo .input:first-child,
.input-combo .select:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.input-combo .input:first-child input+label:before,
.input-combo .select:first-child input+label:before {
    margin-right: 0
}

.input-combo .input:last-child,
.input-combo .select:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-text {
    font-size: 120%;
    line-height: 35px;
    color: #999;
    margin: 0 10px
}

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

.checkbox,
.checkbox-button,
.toggle,
.toggle-button {
    user-select: none;
    display: inline-flex;
    align-items: stretch;
    justify-content: stretch;
    background: #f5f5f5;
    color: gray;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    white-space: nowrap;
    max-width: calc(100% - 30px);
    height: 35px;
    box-sizing: border-box
}

.checkbox input,
.checkbox-button input,
.toggle input,
.toggle-button input {
    display: none;
    appearance: none;
    margin: 0;
    padding: 0
}

.checkbox-button input+label,
.checkbox input+label {
    padding: 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 120%;
    font-weight: bold;
    color: gray;
    user-select: none
}

.checkbox-button input+label span,
.checkbox input+label span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-shrink: 1
}

.checkbox-button input+label:before,
.checkbox input+label:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 130%;
    content: "";
    color: #999;
    margin-right: 10px
}

.checkbox-button input:checked+label:before,
.checkbox input:checked+label:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "";
    color: #796fb0
}

.checkbox-button {
    display: flex;
    height: initial;
    background: none;
    border: 0;
    max-width: initial
}

.checkbox-button input+label {
    padding: 0
}

.checkbox-button input+label:before {
    font-size: 170%;
    color: #ccc;
    margin: 0
}

.toggle,
.toggle-button {
    padding: 0 15px 0 10px
}

.toggle input:checked+label,
.toggle-button input:checked+label {
    color: #796fb0
}

.toggle input:checked+label:before,
.toggle-button input:checked+label:before {
    background-color: #796fb0
}

.toggle input:checked+label:after,
.toggle-button input:checked+label:after {
    transform: translateX(12px)
}

.toggle label,
.toggle-button label {
    color: gray;
    font-size: 120%;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    align-items: center
}

.toggle input+label,
.toggle-button input+label {
    padding: 0;
    position: relative;
    cursor: pointer
}

.toggle input+label:before,
.toggle-button input+label:before {
    content: "";
    left: 0;
    width: 30px;
    height: 18px;
    margin: 0 10px 0 0;
    border-radius: 100px;
    background-color: #ccc;
    display: block;
    flex: 0 0 auto;
    transition: background-color 250ms
}

.toggle input+label:after,
.toggle-button input+label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 14px;
    height: 14px;
    margin: auto;
    transform: translate(0, 0);
    border-radius: 90px;
    background-color: #fff;
    cursor: pointer;
    transition: transform 250ms
}

.toggle--big,
.toggle-button--big {
    padding: 0;
    background: none;
    border: 0
}

.toggle--big input:checked+label:after,
.toggle-button--big input:checked+label:after {
    transform: translateX(18px)
}

.toggle--big label,
.toggle-button--big label {
    font-size: 200%;
    font-weight: normal
}

.toggle--big input+label:before,
.toggle-button--big input+label:before {
    width: 42px;
    height: 24px;
    margin: 0 15px 0 0
}

.toggle--big input+label:after,
.toggle-button--big input+label:after {
    left: 2px;
    width: 20px;
    height: 20px;
    transform: translate(0, 0)
}

.toggle-button {
    padding: 0;
    background: none;
    border: 0;
    height: initial
}

.toggle-button input:checked+label:after {
    transform: translateX(14px)
}

.toggle-button input+label:before {
    width: 34px;
    height: 20px;
    margin: 0
}

.toggle-button input+label:after {
    width: 16px;
    height: 16px
}

.input-search {
    background: #fff
}

.input-search input {
    padding-left: 0
}

.input-search--small {
    height: 30px
}

.input-search--small .input-search__icon {
    font-size: 130%
}

.input-search--loading .input-search__icon--loader {
    display: block
}

.input-search--loading .input-search__button--reset {
    display: none
}

.input-search--active .input-search__button--reset {
    display: block
}

.input-search__icon,
.input-search__button {
    width: 35px;
    color: #b3b3b3;
    font-size: 150%;
    line-height: 35px;
    text-align: center;
    flex-shrink: 0
}

.input-search__icon {
    flex-shrink: 0
}

.input-search__icon--loader {
    display: none
}

.input-search__button {
    cursor: pointer
}

.input-search__button--reset {
    display: none
}

.input-item {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center
}

.input-item:first-of-type {
    border-top: 0
}

.input-item__input,
.input-item__title {
    flex-grow: 1
}

.input-item__title {
    color: gray;
    font-size: 130%;
    font-weight: bold
}

.input-item__text {
    color: gray;
    font-size: 130%
}

.input-item__input,
.input-item__title,
.input-item__text {
    margin: 0 10px
}

.input-item__spacer {
    flex-grow: 1
}

.input-item__actions {
    display: flex;
    align-items: center
}

.input-item__icon,
.input-item__action {
    width: 30px;
    height: 30px;
    color: #b3b3b3;
    font-size: 160%;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.input-item__icon:hover,
.input-item__action:hover {
    color: #9a9a9a
}

.input-item__action {
    margin-left: 10px
}

.input-item__icon {
    margin-right: 10px
}

.textedit {
    padding: 12px;
    overflow: auto;
    color: #666;
    font-size: 130%
}

.textedit--auto {
    width: initial
}

.input-tags {
    padding: 0 10px
}

.input-tags__tag {
    margin: 0 5px 0 0;
    background: #837ca6;
    padding-right: 10px
}

.input-tags__tag-button {
    font-size: 110%;
    color: #fff;
    margin: 0 0 0 5px
}

.input-tags__input {
    flex-grow: 1
}

.input-tags__input input {
    width: 100%;
    padding: 0
}

.input__button {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #a09abb;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 130%;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer
}

.input__button-group {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #a09abb;
    width: 35px;
    height: 35px;
    font-size: 150%;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.input__button-group span {
    margin: -2px auto
}

.input-combo {
    display: flex
}

.input-combo .input:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-combo .input:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.inputs-date {
    display: flex
}

.inputs-date .input-basic {
    min-width: inherit;
    width: 160px !important;
    border-radius: 4px 0 0 4px
}

.inputs-date .input-basic.input-basic--small {
    width: 90px !important
}

.inputs-date .input-basic:last-of-type {
    width: 100px;
    margin-left: -1px;
    border-radius: 0 4px 4px 0
}

.inputs-date .input-basic:first-of-type {
    border-radius: 4px 0 0 4px
}

.inputs-combined--text {
    align-items: center;
    display: flex
}

.inputs-combined--text .settings-module-form-text {
    color: #aaa;
    margin: 0 10px
}

.inputs-combined--text .settings-module-min-width {
    min-width: 0
}

.inputCheckbox {
    position: relative;
    display: inline-block
}

.inputCheckbox label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.inputCheckbox label:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #ccc;
    font-size: 180%
}

.inputCheckbox label:hover::after {
    opacity: .5
}

.inputCheckbox input[type=checkbox] {
    visibility: hidden
}

.inputCheckbox input[type=checkbox]:checked+label:before {
    content: "";
    color: #4e81c6;
    font-weight: 600
}

.inputCheckbox.selected {
    margin: 13px 14px
}

.inputCheckbox.selected label {
    border: 2px solid #a1a1a2;
    background: #a1a1a2
}

.inputCheckbox.selected label:after {
    opacity: 1
}

.submodule__container {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #fff
}

.settings-module-form-box {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: flex
}

.settings-module-form-box:last-child {
    border-bottom: unset
}

.settings-module-form-left {
    width: 20%;
    padding: 0 20px;
    flex: 0 0 20%;
    min-width: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center
}

.settings-module-form-label {
    text-align: right;
    color: #6d7791;
    font-size: 120%;
    margin-left: 10px
}

.settings-module-form-right {
    min-width: 0;
    width: 80%;
    flex: 1 1 auto;
    padding: 0 20px;
    border-left: 1px solid #eee;
    position: relative
}

.settings-module-form-info {
    color: #888;
    font-size: 120%;
    margin-top: 10px
}

.settings-list-item {
    height: 70px;
    padding: 0 20px;
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.settings-list-item:first-of-type {
    border: 0
}

.settings-list-item-actions {
    flex: 0 0 auto;
    display: flex;
    position: relative;
    align-items: center
}

.settings-list-item-actions .button {
    margin-left: 20px
}

.settings-list-item-actions-bt {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.settings-list-item-actions-bt:hover span {
    font-size: 180%;
    cursor: pointer;
    color: #837ca6
}

.settings-list-item-actions-bt span {
    color: #aaa;
    font-size: 160%;
    line-height: 28px
}

.add-more-bt {
    height: 40px;
    width: auto;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px dashed #ddd;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center
}

.add-more-bt:hover {
    cursor: pointer;
    background: #f6f6f6
}

.add-more-bt--list {
    margin-top: 10px
}

.add-more-bt--empty {
    margin-top: 0
}

.add-more-bt--alt {
    background: #fff
}

.add-more-bt--alt:hover {
    cursor: pointer;
    background: #f8f8f8
}

.add-more-bt--gray .add-more-bt__icon,
.add-more-bt--gray .add-more-bt__text {
    color: #888 !important
}

.add-more-bt .add-more-bt__icon {
    color: #d38367;
    font-size: 180%;
    margin-right: 10px;
    align-self: center
}

.add-more-bt .add-more-bt__text {
    color: #d38367;
    font-size: 130%;
    text-align: center;
    font-weight: 600;
    line-height: 42px
}

.health-item__box {
    margin-right: 10px;
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative
}

.health-item__box.health-item__box--container {
    flex-grow: 1
}

.health-item__box .health-item__condition {
    position: relative
}

.health-item__text {
    color: #777;
    font-size: 120%;
    margin-right: 10px
}

.settings-module-form-input--row {
    display: flex
}

button.button {
    border: 0;
    font-size: 100%;
    appearance: none
}

.button {
    display: inline-block;
    height: 35px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 0 5px;
    user-select: none
}

.button:hover {
    background: #fafafa
}

.button:hover.button--input,
.button:hover .button__text,
.button:hover .button__icon {
    color: gray
}

.button--auto {
    width: 100%
}

.button--grey-light {
    background: #f5f5f5
}

.button--grey-light:hover {
    background: #fafafa
}

.button--primary {
    background: #796fb0
}

.button--primary.button--input,
.button--primary .button__text,
.button--primary .button__icon {
    color: #fff
}

.button--primary:hover {
    background: #7065ab
}

.button--primary:hover.button--input,
.button--primary:hover .button__text,
.button--primary:hover .button__icon {
    color: #fff
}

.button--secondary {
    background: gray
}

.button--secondary.button--input,
.button--secondary .button__text,
.button--secondary .button__icon {
    color: #fff
}

.button--secondary:hover {
    background: #787878
}

.button--secondary:hover.button--input,
.button--secondary:hover .button__text,
.button--secondary:hover .button__icon {
    color: #fff
}

.button--blue {
    background: #4e81c6
}

.button--blue.button--input,
.button--blue .button__text,
.button--blue .button__icon {
    color: #fff
}

.button--blue:hover {
    background: #4279c2
}

.button--blue:hover.button--input,
.button--blue:hover .button__text,
.button--blue:hover .button__icon {
    color: #fff
}

.button--purple {
    background: #796fb0
}

.button--purple.button--input,
.button--purple .button__text,
.button--purple .button__icon {
    color: #fff
}

.button--purple:hover {
    background: #7065ab
}

.button--purple:hover.button--input,
.button--purple:hover .button__text,
.button--purple:hover .button__icon {
    color: #fff
}

.button--red {
    background: #cc4e4e
}

.button--red.button--input,
.button--red .button__text,
.button--red .button__icon {
    color: #fff
}

.button--red:hover {
    background: #c94242
}

.button--red:hover.button--input,
.button--red:hover .button__text,
.button--red:hover .button__icon {
    color: #fff
}

.button--green {
    background: #4ba757
}

.button--green.button--input,
.button--green .button__text,
.button--green .button__icon {
    color: #fff
}

.button--green:hover {
    background: #469c51
}

.button--green:hover.button--input,
.button--green:hover .button__text,
.button--green:hover .button__icon {
    color: #fff
}

.button--grey {
    background: gray
}

.button--grey.button--input,
.button--grey .button__text,
.button--grey .button__icon {
    color: #fff
}

.button--grey:hover {
    background: #787878
}

.button--grey:hover.button--input,
.button--grey:hover .button__text,
.button--grey:hover .button__icon {
    color: #fff
}

.button--input,
.button__text {
    color: #999;
    font-size: 130%;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 10px
}

.button__icon {
    color: #999;
    font-size: 130%;
    line-height: 35px;
    text-align: center;
    float: left;
    margin: 0 10px
}

.button--input {
    font-family: Lato, Arial, sans-serif;
    padding: 0 15px;
    margin: 0;
    border: 0;
    outline: none
}

/* Pop overs no inlcuido en repo de diseño (no eliminar) */

.popover__container {
    border-radius: 4px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
    background: #fff;
    position: absolute;
    z-index: 998
}

.popover__container:after,
.popover__container:before {
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.popover__container:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px
}

.popover__container:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 11px
}

.popover__container.popover__arrow--top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px
}

.popover__container.popover__arrow--top:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px
}

.popover__arrow--bottom-right:after,
.popover__arrow--bottom-right:before {
    top: 100%;
    right: 20px
}


.popover__arrow--bottom-center:after,
.popover__arrow--bottom-center:before {
    top: 100%;
    left: 50%;
    margin-left: -11px
}

.popover__container--small {
    width: 200px
}

.popover__container--normal {
    width: 300px
}

.popover__title {
    color: #777;
    font-size: 130%;
    font-weight: bold
}

.popover__head {
    margin: 10px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popover__head .popover__text {
    padding: 10px
}

.popover__container--required {
    background: #fafcdd;
    width: auto;
    min-width: 150px;
    max-width: 200px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    top: -50px;
    align-content: 0;
    right: 40px
}

.popover__container--required:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px
}

.popover__container--required:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px
}

.popover__container--required:after {
    border-top-color: #fafcdd
}

.popover__container--required .popover__head {
    border-bottom: none
}

.popover__container--required .popover__head {
    margin: 6px
}

.popover__container--required .popover__head .popover__text {
    padding: 5px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.popover__container--required .popover__title {
    color: #777;
    font-size: 110%;
    font-weight: bold
}

.popover__container--error .popover__head {
    bottom: 100%;
    border-bottom: none
}

.popover__container--error .popover__text {
    text-align: center;
    flex-grow: 1
}

.popover__container--error .popover__title {
    color: #555
}
/* ################## CUSTOM DEVs ################### */


/* fix crispy django input */

.input .ctrlHolder {
    display: flex;
    flex-grow: 1;
}

/* Custom para mensajes de error en settings overlay */

.overlay .popover__container {
    top: unset;
    bottom: 50px;
    right: 10px;
    max-width: max-content;
}

.overlay .toggle {
    position: relative;
}

/* Ends custom para mensajes de error en settings overlay */

/* Fuerza ocultar los scroll en la apertura de colorbox */
.scroll--hidden {
    overflow: hidden;
}