@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation-loading{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.form-control{border:1px solid #dbdbe1;border-radius:5px;height:50px}.form-control::-moz-placeholder{color:#dbdbe1}.form-control::placeholder{color:#dbdbe1}.form-check{align-items:center;display:flex}.form-check .form-check-label{margin-left:5px;position:relative;top:2px}.form-check .form-check-input{height:20px;min-width:20px;width:20px}.form-check .form-check-input.filter-color{background:transparent;border:none;border-radius:50%;height:26px;position:relative;width:26px}.form-check .form-check-input.filter-color:after{background:var(--color)!important;border-radius:50%;content:"";height:17.5px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:17.5px}.form-check .form-check-input.filter-color:checked{border:2px solid #e9501b}.form-check a{color:#1c1613}@media (-ms-high-contrast:active),(hover:hover) and (pointer:fine),all and (-ms-high-contrast:none){.form-check a:focus,.form-check a:hover{text-decoration:underline}}