:root {
    --dark-blue: #D4E9FF !important;
    --light-blue: #e2f3ff !important;
    --inverse-bg-gray: linear-gradient(to bottom,#c1c1c1 0%,#ececec 39%,#ececec 39%,#fbfbfb 100%) !important;
    --bg-gray: transparent linear-gradient(#FBFBFB, #ECECEC, #CECECE) repeat scroll 0% 0% !important;
    --blue-bg: linear-gradient(to bottom, #0d85a8 0%, #35add1 39%, #44c0e5 100%) !important;
    --inserse-blue-bg: linear-gradient(to bottom,#0d85a8 0%,#35add1 61%,#44c0e5 100%) !important;
}