.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:20px;box-sizing:border-box;background:linear-gradient(16deg,#6052a3,#322d5a)}.loading-screen h2{margin-top:20px;font-size:24px;color:#fff}.container-full-page{height:100vh;width:100vw;padding:0;margin:0}body,html{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: rgb(96, 82, 163);--color-primary-light: rgb(230, 225, 245);--color-primary-blue-light: #62a2f6;--color-primary-pale-sky-blue: #276A9D;--color-orange: #E74D1c;--lightGray5: #E8E8E8;--lightGray5-hover: #dcdcdc;--lightGray5-disabled: #f2f2f2;--background-light-blue: #C7DEF7;--background-light-blue-2: #E9E9F2;--color-dark-slate-blue: #4C5570;--color-dark-slate-blue-hover: #3E465E;--color-orange-hover: #e65f00;--color-purple-dark-1: rgb(76, 65, 130);--color-purple-dark-2: rgb(61, 52, 104);--color-purple-dark-3: rgb(49, 42, 83);--color-purple-dark-4: rgb(39, 34, 66);--color-purple-base: rgb(96, 82, 163);--color-purple-light-1: rgb(117, 104, 187);--color-purple-light-2: rgb(138, 126, 211);--color-purple-light-3: rgb(159, 149, 235);--color-purple-light-4: rgb(180, 171, 255);--color-red-base: rgb(255, 0, 0);--color-red-dark-1: rgb(204, 0, 0);--color-red-dark-2: rgb(163, 0, 0);--color-red-dark-3: rgb(130, 0, 0);--color-red-dark-4: rgb(104, 0, 0);--gradient-red: linear-gradient(90deg, #ff4d4f, #ff7875);--gradient-red-hover: linear-gradient(90deg, #d9363e, #ff4d4f);--gradient-purple: linear-gradient(16deg, rgb(96, 82, 163), rgb(50, 45, 90));--gradient-purple-hover: linear-gradient(16deg, rgb(128, 110, 200), rgb(70, 60, 120));--gradient-red: linear-gradient(16deg, rgb(211, 47, 47), rgb(139, 23, 23));--gradient-red-hover: linear-gradient(16deg, rgb(239, 83, 80), rgb(165, 36, 36));--gradient-orange: linear-gradient(16deg, #E74D1C, #C44419);--gradient-orange-hover: linear-gradient(16deg, #FF5A29, #D14E21);--gradient-green: linear-gradient(16deg, rgb(76, 175, 80), rgb(34, 139, 34));--gradient-green-hover: linear-gradient(16deg, rgb(129, 199, 132), rgb(46, 160, 46));--gradient-aqua-green: linear-gradient(16deg, rgb(179, 255, 217), rgb(128, 255, 178));--gradient-aqua-green-hover: linear-gradient(16deg, rgb(204, 255, 229), rgb(153, 255, 204));--gradient-water-blue: linear-gradient(16deg, rgb(102, 217, 255), rgb(0, 191, 255));--gradient-water-blue-hover: linear-gradient(16deg, rgb(153, 235, 255), rgb(51, 204, 255));--gradient-aqua-green-cloud: linear-gradient(16deg, rgb(230, 255, 241), rgb(210, 255, 228));--gradient-aqua-green-cloud-hover: linear-gradient(16deg, rgb(240, 255, 247), rgb(220, 255, 236));--gradient-water-blue-cloud: linear-gradient(16deg, rgb(230, 245, 255), rgb(210, 235, 255));--gradient-water-blue-cloud-hover: linear-gradient(16deg, rgb(240, 250, 255), rgb(220, 240, 255));--color-orange-button: #F7931E;--color-orange-button-hover: #e67c00;--color-orange-button-disabled: #fbc988;--color-orange-button-focus: #ffa733;--color-orange-button-2: #A3C451;--color-orange-button-2-hover: #95aa3e;--color-orange-button-2-disabled: #D9E2AD;--color-orange-button-2-focus: #b1d35f;--color-purple-dark: #342D59;--color-purple-dark-2: #3B4459;--color-purple-dark-hover: #2E274F;--color-purple-dark-focus: #2B244A;--color-purple-dark-disabled: #4A426E;--color-dark-gray: #333;--color-light-blue: #F0F3FC;--color-deep-blue: #2E3192;--color-green: #A3C451;--color-green-hover: #8FB23F;--color-green-disabled: #DCE7B6;--color-green-focus: #A3C451;--color-red: #E04F5F;--color-red-hover: #C43F4F;--color-red-disabled: #F4C5CA;--color-red-focus: #E04F5F}.button-orange-v1{border-radius:10px;min-width:150px;background-color:var(--color-orange-button)!important;color:#fff;outline:none;border:none;transition:background-color .2s ease}.button-green{border-radius:10px;min-width:150px;background-color:var(--color-green)!important;color:#fff;outline:none;border:none;transition:background-color .2s ease,box-shadow .2s ease;cursor:pointer}.button-green:hover{background-color:var(--color-green-hover)!important}.button-green:disabled{background-color:var(--color-green-disabled)!important;cursor:not-allowed;opacity:.6}.button-green:focus{box-shadow:0 0 0 3px #a3c45166}.button-red{border-radius:10px;min-width:150px;background-color:var(--color-red)!important;color:#fff;outline:none;border:none;transition:background-color .2s ease,box-shadow .2s ease;cursor:pointer}.button-red:hover{background-color:var(--color-red-hover)!important}.button-red:disabled{background-color:var(--color-red-disabled)!important;cursor:not-allowed;opacity:.6}.button-red:focus{box-shadow:0 0 0 3px #e04f5f66}body,*,h1,h2,h3,h4,h5,h6,p,div,.ant-btn,.ant-input,.ant-menu,.ant-dropdown-link,.ant-select-selection-item{font-family:Mulish,sans-serif}.font-project{font-family:Mulish}.button-general{padding:8px 16px;background:var(--gradient-purple)!important;color:#fff!important;border:none!important;border-radius:20px!important;cursor:pointer}.button-general:hover{background:var(--gradient-purple-hover)!important}.button-general:disabled{background:var(--gradient-purple-hover)!important;opacity:.5}.button-orange-v1{border-radius:20px;min-width:150px;background-color:var(--color-orange-button)!important;color:#fff;outline:none;border:none;transition:background-color .2s ease}.button-orange-v1:hover{background-color:var(--color-orange-button-hover)!important;color:#fff!important}.button-orange-v1:focus{background-color:var(--color-orange-button-focus)!important;color:#fff;box-shadow:0 0 0 2px #f7931e4d}.button-orange-v1:disabled,.button-orange-v1[disabled]{background-color:var(--color-orange-button-disabled)!important;color:#fff!important;cursor:not-allowed;opacity:.8}.input-general{padding:8px 16px;border:1px solid var(--color-primary-pale-sky-blue)!important;border-radius:20px!important;height:32px!important;width:100%}.styled-select .ant-select-selector{border:1px solid var(--color-primary-pale-sky-blue)!important;border-radius:20px!important;min-height:32px!important;padding:4px 12px!important;display:flex;align-items:center}.styled-autocomplete .ant-input-affix-wrapper,.styled-autocomplete .ant-input{border:1px solid var(--color-primary-pale-sky-blue)!important;border-radius:20px!important;height:40px!important;padding:4px 12px!important;display:flex;align-items:center}
