/* *****************************************************

    ** Custom Stylesheet special styles for 3.7 version **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

    .sec-normal {
        padding: 70px 0 !important;
    }

    #main-body {
        padding: 0 !important;
    }

    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

    .custom-card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #ffffff;
        background-clip: border-box;
        border: solid 1px rgba(0, 0, 0, 0.175);
        border-radius: 10px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .custom-order-summary {
        margin: 0 !important;
        padding: 0px !important;
        border-radius: 10px !important;
        margin-top: 0 !important;
    }

    .custom-card-body {
        padding: 10px;
    }

    .custom-title {
        background-color: #673de6 !important;
        color: #fff;
        text-align: left;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .custom-subtitle {
        background-color: #8C85FF !important;
        color: #fff;
        text-align: left;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
        font-weight: bolder;
    }

    .product-name {
        display: none;
        font-weight: bold;
        font-size: 1.2em;
    }

    .product-group {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .total-due-today {
        font-style: normal;
        font-size: 11px;
        margin-top: 30px;
    }

    .amt {
        display: block;
        text-align: left;
        font-weight: bold;
        font-size: 2.3em;
    }






    .sec-main2 {
        padding: 0px !important;
        background-color: #f4f6f9;
    }

    .custom-arrow {
        width: 100% !important;
    }

    .budges {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        padding: 5px;
        width: 100%;
    }

    .budge-layer {
        padding-left: 5px;
        padding-right: 5px;
        width: 30%;
        margin: 0 auto;
    }

    .budge {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: bolder;
        text-transform: uppercase;
        padding: 4px 8px;
        border-radius: 10px;
        text-align: center;
    }

    #oneTimeFeeBudgeLayer {
        width: 30% !important;
    }




    @media (max-width: 991px) {
        .sec-main2 {
            padding: 0px !important;
        }

        .custom-arrow {
            width: 100% !important;
        }

        .budges {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            padding: 5px;
            width: 100%;
        }

        .budge-layer {
            padding-left: 5px;
            padding-right: 5px;
            width: 49%;
            margin: 0 auto;
        }

        .budge {
            color: #ffffff;
            font-size: 1.2rem;
            font-weight: bolder;
            text-transform: uppercase;
            padding: 4px 8px;
            border-radius: 10px;
            text-align: center;
        }

        #oneTimeFeeBudgeLayer {
            width: 80% !important;
        }

        #scrollingPanelContainer {
            margin-top: 20px;
        }
    }

    @media (max-width: 1199px) {
        .sec-main2 {
            padding: 0px !important;
        }

        .custom-arrow {
            width: 100% !important;
        }

        .budges {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            padding: 5px;
            width: 100%;
        }

        .budge-layer {
            padding-left: 5px;
            padding-right: 5px;
            width: 49%;
            margin: 0 auto;
        }

        .budge {
            color: #ffffff;
            font-size: 1.2rem;
            font-weight: bolder;
            text-transform: uppercase;
            padding: 4px 8px;
            border-radius: 10px;
            text-align: center;
        }

        #oneTimeFeeBudgeLayer {
            width: 80% !important;
        }
    }