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