:root{
    --color-input-blue: rgba(214, 47, 77, 0.89);
    --color-input-placeholder: rgba(255, 255, 255, 0.6);
    --color-background-div: rgba(255, 255, 255, 0);
    --colo-input-button: rgba(78, 145, 18, 0.9);
    --colo-input-button-active: rgba(202, 236, 98, 0.89);
    --color-text-error: rgb(145, 32, 32);
    --color-text-error-box-shadow: rgb(145, 32, 32, 0.4);
    --color-text-rec: #556A3D;
    --color-text-value: #ffffff;
    --color-background-text: #B38998;
}