/* Basic Color */
:root {
    --blue: #3751c8;
    --light-blue: #e1f5fe;
    --dark-blue: #1e3248;
    --semi-dark-blue: #2c41a0;
    --green: #5cb34d;
    --light-green: #cee8c9;
    --dark-green: #25471f;
    --sky: #74bde9;
    --yellow: #dcd434;
    --dark-yellow: #575700;
    --light-yellow: #ffffe0;
    --gold: #a49c31;
    --black: #262627;
    --white: #fff;
    --red: #d33c43;
    --pink: #FCE4EC;
    --gray: #666;
    --light-gray: #9e9e9e;
    --extra-light-gray: #f5f5f5;
    --mid-gray: rgb(199, 199, 199);
    --dark-gray: #555;

    --input-bg: #fff;
    --input-border: #9e9e9e;
    --gray-btn-bg: #e0e0e0;

    
    --blue1: rgb(68,138,255);
    --blue2: rgb(68,138,255);
    --blue1-hover: #448aff;
    --blue-gradient: linear-gradient(0deg, rgba(41,98,255,1) 0%, rgba(68,138,255,1) 100%);
    --blue-tx: #3751c8;

    --green1: rgb(67,160,71);
    --green-gradient: linear-gradient(0deg, rgba(67,160,71,1) 0%, rgba(0,200,83,1) 100%);
    
}
