.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display: inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}

div.htmx-indicator.pricing-modal{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    &.htmx-request{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    & .spinner-grow{
        width: 4rem;
        height: 4rem;
    }

}

ul.dash {
    text-indent: 10px;
}

#pricing-chart-modal, #tv-scripts-modal-essential, #tv-scripts-modal-complete{

    & p.modal-title{
        font-weight: 500;
        display:flex;
        justify-content:start;
        align-items:center;

        & span{
            padding:6px 14px;
            border-radius:20px;
            font-size:15px;
            font-weight:500;
            background-image:linear-gradient(to right, #FEFEFE,#F1F1F1);
            color:#3C75D5;
        }
    }

    & .modal-body{
        background-attachment: fixed;
        background-size: 100% 100%;
        background-color: rgba(255, 255, 255, 0.486);
        background-blend-mode: overlay;
        max-height: 600px;
        height: 600px;
        overflow-y: scroll;
    }

    & .modal-content{
        min-height:400px;
    }

    & button.close{
        width:32px;
        top:1.1rem;
    }

}
a.fw-light{
    font-weight: 400;
}