@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");*{box-sizing:border-box}body{margin:0;padding:0;height:100vh}.backdrop,body{width:100%;justify-content:center;align-items:center}.backdrop{position:fixed;z-index:9999;top:0;left:0;height:100%;background:rgba(0,0,0,.5);display:flex}.loading-container{width:100%;display:flex;justify-content:center;text-align:center;color:#1a3c09;position:relative;margin:0 32px}.loading-container:before{content:"";position:absolute;width:200px!important;height:3px;bottom:0;left:0;border-radius:10px;animation:movingLine 2.4s ease-in-out infinite}@keyframes movingLine{0%{opacity:0;width:0}33.3%,66%{opacity:.8;width:100%}85%{width:0;left:auto;right:0;opacity:1}to{opacity:0;width:0}}.loading-text{font-size:22px;line-height:64px;letter-spacing:10px;margin-bottom:32px;display:flex;justify-content:space-evenly}.loading-text span{animation:moveLetters 2.4s ease-in-out infinite;transform:translatex(0);position:relative;display:inline-block;opacity:0;text-shadow:0 2px 10px rgba(46,74,81,.3)}.loading-text span:first-child{animation-delay:.1s}.loading-text span:nth-child(2){animation-delay:.2s}.loading-text span:nth-child(3){animation-delay:.3s}.loading-text span:nth-child(4){animation-delay:.4s}.loading-text span:nth-child(5){animation-delay:.5s}.loading-text span:nth-child(6){animation-delay:.6s}.loading-text span:nth-child(7){animation-delay:.7s}@keyframes moveLetters{0%{transform:translateX(-15vw);opacity:0}33.3%,66%{transform:translateX(0);opacity:1}to{transform:translateX(15vw);opacity:0}}.circle_gif{width:100px}.k_gif{bottom:0}.k_lodar_img{width:100px}.form-select option[value=""]{color:#999999!important}