:root{--primary-color: #0a2d47;--secondary-color: #07649d;--accent-color: #ff7e5f;--text-color: #ffffff;--muted-color: #cccccc;--font-family: "Poppins", sans-serif;--font-size-base: 16px;--font-size-lg: 18px;--font-size-sm: 14px;--bg-light: #f5f5f5;--bg-dark: #1a1a1a;--bg-gradient: linear-gradient(to left, #0a2e47 0%, #0a2e47 70%, #0f77ae 100%);--btn-padding: 10px 20px;--btn-radius: 8px}#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999}#status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.spinner-chase{margin:0 auto;width:40px;height:40px;position:relative;-webkit-animation:spinner-chase 2.5s infinite linear both;animation:spinner-chase 2.5s infinite linear both}.chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;-webkit-animation:chase-dot 2s infinite ease-in-out both;animation:chase-dot 2s infinite ease-in-out both}.chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#556ee6;border-radius:100%;-webkit-animation:chase-dot-before 2s infinite ease-in-out both;animation:chase-dot-before 2s infinite ease-in-out both}.chase-dot:nth-child(1){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.chase-dot:nth-child(1):before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.chase-dot:nth-child(2){-webkit-animation-delay:-1s;animation-delay:-1s}.chase-dot:nth-child(2):before{-webkit-animation-delay:-1s;animation-delay:-1s}.chase-dot:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.chase-dot:nth-child(3):before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.chase-dot:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s}.chase-dot:nth-child(4):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.chase-dot:nth-child(5){-webkit-animation-delay:-.7s;animation-delay:-.7s}.chase-dot:nth-child(5):before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.chase-dot:nth-child(6){-webkit-animation-delay:-.6s;animation-delay:-.6s}.chase-dot:nth-child(6):before{-webkit-animation-delay:-.6s;animation-delay:-.6s}@-webkit-keyframes spinner-chase{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-chase{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes chase-dot{to,80%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes chase-dot{to,80%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes chase-dot-before{50%{-webkit-transform:scale(.4);transform:scale(.4)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes chase-dot-before{50%{-webkit-transform:scale(.4);transform:scale(.4)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}.gredient_bg_top_bottom{background:linear-gradient(to bottom,#0a2e47,#0f77ae);background:linear-gradient(to bottom,#0a2e47,#0a2e47 70%,#0a2e47 70%,#0f77ae)}.gredient_bg_right_left{background:linear-gradient(to bottom,#0a2e47,#0f77ae);background:linear-gradient(to right,#0a2e47,#0a2e47 70%,#0a2e47 70%,#0f77ae)}.gradient_btn{background:linear-gradient(to left,#1294d6,#0d5984 40%,#0b4162,#0a314b)}.gradient{background:linear-gradient(to left,#12a8e0,#0d5984,#0a314b)}.bg-primary{background:var(--primary-color)}.SelectTrigger{display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer}.SelectContent{position:relative;z-index:50;min-width:var(--radix-select-trigger-width);overflow:hidden;background-color:#fff;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a}.SelectItem{cursor:pointer;padding:8px 12px}.SelectItem:hover{background-color:#f3f4f6}.hover-gradient:hover{background-image:linear-gradient(to left,#1294d6,#0d5984 40%,#0b4162,#0a314b);color:#fff}.custom-spinner{animation:spin-custom 1s linear infinite}@keyframes spin-custom{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
