:root {
    --brand-primary-color: #ed0007;
    --brand-seconday-color: #9e2896;
    --brand-ternary-color: #007bc0;

    --top-bar-background-color: white;
    --side-bar-background-color: #f8f9fa;
    --font-base-color: black;

    --sidebar-items-background-color: white;
    --sidebar-items-hover-backround-color: #007BC0;
}


/*.alert {*/
/*    position: relative;*/
/*    padding: .75rem 1.25rem;*/
/*    margin-bottom: 1rem;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 0 !important;*/
/*}*/

/*.alert a {*/
/*    color: rgba(0, 86, 145, 1) !important;*/
/*}*/

/*.alert-primary {*/
/*    color: white !important;*/
/*    background-color: #008ecf;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/

/*.alert-info {*/
/*    color: #008ecf !important;*/
/*    background-color: #eff1f2;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/

/*.alert-danger {*/
/*    color: white !important;*/
/*    background-color: #ed0007;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/

/*.alert-success, .alert-green {*/
/*    color: white !important;*/
/*    background-color: #00884a !important;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/


/*.alert-turquoise {*/
/*    color: white !important;*/
/*    background-color: #18837e !important;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/

/*.alert-purple,.alert-warning {*/
/*    color: white !important;*/
/*    background-color: #9e2896 !important;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/

/*.alert-gray  {*/
/*    color: #008ecf !important;*/
/*    background-color: #c1c7cc;*/
/*    border-radius: 0;*/
/*    border: 0 !important;*/
/*}*/
