﻿body {
    font-family: Prompt !important;
}

h4, h5 {
    font-weight: bold;
}

small {
    font-size: 10px;
}

a {
    text-decoration: underline;
    color: #EF5360;
}

    a:hover {
        color: #d63e4d;
    }
.mdi {
    font-size: 20px;
    z-index: 9999;
}

.page-container {
    margin-top: -16px;
}
.paragraph-text {
    font-size: 13px;
}

.text-primary {
    color: #EF5360 !important;
    font-weight: bold;
}

.btn {
    
    font-family: Prompt;
    font-size: 14px;
}

.btn-primary, .btn-request, .btn-more {
    background: #EF5360;
    color: #fff;
    border: 0;
    border-radius: 20px;
    transition: background 0.3s;
}

    .btn-primary:hover,
    .btn-request:hover,
    .btn-more:hover {
        background: #d63e4d;
    }
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .btn-primary.show:focus {
        outline: 2px solid #EF5360;
        outline-offset: 2px;
        box-shadow: 0 0 0 0.25rem rgba(239, 83, 96, 0.5);
        background: #d63e4d;
        border: 0;
    }
.page-bg-grey {
    background: #F4F4F4;
}

.page-bg-red {
    background: #F4D1D4;
}

.page-bg-black {
    background: #2A222A;
    color: white;
}

.page-bg-gradient-vertical {
    background: linear-gradient(0deg, #FFFFFF 0%, #F4D1D4 100%);
}

.slogan-title {
    margin-bottom: 16px;
    font-size: 29px;
    font-weight: bold;
    font-family: Prompt;
}

.slogan-title-mini {
    font-size: 15px;
    font-weight: bold;
    font-family: Prompt;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

    .img-fluid.lg {
        max-width: 50%;
    }

.text-span-round {
    background: #383838;
    border-radius: 20px;
    padding: 0px 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: Prompt;
    color: #FFFFFF;
    display: inline-block;
}

.panel-4 {
    padding: 20px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    height: 100%;
}

.circular-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #ffffff;
}

    .circular-box::before {
        content: '';
        position: absolute;
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        border-radius: 50%;
        background: radial-gradient(closest-side, var(--glow-color) 0%, var(--glow-color) 40%, transparent 70%);
        pointer-events: none;
    }

    .circular-box.red {
        --glow-color: rgba(240, 84, 97, 0.9);
    }

    .circular-box.orange {
        --glow-color: rgba(242, 113, 70, 0.9);
    }

    .circular-box.amber {
        --glow-color: rgba(242, 161, 29, 0.9);
    }

    .circular-box.pink {
        --glow-color: rgba(171, 32, 113, 0.9);
    }

    .circular-box.purple {
        --glow-color: rgba(96, 40, 115, 0.9);
    }

.feature-tag {
    background: white;
    color: #EF5360;
    border: 1px solid #EF5360;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}

    .feature-tag.selected {
        background-color: #EF5360;
        color: white;
    }

.form-check-input {
    accent-color: #EF5360;
}

    .form-check-input:checked {
        background-color: #EF5360;
        border-color: #EF5360;
    }

    .form-check-input:focus {
        outline: 2px solid #EF5360;
        outline-offset: 2px;
        box-shadow: 0 0 0 0.25rem rgba(239, 83, 96, 0.5);
    }

.stats-col {
    border-left: 1px solid #ccc;
}

    .stats-col:first-child {
        border-left: none;
    }


.img-icon {
    width: 54px;
    height: 54px;
}

.panel-header {
    font-weight: bold;
    font-size: 18px;
    font-family: Prompt;
    letter-spacing: 0px;
    color: #383838;
}

.panel-header-small {
    font-size: 14px;
}