:root{
    --primary-bg-color: #070910;
    --default-border-color: #2D2D2D;
    --secondary-card-bg: #17171766;
    
    --primary-text: #DBE8ED;
    --secondary-text: #888888;

    --active-text: #ffffff;
    --inactive-text: #9C9C9C;

    --color-white: #ffffff;

    --radio-checked-border: #00A65C;
    --radio-unchecked-border: #ffffff;
    --radio-disable-border: #1D313E;
    --radio-text-color: #E3E3E3;
    --secondary-grey: #191919;

    --form-border-color: #002C33;
    --form-bg-color: rgb(102, 102, 102, 0.09);
    --form-stepper-bg: #0F171C;
    --inner-form-bg: #090909;

    --text-active-link: #18B0C2;

    --color-error: #FF4242;
    --color-success: #00A65C;
    --color-failed: #E02C2C;

    --primary-btn-text: #12262E;
    --primary-btn-bg: #2CCBDB;
    --disable-btn-text: #77A1AA;
    --disable-btn-bg: #1D4E5C;

    --border-bottom-active: #2CCBDB;
    
    --input-placeholder-color: #555555;

    

    --primary-font: "IBM Plex Sans";

    --data-card-border: #74E3EC;
}