.employerdropdown .dropdown .dropdown-toggle{border:1px solid #ccc;width:100%;height:3.375rem;padding:var(--kendo-spacing-3);padding-right:var(--kendo-spacing-7);font-size:var(--body-font-size);background:#fff;color:#000;text-align:left;white-space:normal;transition:all .2s ease-in-out}
.employerdropdown .dropdown .dropdown-toggle:hover{background:var(--primary-dark-blue) !important;color:#fff}
.employerdropdown .dropdown .dropdown-toggle:active,.employerdropdown .dropdown .dropdown-toggle:focus,.employerdropdown .dropdown .dropdown-toggle.show{background:var(--primary-dark-blue) !important;color:#fff}
.employerdropdown .dropdown .dropdown-toggle::after{position:absolute;right:15px;top:15px;border:0;content:url("clientlibs/resources/caret-down.svg")}
.employerdropdown .dropdown .dropdown-toggle.show::after{content:url("clientlibs/resources/caret-up.svg")}
.employerdropdown .dropdown .dropdown-menu{width:100%;max-height:500px;overflow-y:auto}
.employerdropdown .search-bar{margin:1rem;position:sticky;top:0}
.employerdropdown .search-bar:focus-within{border:1px solid #0046a5;border-radius:.25rem}
.employerdropdown .search-bar .input-group{width:100%}
.employerdropdown .search-bar:focus-within .input-group-text{border:0}
.employerdropdown .search-bar:focus-within .form-control:focus::placeholder{opacity:0}
.employerdropdown .search-bar .form-control{padding:14px 0 14px 20px;border-radius:4px;border:1px solid #e7e7e7;border-right:0;height:3.375rem}
.employerdropdown .search-bar .form-control:focus{box-shadow:none;color:#000;border-right:0;border:0}
.employerdropdown .search-bar .input-group-text{background:#fff}
.employerdropdown .search-bar input::placeholder{color:#000 !important;opacity:.6}
#employer-selection.cmp-button{background-color:#0070d7 !important;box-shadow:0 15px 25px 0 #00000026 !important;margin-bottom:.5rem !important;border-radius:.25rem !important;font-size:var(--body-font-size);padding:15px 40px 15px 40px !important;color:#fff;text-decoration:none}
#employer-selection.cmp-button:active{background-color:#5f9eff !important}
#employer-selection.cmp-button:hover{background-color:#0046a5 !important}
.estimator-error .alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;display:flex;align-items:center;justify-content:space-between}
.estimator-error .alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}
.estimator-error .close-error{cursor:pointer}