﻿:root {
    /*--blue-light: #47a3da; /*replaced with info in bs*/
    --blue-light: #48a0d8; /*replaced with info in bs*/
    --blue-normal: #056ed6; /*replaced with primary in bs*/
    --blue-dark: #0045a4;
    --gold-light: #ffdb74; /* #ffd873; replaced with warning in bs*/
    --gold-normal: #998b36;
    --gold-adrk: #837621;
    --blue-dark-site: #14274a;
    --moe-regular: moe-regular, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --moe-light: moe-light, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --moe-bold2: moe-bold, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --moe-bold: moe-bold, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}




.detailsStylingfaq {
    margin-bottom: 10px;
}

    ./*detailsStylingfaq[open] summary {
        background-color: var(--blue-dark-site);
        color: white;
    }*/

        .detailsStylingfaq[open] summary ~ * {
            animation: sweep 0.5s ease-in-out;
        }



    .detailsStylingfaq summary {
        /*color: #0d6efd;*/
        /*color: #48a0d8;*/
        color: var(--blue-dark-site);
        /* background-color: #0D6EFD; */
        border: var(--blue-dark-site) solid 1px;
        border-radius: 25px 25px 0 0;
        text-align: center;
        transition: 0.5s;
        //max-width: 400px;
        padding: 10px;
        transition: 0.5s;
    }

        .detailsStylingfaq summary:hover {
            background-color: var(--blue-dark-site);
            color: white;
        }

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px;
    }

    100% {
        opacity: 1;
        margin-left: 0px;
    }
}



.detailsStylingDoc {
    margin-bottom: 10px;
}



    .detailsStylingDoc .Doclink {
        /*color: #0d6efd;*/
        /* background-color: #0D6EFD; */
        border: var(--blue-dark-site) solid 1px;
        border-radius: 25px 25px;
        text-align: right;
        transition: 0.5s;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        transition: 0.5s;
        color: #14274a;

        padding-right: 50px;
    }

        .detailsStylingDoc .Doclink:hover {
            background: #14274a;
        }


        .detailsStylingDoc .Doclink a {
            color: #48a0d8;
        }

            .detailsStylingDoc .Doclink a:hover {
                color: #48a0d8;
            }


.DoclinkHov {
    color: #0d6efd;
}

    .DoclinkHov:hover {
        width: 100%;
        color: #48a0d8 !important;

    }

    .DoclinkHov i {
        color: #48a0d8;
        transition: .3s;
    }

    .DoclinkHov:hover i {
        color: #48a0d8;
    }




.MHDcards .detailsStyling {
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .MHDcards .detailsStyling[open] summary {
        background-color: #14274a;
        color: white;
        display: block;
    }

    .detailsStyling[open] summary ~ * {
        animation: sweep 0.5s ease-in-out;

    }

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px;
    }

    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

.MHDcards .detailsStyling summary {
    color: #14274a;
    border: none;
    
    text-align: right;
    transition: 0.5s;
    max-width: 505px;
    padding: 5px;
    padding-right: 25px;
    transition: 0.5s;
    font-size: 1.2em;
}

.detailsStyling summary:hover {
    background-color: #14274a;
    color: white;
}

.detailsStyling summary::marker {
    display: none;
}

.MHDcards .detailscontent {
    padding-top: 10px;
    margin-right: 10px;
    position: relative;
    top: -5px;
    border: none;
    max-width: 100%;
    color: #14274a !important;
    opacity: 0;
    transition: opacity 0.1s;
}

.detailsStyling[open] .detailscontent {
    display: block;
    opacity: 1;
}

    .MHDcards .detailscontent p {
        font-size: 0.99em;
        font-weight: normal;
    }

    .MHDcards .detailscontent li {
        text-align: right;
        list-style-type: square;
        margin-right: 30px;
    }

    .MHDcards .detailscontent i {
        font-size: 0.75em;
        font-weight: normal;
    }

.MHDcards .detailsStyling ul {
    text-align: right;
}


.btn-primary {
    color: #fff;
    background-color: #48a0d8;
    border-color: #48a0d8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #14274a;
    border-color: #14274a;
}