:root{--primary-color: #FF8910;--primary-shade: #dd760f;--secondary-color: #ee4300;--text-color: #FFFFFF;--background-color: #000000;--bg-image: "unset";--content-background-color-rgb: 0, 0, 0;--content-opacity: .7;--content-border-radius: 10px;--inner-content-width: 60%;--inner-content-header-position: center;--inner-content-header-margin-bottom: 3rem;--input-background-color: 0, 0, 0;--input-background-opacity: .6;--input-text-color: 255, 137, 18;--input-indicator-color: 255, 137, 18;--input-border-color: 255, 255, 255;--input-border-opacity: .3;--form-border-radius: 5px;--button-height: 44px;--header-background-color-rgb: 0, 0, 0;--header-opacity: .6;--header-height: 80px;--footer-background-color-rgb: 0, 0, 0;--footer-opacity: .6;--footer-width: 60%;--footer-border-radius: 10px;--company-logo-background-color: 0,0,0;--company-logo-background-opacity: 0;--company-logo-height: 80px;--company-logo-position-left: 1%;--company-logo-position-top: 2%;--reseller-logo-background-color: 0,0,0;--reseller-logo-background-opacity: 0;--reseller-logo-height: 40px;--reseller-logo-position-left: 10%;--reseller-logo-position-top: 2%;--pop-up-background-color-rgb: 0, 0, 0;--pop-up-opacity: .9;--pop-up-overlay-background-color-rgb: 0, 0, 0;--pop-up-overlay-opacity: .4;--message-box-height: 100px;--link-color: 255, 137, 18;--link-hover-color: 221, 118, 15;--link-font-weight: bold}html,body{margin:0;padding:0;height:100%;width:100%}body{font-family:Arial,sans-serif;color:var(--text-color)}app-root{display:block;height:100%;width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff80;cursor:pointer;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e4e4e480}.form-group{display:flex;flex-direction:column}.flex{display:flex;width:100%}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.justify-content-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.primary-button{background-color:var(--primary-color);height:var(--button-height);padding:5px 8px;box-sizing:border-box;font-size:1rem;border:1px solid var(--primary-color);border-radius:var(--form-border-radius);cursor:pointer}.primary-button:hover{background-color:var(--primary-shade);border-color:var(--primary-shade)}
