From b9a3f08f65d56f2b01dac263d862b1d5449a5400 Mon Sep 17 00:00:00 2001 From: Rhyne Vlaservich Date: Thu, 24 Nov 2022 12:12:07 -0500 Subject: [PATCH] Tweak colors --- dist/paper.css | 168 ++-- dist/paper.min.css | 1835 +---------------------------------------- src/core/_config.scss | 34 +- 3 files changed, 103 insertions(+), 1934 deletions(-) diff --git a/dist/paper.css b/dist/paper.css index f839e3f..2946054 100644 --- a/dist/paper.css +++ b/dist/paper.css @@ -3,37 +3,37 @@ /** Global PaperCSS Config */ -@import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC"); +@import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap"); html { --primary: #41403e; - --secondary: #0071de; - --success: #09c800; - --warning: #decf00; - --danger: #e7001b; + --secondary: #0b74d5; + --success: #86a361; + --warning: #ddcd45; + --danger: #a7342d; --muted: #868e96; - --primary-light: #e6e5e5; - --secondary-light: #deefff; - --success-light: #d9ffd7; - --warning-light: #fffdde; - --danger-light: #ffe7ea; - --muted-light: white; + --primary-light: #cdcccb; + --secondary-light: #d8ebfd; + --success-light: #d5dfc8; + --warning-light: #f5f0c6; + --danger-light: #f0cbc9; + --muted-light: #e6e7e9; --primary-dark: black; --secondary-dark: black; - --success-dark: black; - --warning-dark: #121100; - --danger-dark: #1b0003; + --success-dark: #374427; + --warning-dark: #746a15; + --danger-dark: black; --muted-dark: #313538; --primary-light-10: #5b5a57; - --secondary-light-10: #128bff; - --success-light-10: #0bfb00; - --warning-light-10: #ffef12; - --danger-light-10: #ff1b36; + --secondary-light-10: #208ef3; + --success-light-10: #9fb681; + --warning-light-10: #e5d970; + --danger-light-10: #cb453c; --muted-light-10: #a1a8ae; --primary-dark-10: #272625; - --secondary-dark-10: #0057ab; - --success-dark-10: #067c00; - --warning-dark-10: #928800; - --danger-dark-10: #b40015; + --secondary-dark-10: #085aa5; + --success-dark-10: #4a5a35; + --warning-dark-10: #746a15; + --danger-dark-10: #7f2722; --muted-dark-10: #6c757d; --primary-shaded-50: #c1c0bd; --primary-shaded-70: #f2f2f2; @@ -45,10 +45,10 @@ html { --main-background-light: white; --black: black; --primary-text: #272625; - --secondary-text: #0057ab; - --success-text: #067c00; - --warning-text: #928800; - --danger-text: #b40015; + --secondary-text: #085aa5; + --success-text: #4a5a35; + --warning-text: #746a15; + --danger-text: #7f2722; --muted-text: #6c757d; --shadow-color-regular: rgba(0, 0, 0, 0.2); --shadow-color-hover: rgba(0, 0, 0, 0.3); @@ -57,32 +57,32 @@ html { html.dark { --primary: #fff; - --secondary: #5097d5; - --success: #5dd55e; + --secondary: #5595ce; + --success: #70c272; --warning: #d4c252; --danger: #df4c57; --muted: #868e96; --primary-light: white; - --secondary-light: #65a3da; - --success-light: #71da72; + --secondary-light: #69a1d4; + --success-light: #82ca84; --warning-light: #d9c966; --danger-light: #e3626b; --muted-light: #949ba2; --primary-dark: gray; - --secondary-dark: #1b4971; - --success-dark: #1a651b; + --secondary-dark: #1f476b; + --success-dark: #265927; --warning-dark: #71651c; --danger-dark: #7c161e; --muted-dark: #313538; --primary-light-10: white; - --secondary-light-10: #79afdf; - --success-light-10: #86e086; + --secondary-light-10: #7daed9; + --success-light-10: #94d195; --warning-light-10: #ded07b; --danger-light-10: #e77780; --muted-light-10: #a1a8ae; --primary-dark-10: #e6e6e6; - --secondary-dark-10: #2f7ec3; - --success-dark-10: #35cb36; + --secondary-dark-10: #367cba; + --success-dark-10: #4cb34f; --warning-dark-10: #c3ae30; --danger-dark-10: #d22633; --muted-dark-10: #6c757d; @@ -96,8 +96,8 @@ html.dark { --main-background-light: #c1c0bd; --black: black; --primary-text: #41403e; - --secondary-text: #1b4971; - --success-text: #1a651b; + --secondary-text: #1f476b; + --success-text: #265927; --warning-text: #71651c; --danger-text: #7c161e; --muted-text: #313538; @@ -517,7 +517,7 @@ hr::after { .paper { background-color: #41403e; background-color: var(--main-background); - border: 1px solid #e6e5e5; + border: 1px solid #cdcccb; box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2); margin-bottom: 1rem; margin-top: 1rem; @@ -1701,7 +1701,7 @@ button.disabled, button[disabled], a { color: #41403e; color: var(--secondary); - background-image: linear-gradient(5deg, transparent 65%, #0071de 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0071de 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0071de 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0071de 35%, transparent 50%); + background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%); background-position: 0 90%; background-repeat: repeat-x; background-size: 4px 3px; @@ -1726,7 +1726,7 @@ button.btn-primary, button.btn-primary:hover:active, .paper-btn.btn-primary:hover:active, [type=button].btn-primary:hover:active { - background-color: #cdcccb; + background-color: #b4b3b0; } button.btn-secondary, @@ -1742,7 +1742,7 @@ button.btn-secondary, button.btn-secondary:hover:active, .paper-btn.btn-secondary:hover:active, [type=button].btn-secondary:hover:active { - background-color: #abd6ff; + background-color: #a7d3fa; } button.btn-success, @@ -1758,7 +1758,7 @@ button.btn-success, button.btn-success:hover:active, .paper-btn.btn-success:hover:active, [type=button].btn-success:hover:active { - background-color: #a8ffa4; + background-color: #bccca8; } button.btn-warning, @@ -1774,7 +1774,7 @@ button.btn-warning, button.btn-warning:hover:active, .paper-btn.btn-warning:hover:active, [type=button].btn-warning:hover:active { - background-color: #fff9ab; + background-color: #ede49b; } button.btn-danger, @@ -1790,7 +1790,7 @@ button.btn-danger, button.btn-danger:hover:active, .paper-btn.btn-danger:hover:active, [type=button].btn-danger:hover:active { - background-color: #ffb4bd; + background-color: #e6a5a1; } button.btn-muted, @@ -1806,121 +1806,121 @@ button.btn-muted, button.btn-muted:hover:active, .paper-btn.btn-muted:hover:active, [type=button].btn-muted:hover:active { - background-color: #e4e6e7; + background-color: #caced1; } button.btn-primary-outline, .paper-btn.btn-primary-outline, [type=button].btn-primary-outline { background-color: white; - border-color: #cdcccb; + border-color: #b4b3b0; color: #41403e; } button.btn-primary-outline:hover, .paper-btn.btn-primary-outline:hover, [type=button].btn-primary-outline:hover { - background-color: #e6e5e5; + background-color: #cdcccb; border-color: #41403e; } button.btn-primary-outline:hover:active, .paper-btn.btn-primary-outline:hover:active, [type=button].btn-primary-outline:hover:active { - background-color: #cdcccb; + background-color: #b4b3b0; } button.btn-secondary-outline, .paper-btn.btn-secondary-outline, [type=button].btn-secondary-outline { background-color: white; - border-color: #abd6ff; - color: #0057ab; + border-color: #a7d3fa; + color: #085aa5; } button.btn-secondary-outline:hover, .paper-btn.btn-secondary-outline:hover, [type=button].btn-secondary-outline:hover { - background-color: #deefff; - border-color: #0071de; + background-color: #d8ebfd; + border-color: #0b74d5; } button.btn-secondary-outline:hover:active, .paper-btn.btn-secondary-outline:hover:active, [type=button].btn-secondary-outline:hover:active { - background-color: #abd6ff; + background-color: #a7d3fa; } button.btn-success-outline, .paper-btn.btn-success-outline, [type=button].btn-success-outline { background-color: white; - border-color: #a8ffa4; - color: #067c00; + border-color: #bccca8; + color: #4a5a35; } button.btn-success-outline:hover, .paper-btn.btn-success-outline:hover, [type=button].btn-success-outline:hover { - background-color: #d9ffd7; - border-color: #09c800; + background-color: #d5dfc8; + border-color: #86a361; } button.btn-success-outline:hover:active, .paper-btn.btn-success-outline:hover:active, [type=button].btn-success-outline:hover:active { - background-color: #a8ffa4; + background-color: #bccca8; } button.btn-warning-outline, .paper-btn.btn-warning-outline, [type=button].btn-warning-outline { background-color: white; - border-color: #fff9ab; - color: #928800; + border-color: #ede49b; + color: #746a15; } button.btn-warning-outline:hover, .paper-btn.btn-warning-outline:hover, [type=button].btn-warning-outline:hover { - background-color: #fffdde; - border-color: #decf00; + background-color: #f5f0c6; + border-color: #ddcd45; } button.btn-warning-outline:hover:active, .paper-btn.btn-warning-outline:hover:active, [type=button].btn-warning-outline:hover:active { - background-color: #fff9ab; + background-color: #ede49b; } button.btn-danger-outline, .paper-btn.btn-danger-outline, [type=button].btn-danger-outline { background-color: white; - border-color: #ffb4bd; - color: #b40015; + border-color: #e6a5a1; + color: #7f2722; } button.btn-danger-outline:hover, .paper-btn.btn-danger-outline:hover, [type=button].btn-danger-outline:hover { - background-color: #ffe7ea; - border-color: #e7001b; + background-color: #f0cbc9; + border-color: #a7342d; } button.btn-danger-outline:hover:active, .paper-btn.btn-danger-outline:hover:active, [type=button].btn-danger-outline:hover:active { - background-color: #ffb4bd; + background-color: #e6a5a1; } button.btn-muted-outline, .paper-btn.btn-muted-outline, [type=button].btn-muted-outline { background-color: white; - border-color: #e4e6e7; + border-color: #caced1; color: #6c757d; } button.btn-muted-outline:hover, .paper-btn.btn-muted-outline:hover, [type=button].btn-muted-outline:hover { - background-color: white; + background-color: #e6e7e9; border-color: #868e96; } button.btn-muted-outline:hover:active, .paper-btn.btn-muted-outline:hover:active, [type=button].btn-muted-outline:hover:active { - background-color: #e4e6e7; + background-color: #caced1; } .card { @@ -1969,7 +1969,7 @@ button.btn-muted-outline:hover:active, } .card .card-body .card-subtitle, .card .card-body h5 { - color: #0071de; + color: #0b74d5; margin-bottom: 0.5rem; margin-top: 0; } @@ -2094,7 +2094,7 @@ textarea[disabled] { } .form-group .paper-radio input[type=radio]:checked + span::before, .form-group .paper-check input[type=radio]:checked + span::before { - background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20fill%3D'%230071de'%20d%3D'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746'%3E%3C/path%3E%3C/svg%3E") left center no-repeat; + background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20fill%3D'%230b74d5'%20d%3D'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746'%3E%3C/path%3E%3C/svg%3E") left center no-repeat; } .form-group .paper-radio input[type=checkbox], .form-group .paper-check input[type=checkbox] { @@ -2109,7 +2109,7 @@ textarea[disabled] { } .form-group .paper-radio input[type=checkbox]:checked + span::before, .form-group .paper-check input[type=checkbox]:checked + span::before { - background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20stroke%3D'%230071de'%20fill-opacity%3D'0'%20stroke-width%3D'16'%20d%3D'm13,62c0.61067,1.6%201.3045,2.3045%201.75717,2.75716c0.72683,0.72684%201.24283,1.24284%202.07617,2.07617c0.54133,0.54133%201.04116,1.06035%201.82833,1.82383c0.5781,0.5607%201.00502,0.96983%202.02633,1.74417c0.55877,0.42365%201.191,0.84034%201.884,1.284c1.16491,0.74577%201.59777,1.00147%202.5,1.55067c0.4692,0.28561%201.43689,0.86868%201.93067,1.16534c0.99711,0.59904%201.99667,1.19755%202.49283,1.49866c0.98501,0.59779%201.47073,0.89648%201.94733,1.2c1.3971,0.88972%201.83738,1.19736%202.7,1.7955c0.42201,0.29262%201.24022,0.87785%202.05583,1.41917c0.79531,0.52785%201.59376,1.0075%202.38,1.43867c0.74477,0.40842%201.45167,0.75802%202.37817,1.22517c0.76133,0.38387%201.54947,0.82848%202.40717,1.41084c0.7312,0.49647%201.49563,1.08231%202.27884,1.258c0.35564,0.07978%200.14721,-0.95518%200.35733,-1.86867c0.18092,-0.78651%200.98183,-1.2141%200.99983,-2.07867c0.02073,-0.99529%200.07916,-1.79945%200.42533,-2.56133c0.43607,-0.95973%200.53956,-1.66774%200.79617,-2.68183c0.18888,-0.74645%200.39764,-1.31168%200.7785,-2.6235c0.20865,-0.71867%200.41483,-1.48614%200.708,-2.28c0.15452,-0.41843%200.77356,-1.73138%201.348,-2.64133c0.30581,-0.48443%200.65045,-0.97043%201.0065,-1.4745c0.74776,-1.05863%201.1531,-1.60163%201.9375,-2.77084c0.40621,-0.60548%200.80272,-1.23513%201.2045,-1.8765c0.40757,-0.65062%200.81464,-1.31206%201.2315,-1.9755c0.41946,-0.66757%200.83374,-1.34258%201.73067,-2.648c0.44696,-0.65053%200.91436,-1.28356%201.386,-1.9095c0.46972,-0.6234%200.94725,-1.2364%201.422,-1.8465c0.94116,-1.20947%201.86168,-2.40844%202.30367,-3.0105c0.438,-0.59664%200.86246,-1.19396%201.27501,-1.7895c0.40743,-0.58816%200.80352,-1.17234%201.185,-1.7535c1.10526,-1.68381%201.44079,-2.23511%201.77633,-2.7705c0.32878,-0.52461%200.96306,-1.5459%201.27467,-2.04c0.60654,-0.96177%201.20782,-1.88193%201.51051,-2.325c0.59013,-0.86381%201.17888,-1.68032%201.46416,-2.075c0.5498,-0.76063%201.31747,-1.8231%201.77883,-2.4895c0.43918,-0.63437%200.85266,-1.25267%201.45717,-2.15717c0.59549,-0.891%200.96531,-1.46814%201.51466,-2.22933c0.58413,-0.80936%201.12566,-1.40253%201.83801,-2.12333c0.61304,-0.62031%200.45171,-1.48306%200.7045,-2.34733c0.25668,-0.87762%200.75447,-1.62502%201,-2.40983c0.25128,-0.8032%200.7633,-1.39453%201.33217,-2.25417c0.54528,-0.82398%200.73415,-1.6714%201.31516,-2.336c0.55639,-0.63644%201.38658,-1.22588%201.8595,-1.9c0.5082,-0.72441%200.78867,-1.4%201.60266,-1.56667l0.71184,-0.4905'%3E%3C/path%3E%3C/svg%3E") left center no-repeat; + background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20stroke%3D'%230b74d5'%20fill-opacity%3D'0'%20stroke-width%3D'16'%20d%3D'm13,62c0.61067,1.6%201.3045,2.3045%201.75717,2.75716c0.72683,0.72684%201.24283,1.24284%202.07617,2.07617c0.54133,0.54133%201.04116,1.06035%201.82833,1.82383c0.5781,0.5607%201.00502,0.96983%202.02633,1.74417c0.55877,0.42365%201.191,0.84034%201.884,1.284c1.16491,0.74577%201.59777,1.00147%202.5,1.55067c0.4692,0.28561%201.43689,0.86868%201.93067,1.16534c0.99711,0.59904%201.99667,1.19755%202.49283,1.49866c0.98501,0.59779%201.47073,0.89648%201.94733,1.2c1.3971,0.88972%201.83738,1.19736%202.7,1.7955c0.42201,0.29262%201.24022,0.87785%202.05583,1.41917c0.79531,0.52785%201.59376,1.0075%202.38,1.43867c0.74477,0.40842%201.45167,0.75802%202.37817,1.22517c0.76133,0.38387%201.54947,0.82848%202.40717,1.41084c0.7312,0.49647%201.49563,1.08231%202.27884,1.258c0.35564,0.07978%200.14721,-0.95518%200.35733,-1.86867c0.18092,-0.78651%200.98183,-1.2141%200.99983,-2.07867c0.02073,-0.99529%200.07916,-1.79945%200.42533,-2.56133c0.43607,-0.95973%200.53956,-1.66774%200.79617,-2.68183c0.18888,-0.74645%200.39764,-1.31168%200.7785,-2.6235c0.20865,-0.71867%200.41483,-1.48614%200.708,-2.28c0.15452,-0.41843%200.77356,-1.73138%201.348,-2.64133c0.30581,-0.48443%200.65045,-0.97043%201.0065,-1.4745c0.74776,-1.05863%201.1531,-1.60163%201.9375,-2.77084c0.40621,-0.60548%200.80272,-1.23513%201.2045,-1.8765c0.40757,-0.65062%200.81464,-1.31206%201.2315,-1.9755c0.41946,-0.66757%200.83374,-1.34258%201.73067,-2.648c0.44696,-0.65053%200.91436,-1.28356%201.386,-1.9095c0.46972,-0.6234%200.94725,-1.2364%201.422,-1.8465c0.94116,-1.20947%201.86168,-2.40844%202.30367,-3.0105c0.438,-0.59664%200.86246,-1.19396%201.27501,-1.7895c0.40743,-0.58816%200.80352,-1.17234%201.185,-1.7535c1.10526,-1.68381%201.44079,-2.23511%201.77633,-2.7705c0.32878,-0.52461%200.96306,-1.5459%201.27467,-2.04c0.60654,-0.96177%201.20782,-1.88193%201.51051,-2.325c0.59013,-0.86381%201.17888,-1.68032%201.46416,-2.075c0.5498,-0.76063%201.31747,-1.8231%201.77883,-2.4895c0.43918,-0.63437%200.85266,-1.25267%201.45717,-2.15717c0.59549,-0.891%200.96531,-1.46814%201.51466,-2.22933c0.58413,-0.80936%201.12566,-1.40253%201.83801,-2.12333c0.61304,-0.62031%200.45171,-1.48306%200.7045,-2.34733c0.25668,-0.87762%200.75447,-1.62502%201,-2.40983c0.25128,-0.8032%200.7633,-1.39453%201.33217,-2.25417c0.54528,-0.82398%200.73415,-1.6714%201.31516,-2.336c0.55639,-0.63644%201.38658,-1.22588%201.8595,-1.9c0.5082,-0.72441%200.78867,-1.4%201.60266,-1.56667l0.71184,-0.4905'%3E%3C/path%3E%3C/svg%3E") left center no-repeat; } .form-group .paper-switch-label, .form-group .paper-switch-2-label { @@ -2146,7 +2146,7 @@ textarea[disabled] { } .form-group .paper-switch input:focus + .paper-switch-slider, .form-group .paper-switch-2 input:focus + .paper-switch-slider { - box-shadow: 0 0 3px #0071de; + box-shadow: 0 0 3px #0b74d5; } .form-group .paper-switch .paper-switch-slider, .form-group .paper-switch-2 .paper-switch-slider { @@ -2480,7 +2480,7 @@ fieldset.form-group { } .modal .modal-link, .modal a { - background-image: linear-gradient(5deg, transparent 65%, #0071de 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0071de 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0071de 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0071de 35%, transparent 50%); + background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%); background-position: 0 90%; background-repeat: repeat-x; background-size: 4px 3px; @@ -2629,49 +2629,49 @@ fieldset.form-group { width: 0%; } .progress .bar.striped { - background: repeating-linear-gradient(45deg, #e6e5e5, #e6e5e5 0.25rem, #cdcccb 0.25rem, #cdcccb 0.5rem); + background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem); } .progress .bar.primary { background-color: #41403e; background-color: var(--primary-light); } .progress .bar.primary.striped { - background: repeating-linear-gradient(45deg, #e6e5e5, #e6e5e5 0.25rem, #cdcccb 0.25rem, #cdcccb 0.5rem); + background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem); } .progress .bar.secondary { background-color: #41403e; background-color: var(--secondary-light); } .progress .bar.secondary.striped { - background: repeating-linear-gradient(45deg, #deefff, #deefff 0.25rem, #abd6ff 0.25rem, #abd6ff 0.5rem); + background: repeating-linear-gradient(45deg, #d8ebfd, #d8ebfd 0.25rem, #a7d3fa 0.25rem, #a7d3fa 0.5rem); } .progress .bar.success { background-color: #41403e; background-color: var(--success-light); } .progress .bar.success.striped { - background: repeating-linear-gradient(45deg, #d9ffd7, #d9ffd7 0.25rem, #a8ffa4 0.25rem, #a8ffa4 0.5rem); + background: repeating-linear-gradient(45deg, #d5dfc8, #d5dfc8 0.25rem, #bccca8 0.25rem, #bccca8 0.5rem); } .progress .bar.warning { background-color: #41403e; background-color: var(--warning-light); } .progress .bar.warning.striped { - background: repeating-linear-gradient(45deg, #fffdde, #fffdde 0.25rem, #fff9ab 0.25rem, #fff9ab 0.5rem); + background: repeating-linear-gradient(45deg, #f5f0c6, #f5f0c6 0.25rem, #ede49b 0.25rem, #ede49b 0.5rem); } .progress .bar.danger { background-color: #41403e; background-color: var(--danger-light); } .progress .bar.danger.striped { - background: repeating-linear-gradient(45deg, #ffe7ea, #ffe7ea 0.25rem, #ffb4bd 0.25rem, #ffb4bd 0.5rem); + background: repeating-linear-gradient(45deg, #f0cbc9, #f0cbc9 0.25rem, #e6a5a1 0.25rem, #e6a5a1 0.5rem); } .progress .bar.muted { background-color: #41403e; background-color: var(--muted-light); } .progress .bar.muted.striped { - background: repeating-linear-gradient(45deg, white, white 0.25rem, #e4e6e7 0.25rem, #e4e6e7 0.5rem); + background: repeating-linear-gradient(45deg, #e6e7e9, #e6e7e9 0.25rem, #caced1 0.25rem, #caced1 0.5rem); } .progress .bar.w-0 { width: 0%; diff --git a/dist/paper.min.css b/dist/paper.min.css index d841253..b5f99c5 100644 --- a/dist/paper.min.css +++ b/dist/paper.min.css @@ -1,1833 +1,2 @@ -@charset "UTF-8";@import url('https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC'); - -html {--primary: #41403e; - --secondary: #0071de; - --success: #86a361; - --warning: #ddcd45; - --danger: #a7342d; - --muted: #868e96; - --primary-light: #c1c0bd; - --secondary-light: #deefff; - --success-light: #d0dbc2; - --warning-light: #f5f0c6; - --danger-light: #f0cbc9; - --muted-light: #e6e7e9; - --primary-dark: #000; - --secondary-dark: #000; - --success-dark: #374427; - --warning-dark: #746a15; - --danger-dark: #000; - --muted-dark: #313538; - --primary-light-10: #5b5a57; - --secondary-light-10: #128bff; - --success-light-10: #9fb681; - --warning-light-10: #e5d970; - --danger-light-10: #cb453c; - --muted-light-10: #a1a8ae; - --primary-dark-10: #272625; - --secondary-dark-10: #0057ab; - --success-dark-10: #6c844d; - --warning-dark-10: #cab925; - --danger-dark-10: #7f2722; - --muted-dark-10: #6c757d; - --primary-shaded-50: #c1c0bd; - --primary-shaded-70: #f2f2f2; - --white-dark: rgba(0, 0, 0, 0.03); - --white-dark-light-80: hsla(0, 0%, 80%, 0.03); - --light-dark: rgba(0, 0, 0, 0.7); - --white: #fff; - --main-background: #fff; - --main-background-light: #fff; - --primary-text: #272625; - --secondary-text: #0057ab; - --success-text: #6c844d; - --warning-text: #cab925; - --danger-text: #7f2722; - --muted-text: #6c757d; - --primary-inverse: #fff;} - -html, -html.dark {--black: #000; - --shadow-color-regular: rgba(0, 0, 0, 0.2); - --shadow-color-hover: rgba(0, 0, 0, 0.3);} - -html.dark {--primary: #fff; - --secondary: #0071de; - --success: #189418; - --warning: #ddcd45; - --danger: #ff8c86; - --muted: #868e96; - --primary-light: #fff; - --secondary-light: #007ef8; - --success-light: #1caa1c; - --warning-light: #e1d35b; - --danger-light: #ffa4a0; - --muted-light: #949ba2; - --primary-dark: grey; - --secondary-dark: #000; - --success-dark: #031003; - --warning-dark: #746a15; - --danger-dark: #a00800; - --muted-dark: #313538; - --primary-light-10: #fff; - --secondary-light-10: #128bff; - --success-light-10: #1fc01f; - --warning-light-10: #e5d970; - --danger-light-10: #ffbcb9; - --muted-light-10: #a1a8ae; - --primary-dark-10: #e6e6e6; - --secondary-dark-10: #0057ab; - --success-dark-10: #116811; - --warning-dark-10: #cab925; - --danger-dark-10: #ff5c53; - --muted-dark-10: #6c757d; - --primary-shaded-50: #343332; - --primary-shaded-70: #2f2e2d; - --white-dark: hsla(0, 0%, 100%, 0.03); - --white-dark-light-80: hsla(0, 0%, 100%, 0.03); - --light-dark: hsla(0, 0%, 100%, 0.7); - --white: #fff; - --main-background: #41403e; - --main-background-light: #c1c0bd; - --primary-text: #41403e; - --secondary-text: #0057ab; - --success-text: #116811; - --warning-text: #cab925; - --danger-text: #ff5c53; - --muted-text: #6c757d; - --primary-inverse: #41403e;} - -.text-primary {color: #41403e; - color: var(--primary);} - -.background-primary {background-color: #41403e; - background-color: var(--primary-light);} - -.text-secondary {color: #41403e; - color: var(--secondary);} - -.background-secondary {background-color: #41403e; - background-color: var(--secondary-light);} - -.text-success {color: #41403e; - color: var(--success);} - -.background-success {background-color: #41403e; - background-color: var(--success-light);} - -.text-warning {color: #41403e; - color: var(--warning);} - -.background-warning {background-color: #41403e; - background-color: var(--warning-light);} - -.text-danger {color: #41403e; - color: var(--danger);} - -.background-danger {background-color: #41403e; - background-color: var(--danger-light);} - -.text-muted {color: #41403e; - color: var(--muted);} - -.background-muted {background-color: #41403e; - background-color: var(--muted-light);} -/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html {line-height: 1.15; - text-size-adjust: 100%; - text-size-adjust: 100%;}body {margin: 0;} - -article, -aside, -footer, -header, -nav, -section {display: block;} - -h1 {font-size: 2em; - margin: 0.67em 0;} - -figcaption, -figure, -main {display: block;}figure {margin: 1em 40px;} - -hr {box-sizing: content-box; - height: 0; - overflow: visible;} - -pre {font-family: monospace,monospace; - font-size: 1em;} - -a {background-color: transparent; - text-decoration-skip: objects;} - -abbr[title] {border-bottom: none; - text-decoration: underline dotted; - text-decoration: underline; - text-decoration: underline dotted;} - -b, -strong {font-weight: inherit; - font-weight: bolder;} - -code, -kbd, -samp {font-family: monospace,monospace; - font-size: 1em;}dfn {font-style: italic;} - -mark {background-color: #ff0; - color: #000;}small {font-size: 80%;} - -sub, -sup {font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;} - -audio, -video {display: inline-block;} - -audio:not([controls]) {display: none; - height: 0;}img {border-style: none;}svg:not(:root) {overflow: hidden;} - -button, -input, -optgroup, -select, -textarea {font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0;} - -button, -input {overflow: visible;} - -button, -select {text-transform: none;} - -[type=reset], -[type=submit], -button, -html [type=button] {appearance: button;} - -[type=button]::-moz-focus-inner, -[type=reset]::-moz-focus-inner, -[type=submit]::-moz-focus-inner, -button::-moz-focus-inner {border-style: none; - padding: 0;} - -[type=button]:-moz-focusring, -[type=reset]:-moz-focusring, -[type=submit]:-moz-focusring, -button:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;} - -legend {box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal;} - -progress {display: inline-block; - vertical-align: baseline;}textarea {overflow: auto;} - -[type=checkbox], -[type=radio] {box-sizing: border-box; - padding: 0;} - -[type=number]::-webkit-inner-spin-button, -[type=number]::-webkit-outer-spin-button {height: auto;} - -[type=search] {appearance: textfield; - outline-offset: -2px;} - -[type=search]::-webkit-search-cancel-button, -[type=search]::-webkit-search-decoration {appearance: none;} - -::-webkit-file-upload-button {appearance: button; - font: inherit;} - -details, -menu {display: block;}summary {display: list-item;}canvas {display: inline-block;} - -[hidden], -template {display: none;}html {box-sizing: border-box;} - -*, -::after, -::before {box-sizing: inherit;}.container.container-xs {max-width: 480px;}.container.container-sm {max-width: 768px;}.container.container-md {max-width: 992px;}.container.container-lg {max-width: 1200px;} - -.section {margin-bottom: 2rem; - margin-top: 1rem; - word-wrap: break-word;} - -.section::after {color: #8f8d89; - content: '~~~'; - display: block; - font-size: 1.5rem; - position: relative; - text-align: center;}hr {border: 0;} - -hr::after {color: #8f8d89; - content: '~~~'; - display: block; - font-size: 1.5rem; - position: relative; - text-align: center; - top: -0.75rem;} - -.paper {background-color: #41403e; - background-color: var(--main-background); - border: 1px solid #c1c0bd; - box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2); - margin-bottom: 1rem; - margin-top: 1rem; - padding: 2rem;}@media only screen and (max-width:480px) {.paper {margin-bottom: 0; - margin-top: 0; - padding: 1rem; - width: 100%;}} - -.row {display: flex; - flex-flow: row wrap; - margin-bottom: 1rem; - margin-left: auto; - margin-right: auto;}.row.flex-right {justify-content: flex-end;}.row.flex-center {justify-content: center;}.row.flex-edges {justify-content: space-between;}.row.flex-spaces {justify-content: space-around;}.row.flex-top {align-items: flex-start;}.row.flex-middle {align-items: center;}.row.flex-bottom {align-items: flex-end;}.col {padding: 1rem;}@media only screen and (max-width:768px) {.col {flex: 0 0 100%; - max-width: 100%;}} - -.col-fill {flex: 1 1 0; - width: auto;}@media only screen and (min-width:0) {.col-1 {flex: 0 0 8.3333333333%; - max-width: 8.3333333333%;} - - .col-2 {flex: 0 0 16.6666666667%; - max-width: 16.6666666667%;} - - .col-3 {flex: 0 0 25%; - max-width: 25%;} - - .col-4 {flex: 0 0 33.3333333333%; - max-width: 33.3333333333%;} - - .col-5 {flex: 0 0 41.6666666667%; - max-width: 41.6666666667%;} - - .col-6 {flex: 0 0 50%; - max-width: 50%;} - - .col-7 {flex: 0 0 58.3333333333%; - max-width: 58.3333333333%;} - - .col-8 {flex: 0 0 66.6666666667%; - max-width: 66.6666666667%;} - - .col-9 {flex: 0 0 75%; - max-width: 75%;} - - .col-10 {flex: 0 0 83.3333333333%; - max-width: 83.3333333333%;} - - .col-11 {flex: 0 0 91.6666666667%; - max-width: 91.6666666667%;} - - .col-12 {flex: 0 0 100%; - max-width: 100%;}}@media only screen and (min-width:480px) {.xs-1 {flex: 0 0 8.3333333333%; - max-width: 8.3333333333%;} - - .xs-2 {flex: 0 0 16.6666666667%; - max-width: 16.6666666667%;} - - .xs-3 {flex: 0 0 25%; - max-width: 25%;} - - .xs-4 {flex: 0 0 33.3333333333%; - max-width: 33.3333333333%;} - - .xs-5 {flex: 0 0 41.6666666667%; - max-width: 41.6666666667%;} - - .xs-6 {flex: 0 0 50%; - max-width: 50%;} - - .xs-7 {flex: 0 0 58.3333333333%; - max-width: 58.3333333333%;} - - .xs-8 {flex: 0 0 66.6666666667%; - max-width: 66.6666666667%;} - - .xs-9 {flex: 0 0 75%; - max-width: 75%;} - - .xs-10 {flex: 0 0 83.3333333333%; - max-width: 83.3333333333%;} - - .xs-11 {flex: 0 0 91.6666666667%; - max-width: 91.6666666667%;} - - .xs-12 {flex: 0 0 100%; - max-width: 100%;}}@media only screen and (min-width:768px) {.sm-1 {flex: 0 0 8.3333333333%; - max-width: 8.3333333333%;} - - .sm-2 {flex: 0 0 16.6666666667%; - max-width: 16.6666666667%;} - - .sm-3 {flex: 0 0 25%; - max-width: 25%;} - - .sm-4 {flex: 0 0 33.3333333333%; - max-width: 33.3333333333%;} - - .sm-5 {flex: 0 0 41.6666666667%; - max-width: 41.6666666667%;} - - .sm-6 {flex: 0 0 50%; - max-width: 50%;} - - .sm-7 {flex: 0 0 58.3333333333%; - max-width: 58.3333333333%;} - - .sm-8 {flex: 0 0 66.6666666667%; - max-width: 66.6666666667%;} - - .sm-9 {flex: 0 0 75%; - max-width: 75%;} - - .sm-10 {flex: 0 0 83.3333333333%; - max-width: 83.3333333333%;} - - .sm-11 {flex: 0 0 91.6666666667%; - max-width: 91.6666666667%;} - - .sm-12 {flex: 0 0 100%; - max-width: 100%;}}@media only screen and (min-width:992px) {.md-1 {flex: 0 0 8.3333333333%; - max-width: 8.3333333333%;} - - .md-2 {flex: 0 0 16.6666666667%; - max-width: 16.6666666667%;} - - .md-3 {flex: 0 0 25%; - max-width: 25%;} - - .md-4 {flex: 0 0 33.3333333333%; - max-width: 33.3333333333%;} - - .md-5 {flex: 0 0 41.6666666667%; - max-width: 41.6666666667%;} - - .md-6 {flex: 0 0 50%; - max-width: 50%;} - - .md-7 {flex: 0 0 58.3333333333%; - max-width: 58.3333333333%;} - - .md-8 {flex: 0 0 66.6666666667%; - max-width: 66.6666666667%;} - - .md-9 {flex: 0 0 75%; - max-width: 75%;} - - .md-10 {flex: 0 0 83.3333333333%; - max-width: 83.3333333333%;} - - .md-11 {flex: 0 0 91.6666666667%; - max-width: 91.6666666667%;} - - .md-12 {flex: 0 0 100%; - max-width: 100%;}}@media only screen and (min-width:1200px) {.lg-1 {flex: 0 0 8.3333333333%; - max-width: 8.3333333333%;} - - .lg-2 {flex: 0 0 16.6666666667%; - max-width: 16.6666666667%;} - - .lg-3 {flex: 0 0 25%; - max-width: 25%;} - - .lg-4 {flex: 0 0 33.3333333333%; - max-width: 33.3333333333%;} - - .lg-5 {flex: 0 0 41.6666666667%; - max-width: 41.6666666667%;} - - .lg-6 {flex: 0 0 50%; - max-width: 50%;} - - .lg-7 {flex: 0 0 58.3333333333%; - max-width: 58.3333333333%;} - - .lg-8 {flex: 0 0 66.6666666667%; - max-width: 66.6666666667%;} - - .lg-9 {flex: 0 0 75%; - max-width: 75%;} - - .lg-10 {flex: 0 0 83.3333333333%; - max-width: 83.3333333333%;} - - .lg-11 {flex: 0 0 91.6666666667%; - max-width: 91.6666666667%;} - - .lg-12 {flex: 0 0 100%; - max-width: 100%;}}.align-top {align-self: flex-start;}.align-middle {align-self: center;}.align-bottom {align-self: flex-end;} - -.container {margin: 0 auto; - max-width: 960px; - position: relative; - width: 100%;}@media only screen and (max-width:992px) {.container {width: 85%;}}@media only screen and (max-width:480px) {.container {width: 90%;}} - -code {background-color: #41403e; - background-color: var(--primary-shaded-70); - color: #41403e; - color: var(--secondary);} - -code, -kbd {border-radius: 3px; - font-size: 80%; - padding: 2px 4px;} - -kbd {background-color: #41403e; - background-color: var(--primary); - color: #41403e; - color: var(--primary-inverse);} - -pre {background-color: #41403e; - background-color: var(--primary-shaded-70); - border: 1px solid #41403e; - border-color: var(--primary-shaded-50); - border-radius: 3px; - font-size: 80%; - line-height: 1.5; - overflow-x: auto; - padding: 1em; - word-break: break-all; - word-wrap: break-word;} - -pre, -pre code {color: #41403e; - color: var(--inverse-primary); - display: block; - white-space: pre;} - -pre code {background: transparent; - font-size: inherit; - padding: initial;} - -html {color: #41403e; - color: var(--primary); - font-size: 20px;} - -a, -button, -html, -input, -li, -option, -p, -select, -table, -tbody, -td, -textarea, -th, -thead, -tr {font-family: Neucha,sans-serif;} - -h1, -h2, -h3, -h4, -h5, -h6 {font-family: Patrick Hand SC,sans-serif; - font-weight: 400;}h1 {font-size: 4rem;}h2 {font-size: 3rem;}h3 {font-size: 2rem;}h4 {font-size: 1.5rem;}h5 {font-size: 1rem;}h6 {font-size: 0.8rem;}.text-left {text-align: left;}.text-center {text-align: center;}.text-right {text-align: right;} - -img {border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - display: block; - height: auto; - max-width: 100%;} - -img.float-left {float: left; - margin: 1rem 1rem 1rem 0;} - -img.float-right {float: right; - margin: 1rem 0 1rem 1rem;} - -img.no-responsive {display: initial; - height: auto; - max-width: none;} - -img.no-border {border: 0; - border-radius: 0;}ol {list-style-type: decimal;}ol ol {list-style-type: upper-alpha;}ol ol ol {list-style-type: upper-roman;}ol ol ol ol {list-style-type: lower-alpha;}ol ol ol ol ol {list-style-type: lower-roman;} - -ul {list-style: none; - margin-left: 0;}ul li::before {content: '-';}ul li {text-indent: -7px;} - -ul li .badge, -ul li [popover-bottom]::after, -ul li [popover-left]::after, -ul li [popover-right]::after, -ul li [popover-top]::after {text-indent: 0;} - -ul li::before {left: -7px; - position: relative;}ul ul li::before {content: '+';}ul ul ul li::before {content: '~';}ul ul ul ul li::before {content: '⤍';}ul ul ul ul ul li::before {content: '⁎';} - -ul.inline li {display: inline; - margin-left: 5px;} - -table {box-sizing: border-box; - max-width: 100%; - overflow-x: auto; - width: 100%;}@media only screen and (max-width:480px) {table tbody tr td, - table thead tr th {padding: 2%;}} - -table thead tr th {line-height: 1.5; - padding: 8px; - text-align: left; - vertical-align: bottom;} - -table tbody tr td {border-top: 1px dashed #d9d9d8; - line-height: 1.5; - padding: 8px; - vertical-align: top;} - -table.table-hover tbody tr:hover {color: #41403e; - color: var(--secondary);}table.table-alternating tbody tr:nth-of-type(2n) {color: #82807c;} - -.border {border: 2px solid #41403e; - border-color: var(--primary);} - -.border, -.border-1, -.child-borders>:nth-child(6n+1) {border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px;} - -.border-2, -.child-borders>:nth-child(6n+2) {border-bottom-left-radius: 185px 25px; - border-bottom-right-radius: 20px 205px; - border-top-left-radius: 125px 25px; - border-top-right-radius: 10px 205px;} - -.border-3, -.child-borders>:nth-child(6n+3) {border-bottom-left-radius: 225px 15px; - border-bottom-right-radius: 15px 255px; - border-top-left-radius: 15px 225px; - border-top-right-radius: 255px 15px;} - -.border-4, -.child-borders>:nth-child(6n+4) {border-bottom-left-radius: 25px 115px; - border-bottom-right-radius: 155px 25px; - border-top-left-radius: 15px 225px; - border-top-right-radius: 25px 150px;} - -.border-5, -.child-borders>:nth-child(6n+5) {border-bottom-left-radius: 20px 115px; - border-bottom-right-radius: 15px 105px; - border-top-left-radius: 250px 15px; - border-top-right-radius: 25px 80px;} - -.border-6, -.child-borders>:nth-child(6n+6) {border-bottom-left-radius: 15px 225px; - border-bottom-right-radius: 20px 205px; - border-top-left-radius: 28px 125px; - border-top-right-radius: 100px 30px;} - -.child-borders>* {border: 2px solid #41403e; - border-color: var(--primary);} - -.border-white {border-color: #41403e; - border-color: var(--white);}.border-dotted {border-style: dotted;}.border-dashed {border-style: dashed;}.border-thick {border-width: 5px;} - -.border-primary {border-color: #41403e; - border-color: var(--primary);} - -.border-secondary {border-color: #41403e; - border-color: var(--secondary);} - -.border-success {border-color: #41403e; - border-color: var(--success);} - -.border-warning {border-color: #41403e; - border-color: var(--warning);} - -.border-danger {border-color: #41403e; - border-color: var(--danger);} - -.border-muted {border-color: #41403e; - border-color: var(--muted);} - -.shadow {box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2); - transition: all 235ms ease 0s;} - -.shadow.shadow-large {box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2); - transition: all 235ms ease 0s;} - -.shadow.shadow-small {box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2); - transition: all 235ms ease 0s;} - -.shadow.shadow-hover:hover {box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3); - transform: translate3d(0, 2px, 0);} - -.child-shadows>* {box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2); - transition: all 235ms ease 0s;}.child-shadows .shadow-none {box-shadow: none;} - -.child-shadows-hover>* {box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2); - transition: all 235ms ease 0s;} - -.child-shadows-hover>:hover {box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3); - transform: translate3d(0, 2px, 0);} - -.collapsible {display: flex; - flex-direction: column;} - -.collapsible:first-of-type {border-top: 1px solid #41403e; - border-top-color: var(--muted-light);} - -.collapsible .collapsible-body {background-color: #41403e; - background-color: var(--white-dark-light-80); - border-bottom: 1px solid #41403e; - border-bottom-color: var(--muted-light); - margin: 0; - max-height: 0; - opacity: 0; - overflow: hidden; - padding: 0 0.75rem; - transition: all 235ms ease-in-out 0s;}.collapsible input {display: none;} - -.collapsible input:checked+label {color: #41403e; - color: var(--primary);} - -.collapsible input[id^=collapsible]:checked~div.collapsible-body {margin: 0; - max-height: 960px; - opacity: 1; - padding: 0.75rem;} - -.collapsible label {border-bottom: 1px solid #41403e; - border-bottom-color: var(--muted-light); - color: #41403e; - color: var(--primary); - display: inline-block; - font-weight: 600; - margin: 0 0 -1px; - padding: 0.75rem; - text-align: center;} - -.collapsible label:hover {color: #41403e; - color: var(--muted); - cursor: pointer;} - -.alert {border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - margin-bottom: 20px; - padding: 15px; - width: 100%;} - -.alert.dismissible {display: flex; - justify-content: space-between; - max-height: 48rem; - overflow: hidden; - transition: all 235ms ease-in-out 0s;} - -.alert .btn-close {color: #41403e; - color: var(--primary-light-10); - cursor: pointer; - margin-left: 0.75rem; - transition: all 235ms ease-in-out 0s;} - -.alert .btn-close:active, -.alert .btn-close:focus, -.alert .btn-close:hover {color: #41403e; - color: var(--primary-dark-10);} - -.alert-primary {background-color: #41403e; - background-color: var(--primary-light); - border-color: #41403e; - border-color: var(--primary); - color: #41403e; - color: var(--primary-text);} - -.alert-primary .btn-close {color: #41403e; - color: var(--primary-light-10);} - -.alert-primary .btn-close:active, -.alert-primary .btn-close:focus, -.alert-primary .btn-close:hover {color: #41403e; - color: var(--primary-dark-10);} - -.alert-secondary {background-color: #41403e; - background-color: var(--secondary-light); - border-color: #41403e; - border-color: var(--secondary); - color: #41403e; - color: var(--secondary-text);} - -.alert-secondary .btn-close {color: #41403e; - color: var(--secondary-light-10);} - -.alert-secondary .btn-close:active, -.alert-secondary .btn-close:focus, -.alert-secondary .btn-close:hover {color: #41403e; - color: var(--secondary-dark-10);} - -.alert-success {background-color: #41403e; - background-color: var(--success-light); - border-color: #41403e; - border-color: var(--success); - color: #41403e; - color: var(--success-text);} - -.alert-success .btn-close {color: #41403e; - color: var(--success-light-10);} - -.alert-success .btn-close:active, -.alert-success .btn-close:focus, -.alert-success .btn-close:hover {color: #41403e; - color: var(--success-dark-10);} - -.alert-warning {background-color: #41403e; - background-color: var(--warning-light); - border-color: #41403e; - border-color: var(--warning); - color: #41403e; - color: var(--warning-text);} - -.alert-warning .btn-close {color: #41403e; - color: var(--warning-light-10);} - -.alert-warning .btn-close:active, -.alert-warning .btn-close:focus, -.alert-warning .btn-close:hover {color: #41403e; - color: var(--warning-dark-10);} - -.alert-danger {background-color: #41403e; - background-color: var(--danger-light); - border-color: #41403e; - border-color: var(--danger); - color: #41403e; - color: var(--danger-text);} - -.alert-danger .btn-close {color: #41403e; - color: var(--danger-light-10);} - -.alert-danger .btn-close:active, -.alert-danger .btn-close:focus, -.alert-danger .btn-close:hover {color: #41403e; - color: var(--danger-dark-10);} - -.alert-muted {background-color: #41403e; - background-color: var(--muted-light); - border-color: #41403e; - border-color: var(--muted); - color: #41403e; - color: var(--muted-text);} - -.alert-muted .btn-close {color: #41403e; - color: var(--muted-light-10);} - -.alert-muted .btn-close:active, -.alert-muted .btn-close:focus, -.alert-muted .btn-close:hover {color: #41403e; - color: var(--muted-dark-10);}.alert-state {display: none;} - -.alert-state:checked+.dismissible {border-width: 0; - margin: 0; - max-height: 0; - opacity: 0; - padding-bottom: 0; - padding-top: 0;}article .article-title {font-size: 3rem;} - -article .article-meta {color: #41403e; - color: var(--muted-text); - font-size: 15px;} - -article .article-meta a {background-image: none; - color: #41403e; - color: var(--muted-text);} - -article .article-meta a:hover {color: #41403e; - color: var(--light-dark);} - -article .text-lead {font-size: 30px; - line-height: 1.3; - margin: 35px;}article button:not(:first-of-type) {margin-left: 2rem;}@media only screen and (max-width:480px) {article button:not(:first-of-type) {margin-left: 0;}}article p {line-height: 1.6;} - -.badge {background-color: #41403e; - background-color: var(--muted); - border: 2px solid transparent; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - color: #41403e; - color: var(--white); - display: inline-block; - font-size: 75%; - font-weight: 700; - line-height: 1; - padding: 0.25em 0.4em; - text-align: center; - vertical-align: baseline; - white-space: nowrap;} - -.badge.primary {background-color: #41403e; - background-color: var(--primary);} - -.badge.secondary {background-color: #41403e; - background-color: var(--secondary);} - -.badge.success {background-color: #41403e; - background-color: var(--success);} - -.badge.warning {background-color: #41403e; - background-color: var(--warning);} - -.badge.danger {background-color: #41403e; - background-color: var(--danger);} - -.badge.muted {background-color: #41403e; - background-color: var(--muted);} - -ul.breadcrumb {list-style: none; - padding: 10px 16px;} - -ul.breadcrumb li {display: inline; - font-size: 20px;}ul.breadcrumb li::before {content: '';} - -ul.breadcrumb li a {background-image: none; - color: #41403e; - color: var(--secondary); - text-decoration: none;}ul.breadcrumb li a:hover {text-decoration: underline;} - -ul.breadcrumb li+li::before {content: '/ '; - padding: 8px;} - -.paper-btn, -[type=button], -button {align-self: center; - background-color: #41403e; - background-color: var(--main-background); - background-image: none; - border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2); - color: #41403e; - color: var(--primary); - cursor: pointer; - display: inline-block; - font-size: 1rem; - outline: none; - padding: 0.75rem; - transition: all 235ms ease 0s; - transition: all 235ms ease-in-out 0s;}@media only screen and (max-width:520px) {.paper-btn, - [type=button], - button {display: inline-block; - margin: 0 auto 1rem; - text-align: center;}} - -.paper-btn.btn-large, -[type=button].btn-large, -button.btn-large {box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2); - font-size: 2rem; - padding: 1rem; - transition: all 235ms ease 0s;} - -.paper-btn.btn-small, -[type=button].btn-small, -button.btn-small {box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2); - font-size: 0.75rem; - padding: 0.5rem; - transition: all 235ms ease 0s;} - -.paper-btn.btn-block, -[type=button].btn-block, -button.btn-block {display: block; - width: 100%;} - -.paper-btn:hover, -[type=button]:hover, -button:hover {box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3); - transform: translate3d(0, 2px, 0);} - -.paper-btn:focus, -[type=button]:focus, -button:focus {border: 2px solid #41403e; - border-color: var(--secondary); - box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);} - -.paper-btn:active, -[type=button]:active, -button:active {border-color: rgba(0, 0, 0, 0.2); - transition: none;} - -.paper-btn.disabled, -.paper-btn[disabled], -[type=button].disabled, -[type=button][disabled], -button.disabled, -button[disabled] {cursor: not-allowed; - opacity: 0.5;} - -a {background-image: linear-gradient(5deg, transparent 65%, #0071de 80%, transparent 90%),linear-gradient(165deg, transparent 5%, #0071de 15%, transparent 25%),linear-gradient(165deg, transparent 45%, #0071de 55%, transparent 65%),linear-gradient(15deg, transparent 25%, #0071de 35%, transparent 50%); - background-position: 0 90%; - background-repeat: repeat-x; - background-size: 4px 3px; - color: #41403e; - color: var(--secondary);} - -a, -a:visited {text-decoration: none;} - -a:visited {color: #41403e; - color: var(--primary);} - -.paper-btn.btn-primary, -[type=button].btn-primary, -button.btn-primary {background-color: #41403e; - background-color: var(--primary-light); - border-color: #41403e; - border-color: var(--primary); - color: #41403e; - color: var(--primary-text);} - -.paper-btn.btn-primary:hover:active, -[type=button].btn-primary:hover:active, -button.btn-primary:hover:active {background-color: #a8a6a3;} - -.paper-btn.btn-secondary, -[type=button].btn-secondary, -button.btn-secondary {background-color: #41403e; - background-color: var(--secondary-light); - border-color: #41403e; - border-color: var(--secondary); - color: #41403e; - color: var(--secondary-text);} - -.paper-btn.btn-secondary:hover:active, -[type=button].btn-secondary:hover:active, -button.btn-secondary:hover:active {background-color: #abd6ff;} - -.paper-btn.btn-success, -[type=button].btn-success, -button.btn-success {background-color: #41403e; - background-color: var(--success-light); - border-color: #41403e; - border-color: var(--success); - color: #41403e; - color: var(--success-text);} - -.paper-btn.btn-success:hover:active, -[type=button].btn-success:hover:active, -button.btn-success:hover:active {background-color: #b7c9a1;} - -.paper-btn.btn-warning, -[type=button].btn-warning, -button.btn-warning {background-color: #41403e; - background-color: var(--warning-light); - border-color: #41403e; - border-color: var(--warning); - color: #41403e; - color: var(--warning-text);} - -.paper-btn.btn-warning:hover:active, -[type=button].btn-warning:hover:active, -button.btn-warning:hover:active {background-color: #ede49b;} - -.paper-btn.btn-danger, -[type=button].btn-danger, -button.btn-danger {background-color: #41403e; - background-color: var(--danger-light); - border-color: #41403e; - border-color: var(--danger); - color: #41403e; - color: var(--danger-text);} - -.paper-btn.btn-danger:hover:active, -[type=button].btn-danger:hover:active, -button.btn-danger:hover:active {background-color: #e6a5a1;} - -.paper-btn.btn-muted, -[type=button].btn-muted, -button.btn-muted {background-color: #41403e; - background-color: var(--muted-light); - border-color: #41403e; - border-color: var(--muted); - color: #41403e; - color: var(--muted-text);} - -.paper-btn.btn-muted:hover:active, -[type=button].btn-muted:hover:active, -button.btn-muted:hover:active {background-color: #caced1;} - -.paper-btn.btn-primary-outline, -[type=button].btn-primary-outline, -button.btn-primary-outline {background-color: #fff; - border-color: #a8a6a3; - color: #41403e;} - -.paper-btn.btn-primary-outline:hover, -[type=button].btn-primary-outline:hover, -button.btn-primary-outline:hover {background-color: #c1c0bd; - border-color: #41403e;} - -.paper-btn.btn-primary-outline:hover:active, -[type=button].btn-primary-outline:hover:active, -button.btn-primary-outline:hover:active {background-color: #a8a6a3;} - -.paper-btn.btn-secondary-outline, -[type=button].btn-secondary-outline, -button.btn-secondary-outline {background-color: #fff; - border-color: #abd6ff; - color: #0057ab;} - -.paper-btn.btn-secondary-outline:hover, -[type=button].btn-secondary-outline:hover, -button.btn-secondary-outline:hover {background-color: #deefff; - border-color: #0071de;} - -.paper-btn.btn-secondary-outline:hover:active, -[type=button].btn-secondary-outline:hover:active, -button.btn-secondary-outline:hover:active {background-color: #abd6ff;} - -.paper-btn.btn-success-outline, -[type=button].btn-success-outline, -button.btn-success-outline {background-color: #fff; - border-color: #b7c9a1; - color: #6c844d;} - -.paper-btn.btn-success-outline:hover, -[type=button].btn-success-outline:hover, -button.btn-success-outline:hover {background-color: #d0dbc2; - border-color: #86a361;} - -.paper-btn.btn-success-outline:hover:active, -[type=button].btn-success-outline:hover:active, -button.btn-success-outline:hover:active {background-color: #b7c9a1;} - -.paper-btn.btn-warning-outline, -[type=button].btn-warning-outline, -button.btn-warning-outline {background-color: #fff; - border-color: #ede49b; - color: #cab925;} - -.paper-btn.btn-warning-outline:hover, -[type=button].btn-warning-outline:hover, -button.btn-warning-outline:hover {background-color: #f5f0c6; - border-color: #ddcd45;} - -.paper-btn.btn-warning-outline:hover:active, -[type=button].btn-warning-outline:hover:active, -button.btn-warning-outline:hover:active {background-color: #ede49b;} - -.paper-btn.btn-danger-outline, -[type=button].btn-danger-outline, -button.btn-danger-outline {background-color: #fff; - border-color: #e6a5a1; - color: #7f2722;} - -.paper-btn.btn-danger-outline:hover, -[type=button].btn-danger-outline:hover, -button.btn-danger-outline:hover {background-color: #f0cbc9; - border-color: #a7342d;} - -.paper-btn.btn-danger-outline:hover:active, -[type=button].btn-danger-outline:hover:active, -button.btn-danger-outline:hover:active {background-color: #e6a5a1;} - -.paper-btn.btn-muted-outline, -[type=button].btn-muted-outline, -button.btn-muted-outline {background-color: #fff; - border-color: #caced1; - color: #6c757d;} - -.paper-btn.btn-muted-outline:hover, -[type=button].btn-muted-outline:hover, -button.btn-muted-outline:hover {background-color: #e6e7e9; - border-color: #868e96;} - -.paper-btn.btn-muted-outline:hover:active, -[type=button].btn-muted-outline:hover:active, -button.btn-muted-outline:hover:active {background-color: #caced1;} - -.card {backface-visibility: hidden; - backface-visibility: hidden; - border: 2px solid #41403e; - border-color: var(--muted-light); - box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2); - display: flex; - flex-direction: column; - position: relative; - transition: all 235ms ease 0s; - will-change: transform; - word-wrap: break-word;} - -.card:hover {box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3); - transform: translate3d(0, 2px, 0);} - -.card .card-footer, -.card .card-header {background-color: #41403e; - background-color: var(--white-dark); - border-color: #41403e; - border-color: var(--muted-light); - padding: 0.75rem 1.25rem;} - -.card .card-header {border-bottom-style: solid; - border-bottom-width: 2px;} - -.card .card-footer {border-top-style: solid; - border-top-width: 2px;} - -.card .card-body {flex: 1 1 auto; - padding: 1.25rem;} - -.card .card-body .card-title, -.card .card-body h4 {margin-bottom: 0.5rem; - margin-top: 0;} - -.card .card-body .card-subtitle, -.card .card-body h5 {color: #0071de; - margin-bottom: 0.5rem; - margin-top: 0;} - -.card .card-body .card-text, -.card .card-body p {margin-bottom: 1rem; - margin-top: 0;} - -.card .card-body .card-link+.card-link, -.card .card-body a+a {margin-left: 1.25rem;} - -.card .image-bottom, -.card .image-top, -.card img {border: 0; - border-radius: 0;} - -input, -select, -textarea {background: transparent; - border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - color: #41403e; - color: var(--primary); - display: block; - font-size: 1rem; - outline: none; - padding: 0.5rem;} - -input:focus, -select:focus, -textarea:focus {border: 2px solid #41403e; - border-color: var(--secondary);}select {height: 2.35rem;} - -.disabled, -input.disabled, -input[disabled], -select.disabled, -select[disabled], -textarea.disabled, -textarea[disabled] {cursor: not-allowed; - opacity: 0.5;}.form-group {margin-bottom: 1rem;} - -.form-group>label, -.form-group legend {display: inline-block; - margin-bottom: 0.5rem;}.form-group .input-block {width: 100%;} - -.form-group textarea {max-height: 90vh; - max-width: 100%;}.form-group textarea.no-resize {resize: none;} - -.form-group .paper-check, -.form-group .paper-radio {cursor: pointer; - display: block; - margin-bottom: 0.5rem;} - -.form-group .paper-check input, -.form-group .paper-radio input {border: 0; - height: 1px; - margin: -1px; - opacity: 0; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px;} - -.form-group .paper-check input+span, -.form-group .paper-radio input+span {display: block;} - -.form-group .paper-check input+span::before, -.form-group .paper-radio input+span::before {border: 2px solid #41403e; - border-color: var(--primary); - content: ''; - display: inline-block; - height: 1rem; - margin-right: 0.75em; - position: relative; - vertical-align: -0.25em; - width: 1rem;} - -.form-group .paper-check input[type=radio]+span::before, -.form-group .paper-radio input[type=radio]+span::before {border-bottom-left-radius: 0.7rem 1rem; - border-bottom-right-radius: 1rem 0.9rem; - border-top-left-radius: 1rem 1rem; - border-top-right-radius: 1rem 0.6rem;} - -.form-group .paper-check input[type=radio]:checked+span::before, -.form-group .paper-radio input[type=radio]:checked+span::before {background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230071de' d='M49.346 46.341c-3.79-2.005 3.698-10.294 7.984-8.89 8.713 2.852 4.352 20.922-4.901 20.269-4.684-.33-12.616-7.405-14.38-11.818-2.375-5.938 7.208-11.688 11.624-13.837 9.078-4.42 18.403-3.503 22.784 6.651 4.049 9.378 6.206 28.09-1.462 36.276-7.091 7.567-24.673 2.277-32.357-1.079-11.474-5.01-24.54-19.124-21.738-32.758 3.958-19.263 28.856-28.248 46.044-23.244 20.693 6.025 22.012 36.268 16.246 52.826-5.267 15.118-17.03 26.26-33.603 21.938-11.054-2.883-20.984-10.949-28.809-18.908C9.236 66.096 2.704 57.597 6.01 46.371c3.059-10.385 12.719-20.155 20.892-26.604C40.809 8.788 58.615 1.851 75.058 12.031c9.289 5.749 16.787 16.361 18.284 27.262.643 4.698.646 10.775-3.811 13.746'/%3E%3C/svg%3E") 0 no-repeat;} - -.form-group .paper-check input[type=checkbox]+span::before, -.form-group .paper-radio input[type=checkbox]+span::before {border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px;} - -.form-group .paper-check input[type=checkbox]:checked+span::before, -.form-group .paper-radio input[type=checkbox]:checked+span::before {background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath stroke='%230071de' stroke-width='16' d='M13 62c.61 1.6 1.304 2.304 1.757 2.757l2.076 2.076c.542.542 1.042 1.06 1.829 1.824.578.56 1.005.97 2.026 1.744.559.424 1.191.84 1.884 1.284 1.165.746 1.598 1.002 2.5 1.551.47.286 1.437.869 1.93 1.165.998.6 1.997 1.198 2.494 1.499.985.598 1.47.896 1.947 1.2 1.397.89 1.837 1.197 2.7 1.796.422.292 1.24.877 2.056 1.419a33.039 33.039 0 002.38 1.438c.744.409 1.451.758 2.378 1.226.761.383 1.55.828 2.407 1.41.731.497 1.496 1.083 2.279 1.258.355.08.147-.955.357-1.868.181-.787.982-1.214 1-2.079.02-.995.08-1.8.425-2.561.436-.96.54-1.668.797-2.682.188-.747.397-1.312.778-2.624.209-.718.415-1.486.708-2.28.155-.418.774-1.731 1.348-2.641.306-.484.65-.97 1.007-1.474.747-1.06 1.153-1.602 1.937-2.771.406-.606.803-1.235 1.205-1.877.407-.65.814-1.312 1.231-1.975.42-.668.834-1.343 1.73-2.648.448-.65.915-1.284 1.387-1.91.47-.623.947-1.236 1.422-1.846.94-1.21 1.861-2.409 2.303-3.01a84.919 84.919 0 002.46-3.543c1.106-1.685 1.441-2.236 1.777-2.771.328-.525.963-1.546 1.274-2.04a89.78 89.78 0 011.51-2.325c.591-.864 1.18-1.68 1.465-2.075.55-.761 1.317-1.823 1.779-2.49.439-.634.853-1.252 1.457-2.157.596-.891.965-1.468 1.515-2.23.584-.809 1.125-1.402 1.838-2.123.613-.62.451-1.483.704-2.347.257-.878.755-1.625 1-2.41.251-.803.763-1.394 1.332-2.254.546-.824.735-1.671 1.316-2.336.556-.636 1.386-1.226 1.859-1.9.508-.724.789-1.4 1.603-1.567l.712-.49' fill='none'/%3E%3C/svg%3E") 0 no-repeat;} - -.form-group .paper-switch-2-label, -.form-group .paper-switch-label {cursor: pointer; - float: left;}.form-group .paper-switch-label {margin: -6px 10px 0 0;}.form-group .paper-switch-2-label {margin: 0 10px 0 0;} - -.form-group .paper-switch, -.form-group .paper-switch-2 {display: block; - float: left; - margin: 0 10px 0 0; - position: relative;} - -.form-group .paper-switch-2 input, -.form-group .paper-switch input {height: 0; - opacity: 0; - width: 0;} - -.form-group .paper-switch-2 input:checked+.paper-switch-slider, -.form-group .paper-switch input:checked+.paper-switch-slider {background-color: #41403e; - background-color: var(--success-light);} - -.form-group .paper-switch-2 input:checked+.paper-switch-slider::before, -.form-group .paper-switch input:checked+.paper-switch-slider::before {transform: translateX(26px);} - -.form-group .paper-switch-2 input:focus+.paper-switch-slider, -.form-group .paper-switch input:focus+.paper-switch-slider {box-shadow: 0 0 3px #0071de;} - -.form-group .paper-switch-2 .paper-switch-slider, -.form-group .paper-switch .paper-switch-slider {border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - bottom: 0; - cursor: pointer; - left: 0; - position: absolute; - right: 0; - top: 0; - transition: 0.4s;} - -.form-group .paper-switch-2 .paper-switch-slider::before, -.form-group .paper-switch .paper-switch-slider::before {background: #41403e; - background: var(--secondary); - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - content: ''; - left: 4px; - position: absolute; - transition: 0.4s;} - -.form-group .paper-switch-2 .paper-switch-slider.round, -.form-group .paper-switch .paper-switch-slider.round {border: 2px solid #41403e; - border-bottom-left-radius: 0.7rem 1rem; - border-bottom-right-radius: 1rem 0.9rem; - border-color: var(--primary); - border-top-left-radius: 1rem 1rem; - border-top-right-radius: 1rem 0.6rem;} - -.form-group .paper-switch-2 .paper-switch-slider.round::before, -.form-group .paper-switch .paper-switch-slider.round::before {background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230071de' d='M49.346 46.341c-3.79-2.005 3.698-10.294 7.984-8.89 8.713 2.852 4.352 20.922-4.901 20.269-4.684-.33-12.616-7.405-14.38-11.818-2.375-5.938 7.208-11.688 11.624-13.837 9.078-4.42 18.403-3.503 22.784 6.651 4.049 9.378 6.206 28.09-1.462 36.276-7.091 7.567-24.673 2.277-32.357-1.079-11.474-5.01-24.54-19.124-21.738-32.758 3.958-19.263 28.856-28.248 46.044-23.244 20.693 6.025 22.012 36.268 16.246 52.826-5.267 15.118-17.03 26.26-33.603 21.938-11.054-2.883-20.984-10.949-28.809-18.908C9.236 66.096 2.704 57.597 6.01 46.371c3.059-10.385 12.719-20.155 20.892-26.604C40.809 8.788 58.615 1.851 75.058 12.031c9.289 5.749 16.787 16.361 18.284 27.262.643 4.698.646 10.775-3.811 13.746'/%3E%3C/svg%3E") 0 no-repeat; - border-bottom-left-radius: 0.7rem 1rem; - border-bottom-right-radius: 1rem 0.9rem; - border-top-left-radius: 1rem 1rem; - border-top-right-radius: 1rem 0.6rem; - left: 4px;} - -.form-group .paper-switch {height: 12px; - width: 60px;} - -.form-group .paper-switch .paper-switch-slider::before {bottom: -6px; - height: 20px; - width: 20px;} - -.form-group .paper-switch .paper-switch-slider.round::before {bottom: -7px; - height: 23px; - width: 23px;} - -.form-group .paper-switch-2 {height: 22px; - width: 50px;} - -.form-group .paper-switch-2 .paper-switch-slider.round::before, -.form-group .paper-switch-2 .paper-switch-slider::before {bottom: 2px; - height: 14px; - width: 14px;} - -.form-group .paper-switch-tile {cursor: pointer; - display: block; - float: left; - height: 80px; - margin: 40px 0 0 40px; - perspective: 1000px; - position: relative; - transform: translate(-50%, -50%); - transform-style: preserve-3d; - width: 80px;} - -.form-group .paper-switch-tile:hover .paper-switch-tile-card {box-shadow: 2px 8px 4px -5px rgba(0, 0, 0, 0.2); - transform: rotateX(30deg);} - -.form-group .paper-switch-tile:hover:checked+.paper-switch-tile-card {background-color: transparent; - box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.9); - transform: rotateX(150deg);}.form-group .paper-switch-tile input {display: none;}.form-group .paper-switch-tile input:checked+.paper-switch-tile-card {transform: rotateX(180deg);} - -.form-group .paper-switch-tile-card {background-color: transparent; - border-color: transparent; - height: 100%; - position: relative; - transform-style: preserve-3d; - transition: all 0.6s; - width: 100%;} - -.form-group .paper-switch-tile-card div {backface-visibility: hidden; - backface-visibility: hidden; - box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3); - height: 100%; - line-height: 70px; - position: absolute; - text-align: center; - width: 100%;}.form-group .paper-switch-tile-card .paper-switch-tile-card-back {transform: rotateX(180deg);} - -.form-group input[type=range] {appearance: none; - appearance: none; - appearance: none; - border-width: 0; - padding: 0;} - -.form-group input[type=range]::-webkit-slider-runnable-track {background: #41403e; - background: var(--secondary); - border: 1px solid #41403e; - border-color: var(--primary); - border-radius: 18px; - box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d; - cursor: pointer; - height: 8px; - margin: 10px 0; - width: 100%;} - -.form-group input[type=range]::-webkit-slider-thumb {appearance: none; - appearance: none; - background: #41403e; - background: var(--white); - border: 1px solid #41403e; - border-bottom-left-radius: 0.7rem 1rem; - border-bottom-right-radius: 1rem 0.9rem; - border-color: var(--primary); - border-top-left-radius: 1rem 1rem; - border-top-right-radius: 1rem 0.6rem; - box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d; - cursor: pointer; - height: 36px; - margin-top: -14px; - width: 16px;} - -.form-group input[type=range]::-moz-range-track {background: #41403e; - background: var(--secondary); - border-color: #41403e; - border-color: var(--primary); - border-radius: 18px; - box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d; - cursor: pointer; - height: 8px; - width: 100%;} - -.form-group input[type=range]::-moz-range-thumb {background: #41403e; - background: var(--white); - border: 1px solid #41403e; - border-bottom-left-radius: 0.7rem 1rem; - border-bottom-right-radius: 1rem 0.9rem; - border-color: var(--primary); - border-top-left-radius: 1rem 1rem; - border-top-right-radius: 1rem 0.6rem; - box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d; - cursor: pointer; - height: 36px; - width: 16px;} - -.form-group input[type=range]::-ms-track {background: transparent; - border-color: transparent; - border-width: 16px 0; - color: transparent; - cursor: pointer; - height: 8px; - width: 100%;} - -.form-group input[type=range]::-ms-fill-lower, -.form-group input[type=range]::-ms-fill-upper {background: #41403e; - background: var(--secondary); - border: 1px solid #41403e; - border-color: var(--primary); - border-radius: 18px; - box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d;} - -.form-group input[type=range]::-ms-thumb {background: #41403e; - background: var(--white); - border: 1px solid #41403e; - border-bottom-left-radius: 0.7rem 1rem; - border-bottom-right-radius: 1rem 0.9rem; - border-top-left-radius: 1rem 1rem; - border-top-right-radius: 1rem 0.6rem; - box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d; - cursor: pointer; - height: 36px; - width: 16px;} - -fieldset.form-group {border: 0; - padding: 0;} - -.modal {background: rgba(0, 0, 0, 0.6); - flex: 1 1 auto; - opacity: 0; - position: fixed; - text-align: left; - transition: opacity 235ms ease-in-out 0s; - visibility: hidden; - word-wrap: break-word; - z-index: 12;} - -.modal, -.modal-bg {bottom: 0; - left: 0; - right: 0; - top: 0;} - -.modal-bg {cursor: pointer; - position: absolute;} - -.modal .modal-body {backface-visibility: hidden; - backface-visibility: hidden; - background: #41403e; - background: var(--main-background); - border: 2px solid; - color: #41403e; - color: var(--primary); - left: 50%; - padding: 1.25rem; - position: absolute; - top: 0; - transform: translate(-50%, -50%); - transition: all 235ms ease-in-out 0s;}@media only screen and (max-width:768px) {.modal .modal-body {box-sizing: border-box; - width: 90%;}} - -.modal .btn-close {color: #41403e; - color: var(--primary-light); - cursor: pointer; - font-size: 30px; - height: 1.1rem; - position: absolute; - right: 1rem; - text-decoration: none; - top: 1rem; - transition: all 235ms ease-in-out 0s; - width: 1.1rem;} - -.modal .btn-close:active, -.modal .btn-close:focus, -.modal .btn-close:hover {color: #41403e; - color: var(--primary);} - -.modal .modal-title, -.modal h4 {margin-bottom: 0.5rem; - margin-top: 0;} - -.modal .modal-subtitle, -.modal h5 {color: #41403e; - color: var(--secondary); - margin-bottom: 0.5rem; - margin-top: 0;} - -.modal .modal-text, -.modal p {margin-bottom: 1rem; - margin-top: 0;} - -.modal .modal-link+.modal-link, -.modal a+a {margin-left: 1.25rem;} - -.modal .paper-btn {background: #41403e; - background: var(--main-background); - display: inline-block; - text-decoration: none;} - -.modal .modal-link, -.modal a {background-image: linear-gradient(5deg, transparent 65%, #0071de 80%, transparent 90%),linear-gradient(165deg, transparent 5%, #0071de 15%, transparent 25%),linear-gradient(165deg, transparent 45%, #0071de 55%, transparent 65%),linear-gradient(15deg, transparent 25%, #0071de 35%, transparent 50%); - background-position: 0 90%; - background-repeat: repeat-x; - background-size: 4px 3px; - cursor: pointer; - text-decoration: none;} - -.modal .modal-link:focus, -.modal .modal-link:hover, -.modal .modal-link:visited, -.modal a:focus, -.modal a:hover, -.modal a:visited {color: #41403e; - color: var(--primary); - text-decoration: none;}.modal-state {display: none;} - -.modal-state:checked+.modal {opacity: 1; - visibility: visible;}.modal-state:checked+.modal .modal-body {top: 50%;} - -[popover-bottom], -[popover-left], -[popover-right], -[popover-top] {margin: 24px; - position: relative;} - -[popover-bottom]:hover::after, -[popover-left]:hover::after, -[popover-right]:hover::after, -[popover-top]:hover::after {opacity: 1; - transition: opacity 0.2s ease-out;} - -[popover-bottom]::after, -[popover-left]::after, -[popover-right]::after, -[popover-top]::after {background-color: #41403e; - background-color: var(--light-dark); - border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px; - color: #fff; - font-size: 0.7em; - left: 50%; - min-width: 80px; - opacity: 0; - padding: 4px 2px; - position: absolute; - text-align: center; - top: -6px; - transform: translateX(-50%) translateY(-100%); - transition: opacity 235ms ease-in-out 0s;} - -[popover-left]::before {left: 0; - margin-left: -12px; - top: 50%; - transform: translateY(-50%) rotate(-90deg);} - -[popover-left]::after {content: attr(popover-left); - left: 0; - margin-left: -8px; - top: 50%; - transform: translateX(-100%) translateY(-50%);} - -[popover-right]::before {left: 100%; - margin-left: 1px; - top: 50%; - transform: translatey(-50%) rotate(90deg);} - -[popover-right]::after {content: attr(popover-right); - left: 100%; - margin-left: 8px; - top: 50%; - transform: translateX(0) translateY(-50%);}[popover-top]::before {left: 50%;} - -[popover-top]::after {content: attr(popover-top); - left: 50%;} - -[popover-bottom]::before {margin-top: 8px; - top: 100%; - transform: translateX(-50%) translatey(-100%) rotate(-180deg);} - -[popover-bottom]::after {content: attr(popover-bottom); - margin-top: 8px; - top: 100%; - transform: translateX(-50%) translateY(0);} - -.progress {border: 2px solid; - border-bottom-left-radius: 20px 115px; - border-bottom-right-radius: 15px 105px; - border-top-left-radius: 250px 15px; - border-top-right-radius: 25px 80px; - box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3); - height: 1.2rem; - overflow: hidden; - width: 100%;} - -.progress .bar {background-color: #41403e; - background-color: var(--primary-light); - border-bottom-left-radius: 20px 115px; - border-bottom-right-radius: 15px 105px; - border-color: #41403e; - border-color: var(--primary); - border-right: 2px solid; - border-top-left-radius: 250px 15px; - border-top-right-radius: 25px 80px; - display: flex; - flex-direction: column; - font-size: 0.6rem; - height: 100%; - justify-content: center; - text-align: center; - transition: all 235ms ease-in-out 0s; - width: 0;}.progress .bar.striped {background: repeating-linear-gradient(45deg, #c1c0bd, #c1c0bd 0.25rem, #a8a6a3 0, #a8a6a3 0.5rem);} - -.progress .bar.primary {background-color: #41403e; - background-color: var(--primary-light);}.progress .bar.primary.striped {background: repeating-linear-gradient(45deg, #c1c0bd, #c1c0bd 0.25rem, #a8a6a3 0, #a8a6a3 0.5rem);} - -.progress .bar.secondary {background-color: #41403e; - background-color: var(--secondary-light);}.progress .bar.secondary.striped {background: repeating-linear-gradient(45deg, #deefff, #deefff 0.25rem, #abd6ff 0, #abd6ff 0.5rem);} - -.progress .bar.success {background-color: #41403e; - background-color: var(--success-light);}.progress .bar.success.striped {background: repeating-linear-gradient(45deg, #d0dbc2, #d0dbc2 0.25rem, #b7c9a1 0, #b7c9a1 0.5rem);} - -.progress .bar.warning {background-color: #41403e; - background-color: var(--warning-light);}.progress .bar.warning.striped {background: repeating-linear-gradient(45deg, #f5f0c6, #f5f0c6 0.25rem, #ede49b 0, #ede49b 0.5rem);} - -.progress .bar.danger {background-color: #41403e; - background-color: var(--danger-light);}.progress .bar.danger.striped {background: repeating-linear-gradient(45deg, #f0cbc9, #f0cbc9 0.25rem, #e6a5a1 0, #e6a5a1 0.5rem);} - -.progress .bar.muted {background-color: #41403e; - background-color: var(--muted-light);}.progress .bar.muted.striped {background: repeating-linear-gradient(45deg, #e6e7e9, #e6e7e9 0.25rem, #caced1 0, #caced1 0.5rem);}.progress .bar.w-0 {width: 0;}.progress .bar.w-1 {width: 1%;}.progress .bar.w-2 {width: 2%;}.progress .bar.w-3 {width: 3%;}.progress .bar.w-4 {width: 4%;}.progress .bar.w-5 {width: 5%;}.progress .bar.w-6 {width: 6%;}.progress .bar.w-7 {width: 7%;}.progress .bar.w-8 {width: 8%;}.progress .bar.w-9 {width: 9%;}.progress .bar.w-10 {width: 10%;}.progress .bar.w-11 {width: 11%;}.progress .bar.w-12 {width: 12%;}.progress .bar.w-13 {width: 13%;}.progress .bar.w-14 {width: 14%;}.progress .bar.w-15 {width: 15%;}.progress .bar.w-16 {width: 16%;}.progress .bar.w-17 {width: 17%;}.progress .bar.w-18 {width: 18%;}.progress .bar.w-19 {width: 19%;}.progress .bar.w-20 {width: 20%;}.progress .bar.w-21 {width: 21%;}.progress .bar.w-22 {width: 22%;}.progress .bar.w-23 {width: 23%;}.progress .bar.w-24 {width: 24%;}.progress .bar.w-25 {width: 25%;}.progress .bar.w-26 {width: 26%;}.progress .bar.w-27 {width: 27%;}.progress .bar.w-28 {width: 28%;}.progress .bar.w-29 {width: 29%;}.progress .bar.w-30 {width: 30%;}.progress .bar.w-31 {width: 31%;}.progress .bar.w-32 {width: 32%;}.progress .bar.w-33 {width: 33%;}.progress .bar.w-34 {width: 34%;}.progress .bar.w-35 {width: 35%;}.progress .bar.w-36 {width: 36%;}.progress .bar.w-37 {width: 37%;}.progress .bar.w-38 {width: 38%;}.progress .bar.w-39 {width: 39%;}.progress .bar.w-40 {width: 40%;}.progress .bar.w-41 {width: 41%;}.progress .bar.w-42 {width: 42%;}.progress .bar.w-43 {width: 43%;}.progress .bar.w-44 {width: 44%;}.progress .bar.w-45 {width: 45%;}.progress .bar.w-46 {width: 46%;}.progress .bar.w-47 {width: 47%;}.progress .bar.w-48 {width: 48%;}.progress .bar.w-49 {width: 49%;}.progress .bar.w-50 {width: 50%;}.progress .bar.w-51 {width: 51%;}.progress .bar.w-52 {width: 52%;}.progress .bar.w-53 {width: 53%;}.progress .bar.w-54 {width: 54%;}.progress .bar.w-55 {width: 55%;}.progress .bar.w-56 {width: 56%;}.progress .bar.w-57 {width: 57%;}.progress .bar.w-58 {width: 58%;}.progress .bar.w-59 {width: 59%;}.progress .bar.w-60 {width: 60%;}.progress .bar.w-61 {width: 61%;}.progress .bar.w-62 {width: 62%;}.progress .bar.w-63 {width: 63%;}.progress .bar.w-64 {width: 64%;}.progress .bar.w-65 {width: 65%;}.progress .bar.w-66 {width: 66%;}.progress .bar.w-67 {width: 67%;}.progress .bar.w-68 {width: 68%;}.progress .bar.w-69 {width: 69%;}.progress .bar.w-70 {width: 70%;}.progress .bar.w-71 {width: 71%;}.progress .bar.w-72 {width: 72%;}.progress .bar.w-73 {width: 73%;}.progress .bar.w-74 {width: 74%;}.progress .bar.w-75 {width: 75%;}.progress .bar.w-76 {width: 76%;}.progress .bar.w-77 {width: 77%;}.progress .bar.w-78 {width: 78%;}.progress .bar.w-79 {width: 79%;}.progress .bar.w-80 {width: 80%;}.progress .bar.w-81 {width: 81%;}.progress .bar.w-82 {width: 82%;}.progress .bar.w-83 {width: 83%;}.progress .bar.w-84 {width: 84%;}.progress .bar.w-85 {width: 85%;}.progress .bar.w-86 {width: 86%;}.progress .bar.w-87 {width: 87%;}.progress .bar.w-88 {width: 88%;}.progress .bar.w-89 {width: 89%;}.progress .bar.w-90 {width: 90%;}.progress .bar.w-91 {width: 91%;}.progress .bar.w-92 {width: 92%;}.progress .bar.w-93 {width: 93%;}.progress .bar.w-94 {width: 94%;}.progress .bar.w-95 {width: 95%;}.progress .bar.w-96 {width: 96%;}.progress .bar.w-97 {width: 97%;}.progress .bar.w-98 {width: 98%;}.progress .bar.w-99 {width: 99%;}.progress .bar.w-100 {width: 100%;} - -.progress .bar.w-0, -.progress .bar.w-100 {border-right: 0;} - -.tabs .content {display: none; - flex-basis: 100%; - padding: 0.75rem 0 0;}.tabs input {display: none;} - -.tabs input:checked+label {border-bottom: 3px solid #41403e; - border-bottom-color: var(--secondary); - color: #41403e; - color: var(--primary);} - -.tabs input[id$=tab1]:checked~div[id$=content1], -.tabs input[id$=tab2]:checked~div[id$=content2], -.tabs input[id$=tab3]:checked~div[id$=content3], -.tabs input[id$=tab4]:checked~div[id$=content4], -.tabs input[id$=tab5]:checked~div[id$=content5] {display: block;} - -.tabs label {color: #41403e; - color: var(--primary-light); - display: inline-block; - font-weight: 600; - margin: 0 0 -1px; - padding: 0.75rem; - text-align: center;} - -.tabs label:hover {color: #41403e; - color: var(--muted); - cursor: pointer;}.margin {margin: 1rem;}.margin-top {margin-top: 1rem;}.margin-top-large {margin-top: 2rem;}.margin-top-small {margin-top: 0.5rem;}.margin-top-none {margin-top: 0;}.margin-right {margin-right: 1rem;}.margin-right-large {margin-right: 2rem;}.margin-right-small {margin-right: 0.5rem;}.margin-right-none {margin-right: 0;}.margin-bottom {margin-bottom: 1rem;}.margin-bottom-large {margin-bottom: 2rem;}.margin-bottom-small {margin-bottom: 0.5rem;}.margin-bottom-none {margin-bottom: 0;}.margin-left {margin-left: 1rem;}.margin-left-large {margin-left: 2rem;}.margin-left-small {margin-left: 0.5rem;}.margin-left-none {margin-left: 0;}.margin-large {margin: 2rem;}.margin-small {margin: 0.5rem;}.margin-none {margin: 0;}.padding {padding: 1rem;}.padding-top {padding-top: 1rem;}.padding-top-large {padding-top: 2rem;}.padding-top-small {padding-top: 0.5rem;}.padding-top-none {padding-top: 0;}.padding-right {padding-right: 1rem;}.padding-right-large {padding-right: 2rem;}.padding-right-small {padding-right: 0.5rem;}.padding-right-none {padding-right: 0;}.padding-bottom {padding-bottom: 1rem;}.padding-bottom-large {padding-bottom: 2rem;}.padding-bottom-small {padding-bottom: 0.5rem;}.padding-bottom-none {padding-bottom: 0;}.padding-left {padding-left: 1rem;}.padding-left-large {padding-left: 2rem;}.padding-left-small {padding-left: 0.5rem;}.padding-left-none {padding-left: 0;}.padding-large {padding: 2rem;}.padding-small {padding: 0.5rem;}.padding-none {padding: 0;} - -nav {background-color: #41403e; - background-color: var(--main-background); - display: flex; - padding: 0.3rem; - position: relative; - width: 100%; - z-index: 100;}@media only screen and (max-width:768px) {nav {display: block;}} - -nav .bar1, -nav .bar2, -nav .bar3 {background-color: #41403e; - background-color: var(--primary); - border-bottom-left-radius: 15px 5px; - border-bottom-right-radius: 15px 3px; - border-color: #41403e; - border-color: var(--primary); - color: #41403e; - color: var(--primary); - margin: 6px 0; - transition: 0.4s; - width: 2rem;} - -nav .collapsible input[id^=collapsible]:checked+button .bar1, -nav .collapsible input[id^=collapsible]:checked+label .bar1 {transform: rotate(-45deg) translate(-9px, 7px);} - -nav .collapsible input[id^=collapsible]:checked+button .bar2, -nav .collapsible input[id^=collapsible]:checked+label .bar2 {opacity: 0;} - -nav .collapsible input[id^=collapsible]:checked+button .bar3, -nav .collapsible input[id^=collapsible]:checked+label .bar3 {transform: rotate(45deg) translate(-8px, -9px);}nav.split-nav {justify-content: space-between;} - -nav.fixed {left: 0; - position: fixed; - right: 0; - top: 0;}nav div {margin: 0 1rem;} - -nav ul.inline {margin-bottom: 0; - margin-top: 10px; - padding: 0;} - -nav ul.inline li {display: inline-block; - margin: 0 0.5rem;}@media only screen and (max-width:768px) {nav ul.inline li {display: block; - margin: 1rem 0;}} - -nav a {background-image: none; - border-bottom: 5px solid #41403e; - border-bottom-color: var(--primary); - border-bottom-left-radius: 15px 3px; - border-bottom-right-radius: 15px 5px; - color: #41403e; - color: var(--primary); - padding-bottom: 0.1rem;} - -nav a:hover {border-bottom: 5px solid; - border-color: #41403e; - border-color: var(--primary-light);}nav ul.inline li a {font-size: 1.3rem;}nav ul.inline li::before {content: '';}@media only screen and (max-width:992px) {nav ul {text-align: center;}} - -nav .nav-brand h1, -nav .nav-brand h2, -nav .nav-brand h3, -nav .nav-brand h4, -nav .nav-brand h5, -nav .nav-brand h6 {margin: 0 0 0.2rem;}@media only screen and (max-width:768px) {nav .collapsible {width: 100%;}} - -nav .collapsible input[id^=collapsible]:checked~div.collapsible-body {margin: 0; - max-height: 960px; - opacity: 1; - padding: 0;} - -nav .collapsible .collapsible-body, -nav .collapsible:first-of-type {border: 0;}@media only screen and (min-width:769px) {nav .collapsible .collapsible-body, - nav .collapsible:first-of-type {display: contents;}}nav div.collapsible-body {padding: none;} - -nav .collapsible label {border: 2px solid #41403e; - border-bottom-left-radius: 15px 255px; - border-bottom-right-radius: 225px 15px; - border-color: var(--primary); - border-top-left-radius: 255px 15px; - border-top-right-radius: 15px 225px;}nav .collapsible>button {border: 0;} - -nav .collapsible>button, -nav .collapsible>label {background-color: #41403e; - background-color: var(--main-background); - display: none; - font-size: 0.5rem; - margin-right: 1rem; - padding: 0.25rem; - position: absolute; - right: 0; - top: 0.2rem;}@media only screen and (max-width:768px) {nav .collapsible>button, - nav .collapsible>label {display: block;}} +@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap");html{--primary:#41403e;--secondary:#0b74d5;--success:#86a361;--warning:#ddcd45;--danger:#a7342d;--muted:#868e96;--primary-light:#cdcccb;--secondary-light:#d8ebfd;--success-light:#d5dfc8;--warning-light:#f5f0c6;--danger-light:#f0cbc9;--muted-light:#e6e7e9;--primary-dark:#000;--secondary-dark:#000;--success-dark:#374427;--warning-dark:#746a15;--danger-dark:#000;--muted-dark:#313538;--primary-light-10:#5b5a57;--secondary-light-10:#208ef3;--success-light-10:#9fb681;--warning-light-10:#e5d970;--danger-light-10:#cb453c;--muted-light-10:#a1a8ae;--primary-dark-10:#272625;--secondary-dark-10:#085aa5;--success-dark-10:#4a5a35;--warning-dark-10:#746a15;--danger-dark-10:#7f2722;--muted-dark-10:#6c757d;--primary-shaded-50:#c1c0bd;--primary-shaded-70:#f2f2f2;--white-dark:rgba(0,0,0,0.03);--white-dark-light-80:hsla(0,0%,80%,0.03);--light-dark:rgba(0,0,0,0.7);--white:#fff;--main-background:#fff;--main-background-light:#fff;--primary-text:#272625;--secondary-text:#085aa5;--success-text:#4a5a35;--warning-text:#746a15;--danger-text:#7f2722;--muted-text:#6c757d;--primary-inverse:#fff}html,html.dark{--black:#000;--shadow-color-regular:rgba(0,0,0,0.2);--shadow-color-hover:rgba(0,0,0,0.3)}html.dark{--primary:#fff;--secondary:#5595ce;--success:#70c272;--warning:#d4c252;--danger:#df4c57;--muted:#868e96;--primary-light:#fff;--secondary-light:#69a1d4;--success-light:#82ca84;--warning-light:#d9c966;--danger-light:#e3626b;--muted-light:#949ba2;--primary-dark:grey;--secondary-dark:#1f476b;--success-dark:#265927;--warning-dark:#71651c;--danger-dark:#7c161e;--muted-dark:#313538;--primary-light-10:#fff;--secondary-light-10:#7daed9;--success-light-10:#94d195;--warning-light-10:#ded07b;--danger-light-10:#e77780;--muted-light-10:#a1a8ae;--primary-dark-10:#e6e6e6;--secondary-dark-10:#367cba;--success-dark-10:#4cb34f;--warning-dark-10:#c3ae30;--danger-dark-10:#d22633;--muted-dark-10:#6c757d;--primary-shaded-50:#343332;--primary-shaded-70:#2f2e2d;--white-dark:hsla(0,0%,100%,0.03);--white-dark-light-80:hsla(0,0%,100%,0.03);--light-dark:hsla(0,0%,100%,0.7);--white:#fff;--main-background:#41403e;--main-background-light:#c1c0bd;--primary-text:#41403e;--secondary-text:#1f476b;--success-text:#265927;--warning-text:#71651c;--danger-text:#7c161e;--muted-text:#313538;--primary-inverse:#41403e}.text-primary{color:#41403e;color:var(--primary)}.background-primary{background-color:#41403e;background-color:var(--primary-light)}.text-secondary{color:#41403e;color:var(--secondary)}.background-secondary{background-color:#41403e;background-color:var(--secondary-light)}.text-success{color:#41403e;color:var(--success)}.background-success{background-color:#41403e;background-color:var(--success-light)}.text-warning{color:#41403e;color:var(--warning)}.background-warning{background-color:#41403e;background-color:var(--warning-light)}.text-danger{color:#41403e;color:var(--danger)}.background-danger{background-color:#41403e;background-color:var(--danger-light)}.text-muted{color:#41403e;color:var(--muted)}.background-muted{background-color:#41403e;background-color:var(--muted-light)} +/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}.container.container-xs{max-width:480px}.container.container-sm{max-width:768px}.container.container-md{max-width:992px}.container.container-lg{max-width:1200px}.section{margin-bottom:2rem;margin-top:1rem;word-wrap:break-word}.section:after{color:#8f8d89;content:"~~~";display:block;font-size:1.5rem;position:relative;text-align:center}hr{border:0}hr:after{color:#8f8d89;content:"~~~";display:block;font-size:1.5rem;position:relative;text-align:center;top:-.75rem}.paper{background-color:#41403e;background-color:var(--main-background);border:1px solid #cdcccb;box-shadow:-1px 5px 35px -9px rgba(0,0,0,.2);margin-bottom:1rem;margin-top:1rem;padding:2rem}@media only screen and (max-width:480px){.paper{margin-bottom:0;margin-top:0;padding:1rem;width:100%}}.row{display:flex;flex-flow:row wrap;margin-bottom:1rem;margin-left:auto;margin-right:auto}.row.flex-right{justify-content:flex-end}.row.flex-center{justify-content:center}.row.flex-edges{justify-content:space-between}.row.flex-spaces{justify-content:space-around}.row.flex-top{align-items:flex-start}.row.flex-middle{align-items:center}.row.flex-bottom{align-items:flex-end}.col{padding:1rem}@media only screen and (max-width:768px){.col{flex:0 0 100%;max-width:100%}}.col-fill{flex:1 1 0;width:auto}@media only screen and (min-width:0){.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:480px){.xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xs-3{flex:0 0 25%;max-width:25%}.xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xs-6{flex:0 0 50%;max-width:50%}.xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xs-9{flex:0 0 75%;max-width:75%}.xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xs-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:768px){.sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.sm-3{flex:0 0 25%;max-width:25%}.sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.sm-6{flex:0 0 50%;max-width:50%}.sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.sm-9{flex:0 0 75%;max-width:75%}.sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.sm-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:992px){.md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.md-3{flex:0 0 25%;max-width:25%}.md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.md-6{flex:0 0 50%;max-width:50%}.md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.md-9{flex:0 0 75%;max-width:75%}.md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.md-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:1200px){.lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.lg-3{flex:0 0 25%;max-width:25%}.lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.lg-6{flex:0 0 50%;max-width:50%}.lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.lg-9{flex:0 0 75%;max-width:75%}.lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.lg-12{flex:0 0 100%;max-width:100%}}.align-top{align-self:flex-start}.align-middle{align-self:center}.align-bottom{align-self:flex-end}.container{margin:0 auto;max-width:960px;position:relative;width:100%}@media only screen and (max-width:992px){.container{width:85%}}@media only screen and (max-width:480px){.container{width:90%}}code{color:#41403e;color:var(--secondary);background-color:#41403e;background-color:var(--primary-shaded-70)}code,kbd{border-radius:3px;font-size:80%;padding:2px 4px}kbd{color:#41403e;color:var(--primary-inverse);background-color:#41403e;background-color:var(--primary)}pre{background-color:#41403e;background-color:var(--primary-shaded-70);border-radius:3px;border:1px solid #41403e;border-color:var(--primary-shaded-50);font-size:80%;line-height:1.5;overflow-x:auto;padding:1em;word-break:break-all;word-wrap:break-word}pre,pre code{color:#41403e;color:var(--inverse-primary);display:block;white-space:pre}pre code{background:transparent;font-size:inherit;padding:initial}html{color:#41403e;color:var(--primary);font-size:20px}a,button,html,input,li,option,p,select,table,tbody,td,textarea,th,thead,tr{font-family:Neucha,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Patrick Hand SC,sans-serif;font-weight:400}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1rem}h6{font-size:.8rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}img{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;border:2px solid #41403e;border-color:var(--primary);display:block;height:auto;max-width:100%}img.float-left{float:left;margin:1rem 1rem 1rem 0}img.float-right{float:right;margin:1rem 0 1rem 1rem}img.no-responsive{display:initial;height:auto;max-width:none}img.no-border{border:0;border-radius:0}ol{list-style-type:decimal}ol ol{list-style-type:upper-alpha}ol ol ol{list-style-type:upper-roman}ol ol ol ol{list-style-type:lower-alpha}ol ol ol ol ol{list-style-type:lower-roman}ul{list-style:none;margin-left:0}ul li:before{content:"-"}ul li{text-indent:-7px}ul li .badge,ul li [popover-bottom]:after,ul li [popover-left]:after,ul li [popover-right]:after,ul li [popover-top]:after{text-indent:0}ul li:before{left:-7px;position:relative}ul ul li:before{content:"+"}ul ul ul li:before{content:"~"}ul ul ul ul li:before{content:"⤍"}ul ul ul ul ul li:before{content:"⁎"}ul.inline li{display:inline;margin-left:5px}table{box-sizing:border-box;max-width:100%;overflow-x:auto;width:100%}@media only screen and (max-width:480px){table tbody tr td,table thead tr th{padding:2%}}table thead tr th{line-height:1.5;padding:8px;text-align:left;vertical-align:bottom}table tbody tr td{border-top:1px dashed #d9d9d8;line-height:1.5;padding:8px;vertical-align:top}table.table-hover tbody tr:hover{color:#41403e;color:var(--secondary)}table.table-alternating tbody tr:nth-of-type(2n){color:#82807c}.border{border:2px solid #41403e;border-color:var(--primary)}.border,.border-1,.child-borders>:nth-child(6n+1){border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px}.border-2,.child-borders>:nth-child(6n+2){border-bottom-left-radius:185px 25px;border-bottom-right-radius:20px 205px;border-top-left-radius:125px 25px;border-top-right-radius:10px 205px}.border-3,.child-borders>:nth-child(6n+3){border-bottom-left-radius:225px 15px;border-bottom-right-radius:15px 255px;border-top-left-radius:15px 225px;border-top-right-radius:255px 15px}.border-4,.child-borders>:nth-child(6n+4){border-bottom-left-radius:25px 115px;border-bottom-right-radius:155px 25px;border-top-left-radius:15px 225px;border-top-right-radius:25px 150px}.border-5,.child-borders>:nth-child(6n+5){border-bottom-left-radius:20px 115px;border-bottom-right-radius:15px 105px;border-top-left-radius:250px 15px;border-top-right-radius:25px 80px}.border-6,.child-borders>:nth-child(6n+6){border-bottom-left-radius:15px 225px;border-bottom-right-radius:20px 205px;border-top-left-radius:28px 125px;border-top-right-radius:100px 30px}.child-borders>*{border:2px solid #41403e;border-color:var(--primary)}.border-white{border-color:#41403e;border-color:var(--white)}.border-dotted{border-style:dotted}.border-dashed{border-style:dashed}.border-thick{border-width:5px}.border-primary{border-color:#41403e;border-color:var(--primary)}.border-secondary{border-color:#41403e;border-color:var(--secondary)}.border-success{border-color:#41403e;border-color:var(--success)}.border-warning{border-color:#41403e;border-color:var(--warning)}.border-danger{border-color:#41403e;border-color:var(--danger)}.border-muted{border-color:#41403e;border-color:var(--muted)}.shadow{transition:all 235ms ease 0s;box-shadow:15px 28px 25px -18px rgba(0,0,0,.2)}.shadow.shadow-large{transition:all 235ms ease 0s;box-shadow:20px 38px 34px -26px rgba(0,0,0,.2)}.shadow.shadow-small{transition:all 235ms ease 0s;box-shadow:10px 19px 17px -13px rgba(0,0,0,.2)}.shadow.shadow-hover:hover{transform:translate3d(0,2px,0);box-shadow:2px 8px 8px -5px rgba(0,0,0,.3)}.child-shadows>*{transition:all 235ms ease 0s;box-shadow:15px 28px 25px -18px rgba(0,0,0,.2)}.child-shadows .shadow-none{box-shadow:none}.child-shadows-hover>*{transition:all 235ms ease 0s;box-shadow:15px 28px 25px -18px rgba(0,0,0,.2)}.child-shadows-hover>:hover{transform:translate3d(0,2px,0);box-shadow:2px 8px 8px -5px rgba(0,0,0,.3)}.collapsible{display:flex;flex-direction:column}.collapsible:first-of-type{border-top:1px solid #41403e;border-top-color:var(--muted-light)}.collapsible .collapsible-body{background-color:#41403e;background-color:var(--white-dark-light-80);transition:all 235ms ease-in-out 0s;border-bottom:1px solid #41403e;border-bottom-color:var(--muted-light);margin:0;max-height:0;opacity:0;overflow:hidden;padding:0 .75rem}.collapsible>input{display:none}.collapsible>input:checked+label{color:#41403e;color:var(--primary)}.collapsible>input[id^=collapsible]:checked~div.collapsible-body{margin:0;max-height:960px;opacity:1;padding:.75rem}.collapsible>label{color:#41403e;color:var(--primary);border-bottom:1px solid #41403e;border-bottom-color:var(--muted-light);display:inline-block;font-weight:600;margin:0 0 -1px;padding:.75rem;text-align:center}.collapsible>label:hover{color:#41403e;color:var(--muted);cursor:pointer}.alert{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;border:2px solid #41403e;border-color:var(--primary);margin-bottom:20px;padding:15px;width:100%}.alert.dismissible{transition:all 235ms ease-in-out 0s;display:flex;justify-content:space-between;max-height:48rem;overflow:hidden}.alert .btn-close{transition:all 235ms ease-in-out 0s;color:#41403e;color:var(--primary-light-10);cursor:pointer;margin-left:.75rem}.alert .btn-close:active,.alert .btn-close:focus,.alert .btn-close:hover{color:#41403e;color:var(--primary-dark-10)}.alert-primary{color:#41403e;color:var(--primary-text);background-color:#41403e;background-color:var(--primary-light);border-color:#41403e;border-color:var(--primary)}.alert-primary .btn-close{color:#41403e;color:var(--primary-light-10)}.alert-primary .btn-close:active,.alert-primary .btn-close:focus,.alert-primary .btn-close:hover{color:#41403e;color:var(--primary-dark-10)}.alert-secondary{color:#41403e;color:var(--secondary-text);background-color:#41403e;background-color:var(--secondary-light);border-color:#41403e;border-color:var(--secondary)}.alert-secondary .btn-close{color:#41403e;color:var(--secondary-light-10)}.alert-secondary .btn-close:active,.alert-secondary .btn-close:focus,.alert-secondary .btn-close:hover{color:#41403e;color:var(--secondary-dark-10)}.alert-success{color:#41403e;color:var(--success-text);background-color:#41403e;background-color:var(--success-light);border-color:#41403e;border-color:var(--success)}.alert-success .btn-close{color:#41403e;color:var(--success-light-10)}.alert-success .btn-close:active,.alert-success .btn-close:focus,.alert-success .btn-close:hover{color:#41403e;color:var(--success-dark-10)}.alert-warning{color:#41403e;color:var(--warning-text);background-color:#41403e;background-color:var(--warning-light);border-color:#41403e;border-color:var(--warning)}.alert-warning .btn-close{color:#41403e;color:var(--warning-light-10)}.alert-warning .btn-close:active,.alert-warning .btn-close:focus,.alert-warning .btn-close:hover{color:#41403e;color:var(--warning-dark-10)}.alert-danger{color:#41403e;color:var(--danger-text);background-color:#41403e;background-color:var(--danger-light);border-color:#41403e;border-color:var(--danger)}.alert-danger .btn-close{color:#41403e;color:var(--danger-light-10)}.alert-danger .btn-close:active,.alert-danger .btn-close:focus,.alert-danger .btn-close:hover{color:#41403e;color:var(--danger-dark-10)}.alert-muted{color:#41403e;color:var(--muted-text);background-color:#41403e;background-color:var(--muted-light);border-color:#41403e;border-color:var(--muted)}.alert-muted .btn-close{color:#41403e;color:var(--muted-light-10)}.alert-muted .btn-close:active,.alert-muted .btn-close:focus,.alert-muted .btn-close:hover{color:#41403e;color:var(--muted-dark-10)}.alert-state{display:none}.alert-state:checked+.dismissible{border-width:0;margin:0;max-height:0;opacity:0;padding-bottom:0;padding-top:0}article .article-title{font-size:3rem}article .article-meta{color:#41403e;color:var(--muted-text);font-size:15px}article .article-meta a{color:#41403e;color:var(--muted-text);background-image:none}article .article-meta a:hover{color:#41403e;color:var(--light-dark)}article .text-lead{font-size:30px;line-height:1.3;margin:35px}article button:not(:first-of-type){margin-left:2rem}@media only screen and (max-width:480px){article button:not(:first-of-type){margin-left:0}}article p{line-height:1.6}.badge{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;color:#41403e;color:var(--white);background-color:#41403e;background-color:var(--muted);border:2px solid transparent;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge.primary{background-color:#41403e;background-color:var(--primary)}.badge.secondary{background-color:#41403e;background-color:var(--secondary)}.badge.success{background-color:#41403e;background-color:var(--success)}.badge.warning{background-color:#41403e;background-color:var(--warning)}.badge.danger{background-color:#41403e;background-color:var(--danger)}.badge.muted{background-color:#41403e;background-color:var(--muted)}ul.breadcrumb{list-style:none;padding:10px 16px}ul.breadcrumb li{display:inline;font-size:20px}ul.breadcrumb li:before{content:""}ul.breadcrumb li a{color:#41403e;color:var(--secondary);background-image:none;text-decoration:none}ul.breadcrumb li a:hover{text-decoration:underline}ul.breadcrumb li+li:before{content:"/ ";padding:8px}.paper-btn,[type=button],button{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;transition:all 235ms ease 0s;box-shadow:15px 28px 25px -18px rgba(0,0,0,.2);transition:all 235ms ease-in-out 0s;color:#41403e;color:var(--primary);background-color:#41403e;background-color:var(--main-background);align-self:center;background-image:none;border:2px solid #41403e;border-color:var(--primary);cursor:pointer;display:inline-block;font-size:1rem;outline:none;padding:.75rem}@media only screen and (max-width:520px){.paper-btn,[type=button],button{display:inline-block;margin:0 auto 1rem;text-align:center}}.paper-btn.btn-large,[type=button].btn-large,button.btn-large{transition:all 235ms ease 0s;box-shadow:20px 38px 34px -26px rgba(0,0,0,.2);font-size:2rem;padding:1rem}.paper-btn.btn-small,[type=button].btn-small,button.btn-small{transition:all 235ms ease 0s;box-shadow:10px 19px 17px -13px rgba(0,0,0,.2);font-size:.75rem;padding:.5rem}.paper-btn.btn-block,[type=button].btn-block,button.btn-block{display:block;width:100%}.paper-btn:hover,[type=button]:hover,button:hover{transform:translate3d(0,2px,0);box-shadow:2px 8px 8px -5px rgba(0,0,0,.3)}.paper-btn:focus,[type=button]:focus,button:focus{border:2px solid #41403e;border-color:var(--secondary);box-shadow:2px 8px 4px -6px rgba(0,0,0,.3)}.paper-btn:active,[type=button]:active,button:active{border-color:rgba(0,0,0,.2);transition:none}.paper-btn.disabled,.paper-btn[disabled],[type=button].disabled,[type=button][disabled],button.disabled,button[disabled]{cursor:not-allowed;opacity:.5}a{color:#41403e;color:var(--secondary);background-image:linear-gradient(5deg,transparent 65%,#0b74d5 80%,transparent 90%),linear-gradient(165deg,transparent 5%,#0b74d5 15%,transparent 25%),linear-gradient(165deg,transparent 45%,#0b74d5 55%,transparent 65%),linear-gradient(15deg,transparent 25%,#0b74d5 35%,transparent 50%);background-position:0 90%;background-repeat:repeat-x;background-size:4px 3px}a,a:visited{text-decoration:none}a:visited{color:#41403e;color:var(--primary)}.paper-btn.btn-primary,[type=button].btn-primary,button.btn-primary{color:#41403e;color:var(--primary-text);background-color:#41403e;background-color:var(--primary-light);border-color:#41403e;border-color:var(--primary)}.paper-btn.btn-primary:hover:active,[type=button].btn-primary:hover:active,button.btn-primary:hover:active{background-color:#b4b3b0}.paper-btn.btn-secondary,[type=button].btn-secondary,button.btn-secondary{color:#41403e;color:var(--secondary-text);background-color:#41403e;background-color:var(--secondary-light);border-color:#41403e;border-color:var(--secondary)}.paper-btn.btn-secondary:hover:active,[type=button].btn-secondary:hover:active,button.btn-secondary:hover:active{background-color:#a7d3fa}.paper-btn.btn-success,[type=button].btn-success,button.btn-success{color:#41403e;color:var(--success-text);background-color:#41403e;background-color:var(--success-light);border-color:#41403e;border-color:var(--success)}.paper-btn.btn-success:hover:active,[type=button].btn-success:hover:active,button.btn-success:hover:active{background-color:#bccca8}.paper-btn.btn-warning,[type=button].btn-warning,button.btn-warning{color:#41403e;color:var(--warning-text);background-color:#41403e;background-color:var(--warning-light);border-color:#41403e;border-color:var(--warning)}.paper-btn.btn-warning:hover:active,[type=button].btn-warning:hover:active,button.btn-warning:hover:active{background-color:#ede49b}.paper-btn.btn-danger,[type=button].btn-danger,button.btn-danger{color:#41403e;color:var(--danger-text);background-color:#41403e;background-color:var(--danger-light);border-color:#41403e;border-color:var(--danger)}.paper-btn.btn-danger:hover:active,[type=button].btn-danger:hover:active,button.btn-danger:hover:active{background-color:#e6a5a1}.paper-btn.btn-muted,[type=button].btn-muted,button.btn-muted{color:#41403e;color:var(--muted-text);background-color:#41403e;background-color:var(--muted-light);border-color:#41403e;border-color:var(--muted)}.paper-btn.btn-muted:hover:active,[type=button].btn-muted:hover:active,button.btn-muted:hover:active{background-color:#caced1}.paper-btn.btn-primary-outline,[type=button].btn-primary-outline,button.btn-primary-outline{background-color:#fff;border-color:#b4b3b0;color:#41403e}.paper-btn.btn-primary-outline:hover,[type=button].btn-primary-outline:hover,button.btn-primary-outline:hover{background-color:#cdcccb;border-color:#41403e}.paper-btn.btn-primary-outline:hover:active,[type=button].btn-primary-outline:hover:active,button.btn-primary-outline:hover:active{background-color:#b4b3b0}.paper-btn.btn-secondary-outline,[type=button].btn-secondary-outline,button.btn-secondary-outline{background-color:#fff;border-color:#a7d3fa;color:#085aa5}.paper-btn.btn-secondary-outline:hover,[type=button].btn-secondary-outline:hover,button.btn-secondary-outline:hover{background-color:#d8ebfd;border-color:#0b74d5}.paper-btn.btn-secondary-outline:hover:active,[type=button].btn-secondary-outline:hover:active,button.btn-secondary-outline:hover:active{background-color:#a7d3fa}.paper-btn.btn-success-outline,[type=button].btn-success-outline,button.btn-success-outline{background-color:#fff;border-color:#bccca8;color:#4a5a35}.paper-btn.btn-success-outline:hover,[type=button].btn-success-outline:hover,button.btn-success-outline:hover{background-color:#d5dfc8;border-color:#86a361}.paper-btn.btn-success-outline:hover:active,[type=button].btn-success-outline:hover:active,button.btn-success-outline:hover:active{background-color:#bccca8}.paper-btn.btn-warning-outline,[type=button].btn-warning-outline,button.btn-warning-outline{background-color:#fff;border-color:#ede49b;color:#746a15}.paper-btn.btn-warning-outline:hover,[type=button].btn-warning-outline:hover,button.btn-warning-outline:hover{background-color:#f5f0c6;border-color:#ddcd45}.paper-btn.btn-warning-outline:hover:active,[type=button].btn-warning-outline:hover:active,button.btn-warning-outline:hover:active{background-color:#ede49b}.paper-btn.btn-danger-outline,[type=button].btn-danger-outline,button.btn-danger-outline{background-color:#fff;border-color:#e6a5a1;color:#7f2722}.paper-btn.btn-danger-outline:hover,[type=button].btn-danger-outline:hover,button.btn-danger-outline:hover{background-color:#f0cbc9;border-color:#a7342d}.paper-btn.btn-danger-outline:hover:active,[type=button].btn-danger-outline:hover:active,button.btn-danger-outline:hover:active{background-color:#e6a5a1}.paper-btn.btn-muted-outline,[type=button].btn-muted-outline,button.btn-muted-outline{background-color:#fff;border-color:#caced1;color:#6c757d}.paper-btn.btn-muted-outline:hover,[type=button].btn-muted-outline:hover,button.btn-muted-outline:hover{background-color:#e6e7e9;border-color:#868e96}.paper-btn.btn-muted-outline:hover:active,[type=button].btn-muted-outline:hover:active,button.btn-muted-outline:hover:active{background-color:#caced1}.card{transition:all 235ms ease 0s;box-shadow:15px 28px 25px -18px rgba(0,0,0,.2);-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid #41403e;border-color:var(--muted-light);display:flex;flex-direction:column;position:relative;will-change:transform;word-wrap:break-word}.card:hover{transform:translate3d(0,2px,0);box-shadow:2px 8px 8px -5px rgba(0,0,0,.3)}.card .card-footer,.card .card-header{background-color:#41403e;background-color:var(--white-dark);border-color:#41403e;border-color:var(--muted-light);padding:.75rem 1.25rem}.card .card-header{border-bottom-style:solid;border-bottom-width:2px}.card .card-footer{border-top-style:solid;border-top-width:2px}.card .card-body{flex:1 1 auto;padding:1.25rem}.card .card-body .card-title,.card .card-body h4{margin-bottom:.5rem;margin-top:0}.card .card-body .card-subtitle,.card .card-body h5{color:#0b74d5;margin-bottom:.5rem;margin-top:0}.card .card-body .card-text,.card .card-body p{margin-bottom:1rem;margin-top:0}.card .card-body .card-link+.card-link,.card .card-body a+a{margin-left:1.25rem}.card .image-bottom,.card .image-top,.card img{border:0;border-radius:0}input,select,textarea{color:#41403e;color:var(--primary);background:transparent;border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;border:2px solid #41403e;border-color:var(--primary);display:block;font-size:1rem;outline:none;padding:.5rem}input:focus,select:focus,textarea:focus{border:2px solid #41403e;border-color:var(--secondary)}select{height:2.35rem}.disabled,input.disabled,input[disabled],select.disabled,select[disabled],textarea.disabled,textarea[disabled]{cursor:not-allowed;opacity:.5}.form-group{margin-bottom:1rem}.form-group>label,.form-group legend{display:inline-block;margin-bottom:.5rem}.form-group .input-block{width:100%}.form-group textarea{max-height:90vh;max-width:100%}.form-group textarea.no-resize{resize:none}.form-group .paper-check,.form-group .paper-radio{cursor:pointer;display:block;margin-bottom:.5rem}.form-group .paper-check input,.form-group .paper-radio input{border:0;height:1px;margin:-1px;opacity:0;overflow:hidden;padding:0;position:absolute;width:1px}.form-group .paper-check input+span,.form-group .paper-radio input+span{display:block}.form-group .paper-check input+span:before,.form-group .paper-radio input+span:before{border:2px solid #41403e;border-color:var(--primary);content:"";display:inline-block;height:1rem;margin-right:.75em;position:relative;vertical-align:-.25em;width:1rem}.form-group .paper-check input[type=radio]+span:before,.form-group .paper-radio input[type=radio]+span:before{border-bottom-left-radius:.7rem 1rem;border-bottom-right-radius:1rem .9rem;border-top-left-radius:1rem 1rem;border-top-right-radius:1rem .6rem}.form-group .paper-check input[type=radio]:checked+span:before,.form-group .paper-radio input[type=radio]:checked+span:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230b74d5' d='M49.346 46.341c-3.79-2.005 3.698-10.294 7.984-8.89 8.713 2.852 4.352 20.922-4.901 20.269-4.684-.33-12.616-7.405-14.38-11.818-2.375-5.938 7.208-11.688 11.624-13.837 9.078-4.42 18.403-3.503 22.784 6.651 4.049 9.378 6.206 28.09-1.462 36.276-7.091 7.567-24.673 2.277-32.357-1.079-11.474-5.01-24.54-19.124-21.738-32.758 3.958-19.263 28.856-28.248 46.044-23.244 20.693 6.025 22.012 36.268 16.246 52.826-5.267 15.118-17.03 26.26-33.603 21.938-11.054-2.883-20.984-10.949-28.809-18.908C9.236 66.096 2.704 57.597 6.01 46.371c3.059-10.385 12.719-20.155 20.892-26.604C40.809 8.788 58.615 1.851 75.058 12.031c9.289 5.749 16.787 16.361 18.284 27.262.643 4.698.646 10.775-3.811 13.746'/%3E%3C/svg%3E") 0 no-repeat}.form-group .paper-check input[type=checkbox]+span:before,.form-group .paper-radio input[type=checkbox]+span:before{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px}.form-group .paper-check input[type=checkbox]:checked+span:before,.form-group .paper-radio input[type=checkbox]:checked+span:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath stroke='%230b74d5' stroke-width='16' d='M13 62c.61 1.6 1.304 2.304 1.757 2.757l2.076 2.076c.542.542 1.042 1.06 1.829 1.824.578.56 1.005.97 2.026 1.744.559.424 1.191.84 1.884 1.284 1.165.746 1.598 1.002 2.5 1.551.47.286 1.437.869 1.93 1.165.998.6 1.997 1.198 2.494 1.499.985.598 1.47.896 1.947 1.2 1.397.89 1.837 1.197 2.7 1.796.422.292 1.24.877 2.056 1.419a33.039 33.039 0 002.38 1.438c.744.409 1.451.758 2.378 1.226.761.383 1.55.828 2.407 1.41.731.497 1.496 1.083 2.279 1.258.355.08.147-.955.357-1.868.181-.787.982-1.214 1-2.079.02-.995.08-1.8.425-2.561.436-.96.54-1.668.797-2.682.188-.747.397-1.312.778-2.624.209-.718.415-1.486.708-2.28.155-.418.774-1.731 1.348-2.641.306-.484.65-.97 1.007-1.474.747-1.06 1.153-1.602 1.937-2.771.406-.606.803-1.235 1.205-1.877.407-.65.814-1.312 1.231-1.975.42-.668.834-1.343 1.73-2.648.448-.65.915-1.284 1.387-1.91.47-.623.947-1.236 1.422-1.846.94-1.21 1.861-2.409 2.303-3.01a84.919 84.919 0 002.46-3.543c1.106-1.685 1.441-2.236 1.777-2.771.328-.525.963-1.546 1.274-2.04a89.78 89.78 0 011.51-2.325c.591-.864 1.18-1.68 1.465-2.075.55-.761 1.317-1.823 1.779-2.49.439-.634.853-1.252 1.457-2.157.596-.891.965-1.468 1.515-2.23.584-.809 1.125-1.402 1.838-2.123.613-.62.451-1.483.704-2.347.257-.878.755-1.625 1-2.41.251-.803.763-1.394 1.332-2.254.546-.824.735-1.671 1.316-2.336.556-.636 1.386-1.226 1.859-1.9.508-.724.789-1.4 1.603-1.567l.712-.49' fill='none'/%3E%3C/svg%3E") 0 no-repeat}.form-group .paper-switch-2-label,.form-group .paper-switch-label{cursor:pointer;float:left}.form-group .paper-switch-label{margin:-6px 10px 0 0}.form-group .paper-switch-2-label{margin:0 10px 0 0}.form-group .paper-switch,.form-group .paper-switch-2{display:block;float:left;margin:0 10px 0 0;position:relative}.form-group .paper-switch-2 input,.form-group .paper-switch input{height:0;opacity:0;width:0}.form-group .paper-switch-2 input:checked+.paper-switch-slider,.form-group .paper-switch input:checked+.paper-switch-slider{background-color:#41403e;background-color:var(--success-light)}.form-group .paper-switch-2 input:checked+.paper-switch-slider:before,.form-group .paper-switch input:checked+.paper-switch-slider:before{transform:translateX(26px)}.form-group .paper-switch-2 input:focus+.paper-switch-slider,.form-group .paper-switch input:focus+.paper-switch-slider{box-shadow:0 0 3px #0b74d5}.form-group .paper-switch-2 .paper-switch-slider,.form-group .paper-switch .paper-switch-slider{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;border:2px solid #41403e;border-color:var(--primary);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.form-group .paper-switch-2 .paper-switch-slider:before,.form-group .paper-switch .paper-switch-slider:before{background:#41403e;background:var(--secondary);border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;content:"";left:4px;position:absolute;transition:.4s}.form-group .paper-switch-2 .paper-switch-slider.round,.form-group .paper-switch .paper-switch-slider.round{border-bottom-left-radius:.7rem 1rem;border-bottom-right-radius:1rem .9rem;border-top-left-radius:1rem 1rem;border-top-right-radius:1rem .6rem;border:2px solid #41403e;border-color:var(--primary)}.form-group .paper-switch-2 .paper-switch-slider.round:before,.form-group .paper-switch .paper-switch-slider.round:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230071de' d='M49.346 46.341c-3.79-2.005 3.698-10.294 7.984-8.89 8.713 2.852 4.352 20.922-4.901 20.269-4.684-.33-12.616-7.405-14.38-11.818-2.375-5.938 7.208-11.688 11.624-13.837 9.078-4.42 18.403-3.503 22.784 6.651 4.049 9.378 6.206 28.09-1.462 36.276-7.091 7.567-24.673 2.277-32.357-1.079-11.474-5.01-24.54-19.124-21.738-32.758 3.958-19.263 28.856-28.248 46.044-23.244 20.693 6.025 22.012 36.268 16.246 52.826-5.267 15.118-17.03 26.26-33.603 21.938-11.054-2.883-20.984-10.949-28.809-18.908C9.236 66.096 2.704 57.597 6.01 46.371c3.059-10.385 12.719-20.155 20.892-26.604C40.809 8.788 58.615 1.851 75.058 12.031c9.289 5.749 16.787 16.361 18.284 27.262.643 4.698.646 10.775-3.811 13.746'/%3E%3C/svg%3E") 0 no-repeat;border-bottom-left-radius:.7rem 1rem;border-bottom-right-radius:1rem .9rem;border-top-left-radius:1rem 1rem;border-top-right-radius:1rem .6rem;left:4px}.form-group .paper-switch{height:12px;width:60px}.form-group .paper-switch .paper-switch-slider:before{bottom:-6px;height:20px;width:20px}.form-group .paper-switch .paper-switch-slider.round:before{bottom:-7px;height:23px;width:23px}.form-group .paper-switch-2{height:22px;width:50px}.form-group .paper-switch-2 .paper-switch-slider.round:before,.form-group .paper-switch-2 .paper-switch-slider:before{bottom:2px;height:14px;width:14px}.form-group .paper-switch-tile{cursor:pointer;display:block;float:left;height:80px;margin:40px 0 0 40px;perspective:1000px;position:relative;transform:translate(-50%,-50%);transform-style:preserve-3d;width:80px}.form-group .paper-switch-tile:hover .paper-switch-tile-card{box-shadow:2px 8px 4px -5px rgba(0,0,0,.2);transform:rotateX(30deg)}.form-group .paper-switch-tile:hover:checked+.paper-switch-tile-card{background-color:transparent;box-shadow:0 10px 15px -15px rgba(0,0,0,.9);transform:rotateX(150deg)}.form-group .paper-switch-tile input{display:none}.form-group .paper-switch-tile input:checked+.paper-switch-tile-card{transform:rotateX(180deg)}.form-group .paper-switch-tile-card{background-color:transparent;border-color:transparent;height:100%;position:relative;transform-style:preserve-3d;transition:all .6s;width:100%}.form-group .paper-switch-tile-card div{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:2px 8px 8px -5px rgba(0,0,0,.3);height:100%;line-height:70px;position:absolute;text-align:center;width:100%}.form-group .paper-switch-tile-card .paper-switch-tile-card-back{transform:rotateX(180deg)}.form-group input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:0;padding:0}.form-group input[type=range]::-webkit-slider-runnable-track{background:#41403e;background:var(--secondary);border-radius:18px;border:1px solid #41403e;border-color:var(--primary);box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:8px;margin:10px 0;width:100%}.form-group input[type=range]::-webkit-slider-thumb{background:#41403e;background:var(--white);-webkit-appearance:none;appearance:none;border-bottom-left-radius:.7rem 1rem;border-bottom-right-radius:1rem .9rem;border-top-left-radius:1rem 1rem;border-top-right-radius:1rem .6rem;border:1px solid #41403e;border-color:var(--primary);box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:36px;margin-top:-14px;width:16px}.form-group input[type=range]::-moz-range-track{background:#41403e;background:var(--secondary);border-color:#41403e;border-color:var(--primary);border-radius:18px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:8px;width:100%}.form-group input[type=range]::-moz-range-thumb{background:#41403e;background:var(--white);border-bottom-left-radius:.7rem 1rem;border-bottom-right-radius:1rem .9rem;border-top-left-radius:1rem 1rem;border-top-right-radius:1rem .6rem;border:1px solid #41403e;border-color:var(--primary);box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:36px;width:16px}.form-group input[type=range]::-ms-track{background:transparent;border-color:transparent;border-width:16px 0;color:transparent;cursor:pointer;height:8px;width:100%}.form-group input[type=range]::-ms-fill-lower,.form-group input[type=range]::-ms-fill-upper{background:#41403e;background:var(--secondary);border-radius:18px;border:1px solid #41403e;border-color:var(--primary);box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}.form-group input[type=range]::-ms-thumb{background:#41403e;background:var(--white);border-bottom-left-radius:.7rem 1rem;border-bottom-right-radius:1rem .9rem;border-top-left-radius:1rem 1rem;border-top-right-radius:1rem .6rem;border:1px solid #41403e;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:36px;width:16px}fieldset.form-group{border:0;padding:0}.modal{transition:opacity 235ms ease-in-out 0s;background:rgba(0,0,0,.6);flex:1 1 auto;opacity:0;position:fixed;text-align:left;visibility:hidden;word-wrap:break-word;z-index:200}.modal,.modal-bg{bottom:0;left:0;right:0;top:0}.modal-bg{cursor:pointer;position:absolute}.modal .modal-body{color:#41403e;color:var(--primary);background:#41403e;background:var(--main-background);transition:all 235ms ease-in-out 0s;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid;left:50%;padding:1.25rem;position:absolute;top:0;transform:translate(-50%,-50%)}@media only screen and (max-width:768px){.modal .modal-body{box-sizing:border-box;width:90%}}.modal .btn-close{color:#41403e;color:var(--primary-light);transition:all 235ms ease-in-out 0s;cursor:pointer;font-size:30px;height:1.1rem;position:absolute;right:1rem;text-decoration:none;top:1rem;width:1.1rem}.modal .btn-close:active,.modal .btn-close:focus,.modal .btn-close:hover{color:#41403e;color:var(--primary)}.modal .modal-title,.modal h4{margin-bottom:.5rem;margin-top:0}.modal .modal-subtitle,.modal h5{color:#41403e;color:var(--secondary);margin-bottom:.5rem;margin-top:0}.modal .modal-text,.modal p{margin-bottom:1rem;margin-top:0}.modal .modal-link+.modal-link,.modal a+a{margin-left:1.25rem}.modal .paper-btn{background:#41403e;background:var(--main-background);display:inline-block;text-decoration:none}.modal .modal-link,.modal a{background-image:linear-gradient(5deg,transparent 65%,#0b74d5 80%,transparent 90%),linear-gradient(165deg,transparent 5%,#0b74d5 15%,transparent 25%),linear-gradient(165deg,transparent 45%,#0b74d5 55%,transparent 65%),linear-gradient(15deg,transparent 25%,#0b74d5 35%,transparent 50%);background-position:0 90%;background-repeat:repeat-x;background-size:4px 3px;cursor:pointer;text-decoration:none}.modal .modal-link:focus,.modal .modal-link:hover,.modal .modal-link:visited,.modal a:focus,.modal a:hover,.modal a:visited{color:#41403e;color:var(--primary);text-decoration:none}.modal-state{display:none}.modal-state:checked+.modal{opacity:1;visibility:visible}.modal-state:checked+.modal .modal-body{top:50%}[popover-bottom],[popover-left],[popover-right],[popover-top]{margin:24px;position:relative}[popover-bottom]:hover:after,[popover-left]:hover:after,[popover-right]:hover:after,[popover-top]:hover:after{opacity:1;transition:opacity .2s ease-out}[popover-bottom]:after,[popover-left]:after,[popover-right]:after,[popover-top]:after{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;transition:opacity 235ms ease-in-out 0s;background-color:#41403e;background-color:var(--light-dark);border:2px solid #41403e;border-color:var(--primary);color:#fff;font-size:.7em;left:50%;min-width:80px;opacity:0;padding:4px 2px;position:absolute;text-align:center;top:-6px;transform:translateX(-50%) translateY(-100%)}[popover-left]:before{left:0;margin-left:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}[popover-left]:after{content:attr(popover-left);left:0;margin-left:-8px;top:50%;transform:translateX(-100%) translateY(-50%)}[popover-right]:before{left:100%;margin-left:1px;top:50%;transform:translatey(-50%) rotate(90deg)}[popover-right]:after{content:attr(popover-right);left:100%;margin-left:8px;top:50%;transform:translateX(0) translateY(-50%)}[popover-top]:before{left:50%}[popover-top]:after{content:attr(popover-top);left:50%}[popover-bottom]:before{margin-top:8px;top:100%;transform:translateX(-50%) translatey(-100%) rotate(-180deg)}[popover-bottom]:after{content:attr(popover-bottom);margin-top:8px;top:100%;transform:translateX(-50%) translateY(0)}.progress{border-bottom-left-radius:20px 115px;border-bottom-right-radius:15px 105px;border-top-left-radius:250px 15px;border-top-right-radius:25px 80px;border:2px solid;box-shadow:2px 8px 8px -5px rgba(0,0,0,.3);height:1.2rem;overflow:hidden;width:100%}.progress .bar{border-bottom-left-radius:20px 115px;border-bottom-right-radius:15px 105px;border-top-left-radius:250px 15px;border-top-right-radius:25px 80px;transition:all 235ms ease-in-out 0s;background-color:#41403e;background-color:var(--primary-light);border-color:#41403e;border-color:var(--primary);border-right:2px solid;display:flex;flex-direction:column;font-size:.6rem;height:100%;justify-content:center;text-align:center;width:0}.progress .bar.striped{background:repeating-linear-gradient(45deg,#cdcccb,#cdcccb .25rem,#b4b3b0 0,#b4b3b0 .5rem)}.progress .bar.primary{background-color:#41403e;background-color:var(--primary-light)}.progress .bar.primary.striped{background:repeating-linear-gradient(45deg,#cdcccb,#cdcccb .25rem,#b4b3b0 0,#b4b3b0 .5rem)}.progress .bar.secondary{background-color:#41403e;background-color:var(--secondary-light)}.progress .bar.secondary.striped{background:repeating-linear-gradient(45deg,#d8ebfd,#d8ebfd .25rem,#a7d3fa 0,#a7d3fa .5rem)}.progress .bar.success{background-color:#41403e;background-color:var(--success-light)}.progress .bar.success.striped{background:repeating-linear-gradient(45deg,#d5dfc8,#d5dfc8 .25rem,#bccca8 0,#bccca8 .5rem)}.progress .bar.warning{background-color:#41403e;background-color:var(--warning-light)}.progress .bar.warning.striped{background:repeating-linear-gradient(45deg,#f5f0c6,#f5f0c6 .25rem,#ede49b 0,#ede49b .5rem)}.progress .bar.danger{background-color:#41403e;background-color:var(--danger-light)}.progress .bar.danger.striped{background:repeating-linear-gradient(45deg,#f0cbc9,#f0cbc9 .25rem,#e6a5a1 0,#e6a5a1 .5rem)}.progress .bar.muted{background-color:#41403e;background-color:var(--muted-light)}.progress .bar.muted.striped{background:repeating-linear-gradient(45deg,#e6e7e9,#e6e7e9 .25rem,#caced1 0,#caced1 .5rem)}.progress .bar.w-0{width:0}.progress .bar.w-1{width:1%}.progress .bar.w-2{width:2%}.progress .bar.w-3{width:3%}.progress .bar.w-4{width:4%}.progress .bar.w-5{width:5%}.progress .bar.w-6{width:6%}.progress .bar.w-7{width:7%}.progress .bar.w-8{width:8%}.progress .bar.w-9{width:9%}.progress .bar.w-10{width:10%}.progress .bar.w-11{width:11%}.progress .bar.w-12{width:12%}.progress .bar.w-13{width:13%}.progress .bar.w-14{width:14%}.progress .bar.w-15{width:15%}.progress .bar.w-16{width:16%}.progress .bar.w-17{width:17%}.progress .bar.w-18{width:18%}.progress .bar.w-19{width:19%}.progress .bar.w-20{width:20%}.progress .bar.w-21{width:21%}.progress .bar.w-22{width:22%}.progress .bar.w-23{width:23%}.progress .bar.w-24{width:24%}.progress .bar.w-25{width:25%}.progress .bar.w-26{width:26%}.progress .bar.w-27{width:27%}.progress .bar.w-28{width:28%}.progress .bar.w-29{width:29%}.progress .bar.w-30{width:30%}.progress .bar.w-31{width:31%}.progress .bar.w-32{width:32%}.progress .bar.w-33{width:33%}.progress .bar.w-34{width:34%}.progress .bar.w-35{width:35%}.progress .bar.w-36{width:36%}.progress .bar.w-37{width:37%}.progress .bar.w-38{width:38%}.progress .bar.w-39{width:39%}.progress .bar.w-40{width:40%}.progress .bar.w-41{width:41%}.progress .bar.w-42{width:42%}.progress .bar.w-43{width:43%}.progress .bar.w-44{width:44%}.progress .bar.w-45{width:45%}.progress .bar.w-46{width:46%}.progress .bar.w-47{width:47%}.progress .bar.w-48{width:48%}.progress .bar.w-49{width:49%}.progress .bar.w-50{width:50%}.progress .bar.w-51{width:51%}.progress .bar.w-52{width:52%}.progress .bar.w-53{width:53%}.progress .bar.w-54{width:54%}.progress .bar.w-55{width:55%}.progress .bar.w-56{width:56%}.progress .bar.w-57{width:57%}.progress .bar.w-58{width:58%}.progress .bar.w-59{width:59%}.progress .bar.w-60{width:60%}.progress .bar.w-61{width:61%}.progress .bar.w-62{width:62%}.progress .bar.w-63{width:63%}.progress .bar.w-64{width:64%}.progress .bar.w-65{width:65%}.progress .bar.w-66{width:66%}.progress .bar.w-67{width:67%}.progress .bar.w-68{width:68%}.progress .bar.w-69{width:69%}.progress .bar.w-70{width:70%}.progress .bar.w-71{width:71%}.progress .bar.w-72{width:72%}.progress .bar.w-73{width:73%}.progress .bar.w-74{width:74%}.progress .bar.w-75{width:75%}.progress .bar.w-76{width:76%}.progress .bar.w-77{width:77%}.progress .bar.w-78{width:78%}.progress .bar.w-79{width:79%}.progress .bar.w-80{width:80%}.progress .bar.w-81{width:81%}.progress .bar.w-82{width:82%}.progress .bar.w-83{width:83%}.progress .bar.w-84{width:84%}.progress .bar.w-85{width:85%}.progress .bar.w-86{width:86%}.progress .bar.w-87{width:87%}.progress .bar.w-88{width:88%}.progress .bar.w-89{width:89%}.progress .bar.w-90{width:90%}.progress .bar.w-91{width:91%}.progress .bar.w-92{width:92%}.progress .bar.w-93{width:93%}.progress .bar.w-94{width:94%}.progress .bar.w-95{width:95%}.progress .bar.w-96{width:96%}.progress .bar.w-97{width:97%}.progress .bar.w-98{width:98%}.progress .bar.w-99{width:99%}.progress .bar.w-100{width:100%}.progress .bar.w-0,.progress .bar.w-100{border-right:0}.tabs .content{display:none;flex-basis:100%;padding:.75rem 0 0}.tabs input{display:none}.tabs input:checked+label{color:#41403e;color:var(--primary);border-bottom:3px solid #41403e;border-bottom-color:var(--secondary)}.tabs input[id$=tab1]:checked~div[id$=content1],.tabs input[id$=tab2]:checked~div[id$=content2],.tabs input[id$=tab3]:checked~div[id$=content3],.tabs input[id$=tab4]:checked~div[id$=content4],.tabs input[id$=tab5]:checked~div[id$=content5]{display:block}.tabs label{color:#41403e;color:var(--primary-light);display:inline-block;font-weight:600;margin:0 0 -1px;padding:.75rem;text-align:center}.tabs label:hover{color:#41403e;color:var(--muted);cursor:pointer}.margin{margin:1rem}.margin-top{margin-top:1rem}.margin-top-large{margin-top:2rem}.margin-top-small{margin-top:.5rem}.margin-top-none{margin-top:0}.margin-right{margin-right:1rem}.margin-right-large{margin-right:2rem}.margin-right-small{margin-right:.5rem}.margin-right-none{margin-right:0}.margin-bottom{margin-bottom:1rem}.margin-bottom-large{margin-bottom:2rem}.margin-bottom-small{margin-bottom:.5rem}.margin-bottom-none{margin-bottom:0}.margin-left{margin-left:1rem}.margin-left-large{margin-left:2rem}.margin-left-small{margin-left:.5rem}.margin-left-none{margin-left:0}.margin-large{margin:2rem}.margin-small{margin:.5rem}.margin-none{margin:0}.padding{padding:1rem}.padding-top{padding-top:1rem}.padding-top-large{padding-top:2rem}.padding-top-small{padding-top:.5rem}.padding-top-none{padding-top:0}.padding-right{padding-right:1rem}.padding-right-large{padding-right:2rem}.padding-right-small{padding-right:.5rem}.padding-right-none{padding-right:0}.padding-bottom{padding-bottom:1rem}.padding-bottom-large{padding-bottom:2rem}.padding-bottom-small{padding-bottom:.5rem}.padding-bottom-none{padding-bottom:0}.padding-left{padding-left:1rem}.padding-left-large{padding-left:2rem}.padding-left-small{padding-left:.5rem}.padding-left-none{padding-left:0}.padding-large{padding:2rem}.padding-small{padding:.5rem}.padding-none{padding:0}nav{background-color:#41403e;background-color:var(--main-background);display:flex;padding:.3rem;position:relative;width:100%;z-index:100}@media only screen and (max-width:768px){nav{display:block}}nav .bar1,nav .bar2,nav .bar3{background-color:#41403e;background-color:var(--primary);border-color:#41403e;border-color:var(--primary);color:#41403e;color:var(--primary);border-bottom-left-radius:15px 5px;border-bottom-right-radius:15px 3px;margin:6px 0;transition:.4s;width:2rem}nav .collapsible input[id^=collapsible]:checked+button .bar1,nav .collapsible input[id^=collapsible]:checked+label .bar1{transform:rotate(-45deg) translate(-9px,7px)}nav .collapsible input[id^=collapsible]:checked+button .bar2,nav .collapsible input[id^=collapsible]:checked+label .bar2{opacity:0}nav .collapsible input[id^=collapsible]:checked+button .bar3,nav .collapsible input[id^=collapsible]:checked+label .bar3{transform:rotate(45deg) translate(-8px,-9px)}nav.split-nav{justify-content:space-between}nav.fixed{left:0;position:fixed;right:0;top:0}nav div{margin:0 1rem}nav ul.inline{margin-bottom:0;margin-top:10px;padding:0}nav ul.inline li{display:inline-block;margin:0 .5rem}@media only screen and (max-width:768px){nav ul.inline li{display:block;margin:1rem 0}}nav a{color:#41403e;color:var(--primary);background-image:none;border-bottom-left-radius:15px 3px;border-bottom-right-radius:15px 5px;border-bottom:5px solid #41403e;border-bottom-color:var(--primary);padding-bottom:.1rem}nav a:hover{border-color:#41403e;border-bottom:5px solid;border-color:var(--primary-light)}nav ul.inline li a{font-size:1.3rem}nav ul.inline li:before{content:""}@media only screen and (max-width:992px){nav ul{text-align:center}}nav .nav-brand h1,nav .nav-brand h2,nav .nav-brand h3,nav .nav-brand h4,nav .nav-brand h5,nav .nav-brand h6{margin:0 0 .2rem}@media only screen and (max-width:768px){nav .collapsible{width:100%}}nav .collapsible input[id^=collapsible]:checked~div.collapsible-body{margin:0;max-height:960px;opacity:1;padding:0}nav .collapsible .collapsible-body,nav .collapsible:first-of-type{border:0}@media only screen and (min-width:769px){nav .collapsible .collapsible-body,nav .collapsible:first-of-type{display:contents}}nav div.collapsible-body{padding:none}nav .collapsible label{border-bottom-left-radius:15px 255px;border-bottom-right-radius:225px 15px;border-top-left-radius:255px 15px;border-top-right-radius:15px 225px;border:2px solid #41403e;border-color:var(--primary)}nav .collapsible>button{border:0}nav .collapsible>button,nav .collapsible>label{background-color:#41403e;background-color:var(--main-background);display:none;font-size:.5rem;margin-right:1rem;padding:.25rem;position:absolute;right:0;top:.2rem}@media only screen and (max-width:768px){nav .collapsible>button,nav .collapsible>label{display:block}} \ No newline at end of file diff --git a/src/core/_config.scss b/src/core/_config.scss index e3c3c7b..314e8b9 100644 --- a/src/core/_config.scss +++ b/src/core/_config.scss @@ -12,25 +12,25 @@ $font-src: 'https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&displ // Set theme colors $primary: #41403e !default; -$secondary: #0071de !default; +$secondary: #0b74d5 !default; -$success: #09c800 !default; -$warning: #decf00 !default; -$danger: #e7001b !default; +$success: #86a361 !default; +$warning: #ddcd45 !default; +$danger: #a7342d !default; $muted: #868e96 !default; -$primary-light: lighten($primary, 65%) !default; -$secondary-light: lighten($secondary, 50%) !default; -$success-light: lighten($success, 53%) !default; -$warning-light: lighten($warning, 50%) !default; -$danger-light: lighten($danger, 50%) !default; -$muted-light: lighten($muted, 50%) !default; +$primary-light: lighten($primary, 55%) !default; +$secondary-light: lighten($secondary, 48%) !default; +$success-light: lighten($success, 32%) !default; +$warning-light: lighten($warning, 30%) !default; +$danger-light: lighten($danger, 45%) !default; +$muted-light: lighten($muted, 35%) !default; $primary-dark: darken($primary, 50%) !default; $secondary-dark: darken($secondary, 50%) !default; -$success-dark: darken($success, 40%) !default; -$warning-dark: darken($warning, 40%) !default; -$danger-dark: darken($danger, 40%) !default; +$success-dark: darken($success, 30%) !default; +$warning-dark: darken($warning, 30%) !default; +$danger-dark: darken($danger, 45%) !default; $muted-dark: darken($muted, 35%) !default; $primary-light-10: lighten($primary, 10%) !default; @@ -42,8 +42,8 @@ $muted-light-10: lighten($muted, 10%) !default; $primary-dark-10: darken($primary, 10%) !default; $secondary-dark-10: darken($secondary, 10%) !default; -$success-dark-10: darken($success, 15%) !default; -$warning-dark-10: darken($warning, 15%) !default; +$success-dark-10: darken($success, 23%) !default; +$warning-dark-10: darken($warning, 30%) !default; $danger-dark-10: darken($danger, 10%) !default; $muted-dark-10: darken($muted, 10%) !default; @@ -74,9 +74,9 @@ $primary-inverse: #fff !default; // Set dark theme colors $dark-primary: #fff !default; -$dark-secondary: #5097d5 !default; +$dark-secondary: #5595ce !default; -$dark-success: #5dd55e !default; +$dark-success: #70c272 !default; $dark-warning: #d4c252 !default; $dark-danger: #df4c57 !default; $dark-muted: #868e96 !default;