#options-wrapper{height:max-content;width:100%;flex-direction:column;align-items:center;margin-bottom:3em;display:none}@media (max-width:966px){#options-wrapper{margin-bottom:2em}}form{max-width:500px;width:90%}form #phrase-amount-options{height:69px;-webkit-user-select:none;user-select:none;width:100%;flex-direction:row;align-content:stretch;display:flex;position:relative}form #phrase-amount-options:before{content:" ";background:var(--inactive-color);height:1px;width:100%;width:66.6667%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}form #phrase-amount-options input,form #phrase-amount-options label{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;overflow:hidden}form #phrase-amount-options label{height:100%;-webkit-user-select:none;user-select:none;width:20%;display:inline-block;position:relative}form #phrase-amount-options label:before{content:attr(data-phrase-amount);letter-spacing:.4px;opacity:.85;white-space:nowrap;z-index:20;padding-top:10px;font-size:14px;font-weight:400;transition:all .15s ease-in-out;position:absolute;transform:translate(-50%,45px)}form #phrase-amount-options label:after{background:var(--primary-color);content:" ";cursor:pointer;border:1px solid var(--inactive-color);height:30px;pointer-events:none;-webkit-user-select:none;user-select:none;width:30px;z-index:1;border-radius:50%;transition:all .15s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}form #phrase-amount-options label:hover:after{border-color:var(--accent-color);transform:translate(-50%,-50%)scale(1.25)}form #phrase-amount-options input{display:none}form #phrase-amount-options input:checked+label:before{opacity:1;font-weight:800}form #phrase-amount-options input:checked+label:after{border-width:4px;transform:translate(-50%,-50%)scale(.75)}form #phrase-amount-options input:checked~#phrase-amount-indicator{opacity:1}form #phrase-amount-options input:checked:nth-child(1)~#phrase-amount-indicator{left:16.75%}form #phrase-amount-options input:checked:nth-child(3)~#phrase-amount-indicator{left:50%}form #phrase-amount-options input:checked:nth-child(5)~#phrase-amount-indicator{left:83.25%}form #phrase-amount-options #phrase-amount-indicator{background:var(--accent-color);border:2px solid var(--primary-color);height:12px;opacity:0;width:12px;z-index:2;border-radius:50%;transition:all .15s ease-in-out;display:block;position:absolute;top:50%;transform:translate(-50%,-50%)}form:valid #phrase-amount-options input+label:before{transition:all .15s linear;transform:translate(-50%,45px)scale(.9)}form:valid #phrase-amount-options input:checked+label:before{transition:all .15s linear;transform:translate(-50%,45px)scale(1.1)}