.lds-spinner{width:80px;height:80px;display:inline-block;position:relative}.lds-spinner div{transform-origin:40px 40px;animation:1.2s linear infinite lds-spinner}.lds-spinner div:after{content:"";border-radius:20%;width:7px;height:20px;display:block;position:absolute;top:3px;left:37px}.lds-spinner div:first-child{background:#004f9e;animation-delay:-1.1s;transform:rotate(0)}.lds-spinner div:nth-child(2){background:#005bbb;animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){background:#0076d1;animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){background:#005bbb;animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){background:#0076d1;animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){background:#0093e1;animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){background:#00acec;animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){background:#ff8a00;animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){background:#ff7300;animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){background:#ff5c00;animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){background:#ff3a00;animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){background:#ff2000;animation-delay:0s;transform:rotate(330deg)}.lds-spinner div:nth-child(n):after{background:inherit}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}
.my-select-box{width:100%;font-size:14px;font-weight:400;position:relative}.my-select-box .click-away{z-index:99;width:100%;height:100%;display:block;position:fixed;top:0;left:0}.my-select-box .my-select-box-btn{color:#999;justify-content:space-between;width:100%;display:flex}.my-select-box .my-select-box-section{box-sizing:border-box;z-index:9999;opacity:0;visibility:hidden;transform-origin:50% 0;background-color:#fff;border-radius:5px;width:100%;margin-top:4px;padding:0;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;position:absolute;top:100%;left:0;transform:scale(.75)translateY(-21px);box-shadow:0 0 0 1px #4444441c}.my-select-box .my-select-box-section.open{opacity:1;visibility:visible;transform:scale(1)translateY(0)}.my-select-box .my-select-box-section ul{padding:0}.my-select-box .my-select-box-section li{cursor:pointer;text-align:left;outline:none;min-height:40px;padding-left:18px;padding-right:29px;font-weight:400;line-height:40px;list-style:none;transition:all .2s}.my-select-box .my-select-box-section li:hover,.my-select-box .my-select-box-section li.selected{background-color:#f6f6f6;font-weight:700}
#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
