.background-change{background-color:#d2e0d0!important}.loader{align-items:center;background-color:#d2e0d0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.box{height:200px;overflow:hidden;width:200px}.box,.box .b{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.box .b{animation:ro 2s infinite;border-bottom:4px solid transparent!important;border-left:4px solid;border-radius:50%;border-right:4px solid;border-top:4px solid transparent!important}.box .b1{border-color:#0f5946;height:120px;width:120px}.box .b2{animation-delay:.2s;border-color:#efd964;height:100px;width:100px}.box .b3{animation-delay:.4s;border-color:#2d8c73;height:80px;width:80px}.box .b4{animation-delay:.6s;border-color:#34495e;height:60px;width:60px}@keyframes ro{0%{transform:translate(-50%,-50%) rotate(0deg)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(0deg)}}