:root {
/* custom color  */
     --form-background:#a8595948;
     --theme-main-color:#0095ff;
     --theme-body-color:#ffffff;
     --theme-background-dark-color:#434343;
     --theme-background-light-color:#F0F0F0;

     --theme-card-background-color:#D5D5D5;
     /* --theme-background-color:; */
     --header-color:#d4d4d4;
     --header-text-color:#434343;
     --footer-color:#fff;
     /* --theme-link-color:  */
     --theme-text-color:#434343;
     --theme-text-color-dark:#434343;

     --theme-btn-text-color:#fff;

     --theme-card-header-color: #D5D5D5;
     --theme-card-header-dark-color: #d4d4d4;
     --theme-card-header-text-color: #434343;
     --theme-card-body-color: #efefef;
     --slider-connect-bg: #0095ff;
     --slider-tooltip-bg: #0095ff;
     --theme-radius: 4px;

     --form-background: #5984a848;
     --bs-card-color: #434343;

     --bg-pictgram-color: #505050;
}