Last active
November 3, 2022 08:14
-
-
Save cairin/abbdd9af1fa77e49639e9efcb4d07484 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.yodlee-check-image img { | |
width: 100%; | |
} | |
.srt { | |
border: 0; | |
clip: rect(0 0 0 0); | |
height: 1px; | |
margin: -1px; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
width: 1px; | |
} | |
.remit-service-container * a:after, | |
.remit-service-container * span:after, | |
.remit-service-container * strong:after { | |
display: inherit; | |
} | |
.remit-service-container .remit-title { | |
-webkit-box-shadow: 0px 6px 6px -7px rgba(0, 0, 0, 0.5); | |
-moz-box-shadow: 0px 6px 6px -7px rgba(0, 0, 0, 0.5); | |
box-shadow: 0px 6px 6px -7px rgba(0, 0, 0, 0.5); | |
} | |
.remit-service-container .remit-browse-text, | |
.remit-service-container .remit-file-name { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} | |
.remit-service-container .remit-browse-text, | |
.remit-service-container .remit-document-type { | |
width: 135px; | |
display: inline-flex; | |
} | |
.remit-service-container .remit-box-error, | |
.remit-service-container .remit-box-warning, | |
.remit-service-container .remit-box-success, | |
.remit-service-container .remit-box-info { | |
text-align: center; | |
} | |
.remit-service-container .remit-country-code:before { | |
display: block; | |
content: ""; | |
position: absolute; | |
} | |
.remit-left { | |
float: left !important; | |
} | |
.remit-right { | |
float: right !important; | |
} | |
.remit-hidden { | |
display: none; | |
} | |
.remit-center-align { | |
text-align: center; | |
} | |
.remit-right-align { | |
text-align: right; | |
} | |
.remit-left-align { | |
text-align: left; | |
} | |
.remit-custom-background { | |
background-color: #f3f2f1; | |
} | |
/* Sass Compiled Css Code Start */ | |
.remit-service-container { | |
padding: 0 0px; | |
} | |
@media (min-width: 768px) { | |
.remit-service-container { | |
width: 100%; | |
padding: 0; | |
} | |
} | |
@media (min-width: 992px) { | |
.remit-service-container { | |
width: 100%; | |
} | |
} | |
.remit-service-container * { | |
box-sizing: border-box; | |
margin: 0; | |
padding: 0; | |
-webkit-font-smoothing: antialiased; | |
text-rendering: optimizeLegibility; | |
font-family: "Open Sans", sans-serif; | |
font-size: 14px; | |
color: #212121; | |
} | |
.remit-service-container *:after { | |
clear: both; | |
content: ""; | |
display: block; | |
} | |
.remit-service-container * a { | |
text-decoration: none; | |
color: #0072fe; | |
} | |
.remit-service-container * ul { | |
list-style: none; | |
} | |
.remit-service-container * img { | |
max-width: 100%; | |
vertical-align: top; | |
} | |
.remit-service-container * input:focus, | |
.remit-service-container * select:focus, | |
.remit-service-container * button:focus, | |
.remit-service-container * a:focus, | |
.remit-service-container * textarea:focus { | |
outline: none; | |
} | |
.remit-service-container .remit-form-body { | |
padding: 0 15px; | |
} | |
@media (min-width: 480px) { | |
.remit-service-container .remit-form-body { | |
padding: 0 28px; | |
} | |
} | |
.remit-service-container .remit-verification-page { | |
background-color: #fff; | |
} | |
.remit-service-container .remit-form-row { | |
width: 100%; | |
margin-bottom: 0; | |
} | |
@media (min-width: 480px) { | |
.remit-service-container .remit-form-row { | |
margin-bottom: 20px; | |
} | |
} | |
.remit-service-container .remit-form-column { | |
border: 0px; | |
width: 100%; | |
padding-bottom: 40px; | |
} | |
.remit-service-container .remit-form-column.no-margin { | |
margin: 0 !important; | |
} | |
.remit-service-container .remit-form-column.no-padding-bottom { | |
padding-bottom: 0; | |
} | |
.remit-service-container .remit-form-column.custom-left { | |
float: none; | |
width: 100%; | |
} | |
.remit-service-container .remit-form-column.custom-right { | |
float: none; | |
width: 100%; | |
text-align: left; | |
} | |
@media (min-width: 480px) { | |
.remit-service-container .remit-form-column { | |
padding-bottom: 20px; | |
} | |
.remit-service-container .remit-form-column.custom-left { | |
float: left !important; | |
width: auto; | |
} | |
.remit-service-container .remit-form-column.custom-right { | |
float: right !important; | |
width: auto; | |
text-align: right; | |
} | |
.remit-service-container .remit-form-column.custom-width { | |
width: 60.850394%; | |
float: left; | |
} | |
.remit-service-container .remit-form-column.width-half { | |
width: 46.8503937007874%; | |
float: left; | |
} | |
.remit-service-container .remit-form-column.width-half:not(:nth-child(2n)) { | |
margin-right: 6%; | |
} | |
.remit-service-container .remit-form-column.width-third { | |
width: 31.10236220472441%; | |
float: left; | |
} | |
.remit-service-container | |
.remit-form-column.width-third:not(:nth-child(3n + 0)) { | |
margin-right: 3.2%; | |
} | |
.remit-service-container .remit-form-column.width-fourth { | |
width: 23.22834645669291%; | |
float: left; | |
} | |
.remit-service-container | |
.remit-form-column.width-fourth:not(:nth-child(4n + 0)) { | |
margin-right: 2.5%; | |
} | |
} | |
.remit-service-container .remit-form-input { | |
border: none; | |
border-bottom: 1px solid #d6dee9; | |
font-size: 14px; | |
line-height: 18px; | |
color: #212121; | |
padding: 6px; | |
} | |
.remit-service-container .remit-form-label { | |
width: 100%; | |
display: block; | |
margin-bottom: 10px; | |
font-size: 14px; | |
line-height: 20px; | |
color: #656b72; | |
} | |
.remit-service-container .remit-info-box .remit-info-paragraph, | |
.remit-service-container .remit-info-box .remit-info-list li { | |
font-size: 13px; | |
line-height: 20px; | |
color: #212121; | |
} | |
.remit-service-container .remit-button { | |
padding: 16px 46px; | |
border: none; | |
border-radius: 4px; | |
cursor: pointer; | |
font-size: 16px; | |
line-height: 16px; | |
color: #fff; | |
} | |
.remit-service-container .remit-file-browse, | |
.remit-service-container .remit-change-btn { | |
padding: 10px 23px; | |
display: inline-block; | |
cursor: pointer; | |
border: none; | |
font-size: 14px; | |
line-height: 16px; | |
color: #656b72; | |
} | |
@media (min-width: 768px) { | |
.remit-service-container .remit-file-browse, | |
.remit-service-container .remit-change-btn { | |
padding: 10px 30px; | |
} | |
} | |
.remit-service-container .remit-title { | |
padding: 28px 15px 14px; | |
margin-bottom: 40px; | |
} | |
@media (min-width: 480px) { | |
.remit-service-container .remit-title { | |
padding: 28px 28px 14px; | |
} | |
} | |
.remit-service-container .remit-secondary-title { | |
font-size: 16px; | |
line-height: 18px; | |
color: #757575; | |
margin-bottom: 16px; | |
} | |
.remit-service-container .remit-primary-title { | |
font-size: 20px; | |
line-height: 20px; | |
color: #212121; | |
font-family: "Lato", sans-serif; | |
margin-bottom: 6px; | |
} | |
.remit-service-container .remit-title-description { | |
font-size: 15px; | |
line-height: 24px; | |
color: #757575; | |
} | |
.remit-service-container .remit-form-label .remit-custom-label { | |
color: #b0b5bd; | |
} | |
.remit-service-container .remit-form-input { | |
width: 100%; | |
} | |
.remit-service-container .remit-form-input:focus { | |
border-bottom: 1px solid #0072fe; | |
} | |
.remit-service-container .remit-form-input.select-field { | |
padding: 4px; | |
background-color: white; | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
-ms-appearance: none; | |
-o-appearance: none; | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAAHlBMVEUAAACfn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5/JNxnKAAAACXRSTlMADsjNxCnp57H+r/akAAABCklEQVRo3u3OoQ0CARAF0UOQIAkYLJISkHRwih4o4Dy0QEjIdssZbrA7Ce6PW/Gzb0gppZRS+k/rR39zGAe6vrbd/eo0/QBudRma7eo9AqiaCU1A1QSgqi5dQEHYVHUJM2Du/r3OtRAagHouP/cQOoAjNwQDgCABECwAggRAsAAIEgDBAiBIAAQLgCABECwAggRAsAAIEgDBAiBIAAQLgCABECwAggRAsAAIEgDBAiBIAAQLgCABECwAggRAsAAIEgDBAiBIAAQLgCABECwAggRAsAAIEgBBAyAAkAQAkgBAEgBIAgBJACAJAAwBgCQAsAQAkgDAEgBIAgBLACAJACRhO6SUUkop9foAvtRAWTi78jcAAAAASUVORK5CYII=); | |
background-position: 100% center; | |
background-repeat: no-repeat; | |
background-size: 12px 12px; | |
} | |
.remit-service-container .remit-form-input.select-field.padding-left { | |
padding-left: 42px; | |
} | |
.error { | |
border-bottom: 1px solid #ca0000 !important; | |
} | |
.remit-service-container .remit-agreement, | |
.disclaimer-note { | |
font-size: 14px; | |
line-height: 24px; | |
color: #757575; | |
width: calc(100% - 25px); | |
} | |
.cursor-pointer { | |
cursor: pointer; | |
} | |
.remit-service-container .remit-agreement .remit-agreement-link, | |
.disclaimer-note-link { | |
font-size: 14px; | |
color: #0072fe; | |
} | |
.remit-service-container .agreement-margin { | |
margin: 6px 6px 0 0; | |
} | |
.remit-service-container .remit-validation-msg { | |
font-size: 13px; | |
line-height: 16px; | |
color: #ca0000; | |
display: block; | |
margin-top: 5px; | |
clear: both; | |
} | |
.remit-service-container .remit-country-code { | |
position: relative; | |
} | |
.remit-service-container .remit-country-code:before { | |
top: 0px; | |
left: 0px; | |
content: ""; | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAMAAAC5m+00AAABlVBMVEX39/eSJzOTJzO3S1kAAABvcZFiYoawYWtnZ4rHlpmqZm/JxsbHwsLAnKBLS2+mTlmlQ03ItbfZ0NC0iY+0iY5QUHhubo6rU2S4TFnBSlXOysvPysqksrxZWXxaWnq7bXdCQmayUl/cysxycpWAgKHPaXbh4eXo3d7u5eb2zNHTkprAU2HFR1e3Kjz/3OLlqbHgqK/x7OzpnqjaXG3MMUXx7O31pqjNS1z68/T78vPER1e4Kz368fKwx9r+9/j98/SYmLbNTFz69PWpv9O6usq3t8eenrSBgqRcXIVNTXpCQ3P59PT/2N7SzNicnMGjo7vwr7eTk7SKiqvmnKaEhKJycphKTIw9Qnw8PHA4OGowMmjZTV8ZHFcWFlHeM0bLLkPw6+z/5eu6ute4udeqqtfkvc+juc+juc6vr8Gmpr2QkLrcsLn/q6/rp66Ojq58fK3znqnvnaVxcaLHip55eZteXo1SUoxUVYY/P4I8PIBJSXrrYXM3P3M1NXK8V2/lW2nTWWnTWWgxMWPgUGLaS1mqQVmxNE47SP7KAAAAKHRSTlMI2NjQANDQy9DOzMvLy8vLvLkv0tLR0NDQ0MvLy8vLy8vLuLi0tCQkW1ugggAAASJJREFUKM9ty2VzwmAMB/CM4TBs7u7rmKMVtLTYgOE2d3f37XPv6XW0vOjvLvnnkguMjagVSoVS3aZUtHc2CjpGx2F4+/B+8yF2ltnK7MzW2RiC1ksqkUwkTyk6e3WxIDrXQO8tHb85SNPxu+zr26LoqR8MMYrxPwbXQoFclHS7HQ43agjZDX0v6UDOH7reLzz/VpZElUEwUEHGz3Bf+ShhR7xebzhstxNdMMAWymw5/1liSz/fNpvHY0NQfKmgB/fhe7jPh+/iRydW0WoTaI5XaqxzddBJVZwROJ1OviFFFeiI9WXOPMIHPxE6MFYxDHO5XJgQvKoR9OSEJFIP2vdpSR9aaE5NSUq1gDkyKSliBotJ1sCRybj6nxGTBeRykIL2f9oVXy1OGYsCAAAAAElFTkSuQmCC); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
background-size: 25px 20px; | |
width: 25px; | |
height: 20px; | |
display: inline-block; | |
} | |
.remit-service-container .remit-info-box { | |
background-color: #edeff1; | |
padding: 16px 14px; | |
} | |
.remit-service-container .remit-info-box .remit-info-list { | |
padding-left: 42px; | |
padding-top: 16px; | |
} | |
.remit-service-container .remit-file-browse { | |
overflow: hidden; | |
position: relative; | |
margin-right: 14px; | |
} | |
.remit-service-container .remit-file-browse .remit-browse-btn { | |
display: block; | |
opacity: 0; | |
top: 0; | |
z-index: -1; | |
height: 0; | |
width: 0; | |
} | |
.remit-service-container .remit-browse-btn-text { | |
background-color: #dde1e5; | |
padding: 5px; | |
border-radius: 3px; | |
font-size: 14px; | |
line-height: 16px; | |
color: #656b72; | |
} | |
.remit-service-container .remit-change-btn { | |
margin-top: 14px; | |
} | |
.remit-service-container .remit-browse-text { | |
vertical-align: top; | |
display: inline-block; | |
line-height: 36px; | |
width: calc(100% - 126px); | |
} | |
.remit-service-container .remit-browser-section { | |
padding-top: 14px; | |
} | |
.remit-service-container .remit-accordion-section { | |
background-color: #f3f2f1; | |
padding: 12px 10px; | |
margin-bottom: 30px; | |
} | |
.remit-service-container .remit-accordion-link { | |
color: #0072fe; | |
margin-right: 10px; | |
float: left; | |
} | |
@media (min-width: 480px) { | |
.remit-service-container .remit-accordion-link { | |
float: right; | |
} | |
} | |
.remit-service-container .remit-change-section { | |
border-bottom: 1px solid #d6dee9; | |
padding-bottom: 12px; | |
} | |
.remit-service-container .remit-view-section { | |
padding-top: 10px; | |
} | |
.remit-service-container .remit-file-name { | |
display: block; | |
margin-bottom: 15px; | |
} | |
@media (min-width: 480px) { | |
.remit-service-container .remit-file-name { | |
margin-bottom: 0; | |
} | |
} | |
.remit-service-container .remit-info-icon { | |
position: relative; | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAWlBMVEUAAAAchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMYchMaRVsQoAAAAHXRSTlMAGKG3Ygr5jE0D69VoPPPlzL50H9jAcLGWWEgnx0br+ekAAAF6SURBVFjDpdfZcoMwDAXQC14Bs4Ylaar//83WPCRDG5lF59XJxSDPWALH+Nnl/dg0Y5+72RuckgVlacOqkOEgM3T0UTcY7Ct0S6xWF9jhK0qqPFJuE+2abmDVJR1Q1mBoS4dY/fnrOTrMFR/+v9AJy/8ER6c4/KHpJI2N2tJJtt7Uv6TTyhveJv7k3ZeGO1F48cQJcXsds+hfFWTP/x3R0zK7K3YrUGP1na6EaYnzxIo7Y61BNBArIDJsjQZEXaJUWfqQdnE5SxZ7qB8L8eIDAgkEAIoEFGAss3n1xpfJGng2+y0nlscsC5jZGlX6l9kNcHGRl+0G5OhlAT1GWcCIRhbQiAPEryD+iPIyOlmAwywLmOFlAR7GSgKsAZQkQAEIkoAAIJMErD/orgd0iIbrAQNztTEB3NUGfTVAM9f70YCqSDUYCltfXIOxmq4ETOkmq8+2HkyTJWjzpI2mtNUVN9vydl8+cMhHHvnQJR/75IOnfPSVD9/i8f8HBdpFMTj0eYcAAAAASUVORK5CYII=); | |
background-size: 16px 16px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
width: 16px; | |
height: 16px; | |
margin-left: 5px; | |
top: 2px; | |
cursor: pointer; | |
} | |
.remit-service-container .remit-radio-label { | |
display: inline-block; | |
margin-top: -1px; | |
margin-left: 5px; | |
vertical-align: top; | |
} | |
.remit-service-container .remit-iframe-footer { | |
color: #212121; | |
font-size: 12px; | |
line-height: 14px; | |
padding: 10px 28px; | |
} | |
.remit-service-container .remit-info-popup { | |
display: none; | |
position: absolute; | |
top: 23px; | |
right: -10px; | |
width: 190px; | |
padding: 10px; | |
border: 1px solid #aeaeae; | |
background-color: #fff; | |
z-index: 2; | |
font-size: 13px; | |
border-radius: 3px; | |
} | |
.remit-service-container .remit-info-popup:before, | |
.remit-service-container .remit-info-popup:after { | |
border-style: solid; | |
border-width: 6px; | |
top: -6px; | |
content: ""; | |
margin-left: -6px; | |
position: absolute; | |
right: 12px; | |
z-index: -1; | |
} | |
.remit-service-container .remit-info-popup:before { | |
border-color: transparent transparent #aeaeae; | |
top: -16px; | |
right: 10px; | |
border-width: 8px; | |
} | |
.remit-service-container .remit-info-popup:after { | |
top: -10px; | |
margin-top: -2px; | |
border-color: transparent transparent #fff; | |
} | |
.remit-service-container .remit-info-icon:hover .remit-info-popup { | |
display: block; | |
} | |
.remit-service-container .remit-button.continue { | |
background-color: #37d67a; | |
} | |
.remit-service-container .remit-button.continue:hover { | |
background-color: #27bd66; | |
} | |
.remit-service-container .remit-msg-error { | |
color: #e35b50; | |
font-size: 13px; | |
line-height: 16px; | |
position: relative; | |
} | |
.remit-service-container .remit-msg-warning { | |
color: #9f6000; | |
font-size: 13px; | |
line-height: 16px; | |
position: relative; | |
} | |
.remit-service-container .remit-msg-success { | |
color: #4f8a10; | |
font-size: 13px; | |
line-height: 16px; | |
position: relative; | |
} | |
.remit-service-container .remit-msg-info { | |
color: #00529b; | |
font-size: 13px; | |
line-height: 16px; | |
position: relative; | |
} | |
.remit-service-container .remit-msg-error:after { | |
background-image: url(data:image/png;base64,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); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
background-size: 18px 18px; | |
width: 18px; | |
height: 18px; | |
display: inline-block; | |
position: absolute; | |
top: 0; | |
left: -30px; | |
} | |
.remit-service-container .remit-msg-warning:after { | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAjVBMVEUAAACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYACfYABwXF2uAAAALnRSTlMAcM8GNwgC+/bx6+SrHdx7DNbDlExGMBcStl9CO8qiaFIk4LKbiGRZuo6BKb4QBxeVhAAAAitJREFUWMPtlt12gjAQhFfQWKUKVtFaQUD87c+8/+M15tCzR1eCyXW/C+WoMyRLdlb6p4tJWU7In58tNPOBrz7MYTgr8uOixS8v+uXTT7/Q0npVvem31Ef/PgZmA12IHTB+J3fmwLBPms21kO765RC4kGGvrZbkit56lPBm3lz1JwAf1FAAOLnpk0jfVFGDCsxyXDjcbjsDcHDRV8O7wm+14ZeDwfr+0a9GwNntDBZ0Qw9A+XQTTYFA3X02A3bPtmUMIGvqn/2JNs831UQ34La5rrH7W8qrbs2OcOFfjlbNwofAktj31a7ktfaa64G+7vPOOvqaqzULhYGpLX9jocf3YQN+ur0u/WrEO703oLWpjp0t11oaVOb5WOlrRUzSgHsMmU2vcmA6aDdIInNG2zlqwYKEwW3OFPYgXpPNgL5Nn9qCuLIbfA2BvS2ID2Q3oIuIaBHEdoPkGtGqNYhP1GVAHyav24KYug2UXug4sQYxE7KBmFn2IObTH8n+24uIFkHMS0iTx8fl+1EQH6kTHnWlDOJc0ZOoQER0LKplJeOI5sAUB7QrNioRxBKV1nWqWoKrFkEsKcHlktG5EEEsOANiqLJmGhK7begROTR56/iIZRDLxpGdI0bdvn3ohUUQFHJzPOo4iD2IrztvgljcxOFvBAexEzzqdhzEzqyBiKZcAZ8qTM0pzvz0mXn+KTRR4EEETWqmiT9zc9xGvvJRc0jD/rHnwbEf0j9XfgFGO2aU9XKdOgAAAABJRU5ErkJggg==); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
background-size: 18px 18px; | |
width: 18px; | |
height: 18px; | |
display: inline-block; | |
position: absolute; | |
top: 0; | |
left: -30px; | |
} | |
.remit-service-container .remit-msg-success:after { | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAclBMVEUAAABPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihBPihCh1krPAAAAJXRSTlMAAvROpBXfjMDNWAr4umFEOy3ZshtAicV2BeznoHFwafvVkoQk78jdsgAAAhVJREFUWMOclNuSgyAQRBsv0ShxQaOJxkvt1vL/v7gzpCoVF43oefCBogeG7hFr5OHYRGkZBGUaNWOYYxdxUUkzQ1ZFDE/a6WYWSacW24jsZCxBGiVDplQ2JFEaGMspE9jg62yYrp93nYd9Z5jzFz5xvRgmqgUcRB0Z5nLFKuphd2isoG39h8IKhbR33OxQFlhCJIa4i403vvOuZKnFil8+xCYhO1K5FRJ2ScMDzT4nTv+0eIs9c8pB+/cOStL5sXfS6Q5Szfwn/wINb3RAbr7ngf0NsYOQ8/LmLvuHXbCbr8SIM+VHwBdXk9lqO+FbZ7C0J+5nNxfyrQUzUS2N3WiSTWAoFhEOEFH0bCqoUo0D1CSMnyHuBA4gumegaQp7ePDrrPQ0lUAuvUIYn2mzG0eZ8zfIt/XftK3FnDzgs0f633vpTeMsp8aMaMhEL/2PWDKy4U/ipYdLQofzNYaDegzcfkkz8Vlfrul5CkvQSyrX8/vL9Svp15pUZM1f6WWOAyAMA0ERJAqooY6E+P8Xkd2kmDjNPGBXSmzvMSXYjq/dwBcE+QQSJAPxfML8E/ceDIHH/PGJY4xkIJ5jrBYpGcKC3rUiPNUqJwPxXOXymJKBeB5Tfc5n6zALnvNKUC6YJQVFS5oWVSvr2li0tVlz1fZuA4aNODpk2Zhng6aNujps+7jvC4evPL50+drni6evvr586/r/A94bWyHHkcIfAAAAAElFTkSuQmCC); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
background-size: 18px 18px; | |
width: 18px; | |
height: 18px; | |
display: inline-block; | |
position: absolute; | |
top: 0; | |
left: -30px; | |
} | |
.remit-service-container .remit-msg-info:after { | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAb1BMVEUAAAAAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpsAUpuSRqzpAAAAJHRSTlMA6QJfTXYJDeTA+dgc8o9jSJ9usbil99WKaEI79NLLtiglFC6v3zmVAAACEUlEQVRYw5zS2W6rMBSF4YWxGUMokHlu87//M56m0gG13ZCU7woJa3kP1pjUt7t1XlZVma93rU/1J4v9teCb4rpf6EVJuNA7nehdQqLnXJ3xsOlCfLilUno7xKHb8JDVTk/4LUDU+ORHWb6JALZ+uvcc4OydWZs/A+QTszhGQBaPluniDIiOGlEXUIVkesAVFLUdvwTKdz3xXgJLo0jXAatUT6UroPudsLSCx0td/uofaPWiFqh/zL8wQsctoTh+238EK6eXuRVECw1yKO353fc+sSZZQq6eh8rcn2uA7G5tswLfH9tCGJ0WlFZzAbZu2ECWyJLzxXq7SQb18BnLtOWLlyHurw1wdjI1PBQfMrjz/8Yv4GX7yACCTB4u+rSAyGksYZevx9JdBI+3sIdGszSwl3QFr1k8XKW0YJNYxb8NFjIlG4r0EdPJ8MYglq0DrxbC3IAArXYj/+/Np810QAw7reGgMdF0wAHWyuE2N+AGuUpI5wakUKripLkBOlH9K73ebQCEgSCIih4gof9CCZ8IHKzGBYxk+24/GZCvkB8xf6NBmgAGyShPAKNsmSaAZbLOE8A6E5QFQFBI2gQgaUR1AhBVsr4AyDpjmQCMhbVtANbGXCcAc2XvA4C9nwIGVXbuU8AQcQaAiHMOWe/1P88hZIWYV4Nmjbo5bPe43wtHrzy9dPXa14tnr769fOf6/wEaJWdNje4xwAAAAABJRU5ErkJggg==); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
background-size: 18px 18px; | |
width: 18px; | |
height: 18px; | |
display: inline-block; | |
position: absolute; | |
top: 0; | |
left: -30px; | |
} | |
.remit-service-container .remit-box-error { | |
background: #ffe5e5; | |
padding: 15px 10px 15px 40px; | |
} | |
.remit-service-container .remit-box-warning { | |
background: #feefb3; | |
padding: 15px 10px 15px 40px; | |
} | |
.remit-service-container .remit-box-success { | |
background: #dff2bf; | |
padding: 15px 10px 15px 40px; | |
} | |
.remit-service-container .remit-box-info { | |
background: #bde5f8; | |
padding: 15px 10px 15px 40px; | |
} | |
.remit-service-container .dwolla-iav-text-box, | |
.remit-service-container .dwolla-iav-button, | |
.remit-service-container .dwolla-iav-header, | |
.remit-service-container .dwolla-iav-text, | |
.remit-service-container .dwolla-iav-link, | |
.remit-service-container .dwolla-iav-error, | |
.remit-service-container .dwolla-iav-label { | |
font-family: "Open Sans", sans-serif; | |
font-weight: 400; | |
} | |
.remit-service-container .dwolla-iav-header { | |
font-weight: 300; | |
margin-bottom: 1.5rem; | |
text-align: left; | |
color: #212121; | |
font-size: 16px !important; | |
} | |
.remit-service-container .dwolla-iav-text-box { | |
box-shadow: none; | |
border: none; | |
border-bottom: 1px solid #d6dee9; | |
font-size: 14px; | |
line-height: 18px; | |
color: #212121; | |
padding-bottom: 6px; | |
} | |
.remit-service-container .dwolla-iav-text-box:focus { | |
border-color: #0072fe; | |
} | |
.remit-service-container .dwolla-iav-link { | |
color: #0072fe !important; | |
cursor: pointer; | |
} | |
.remit-service-container .dwolla-iav-link:hover { | |
color: #0060d5; | |
} | |
.remit-service-container .dwolla-iav-button { | |
background-color: #37d67a; | |
color: #fff; | |
border-radius: 3px; | |
min-width: 120px !important; | |
line-height: 16px; | |
} | |
.remit-service-container .dwolla-iav-button:hover { | |
background-color: #27bd66; | |
cursor: pointer; | |
} | |
.remit-service-container .dwolla-iav-button:active { | |
background-color: #27bd66; | |
} | |
.remit-service-container .dwolla-iav-check-image { | |
background: #0072fe !important; | |
} | |
.remit-service-container .dwolla-iav-radio-hover { | |
background-color: #fff; | |
} | |
.remit-service-container .dwolla-iav-radio-selected { | |
background-color: #0072fe !important; | |
} | |
.remit-service-container .dwolla-iav-text { | |
color: #212121 !important; | |
font-size: 15px !important; | |
clear: both; | |
} | |
.remit-service-container .dwolla-iav-label { | |
color: #656b72 !important; | |
font-size: 14px !important; | |
} | |
.disclaimer-note, | |
.disclaimer-note-link { | |
font-size: 12px; | |
} | |
#licensePartner { | |
font-size: 14px; | |
color: #757575; | |
} | |
#uploaded-documents { | |
margin-bottom: 10px; | |
} | |
.licensePartner-logo { | |
display: inline-block; | |
} | |
.sponsor-logo { | |
text-align: right; | |
padding-top: 10px; | |
} | |
.powered-by { | |
display: flex; | |
flex-direction: column; | |
align-items: flex-end; | |
} | |
.title-text { | |
width: 100%; | |
} | |
.sponsor-logo img { | |
display: block; | |
margin: 3px auto; | |
max-height: 25px; | |
width: auto; | |
} | |
.remit-alertbox { | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
margin-bottom: 20px; | |
padding: 15px; | |
} | |
.remit-alertbox-message { | |
font-family: "Open Sans", sans-serif; | |
color: #656b72; | |
} | |
#machnet-logo { | |
padding: 5px 0; | |
} | |
@media (min-width: 480px) { | |
.powered-by { | |
display: flex; | |
flex-direction: row; | |
justify-content: flex-end; | |
} | |
.sponsor-logo { | |
margin: 0 5px 20px; | |
} | |
} | |
#footer { | |
margin: 10px; | |
} | |
.glyphicon { | |
color: #808080; | |
} | |
html, | |
body { | |
touch-action: auto; | |
} | |
/*! | |
* Bootstrap v3.3.7 (http://getbootstrap.com) | |
* Copyright 2011-2016 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
@font-face { | |
font-family: "Glyphicons Halflings"; | |
src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot); | |
src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix) | |
format("embedded-opentype"), | |
url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2) | |
format("woff2"), | |
url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff) | |
format("woff"), | |
url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf) | |
format("truetype"), | |
url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) | |
format("svg"); | |
} | |
.glyphicon { | |
position: relative; | |
top: 1px; | |
display: inline-block; | |
font-family: "Glyphicons Halflings"; | |
font-style: normal; | |
font-weight: 400; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
.glyphicon-asterisk:before { | |
content: "*"; | |
} | |
.glyphicon-plus:before { | |
content: "+"; | |
} | |
.glyphicon-eur:before, | |
.glyphicon-euro:before { | |
content: "\20AC"; | |
} | |
.glyphicon-minus:before { | |
content: "\2212"; | |
} | |
.glyphicon-cloud:before { | |
content: "\2601"; | |
} | |
.glyphicon-envelope:before { | |
content: "\2709"; | |
} | |
.glyphicon-pencil:before { | |
content: "\270F"; | |
} | |
.glyphicon-glass:before { | |
content: "\E001"; | |
} | |
.glyphicon-music:before { | |
content: "\E002"; | |
} | |
.glyphicon-search:before { | |
content: "\E003"; | |
} | |
.glyphicon-heart:before { | |
content: "\E005"; | |
} | |
.glyphicon-star:before { | |
content: "\E006"; | |
} | |
.glyphicon-star-empty:before { | |
content: "\E007"; | |
} | |
.glyphicon-user:before { | |
content: "\E008"; | |
} | |
.glyphicon-film:before { | |
content: "\E009"; | |
} | |
.glyphicon-th-large:before { | |
content: "\E010"; | |
} | |
.glyphicon-th:before { | |
content: "\E011"; | |
} | |
.glyphicon-th-list:before { | |
content: "\E012"; | |
} | |
.glyphicon-ok:before { | |
content: "\E013"; | |
} | |
.glyphicon-remove:before { | |
content: "\E014"; | |
} | |
.glyphicon-zoom-in:before { | |
content: "\E015"; | |
} | |
.glyphicon-zoom-out:before { | |
content: "\E016"; | |
} | |
.glyphicon-off:before { | |
content: "\E017"; | |
} | |
.glyphicon-signal:before { | |
content: "\E018"; | |
} | |
.glyphicon-cog:before { | |
content: "\E019"; | |
} | |
.glyphicon-trash:before { | |
content: "\E020"; | |
} | |
.glyphicon-home:before { | |
content: "\E021"; | |
} | |
.glyphicon-file:before { | |
content: "\E022"; | |
} | |
.glyphicon-time:before { | |
content: "\E023"; | |
} | |
.glyphicon-road:before { | |
content: "\E024"; | |
} | |
.glyphicon-download-alt:before { | |
content: "\E025"; | |
} | |
.glyphicon-download:before { | |
content: "\E026"; | |
} | |
.glyphicon-upload:before { | |
content: "\E027"; | |
} | |
.glyphicon-inbox:before { | |
content: "\E028"; | |
} | |
.glyphicon-play-circle:before { | |
content: "\E029"; | |
} | |
.glyphicon-repeat:before { | |
content: "\E030"; | |
} | |
.glyphicon-refresh:before { | |
content: "\E031"; | |
} | |
.glyphicon-list-alt:before { | |
content: "\E032"; | |
} | |
.glyphicon-lock:before { | |
content: "\E033"; | |
} | |
.glyphicon-flag:before { | |
content: "\E034"; | |
} | |
.glyphicon-headphones:before { | |
content: "\E035"; | |
} | |
.glyphicon-volume-off:before { | |
content: "\E036"; | |
} | |
.glyphicon-volume-down:before { | |
content: "\E037"; | |
} | |
.glyphicon-volume-up:before { | |
content: "\E038"; | |
} | |
.glyphicon-qrcode:before { | |
content: "\E039"; | |
} | |
.glyphicon-barcode:before { | |
content: "\E040"; | |
} | |
.glyphicon-tag:before { | |
content: "\E041"; | |
} | |
.glyphicon-tags:before { | |
content: "\E042"; | |
} | |
.glyphicon-book:before { | |
content: "\E043"; | |
} | |
.glyphicon-bookmark:before { | |
content: "\E044"; | |
} | |
.glyphicon-print:before { | |
content: "\E045"; | |
} | |
.glyphicon-camera:before { | |
content: "\E046"; | |
} | |
.glyphicon-font:before { | |
content: "\E047"; | |
} | |
.glyphicon-bold:before { | |
content: "\E048"; | |
} | |
.glyphicon-italic:before { | |
content: "\E049"; | |
} | |
.glyphicon-text-height:before { | |
content: "\E050"; | |
} | |
.glyphicon-text-width:before { | |
content: "\E051"; | |
} | |
.glyphicon-align-left:before { | |
content: "\E052"; | |
} | |
.glyphicon-align-center:before { | |
content: "\E053"; | |
} | |
.glyphicon-align-right:before { | |
content: "\E054"; | |
} | |
.glyphicon-align-justify:before { | |
content: "\E055"; | |
} | |
.glyphicon-list:before { | |
content: "\E056"; | |
} | |
.glyphicon-indent-left:before { | |
content: "\E057"; | |
} | |
.glyphicon-indent-right:before { | |
content: "\E058"; | |
} | |
.glyphicon-facetime-video:before { | |
content: "\E059"; | |
} | |
.glyphicon-picture:before { | |
content: "\E060"; | |
} | |
.glyphicon-map-marker:before { | |
content: "\E062"; | |
} | |
.glyphicon-adjust:before { | |
content: "\E063"; | |
} | |
.glyphicon-tint:before { | |
content: "\E064"; | |
} | |
.glyphicon-edit:before { | |
content: "\E065"; | |
} | |
.glyphicon-share:before { | |
content: "\E066"; | |
} | |
.glyphicon-check:before { | |
content: "\E067"; | |
} | |
.glyphicon-move:before { | |
content: "\E068"; | |
} | |
.glyphicon-step-backward:before { | |
content: "\E069"; | |
} | |
.glyphicon-fast-backward:before { | |
content: "\E070"; | |
} | |
.glyphicon-backward:before { | |
content: "\E071"; | |
} | |
.glyphicon-play:before { | |
content: "\E072"; | |
} | |
.glyphicon-pause:before { | |
content: "\E073"; | |
} | |
.glyphicon-stop:before { | |
content: "\E074"; | |
} | |
.glyphicon-forward:before { | |
content: "\E075"; | |
} | |
.glyphicon-fast-forward:before { | |
content: "\E076"; | |
} | |
.glyphicon-step-forward:before { | |
content: "\E077"; | |
} | |
.glyphicon-eject:before { | |
content: "\E078"; | |
} | |
.glyphicon-chevron-left:before { | |
content: "\E079"; | |
} | |
.glyphicon-chevron-right:before { | |
content: "\E080"; | |
} | |
.glyphicon-plus-sign:before { | |
content: "\E081"; | |
} | |
.glyphicon-minus-sign:before { | |
content: "\E082"; | |
} | |
.glyphicon-remove-sign:before { | |
content: "\E083"; | |
} | |
.glyphicon-ok-sign:before { | |
content: "\E084"; | |
} | |
.glyphicon-question-sign:before { | |
content: "\E085"; | |
} | |
.glyphicon-info-sign:before { | |
content: "\E086"; | |
} | |
.glyphicon-screenshot:before { | |
content: "\E087"; | |
} | |
.glyphicon-remove-circle:before { | |
content: "\E088"; | |
} | |
.glyphicon-ok-circle:before { | |
content: "\E089"; | |
} | |
.glyphicon-ban-circle:before { | |
content: "\E090"; | |
} | |
.glyphicon-arrow-left:before { | |
content: "\E091"; | |
} | |
.glyphicon-arrow-right:before { | |
content: "\E092"; | |
} | |
.glyphicon-arrow-up:before { | |
content: "\E093"; | |
} | |
.glyphicon-arrow-down:before { | |
content: "\E094"; | |
} | |
.glyphicon-share-alt:before { | |
content: "\E095"; | |
} | |
.glyphicon-resize-full:before { | |
content: "\E096"; | |
} | |
.glyphicon-resize-small:before { | |
content: "\E097"; | |
} | |
.glyphicon-exclamation-sign:before { | |
content: "\E101"; | |
} | |
.glyphicon-gift:before { | |
content: "\E102"; | |
} | |
.glyphicon-leaf:before { | |
content: "\E103"; | |
} | |
.glyphicon-fire:before { | |
content: "\E104"; | |
} | |
.glyphicon-eye-open:before { | |
content: "\E105"; | |
} | |
.glyphicon-eye-close:before { | |
content: "\E106"; | |
} | |
.glyphicon-warning-sign:before { | |
content: "\E107"; | |
} | |
.glyphicon-plane:before { | |
content: "\E108"; | |
} | |
.glyphicon-calendar:before { | |
content: "\E109"; | |
} | |
.glyphicon-random:before { | |
content: "\E110"; | |
} | |
.glyphicon-comment:before { | |
content: "\E111"; | |
} | |
.glyphicon-magnet:before { | |
content: "\E112"; | |
} | |
.glyphicon-chevron-up:before { | |
content: "\E113"; | |
} | |
.glyphicon-chevron-down:before { | |
content: "\E114"; | |
} | |
.glyphicon-retweet:before { | |
content: "\E115"; | |
} | |
.glyphicon-shopping-cart:before { | |
content: "\E116"; | |
} | |
.glyphicon-folder-close:before { | |
content: "\E117"; | |
} | |
.glyphicon-folder-open:before { | |
content: "\E118"; | |
} | |
.glyphicon-resize-vertical:before { | |
content: "\E119"; | |
} | |
.glyphicon-resize-horizontal:before { | |
content: "\E120"; | |
} | |
.glyphicon-hdd:before { | |
content: "\E121"; | |
} | |
.glyphicon-bullhorn:before { | |
content: "\E122"; | |
} | |
.glyphicon-bell:before { | |
content: "\E123"; | |
} | |
.glyphicon-certificate:before { | |
content: "\E124"; | |
} | |
.glyphicon-thumbs-up:before { | |
content: "\E125"; | |
} | |
.glyphicon-thumbs-down:before { | |
content: "\E126"; | |
} | |
.glyphicon-hand-right:before { | |
content: "\E127"; | |
} | |
.glyphicon-hand-left:before { | |
content: "\E128"; | |
} | |
.glyphicon-hand-up:before { | |
content: "\E129"; | |
} | |
.glyphicon-hand-down:before { | |
content: "\E130"; | |
} | |
.glyphicon-circle-arrow-right:before { | |
content: "\E131"; | |
} | |
.glyphicon-circle-arrow-left:before { | |
content: "\E132"; | |
} | |
.glyphicon-circle-arrow-up:before { | |
content: "\E133"; | |
} | |
.glyphicon-circle-arrow-down:before { | |
content: "\E134"; | |
} | |
.glyphicon-globe:before { | |
content: "\E135"; | |
} | |
.glyphicon-wrench:before { | |
content: "\E136"; | |
} | |
.glyphicon-tasks:before { | |
content: "\E137"; | |
} | |
.glyphicon-filter:before { | |
content: "\E138"; | |
} | |
.glyphicon-briefcase:before { | |
content: "\E139"; | |
} | |
.glyphicon-fullscreen:before { | |
content: "\E140"; | |
} | |
.glyphicon-dashboard:before { | |
content: "\E141"; | |
} | |
.glyphicon-paperclip:before { | |
content: "\E142"; | |
} | |
.glyphicon-heart-empty:before { | |
content: "\E143"; | |
} | |
.glyphicon-link:before { | |
content: "\E144"; | |
} | |
.glyphicon-phone:before { | |
content: "\E145"; | |
} | |
.glyphicon-pushpin:before { | |
content: "\E146"; | |
} | |
.glyphicon-usd:before { | |
content: "\E148"; | |
} | |
.glyphicon-gbp:before { | |
content: "\E149"; | |
} | |
.glyphicon-sort:before { | |
content: "\E150"; | |
} | |
.glyphicon-sort-by-alphabet:before { | |
content: "\E151"; | |
} | |
.glyphicon-sort-by-alphabet-alt:before { | |
content: "\E152"; | |
} | |
.glyphicon-sort-by-order:before { | |
content: "\E153"; | |
} | |
.glyphicon-sort-by-order-alt:before { | |
content: "\E154"; | |
} | |
.glyphicon-sort-by-attributes:before { | |
content: "\E155"; | |
} | |
.glyphicon-sort-by-attributes-alt:before { | |
content: "\E156"; | |
} | |
.glyphicon-unchecked:before { | |
content: "\E157"; | |
} | |
.glyphicon-expand:before { | |
content: "\E158"; | |
} | |
.glyphicon-collapse-down:before { | |
content: "\E159"; | |
} | |
.glyphicon-collapse-up:before { | |
content: "\E160"; | |
} | |
.glyphicon-log-in:before { | |
content: "\E161"; | |
} | |
.glyphicon-flash:before { | |
content: "\E162"; | |
} | |
.glyphicon-log-out:before { | |
content: "\E163"; | |
} | |
.glyphicon-new-window:before { | |
content: "\E164"; | |
} | |
.glyphicon-record:before { | |
content: "\E165"; | |
} | |
.glyphicon-save:before { | |
content: "\E166"; | |
} | |
.glyphicon-open:before { | |
content: "\E167"; | |
} | |
.glyphicon-saved:before { | |
content: "\E168"; | |
} | |
.glyphicon-import:before { | |
content: "\E169"; | |
} | |
.glyphicon-export:before { | |
content: "\E170"; | |
} | |
.glyphicon-send:before { | |
content: "\E171"; | |
} | |
.glyphicon-floppy-disk:before { | |
content: "\E172"; | |
} | |
.glyphicon-floppy-saved:before { | |
content: "\E173"; | |
} | |
.glyphicon-floppy-remove:before { | |
content: "\E174"; | |
} | |
.glyphicon-floppy-save:before { | |
content: "\E175"; | |
} | |
.glyphicon-floppy-open:before { | |
content: "\E176"; | |
} | |
.glyphicon-credit-card:before { | |
content: "\E177"; | |
} | |
.glyphicon-transfer:before { | |
content: "\E178"; | |
} | |
.glyphicon-cutlery:before { | |
content: "\E179"; | |
} | |
.glyphicon-header:before { | |
content: "\E180"; | |
} | |
.glyphicon-compressed:before { | |
content: "\E181"; | |
} | |
.glyphicon-earphone:before { | |
content: "\E182"; | |
} | |
.glyphicon-phone-alt:before { | |
content: "\E183"; | |
} | |
.glyphicon-tower:before { | |
content: "\E184"; | |
} | |
.glyphicon-stats:before { | |
content: "\E185"; | |
} | |
.glyphicon-sd-video:before { | |
content: "\E186"; | |
} | |
.glyphicon-hd-video:before { | |
content: "\E187"; | |
} | |
.glyphicon-subtitles:before { | |
content: "\E188"; | |
} | |
.glyphicon-sound-stereo:before { | |
content: "\E189"; | |
} | |
.glyphicon-sound-dolby:before { | |
content: "\E190"; | |
} | |
.glyphicon-sound-5-1:before { | |
content: "\E191"; | |
} | |
.glyphicon-sound-6-1:before { | |
content: "\E192"; | |
} | |
.glyphicon-sound-7-1:before { | |
content: "\E193"; | |
} | |
.glyphicon-copyright-mark:before { | |
content: "\E194"; | |
} | |
.glyphicon-registration-mark:before { | |
content: "\E195"; | |
} | |
.glyphicon-cloud-download:before { | |
content: "\E197"; | |
} | |
.glyphicon-cloud-upload:before { | |
content: "\E198"; | |
} | |
.glyphicon-tree-conifer:before { | |
content: "\E199"; | |
} | |
.glyphicon-tree-deciduous:before { | |
content: "\E200"; | |
} | |
.glyphicon-cd:before { | |
content: "\E201"; | |
} | |
.glyphicon-save-file:before { | |
content: "\E202"; | |
} | |
.glyphicon-open-file:before { | |
content: "\E203"; | |
} | |
.glyphicon-level-up:before { | |
content: "\E204"; | |
} | |
.glyphicon-copy:before { | |
content: "\E205"; | |
} | |
.glyphicon-paste:before { | |
content: "\E206"; | |
} | |
.glyphicon-alert:before { | |
content: "\E209"; | |
} | |
.glyphicon-equalizer:before { | |
content: "\E210"; | |
} | |
.glyphicon-king:before { | |
content: "\E211"; | |
} | |
.glyphicon-queen:before { | |
content: "\E212"; | |
} | |
.glyphicon-pawn:before { | |
content: "\E213"; | |
} | |
.glyphicon-bishop:before { | |
content: "\E214"; | |
} | |
.glyphicon-knight:before { | |
content: "\E215"; | |
} | |
.glyphicon-baby-formula:before { | |
content: "\E216"; | |
} | |
.glyphicon-tent:before { | |
content: "\26FA"; | |
} | |
.glyphicon-blackboard:before { | |
content: "\E218"; | |
} | |
.glyphicon-bed:before { | |
content: "\E219"; | |
} | |
.glyphicon-apple:before { | |
content: "\F8FF"; | |
} | |
.glyphicon-erase:before { | |
content: "\E221"; | |
} | |
.glyphicon-hourglass:before { | |
content: "\231B"; | |
} | |
.glyphicon-lamp:before { | |
content: "\E223"; | |
} | |
.glyphicon-duplicate:before { | |
content: "\E224"; | |
} | |
.glyphicon-piggy-bank:before { | |
content: "\E225"; | |
} | |
.glyphicon-scissors:before { | |
content: "\E226"; | |
} | |
.glyphicon-bitcoin:before { | |
content: "\E227"; | |
} | |
.glyphicon-btc:before { | |
content: "\E227"; | |
} | |
.glyphicon-xbt:before { | |
content: "\E227"; | |
} | |
.glyphicon-yen:before { | |
content: "\A5"; | |
} | |
.glyphicon-jpy:before { | |
content: "\A5"; | |
} | |
.glyphicon-ruble:before { | |
content: "\20BD"; | |
} | |
.glyphicon-rub:before { | |
content: "\20BD"; | |
} | |
.glyphicon-scale:before { | |
content: "\E230"; | |
} | |
.glyphicon-ice-lolly:before { | |
content: "\E231"; | |
} | |
.glyphicon-ice-lolly-tasted:before { | |
content: "\E232"; | |
} | |
.glyphicon-education:before { | |
content: "\E233"; | |
} | |
.glyphicon-option-horizontal:before { | |
content: "\E234"; | |
} | |
.glyphicon-option-vertical:before { | |
content: "\E235"; | |
} | |
.glyphicon-menu-hamburger:before { | |
content: "\E236"; | |
} | |
.glyphicon-modal-window:before { | |
content: "\E237"; | |
} | |
.glyphicon-oil:before { | |
content: "\E238"; | |
} | |
.glyphicon-grain:before { | |
content: "\E239"; | |
} | |
.glyphicon-sunglasses:before { | |
content: "\E240"; | |
} | |
.glyphicon-text-size:before { | |
content: "\E241"; | |
} | |
.glyphicon-text-color:before { | |
content: "\E242"; | |
} | |
.glyphicon-text-background:before { | |
content: "\E243"; | |
} | |
.glyphicon-object-align-top:before { | |
content: "\E244"; | |
} | |
.glyphicon-object-align-bottom:before { | |
content: "\E245"; | |
} | |
.glyphicon-object-align-horizontal:before { | |
content: "\E246"; | |
} | |
.glyphicon-object-align-left:before { | |
content: "\E247"; | |
} | |
.glyphicon-object-align-vertical:before { | |
content: "\E248"; | |
} | |
.glyphicon-object-align-right:before { | |
content: "\E249"; | |
} | |
.glyphicon-triangle-right:before { | |
content: "\E250"; | |
} | |
.glyphicon-triangle-left:before { | |
content: "\E251"; | |
} | |
.glyphicon-triangle-bottom:before { | |
content: "\E252"; | |
} | |
.glyphicon-triangle-top:before { | |
content: "\E253"; | |
} | |
.glyphicon-console:before { | |
content: "\E254"; | |
} | |
.glyphicon-superscript:before { | |
content: "\E255"; | |
} | |
.glyphicon-subscript:before { | |
content: "\E256"; | |
} | |
.glyphicon-menu-left:before { | |
content: "\E257"; | |
} | |
.glyphicon-menu-right:before { | |
content: "\E258"; | |
} | |
.glyphicon-menu-down:before { | |
content: "\E259"; | |
} | |
.glyphicon-menu-up:before { | |
content: "\E260"; | |
} | |
#wrapper { | |
width: 100px; | |
margin: 0 auto; | |
background: #fff; | |
padding: 20px; | |
border: 10px solid #aaa; | |
border-radius: 15px; | |
background-clip: padding-box; | |
text-align: center; | |
} | |
.overlay { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
background: rgba(0, 0, 0, 0.5); | |
transition: opacity 200ms; | |
} | |
.popup { | |
margin: 75px; | |
background: #fff; | |
border: 1px solid #666; | |
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); | |
position: relative; | |
padding: 15px; | |
border-radius: 4px; | |
} | |
.popup h2 { | |
margin-top: 0; | |
color: #666; | |
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; | |
} | |
.popup .close { | |
position: absolute; | |
width: 20px; | |
height: 20px; | |
top: 20px; | |
right: 20px; | |
opacity: 0.8; | |
transition: all 200ms; | |
font-size: 24px; | |
font-weight: bold; | |
text-decoration: none; | |
color: #666; | |
} | |
.popup .close:hover { | |
opacity: 1; | |
} | |
.popup .content, | |
#prabhu-note, | |
#gmt-note, | |
#moneytun-note { | |
padding: 0; | |
margin: 10px; | |
max-height: 400px; | |
overflow: auto; | |
text-align: justify; | |
font-size: 12px; | |
} | |
.popup p, | |
span { | |
font-size: 12px; | |
} | |
@media (max-width: 720px) { | |
.popup { | |
margin-left: 20px; | |
margin-right: 20px; | |
font-size: 11px; | |
} | |
} | |
* { | |
margin: 0; | |
padding: 0; | |
box-sizing: border-box; | |
} | |
.hide { | |
display: none; | |
} | |
/* Absolute Center Spinner */ | |
.loading { | |
position: fixed; | |
z-index: 999; | |
height: 2em; | |
width: 2em; | |
overflow: show; | |
margin: auto; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
right: 0; | |
} | |
/* Transparent Overlay */ | |
#loader-wrapper { | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
z-index: 1000; | |
background-color: rgba(255, 255, 255, 0.78); | |
} | |
#loader { | |
display: block; | |
position: relative; | |
left: 50%; | |
top: 280px; | |
width: 150px; | |
height: 150px; | |
margin: -75px 0 0 -75px; | |
border-radius: 50%; | |
border: 3px solid transparent; | |
border-top-color: #3498db; | |
-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ | |
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ | |
} | |
#loader:before { | |
content: ""; | |
position: absolute; | |
top: 5px; | |
left: 5px; | |
right: 5px; | |
bottom: 5px; | |
border-radius: 50%; | |
border: 3px solid transparent; | |
border-top-color: #e74c3c; | |
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ | |
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ | |
} | |
#loader:after { | |
content: ""; | |
position: absolute; | |
top: 15px; | |
left: 15px; | |
right: 15px; | |
bottom: 15px; | |
border-radius: 50%; | |
border: 3px solid transparent; | |
border-top-color: #f9c922; | |
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ | |
animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ | |
} | |
@-webkit-keyframes spin { | |
0% { | |
-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ | |
-ms-transform: rotate(0deg); /* IE 9 */ | |
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */ | |
} | |
100% { | |
-webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ | |
-ms-transform: rotate(360deg); /* IE 9 */ | |
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */ | |
} | |
} | |
@keyframes spin { | |
0% { | |
-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ | |
-ms-transform: rotate(0deg); /* IE 9 */ | |
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */ | |
} | |
100% { | |
-webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ | |
-ms-transform: rotate(360deg); /* IE 9 */ | |
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */ | |
} | |
} | |
/* Scroll Design */ | |
body::-webkit-scrollbar { | |
width: 6px; | |
background-color: #f5f5f5; | |
} | |
body::-webkit-scrollbar-thumb { | |
background-color: #aaaaaa; | |
} | |
body::-webkit-scrollbar-track { | |
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); | |
background-color: #f5f5f5; | |
} | |
input[readonly] { | |
background-color: #e6e6e6; | |
} | |
.remit-service-container .remit-msg-error li { | |
color: #e35b50; | |
font-size: 13px; | |
line-height: 16px; | |
} | |
#errorMsgBirthDate { | |
font-size: 13px; | |
line-height: 16px; | |
color: #ca0000; | |
display: block; | |
clear: both; | |
} | |
.errorbox { | |
display: flex; | |
width: 100%; | |
} | |
.errorbox .box { | |
-webkit-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75); | |
-moz-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75); | |
box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75); | |
width: 90%; | |
padding: 50px; | |
max-width: 600px; | |
margin: 100px auto; | |
color: #6d6d6d; | |
} | |
.errorbox h1 { | |
font-size: 47px; | |
font-family: monospace; | |
text-transform: uppercase; | |
color: #797979; | |
} | |
.remit-service-container .remit-button.continue:disabled { | |
opacity: 0.65; | |
cursor: not-allowed; | |
} | |
.remit-service-container .remit-form-input.select-field:disabled { | |
background-color: #ebebe4; | |
} | |
/* Accordian */ | |
.accordion { | |
background-color: #eee; | |
color: #444; | |
cursor: pointer; | |
padding: 5px; | |
border-radius: 50%; | |
margin-left: 10px; | |
width: 100%; | |
border: none; | |
text-align: left; | |
outline: none; | |
font-size: 15px; | |
transition: 0.4s; | |
} | |
.accordion.active, | |
button.accordion:hover { | |
background-color: #ddd; | |
} | |
div.panel { | |
padding: 0px; | |
background-color: white; | |
max-height: none; | |
overflow: hidden; | |
transition: max-height 0.2s ease-out; | |
} | |
/* Job detail box */ | |
.job-details-box { | |
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); | |
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); | |
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); | |
padding: 25px; | |
margin: 5px 25px 25px; | |
background-color: rgba(0, 0, 0, 0.02); | |
} | |
.document-box { | |
margin: 5px 25px 25px; | |
width: 90%; | |
max-width: 700px; | |
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); | |
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); | |
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); | |
padding: 25px; | |
background-color: rgba(0, 0, 0, 0.02); | |
} | |
.phone-input { | |
position: relative; | |
} | |
.remit-service-container .phone-input .phone-country-code { | |
background-repeat: no-repeat; | |
background-position-y: center; | |
padding-left: 100px; | |
} | |
#licensePartner { | |
font-size: 14px; | |
line-height: 24px; | |
color: #757575; | |
} | |
.remit-service-container .phone-input .code-box { | |
position: absolute; | |
top: 0; | |
background-color: #eee; | |
padding: 6px 10px 6px 5px; | |
width: 90px; | |
} | |
.disable-link { | |
color: #dddddd !important; | |
} | |
.ssn-eye img { | |
position: absolute; | |
left: 88%; | |
top: 38px; | |
height: 15px; | |
width: 20px; | |
} | |
#tier-phoneNumber { | |
padding-left: 25px; | |
background: no-repeat left; | |
background-size: 20px; | |
} | |
.remit-browse-text { | |
line-height: 19px !important; | |
padding: 5px 10px; | |
} | |
.remit-browse-btn-text { | |
float: left; | |
} | |
.remit-service-container .remit-browser-section { | |
padding: 0; | |
} | |
.remit-service-container .remit-file-browse { | |
padding: 0; | |
} | |
.remit-file-name b { | |
display: inline-block; | |
} | |
.kyc-form-wrapper { | |
border: none; | |
} | |
/* CSS for card widget */ | |
.cards-wrapper { | |
padding: 0px 10px; | |
border: 1px solid #c1c1c1; | |
margin: 0px 5px; | |
} | |
.cards-wrapper legend { | |
border: none; | |
width: auto; | |
font-family: "Lato", sans-serif; | |
font-size: 1.25rem; | |
margin-bottom: 5px; | |
} | |
.cards-allowed { | |
display: grid; | |
grid-template: 1fr 1fr / 1fr 1fr 1fr 1fr; | |
grid-gap: 15px; | |
} | |
.card { | |
display: flex; | |
justify-content: center; | |
} | |
.raas-self-card-widget { | |
width: 100%; | |
height: 100%; | |
margin: 0 auto; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
vertical-align: middle; | |
} | |
#self-card-form { | |
min-width: 320px; | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font: inherit; | |
vertical-align: baseline; | |
line-height: 1; | |
box-sizing: border-box; | |
} | |
#self-card-form input, | |
select { | |
line-height: 1.2rem; | |
font-size: 14px; | |
padding: 0.8rem 1rem; | |
-webkit-appearance: none; | |
background: rgb(255, 255, 255); | |
appearance: none; | |
box-sizing: border-box; | |
color: #434a55; | |
outline: none; | |
height: 35px; | |
border: 1px solid #b8b8b8; | |
} | |
#self-card-form input { | |
border-bottom: unset; | |
border-radius: 4px 4px 0 0; | |
} | |
#self-card-form #self-year-select { | |
border-left: unset; | |
border-radius: 0 0 4px 0; | |
} | |
#self-card-form #self-month-select { | |
border-radius: 0 0 0 4px; | |
} | |
#self-card-form select { | |
background-image: url('data:image/svg+xml,<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>'); | |
background-position: right 8px center; | |
padding-right: 1em; | |
padding-left: 1em; | |
background-repeat: no-repeat; | |
} | |
#self-card-form select:required:invalid { | |
color: #dddddd; | |
} | |
#self-card-form input { | |
width: 100%; | |
} | |
#self-card-form label { | |
display: block; | |
} | |
::placeholder { | |
color: #ddd; | |
opacity: 1; | |
} | |
:-ms-input-placeholder { | |
color: #ddd; | |
} | |
::-ms-input-placeholder { | |
color: #ddd; | |
} | |
#self-card-form .invalid.touched { | |
border-color: #f26e50; | |
} | |
#self-card-form .field-name { | |
margin-bottom: 0.5rem; | |
font-size: 0.9rem; | |
letter-spacing: 0.06rem; | |
color: #737984; | |
transition: color 0.2s; | |
} | |
#self-card-form .expiration-wrapper { | |
display: flex; | |
align-items: baseline; | |
justify-content: space-between; | |
} | |
#self-card-form .field.expiration { | |
display: inline-block; | |
vertical-align: top; | |
width: 50%; | |
} | |
#self-card-form .field.expiration select { | |
min-width: 100%; | |
} | |
#self-card-form #error { | |
opacity: 0; | |
transition: opacity 0.2s, max-height 0.2s; | |
color: #ec5555; | |
font-size: 0.9rem; | |
text-align: left; | |
margin-top: 0.5rem; | |
} | |
#self-card-form #error.show { | |
opacity: 1; | |
} | |
#self-card-form button[type="submit"] { | |
width: 100%; | |
height: 40px; | |
outline: none; | |
display: flex; | |
min-width: 5em; | |
font-size: 1em; | |
cursor: pointer; | |
padding: 0.75em; | |
margin-top: 2rem; | |
appearance: none; | |
font-weight: 700; | |
line-height: 1rem; | |
border-width: 1px; | |
position: relative; | |
text-align: center; | |
border-radius: 4px; | |
align-items: center; | |
background: !red; | |
border-style: solid; | |
text-decoration: none; | |
border-color: #2884bd; | |
border-image: initial; | |
box-sizing: border-box; | |
justify-content: center; | |
-webkit-appearance: none; | |
color: rgb(255, 255, 255); | |
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px; | |
transition: background 0.2s, color 0.2s, border-color 0.2s; | |
} | |
#self-card-form button[type="submit"]:disabled { | |
cursor: not-allowed; | |
pointer-events: none; | |
background: #95caeb; | |
border-color: #76bfec; | |
} | |
#self-card-form button[type="submit"]:hover:not(:disabled)::after { | |
background: rgba(255, 255, 255, 0.15); | |
} | |
#self-card-form button[type="submit"]:active:not(:disabled)::after { | |
background: rgba(0, 0, 0, 0.08); | |
transition: none; | |
} | |
#self-card-form button[type="submit"]::after { | |
content: ""; | |
position: absolute; | |
top: 0px; | |
left: 0px; | |
right: 0px; | |
bottom: 0px; | |
background: rgba(0, 0, 0, 0); | |
transition: background 0.2s; | |
} | |
#self-card-form .show-hide-icon { | |
width: 32px; | |
height: 100%; | |
float: right; | |
margin-right: 2px; | |
position: relative; | |
padding: 2px; | |
cursor: pointer; | |
display: none; | |
margin-top: calc(100% - 20px); | |
} | |
#self-card-form .text-visible { | |
margin-top: -29px; | |
} | |
#self-card-form .text-hidden { | |
margin-top: -34px; | |
} | |
#self-card-form .show-hide-icon.show { | |
display: block; | |
} | |
#self-card-form .loader { | |
display: none; | |
} | |
#self-card-form .loader { | |
width: 24px; | |
height: 24px; | |
padding: 0px; | |
border: 3px solid; | |
margin-right: 10px; | |
border-radius: 100%; | |
border-top-color: rgba(255, 255, 255, 1); | |
border-left-color: rgba(255, 255, 255, 1); | |
border-right-color: rgba(255, 255, 255, 0.3); | |
border-bottom-color: rgba(255, 255, 255, 0.3); | |
animation: submit-loader 1s ease-in-out infinite; | |
-webkit-animation: submit-loader 1s ease-in-out infinite; | |
} | |
@keyframes submit-loader { | |
from { | |
transform: rotate(0deg); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
@-webkit-keyframes submit-loader { | |
from { | |
-webkit-transform: rotate(0deg); | |
} | |
to { | |
-webkit-transform: rotate(360deg); | |
} | |
} | |
#raas-consent { | |
width: 100%; | |
height: 100%; | |
display: flex; | |
margin: 0 auto; | |
position: relative; | |
align-items: center; | |
flex-direction: column; | |
box-sizing: border-box; | |
max-height: fit-content; | |
justify-content: center; | |
background-color: white; | |
padding-bottom: unset; | |
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); | |
} | |
#raas-consent .raas-consent-container { | |
display: flex; | |
padding: 1rem; | |
position: relative; | |
align-items: center; | |
padding-top: 1.5rem; | |
flex-direction: column; | |
justify-content: center; | |
padding: clamp(0.875rem, 1rem, 1.25rem); | |
} | |
#raas-consent .close-button { | |
border: 0; | |
width: 18px; | |
height: 18px; | |
top: 0.875rem; | |
right: 0.875rem; | |
cursor: pointer; | |
position: absolute; | |
background: transparent; | |
} | |
#raas-consent .close-button svg { | |
width: 100%; | |
height: 100%; | |
} | |
#raas-consent h1 { | |
color: #000000; | |
font-size: 1.5rem; | |
font-weight: 600; | |
margin-block-end: 0.1rem; | |
margin-block-start: 0.2rem; | |
font-size: clamp(1rem, 1.5rem, 1.875rem); | |
} | |
#raas-consent h2 { | |
color: #000000; | |
font-size: 1rem; | |
margin-block-end: 0.1rem; | |
margin-block-start: 0.2rem; | |
font-size: clamp(0.875rem, 1rem, 1.25rem); | |
} | |
#raas-consent .header-wrapper { | |
display: flex; | |
padding: 0.875rem; | |
align-items: center; | |
flex-direction: column; | |
justify-content: center; | |
padding: clamp(0.5rem, 0.875rem, 1rem); | |
padding-top: unset; | |
} | |
#raas-consent .header-wrapper p { | |
font-weight: 400; | |
} | |
#raas-consent .logo-wrapper { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
margin-top: clamp(1rem, 1.5rem, 2rem); | |
margin-bottom: clamp(1rem, 1.5rem, 2rem); | |
} | |
#raas-consent p { | |
color: #737373; | |
margin-block-end: 0.1rem; | |
margin-block-start: 0.2rem; | |
} | |
#raas-consent .consent-card { | |
padding: 0.875rem; | |
border-radius: 1rem; | |
padding: clamp(0.5rem, 0.875rem, 1rem); | |
box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.25); | |
} | |
#raas-consent .disclaimer { | |
margin-top: 2rem; | |
margin-bottom: 0.5rem; | |
margin-top: clamp(1.875rem, 2rem, 2.75rem); | |
margin-bottom: clamp(0.25rem, 0.5rem, 0.875rem); | |
} | |
#raas-consent .disclaimer p { | |
text-align: justify; | |
font-size: 0.75rem; | |
} | |
#raas-consent .list-item { | |
display: flex; | |
list-style-type: none; | |
flex-direction: column; | |
justify-content: flex-start; | |
padding: 0.5rem 0.5rem; | |
} | |
#raas-consent .list-item + .list-item { | |
margin-top: 0.5rem; | |
padding-top: 0.5rem; | |
border-top: 1px solid #cccccc; | |
} | |
#raas-consent .action-wrapper { | |
display: flex; | |
width: 100%; | |
flex-direction: column; | |
margin-bottom: 0; | |
} | |
#raas-consent .btn-continue { | |
width: 100%; | |
outline: none; | |
display: block; | |
min-width: 5em; | |
color: #ffffff; | |
cursor: pointer; | |
font-size: 1rem; | |
appearance: none; | |
font-weight: 700; | |
line-height: 1rem; | |
text-align: center; | |
padding-top: 1.25rem; | |
text-decoration: none; | |
border: unset; | |
box-sizing: border-box; | |
padding-bottom: 1.25rem; | |
-webkit-appearance: none; | |
background-color: #075aa7; | |
transition: background 0.2s, color 0.2s; | |
font-size: clamp(0.85rem, 1rem, 1.25rem); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment