﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

.pt-header-100 {
    padding-top: 100px;
}
.my-15{
    margin : 15px 0px ;
}
/*body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}*/

.bg-light-blue {
    background-color: #25ccf7;
}

.free-kundli-form {
    position: relative;
}
    .free-kundli-form .card {
        border-bottom: 5px solid #FF850B;
        border-top: 5px solid #FF850B;
    }
    .free-kundli-form .card .card-body {
        padding: 15px 30px 30px;
    }


        .free-kundli-form .card .card-body form label {
            font-size: 16px;
            color: #0f263a;
            margin-bottom: 1px;
            font-weight: 500;
            text-transform: capitalize;
        }

    .free-kundli-form .form-title {
        display: flex;
        justify-content: center;
        padding: 10px 10px 15px;
        text-align: center;
    }

        .free-kundli-form .form-title h3 {
            color: #0f263a;
            font-size: 22px;
            font-weight: 600;
            position: relative;
            width: -moz-fit-content;
            width: fit-content;
            text-align: center;
        }

            .free-kundli-form .form-title h3::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                background-color: #FF850B;
                left: 0;
                bottom: 0;
            }

            .free-kundli-form .form-title h3::after {
                content: "";
                border-top: 5px solid #FF850B;
                content: "";
                position: absolute;
                width: 10px;
                height: 2px;
                background-color: #25ccf7;
                left: calc(50% - 10px);
                top: 100%;
                border-right: 8px solid white;
                border-left: 8px solid white;
            }

    .free-kundli-form .saved-kundli input {
        border-radius: 0.375rem 0px 0px 0.375rem !important;
    }

        .free-kundli-form .saved-kundli input ~ span {
            background-color: #0f263a;
            color: #fff;
            border-color: #0f263a;
        }

    .free-kundli-form .saved-kundli-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

.backdrop {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

    .backdrop::before {
        content: "";
        z-index: 9;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(15, 38, 58, 0.6);
    }

    .backdrop p {
        z-index: 99;
        color: #fff;
    }
/*#freekundliForm #birthcity {
    padding: 0 !important;
}*/

.free-kundli-form.kundli-matching {
    position: relative;
}

    .free-kundli-form.kundli-matching form .card .card-body label {
        font-size: 14px !important;
        color: #0f263a;
        margin-bottom: 1px;
        font-weight: 500;
        text-transform: capitalize;
        margin-top : 10px;
        font-family : sans-serif !important;
    }

    .free-kundli-form.kundli-matching form .card .card-body .form-control, .free-kundli-form.kundli-matching form .card .card-body .form-select {
        font-size: 14px !important;
        padding: 5px 10px !important;
        font-weight: 300 !important;
    }

    .free-kundli-form.kundli-matching form .card .card-body select {
        color: rgb(118, 118, 118) !important;
    }

.un-list ul li {
    font-size: 15px;
    color: #0f263a;
}


/*city suggestion form input*/
#freekundliForm .autoComplete {
    display: inline-block;
    position: relative;
}

#freekundliForm #birthcity {
    display: none;
    height: 80vh;
    overflow: auto;
    left 0;
    border: 1px solid black;
    width : calc(100% - 60px);
    position : absolute;
    z-index :99;
    background-color : white;
}

    #freekundliForm #birthcity option {
        font-family: arial;
        font-size: 11.8px;
        cursor: pointer;
        padding: 5px 10px;
        font-weight: bold;
        background-color: white;
    }

        #freekundliForm  #birthcity option:hover {
            background-color: #bfddf5;
        }

    #freekundliForm #birthcity.show {
        display: block;
    }



.search-history-kundli{
    position : relative;
    padding : 5px 15px;
    
}
    .search-history-kundli:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }
    .search-history-kundli .d-flex {
        padding-bottom: 4px;
        border-bottom: 1px solid #e1e1e1;
    }
    .search-history-kundli .second{
        overflow : hidden;
    }

        .search-history-kundli .second .username {
            font-size: 15px;
            color: #0f263a;
            text-transform: capitalize;
            text-align: left;
            font-weight: 500;
            padding-top: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
    .search-history-kundli .second .userdob, .search-history-kundli .second .usercity {
        line-height: 1.5;
        font-size: 13px;
        color: #626262;
        text-transform: capitalize;
        text-align: left;
        margin: 3px 0px;
    }
    
    .first-letter {
        display: inline-block;
        font-size: 1em;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        text-align: center;
        border-radius: 50%;
        background: plum;
        vertical-align: middle;
        margin-right: 1em;
        color: white;
        text-transform: capitalize;
    }
.chart-image {
    position: relative;
    
}
.chart-image .delete-icon {
    bottom: 17px;
    position: absolute;
    right: 15px;
    color : red;
    cursor : pointer;
}


/*kundli mathcing box*/
#outerbox-matching {
    border-right: none;
    border-left: none;

}
    #outerbox-matching #outerbox-matching-cardbody {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        #outerbox-matching #outerbox-matching-cardbody .card {
            border: 1px solid rgb(224 224 224);
            /*border:1px solid rgba(0, 0, 0, 0.175);*/
        }