:root {
    /* portal-rebranding */
    --neutral-white: #FFFFFF;
    --neutral-bg: #F0F5FF;
    --blue2: #C3D6FF;
    --primary-perano: #97B9FF;
    --primary-blue: #486EB5;
    --primary-blue-50: rgba(72, 110, 181, 0.50);
    --primary-blue-20: rgba(72, 110, 181, 0.2);
    --secondary-blue: #263F6C;
    --secondary-blue-transparent: rgba(38, 63, 108, 0.5);
    --dark-blue: #182641;
    --light-green: #E1FF01;
    --violet: #461EBF;
    --gray: #899DC5;
    --neutral-storm-gray: #696E82;
    --teclis-blue: #A3BAE4;
    --teclis-blue-rgba: rgba(163, 186, 228, 0.5);

    --primary-blue-rgba: rgba(76, 77, 194, 0.2);
    --neutral-black: #1E1F21;
    --neutral-navy: #70768E;
    --jet-gray: #9696B9;
    --jet-gray-rgba: rgba(125, 125, 163, 0.2);
    --neutral-light-gray: #F2F1F1;
    --neutral-top-shelf: #70768E;
    --neutral-periwinkle: #CBD0E2;
    --neutral-marble: #E5E8F1;
    --neutral-ghost-white: #F8F9FD;
    --neutral-light-blue: #F8FAFF;
    --bs-btn-hover-bg: #899DC5;

    /* secondary */
    --secondary-green: #5da373;
    --secondary-red: #dc3545;

    /* tender-status */
    --draft: #ffc518;
    --draft-rgba: rgba(255, 197, 24, 0.4);
    --search_ts: #FDE910;
    --search_ts-rgba: rgba(255, 233, 16, 0.5);
    --bid: #FCD975;
    --bid-rgba: rgba(255, 221, 117, 1);
    --found_ts: #F75E25;
    --found_ts-rgba: rgba(255, 94, 37, 0.8);
    --coordination: #CC8899;
    --coordination-rgba: rgba(204, 136, 153, 0.65);
    --agreed: #F36223;
    --agreed-rgba: rgba(243, 98, 35, 0.4);
    --completed: #8FBC8F;
    --completed-rgba: rgba(143, 188, 143, 0.4);
    --sent: #CCFBF1;
    --sent-text: #0F766E;
    --sent-rgba: rgba(96, 239, 74, 0.4);
    --delivered: #3B5998;
    --delivered-rgba: rgba(48, 115, 255, 0.3);
    --pay: #CA3A27;
    --pay-rgba: rgba(202, 58, 39, 0.2);
    --paid: #00CCCC;
    --paid-rgba: rgba(0, 204, 204, 0.2);
    --closed: #FCFCEE;
    --closed-rgba: rgba(252, 252, 238, 0.2);
    --arhive-rgba: rgba(105, 110, 130, 0.12);
    --not_active: #54B4D3;
    --not_active-rgba: rgba(84, 180, 211, 0.2);

    /* new portal */
    --white-smoke: #F6F6F6;
    --white-smoke-light: #F8F9FA;
    --rich-dark-red: #AB2031;
    --light-green-new: #54EB2E;
    --light-gray-new: #F7F8FC;
    --gray94: #F0F0F0;
    --dark-liver: #4e4e4e;
    --dark-liver-border: rgba(78, 78, 78, 0.1);
    --hover-color: rgba(46, 52, 59, 0.1);
    --blue-plaza-active: #2E343B;
    --blue-plaza: rgba(46, 52, 59, 0.5);
    --blue-plaza-border: rgba(46, 52, 59, 0.1);
    --blue-plaza-fifteen: rgba(46, 52, 59, 0.15);
    --blue-plaza-hover: #3A4048;
    --blue-forest: rgb(72, 110, 181, 0.1);
    --primary-blue-35: rgba(72, 110, 181, 0.35);
    --brand-panel-gradient-start: #3D5F9A;
    --brand-panel-gradient-end: #5A7EC0;
    --brand-panel-glow: rgba(255, 255, 255, 0.14);
    --brand-panel-shadow: rgba(0, 0, 0, 0.12);
    --brand-mockup-shadow: rgba(15, 25, 45, 0.35);
    --blue-forest: rgb(72, 110, 181, 0.1);
    --red: #F2473D;
    --light-grayish-blue: #E0F2FE;
    --shade-of-blue: #0EA5E9;

    /* statuses */
    --found_ts: #FFE7E0;
    --found_ts-text: #EA5E33;
    --draft: #F3F4F6;
    --draft-text: #374151;
    --coordination: #E0E7FF;
    --coordination-text: #4F46E5;
    --agreed: #D1FAE5;
    --agreed-text: #059669;
    --payd: #FEF9C3;
    --payd-text: #A16207;
    --completed: #EAFFE0;
    --completed-text: #2B8700;
    --pay: #DBEAFE;
    --pay-text: #1E3A8A;
    --bid: #EDE9FE;
    --bid-text: #7C3AED;
    --send-text: #0F766E;
    --delivered: #FCE7F3;
    --delivered-text: #BE185D;
    --closed: #FEE2E2;
    --closed-text: #FEE2E2;
    --vibrant-orange: #F5A700;
    --vibrant-blue: #2563EB;
}
