/* Minification failed. Returning unminified contents.
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(90,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(91,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}


#accordionBooks .accordion-item {
    border-style: dashed;
}

#accordionBooks .accordion-button:focus {
    box-shadow: none;
}

body {
    --bs-primary-rgb: 47, 49, 146;
}

.btn-outline-primary {
}

.text-primary {
    color: #002866 !important;
}

.bg-bluenavy {
    background-color: #2f3192 !important;
}

.bg-VIE1925 {
    background-color: #dd9933 !important;
}

.bg-VIE2010 {
    background-color: #008af7 !important;
}

.bg-BDM {
    background-color: #0000b1 !important;
}

.bg-BPT {
    background-color: #178a72 !important
}

.bg-BD2011 {
    background-color: #693fd3 !important;
}

.header-content {
    /* background: url('/Uploads/banner-nhv.png') no-repeat 50% 0%;*/
}

.bg-nguonhyvong {
    background: rgb(9,9,121);
    background: -moz-linear-gradient(15deg, rgba(9,9,121,1) 25%, rgba(0,132,201,1) 75%);
    background: -webkit-linear-gradient(15deg, rgba(9,9,121,1) 25%, rgba(0,132,201,1) 75%);
    background: linear-gradient(15deg, rgba(9,9,121,1) 25%, rgba(0,132,201,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#0084c9",GradientType=1);
}

.bg-nguonhyvong-2 {
    background: rgb(9,9,121);
    background: -moz-linear-gradient(158deg, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(158deg, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 100%);
    background: linear-gradient(158deg, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#00d4ff",GradientType=1);
    background-size: 100%;
}
.bg-blue-light {
    background: #1448F6 url("/Uploads/Defaults/bg.jpg") bottom center no-repeat;
    background-attachment:revert-layer;
}

.bg-footer-top {
    background-color: #0649A3;
}

.bg-footer {
    background-color: rgb(9,9,121);
}

.navbar-brand {
    max-width: 75%;
}

.navbar {
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bible-item-title .bible-title
{
    position:relative;
    width:fit-content;
}
.bible-item-title .bible-div
{
    margin-top:-3px;
}


.mp3-playlist {
    max-height: 307px;
    overflow: auto
}

    .mp3-playlist .list-group-item.active {
        background-color: #CFE2FF;
        font-weight: bold;
        color: black;
        border-color: #dee2e6;
    }
    /* width */
    .mp3-playlist::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .mp3-playlist::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .mp3-playlist::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .mp3-playlist::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


.btn-menu:not(.collapsed) {
    border-radius: 0.5rem 0.5rem 0 0;
}
.btn-menu:after {
    content: "\A71B";
    font-weight:300;
    font-size: 1.75em;
    position: absolute;
    margin-top: -5px;
    margin-left: 8px;
}
.btn-menu.collapsed:after {
    content: "\A71C";
}


.icon-home {
    position: relative;
    padding-left: .8em;
}
    .icon-home:before {
        content: "\2302";
        font-size: 1.45em;
        position: absolute;
        top: -0.375em;
        left: 0;
    }

    @media (min-width: 576px) and (max-device-width: 991px) {
        .row-cols-sm-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
}


.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 7px;
    top: 1.55rem;
}

@media (min-width: 1200px) {
    .row-cols-xl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }

    .navbar .offcanvas.bg-blue-light
    {
        background:none !important;
    }

    .navbar-nav .border-bottom {
        border-bottom: none !important;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu, .navbar-nav .dropend:hover > .dropdown-menu {
        display: block;
    }


    .navbar-nav .dropdown-menu > .dropend:hover > .dropdown-menu {
        top: -9px;
        left: 100%;
    }

    .navbar-nav .dropdown-toggle {
        padding-right: 1.65em !important;
    }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
}

/*.accordion-button:not(.collapsed) {
    --bs-accordion-active-bg:#efefef;
}*/

.fs-xxxl-1 {
    font-size: 1rem;
}

.fs-xxxl-2 {
    font-size: 1.1rem;
}

.fs-xxxl-3 {
    font-size: 1.2rem;
}

.fs-xxxl-4 {
    font-size: 1.3rem;
}

.fs-xxxl-5 {
    font-size: 1.4rem;
}
.fs-xxxl-6 {
    font-size: 1.5rem;
}
.fs-xxxl-7 {
    font-size: 1.6rem;
}
@media (max-width: 1399.98px) {
    .fs-xxl-1 {
        font-size: 1rem;
    }

    .fs-xxl-2 {
        font-size: 1.1rem;
    }

    .fs-xxl-3 {
        font-size: 1.2rem;
    }

    .fs-xxl-4 {
        font-size: 1.3rem;
    }

    .fs-xxl-5 {
        font-size: 1.4rem;
    }
    .fs-xxl-6 {
        font-size: 1.5rem;
    }

    .fs-xxl-7 {
        font-size: 1.6rem;
    }
}

@media (max-width: 1199.98px) {
    .mp3-playlist {
        height: 284px !important;
    }
    .navbar {
        background: #1448F6 url("/Uploads/Defaults/bg2.jpg") center bottom no-repeat;
        background-size:cover;
        background-color: rgb(9,9,121);
    }


    .navbar-nav .dropdown-menu {
        border: none;
    }

    .fs-xl-1 {
        font-size: 1rem;
    }

    .fs-xl-2 {
        font-size: 1.1rem;
    }

    .fs-xl-3 {
        font-size: 1.2rem;
    }

    .fs-xl-4 {
        font-size: 1.3rem;
    }

    .fs-xl-5 {
        font-size: 1.4rem;
    }
}


@media (max-width: 991.98px) {
    .fs-lg-1 {
        font-size: 1rem;
    }

    .fs-lg-2 {
        font-size: 1.1rem;
    }

    .fs-lg-3 {
        font-size: 1.2rem;
    }

    .fs-lg-4 {
        font-size: 1.3rem;
    }

    .fs-lg-5 {
        font-size: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .fs-sm-1 {
        font-size: 1rem;
    }

    .fs-sm-2 {
        font-size: 1.1rem;
    }

    .fs-sm-3 {
        font-size: 1.2rem;
    }

    .fs-sm-4 {
        font-size: 1.3rem;
    }

    .fs-sm-5 {
        font-size: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        background: #1448F6 url("/Uploads/Defaults/bg2.jpg") right bottom no-repeat !important;
        background-size: 130% !important;
        background-color: rgb(9,9,121);
    }
    .fs-xs-1 {
        font-size: 1rem;
    }

    .fs-xs-2 {
        font-size: 1.1rem;
    }

    .fs-xs-3 {
        font-size: 1.2rem;
    }

    .fs-xs-4 {
        font-size: 1.3rem;
    }

    .fs-xs-5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 437.98px) {
    .fs-xxs-1 {
        font-size: 1rem;
    }

    .fs-xxs-2 {
        font-size: 1.1rem;
    }

    .fs-xxs-3 {
        font-size: 1.2rem;
    }

    .fs-xxs-4 {
        font-size: 1.3rem;
    }

    .fs-xxs-5 {
        font-size: 1.4rem;
    }
}

