body{ display:flex; min-height:100vh; flex-direction:column; } .row .col.offset-s-half{margin-left:6%!important;} .row .col.push-s-half{ left:4.1666666667%!important; } .row .col.push-s1-half{ left:12.499999997%!important; } .row .col.push-s2-half{ left:22.833333333%!important; } .row .col.push-s3-half{ left:31.166666667%!important; } .row .col.push-s4-half{ left:39.499999997%!important; } main{ flex:1 0 auto; } [type="checkbox"]+span:not(.lever):before,[type="checkbox"]:not(.filled-in)+span:not(.lever):after{ right:0px; left:auto!important; } [type="checkbox"]+span:not(.lever){ padding-right:35px; padding-left:0px!important; } [type="checkbox"]:checked+span:not(.lever):before{ right:10px; left:auto!important; } .breadcrumb.right_crump:before{ content:"\f104"!important; font-family:'Font Awesome 5 Pro'!important; font-size:18px!important; color:#f3e5e5!important; } .breadcrumb{ color:#f3e5e5!important; } .breadcrumb.left_crump:after{ content:"\f105"!important; font-family:'Font Awesome 5 Pro'!important; font-size:18px!important; color:#f3e5e5!important; margin-right:8px!important; margin-left:10px!important; } .breadcrumb.left_crump:last-child:after{ display:none; } .breadcrumb.left_crump:before{ display:none; } .breadcrumb:last-child{ color:white; } .caret{ z-index:2!important; } .card-panel,.card-panel img{ border-radius:12px!important; } .btn{ border-radius:12px!important; } .input-field label{ color:#ffffff!important; right:0.75rem!important; left:auto!important; z-index:1; } .input-field input[type=text]:focus + label{ color:#ffffff!important; } .input-field input{ border-bottom:1px solid #ffffff!important; } /* label underline focus color */ .input-field input:focus{ border-bottom:1px solid #ffffff!important; box-shadow:0 1px 0 0 #ffffff!important; } /* valid color */ .input-field input.valid{ border-bottom:1px solid #ffffff!important; box-shadow:0 1px 0 0 #ffffff!important; } /* invalid color */ .input-field input.invalid{ border-bottom:1px solid #ffffff!important; box-shadow:0 1px 0 0 #ffffff!important; } /* icon prefix focus color */ .input-field .prefix.active{ color:#ffffff!important; } .input-field label{ pointer-events:auto; } input{ color:#362f2d!important; background-color:#ffffff!important; } .select-dropdown{ border-width:0px!important; margin:0px!important; } .select-wrapper{ background-color:#ffffff; /* margin-top:-8px!important;*/ } .select-wrapper input.select-dropdown{ margin-top:8px!important; } [type="checkbox"]:checked + label:before{ top:-4px; right:10px; width:12px; height:22px; border-top:2px solid transparent; border-left:2px solid transparent; border-right:2px solid #26a69a; border-bottom:2px solid #26a69a; -webkit-transform:rotate(40deg); transform:rotate(40deg); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transform-origin:100% 100%; transform-origin:100% 100%; } [type="checkbox"] + label{ position:relative; padding-right:35px; cursor:pointer; display:inline-block; height:auto; line-height:auto; font-size:1rem; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{ content:''; position:absolute; top:0; right:0; width:18px; height:18px; z-index:0; border:2px solid #5a5a5a; border-radius:1px; margin-top:2px; -webkit-transition:.2s; transition:.2s; } .dropdown-content li{ clear:both; color:rgba(0,0,0,0.87); cursor:pointer; min-height:50px; line-height:1.5rem; width:100%; text-align:right!important; text-transform:none; } ul:not(.browser-default){ padding-right:0; list-style-type:none; }