// Button colors
$rustyRed: #c81414;
$rustyRed-alter: #c81414;
$rustyRed-shade: #9a0f0f;
$rustyRed-tint: rgba(200, 20, 20, 0.4);

$azure: #00aeef;
$azure-alter: #4385f5;
$azure-shade: #2d6bd5;
$azure-tint: rgba(67, 133, 245, 0.4);

$black: #232323;
$black-alter: #232323;
$black-shade: #000000;
$black-tint: rgba(35, 35, 35, 0.4);

$rustyRedDissabled: #ebebeb;
$azureDissabled: #ebebeb;
$blackDissabled: #ebebeb;

$ctaHoverButton: #a70303;
$ctaPressedButton: #650808;
$ghostButtonColor: #d52929;
$ghostHoverText: #a70303;

$lightPink: #ebebeb;
$lightRusty: #e45a64;
$brownGrey: #a4a4a4;
$brownishGrey: #5f5f5f;
$white: #ffffff;
$azureCheckBoxHover: #0091c7;
$warning: #f07820;
$pressedCta: #650808;


//dropdowns
$dropDownFontColor: #4c4b46;

//Peer section
$successMessage: #d8e4cc;
$infoMessage: #ccd3f5;
$warningMessage: #fbeece;
$dangerMessage: #e6bab9;


//Modal section
$inputBackground: #F9F9F9;
$inputText: #ADADAD;
$inputBorder: #BEBEBE;
$inputButton: #4385F5;


//Datepicker
$dpTextColor: #737373;
$dpInputBackground: #F8F8F8;

//Other
$azure-opacity-6: rgba(67, 132, 245, 0.06);
$azure-opacity-10: rgba(67, 133, 245, 0.1);
$brownGrey-opacity-30: rgba(164, 164, 164, 0.3);
$davysGrey: #525152;
$black-opacity-16: rgba(0, 0, 0, 0.16);
$quickSilver: #a3a3a3;
$black-opacity-10: rgba(0, 0, 0, 0.1);
$black-opacity-20: rgba(0, 0, 0, 0.2);
$philippineSilver: #B4B4B4;
$black-opacity-70: rgba(0, 0, 0, 0.7);
$black-opacity-30: rgba(0, 0, 0, 0.3);
$transparent: rgba(0, 0, 0, 0);
$rustyRed-transparent: rgba(200, 20, 20, 0);
$rustyRed-opacity-10: rgba(200, 20, 20, 0.1);
$blackOlive: #3e3e3e;
$arsenic: #353f4a;
$nickel: #717172;
$azure-alter-2: #4786f5;
$azure-brilliant: #3f98f6;
$lotion: #fafafa;
$americanSilver: #d0d0d0;
$celestialBlue: #4c97cb;
$black-opacity-25: rgb(0 0 0 / 25%);
$black-opacity-31: rgba(0, 0, 0, 0.31);
$azure-opacity-20: rgba(0, 174, 239, 0.2);
$raisin-black-opacity-30: rgba(35, 35, 35, 0.3);
$raisin-black-opacity-10: rgba(35, 35, 35, 0.1);
$brownGrey-opacity-50: rgba(164, 164, 164, 0.5);
$brownGrey-opacity-40: rgba(164, 164, 164, 0.4);
$buttonBlue: #2196F3;
