﻿@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap";

.pt-header-100 {
    padding-top: 100px
}

body {
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.kundli-matching-answers {
    position: relative
}

    .kundli-matching-answers .page-title h1 {
        width: fit-content;
        margin: auto;
        position: relative;
        text-transform: capitalize;
        font-family: "Poppins",sans-serif;
        color: #0f263a;
        font-size: 32px;
        font-weight: 600;
        line-height: 52px;
        margin-bottom: 5px;
    }
    .kundli-matching-answers .page-title h1::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 20%;
        width: 60%;
        height: 2px;
        background-color: #FF850B;
    }
    .kundli-matching-answers .user-male-female .male-user .male, .kundli-matching-answers .user-male-female .male-user .female, .kundli-matching-answers .user-male-female .female-user .male, .kundli-matching-answers .user-male-female .female-user .female {
        background-color: rgba(37,204,247,.1215686275);
        border: 1px solid #25ccf7;
        color: #000;
        border-radius: 5px;
        padding: 5px 20px
    }

    .kundli-matching-answers .user-male-female .ring-img img {
        padding: 10px 15px;
        width: 75px
    }

    .kundli-matching-answers .tables {
        padding: 0px;
        /*border: 1px solid #0f263a;*/
        border-radius: 10px;
        box-shadow: 0px 0px 2px 2px rgba(129,115,115,0.0784313725);
        overflow:auto;
    }

        .kundli-matching-answers .tables table {
            margin-bottom: 0px;
            background-color: #ff850b3d;
        }
            .kundli-matching-answers .tables table tr {
                border-color: #FF850B;
            }
                .kundli-matching-answers .tables table tr.highlight {
                    background-color: #c8dcff;
                }
                .kundli-matching-answers .tables table caption {
                    text-transform: capitalize;
                    border-bottom: 0px solid #0f263a;
                    /*background-color: rgba(37,204,247,.1215686275);*/
                    background-color: #FF850B;
                    color: #0f263a;
                    padding: 10px 20px
                }

                .kundli-matching-answers .tables table caption .icon i {
                    font-size: 23px;
                    margin-right: 10px
                }

                .kundli-matching-answers .tables table caption .text h3 {
                    font-family: "Poppins",sans-serif;
                    font-size: 18px;
                    color: #0f263a;
                    font-weight: 600
                }

                .kundli-matching-answers  table caption .user-badge {
                    background-color: #0f263a;
                    color: #fff;
                    padding: 2px 12px;
                    border-radius: 15px;
                    margin-left: 15px
                }

                    .kundli-matching-answers table caption .user-badge p {
                        font-size: 13px;
                        color: #fff
                    }

            .kundli-matching-answers  table tr th {
                min-width : 100px;
                text-transform : capitalize;
                font-size: 15px;
                font-weight: 600 !important;
                text-align : left;
            }
    .kundli-matching-answers table tr td {
        text-transform: capitalize;
        text-align: left;
    }
.bot-alert {
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #FF850B;
    background-color: #ff850b3d;
    color: #0f263a;
    padding: 14px 20px;
    border-radius: 7px;
    text-align: center;
    word-spacing: 2px;
}
    .bot-alert .heading {
        font-size: 21px;
        font-weight: 600;
        color: #092e67;
    }
    .bot-alert .score{
        color : #0f263a;
        font-size : 20px;
        margin-top : 6px;
    }
        .bot-alert .text {
            font-size: 14px;
            text-align: justify;
            letter-spacing: .4px;
            word-spacing: 4px;
        }
    }
    .api-heading {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #092e67;
        margin-bottom: 20px;
    }



    /*responsive*/
    @media(max-width : 360px){
        .kundli-matching-answers .page-title h1 {
            text-transform: capitalize;
            font-size: 27px;
        }
    }
@media(max-width : 500px) {
    .kundli-matching-answers .tables table caption .text h3 {
        font-family: "Poppins",sans-serif;
        font-size: 17px;
        color: #0f263a;
        font-weight: 600;
        line-height: 23px;
    }
    .kundli-matching-answers .page-title h1 {
        font-size: 25px;
    }
}


.kundli-matching .card .card-body {
    padding: 15px 15px 30px !important;
}
table *{
    border-color: #0f263a !important;
}