/*---
 __   ___   ___ ___   _   ___ _    ___ ___
 \ \ / /_\ | _ \_ _| /_\ | _ ) |  | __/ __|
  \ V / _ \|   /| | / _ \| _ \ |__| _|\__ \
   \_/_/ \_\_|_\___/_/ \_\___/____|___|___/

---*/
    :root{
        --custom-color-red: #A61920;
        --custom-color-red-hover: #92171E;
        --custom-color-red-active: #7F141A;

        --custom-color-gold: #FFD700;
        --custom-color-gold-hover: #E6C200;
        --custom-color-gold-active: #CCAD00;
        --custom-color-gold-shadow: rgb(255 215 0 / 25%);

        --custom-color-brown: #6D4C41;
        --custom-color-brown-hover: #5D4037;
        --custom-color-brown-active: #4E342E;


        --custom-bg-primary: 247, 245, 255;
        --custom-bg-secondary: 54, 54, 49;

        --custom-bg-red: 166, 25, 32;
        --custom-bg-red-lighten: #D87A7F;
        --custom-bg-red-darken: rgba(166, 25, 32, 0.5);
        --custom-bg-red-shadow: 166, 25, 32;


        --custom-bg-gold: 255, 215, 0;
        --custom-bg-gold-lighten: #FFECB3;
        --custom-bg-gold-darken: rgba(255, 215, 0, 0.5);
        --custom-bg-gold-shadow: 255, 215, 0;

        --custom-bg-brown: 109, 76, 65;
        --custom-bg-brown-lighten: #D7CCC8;
        --custom-bg-brown-darken: rgba(109, 76, 65, 0.5);
        --custom-bg-brown-shadow: 109, 76, 65;
    }

/*---
  _  _ ___ _    ___ ___ ___  ___
 | || | __| |  | _ \ __| _ \/ __|
 | __ | _|| |__|  _/ _||   /\__ \
 |_||_|___|____|_| |___|_|_\|___/

---*/
    /*--- Background color ---*/
        .bg-primary-custom{
            --bs-bg-opacity: 1;
            background-color: rgba(var(--custom-bg-primary), var(--bs-bg-opacity)) !important;
        }
        .bg-secondary-custom{
            --bs-bg-opacity: 1;
            background-color: rgba(var(--custom-bg-secondary), var(--bs-bg-opacity)) !important;
        }
        .bg-red-custom{
            --bs-bg-opacity: 1;
            background-color: rgba(var(--custom-bg-red), var(--bs-bg-opacity)) !important;
        }
        .bg-brown-custom{
            --bs-bg-opacity: 1;
            background-color: rgba(var(--custom-bg-brown), var(--bs-bg-opacity)) !important;
        }
    /*------*/

    /*--- Color ---*/
        .text-red-custom{
            color: var(--custom-color-red)!important;
        }
        .text-gold-custom{
            color: var(--custom-color-gold)!important;
        }
        .text-brown-custom{
            color: var(--custom-color-brown)!important;
        }
    /*------*/

/*---
   ___ _   _ ___ ___ ___ _  _ _____   ___ ___  ___     _ ___ ___ _____
  / __| | | | _ \ _ \ __| \| |_   _| | _ \ _ \/ _ \ _ | | __/ __|_   _|
 | (__| |_| |   /   / _|| .` | | |   |  _/   / (_) | || | _| (__  | |
  \___|\___/|_|_\_|_\___|_|\_| |_|   |_| |_|_\\___/ \__/|___\___| |_|

---*/

    /*--- MDP Enterprises ---*/
        /*--- Themes ---*/
            /*--- Blue theme with white text ---*/
                /* html body.bg-primary-custom{
                    background-color: #003366!important;
                    color: white!important;
                }
                html body.bg-primary-custom .nav-pills.nav-pills-red-custom .nav-link{
                    color: white!important;
                }
                .text-body-emphasis{
                    color: white!important;
                }
                .list-group-item{
                    color: white!important;
                    background-color: #003366!important;
                }
                footer .text-body-secondary{
                    color: white!important;
                } */
            /*------*/

            /*--- Blue theme with white text and gray menu ---*/
                /* html body.bg-primary-custom{
                    background-color: #003366!important;
                    color: white!important;
                }
                header{
                    background-color: #99999B;
                }
                html body.bg-primary-custom .nav-pills.nav-pills-red-custom .nav-link{
                    color: white!important;
                }
                .text-body-emphasis{
                    color: white!important;
                }
                .list-group-item{
                    color: white!important;
                    background-color: #003366!important;
                }
                footer .text-body-secondary{
                    color: white!important;
                } */
            /*------*/

            /*--- White theme with black text and gray menu ---*/
                /* header{
                    background-color: #99999B;
                } */
            /*------*/

            /*--- Gray Gradient theme with black text and gray menu ---*/
                /* body{
                    background: linear-gradient(347deg, #99999B 0%, #003366 80%);
                }
                .list-group-item{
                    background: transparent!important;
                }
                header{
                    background-color: #99999B;
                } */
            /*------*/

            /*--- Gray Gradient theme with black text ---*/
                /* body{
                    background: linear-gradient(347deg, #99999B 0%, #003366 80%);
                }
                html body.bg-primary-custom .nav-pills.nav-pills-red-custom .nav-link{
                    color: white!important;
                }
                .list-group-item{
                    background: transparent!important;
                } */
            /*------*/


            /*--- Dark Gradient theme with white text ---*/
                body{
                    background: linear-gradient(347deg, #000000 0%, #003366 80%);
                    /* background-color: black; */
                    /* background-image: linear-gradient(180deg, rgba(33,37,41, 0.01), rgba(33,37,41, 1) 85%),radial-gradient(ellipse at top left, rgba(13,110,253, 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(255,228,132, 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(112.520718,44.062154,249.437846, 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(214,51,132, 0.5), transparent 50%); */
                    color: white!important;
                }
                html body .nav-pills.nav-pills-red-custom .nav-link, html body .nav-pills.nav-pills-red-custom .nav-link:hover{
                    color: white!important;
                }
                .list-group-item{
                    background: transparent!important;
                }
                .list-group-item{
                    color: white!important;
                }

                /*--- Breadcrumb ---*/
                    .breadcrumb-item a{
                        /* color: var(--custom-color-red)!important; */
                        color: white;
                    }
                    .breadcrumb-item+.breadcrumb-item::before{
                        color: white;
                    }
                    .breadcrumb-item.active{
                        color: white;
                    }
                /*------*/
            /*------*/
        /*------*/
    /*------*/
