﻿
.yellow-header {
    width: 100%;
    text-align: center;
    line-height: 1.1em;
    text-decoration: none;
    color: #000;
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 20px;
}

.yellow-header-kun {
    width: 100%;
    text-align: left;
    line-height: 2.5em;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .yellow-header-kun span {
        background: #fff;
        text-decoration: none;
    }

    .red-header span, .yellow-header span {
        background: #fff;
        text-decoration: none;
    }

.yellow-header span, .yellow-header-kun span {
    padding: 0 10px 0 10px;
    font-weight: 600;
}

.red-header::after, .yellow-header::after, .yellow-header-kun::after {
    display: block;
    content: '';
    width: 100%;
}

.yellow-header::after, .yellow-header-kun::after {
    border-bottom: 2px solid #f1e345;
    padding: 3px;
    margin-top: -27px;
}

.btn_Submit {
    border-radius: 30px;
    background-color: #efd114 !important;
    color: #000 !important;
    padding: 12px 60px;
    font-weight: 600;
}

.v-btn-submit {
    padding: 5px 10px;
    width: 100%;
    height: 50px;
    font-size: 18px;
}

.panchangFrmOptn {
    font-weight: normal;
    cursor: pointer;
    display: inline;
}

.chart-details p b {
    font-size: 18px;
}

.chart-details h2, .chart-details h3 {
    font-size: 18px;
    font-weight: 500;
}

.price-div {
    background-color: #F7F7F7;
    float: left;
    margin-bottom: -1px;
    position: relative;
    border: 2px solid #EDA52E;
    border-radius: 18px;
}
.offer-tag, .offer-tag1 {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 99;
}

.offerprice-section, .price-div {
    text-align: center;
}

    .offerprice-section .offerdiv-head {
        margin-bottom: 0;
    }

.offerdiv-head {
    font-size: 17px;
    font-weight: 700;
}


.customreport {
    background-color: #38b555;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
}

.btn_buy {
    border-radius: 10px;
    background-color: #38b555;
    color: #fff !important;
    padding: 7px 10px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.kundli-chart-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.kundli-chart {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://d7xz0z8wxifpp.cloudfront.net/astro/lagna.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .kundli-chart table {
        height: 100%;
        width: 100%;
        margin: -3px;
        padding: 0;
    }

        .kundli-chart table > tbody > tr > td {
            height: 5%;
            width: 5%;
            padding: 0;
            text-align: center;
            vertical-align: middle;
            border: 0;
            font-weight: 500;
        }

.form-control {
    background-color: #f1f1f1 !important;
}

.matchVdownload_thead {
    background-color: #220f39;
}
.matchdownload_table tbody tr td {
    border: none;
    padding: 0px 8px;
}
    .matchdownload_table {
        border: 1px solid #220f39;
    }

.input-box-shadow {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 16px 1px rgba(196,196,196,1);
    box-shadow: 0px 0px 16px 1px rgba(196,196,196,1);
}

.color-blue {
    color: #2D184B;
}


.buy-kundali-bg {
    background-image: url(https://d7xz0z8wxifpp.cloudfront.net/astro/ad.png);
    background-repeat: no-repeat;
    border: 1px solid red;
    background-size: 100% 100%;
}

    .buy-kundali-bg ul {
        /* list-style: none; */
        padding-left: 0px;
        margin-bottom: 3px;
        display: inline-block;
        list-style: inside;
    }

        .buy-kundali-bg ul li {
            /* float: left; */
            display: inline;
            font-weight: 500;
            padding-right: 10px;
            line-height: 1.6;
            font-size: 14px;
            padding-right: 3px;
            color: #fff;
        }

.buy-kundaliadd-bg {
    background-image: url(https://d7xz0z8wxifpp.cloudfront.net/astro/bg.png);
    background-repeat: no-repeat;
    border: 1px solid blu;
    background-size: 100% 100%;
}

.color-yellow {
    color: #f1e345 !important;
}

.color-black {
    color: #000 !important;
}

.bg-yellow {
    background-color: #f1e345 !important;
}

.buy-kundali-bg ul li::after {
    content: '|';
    padding-left: 8px;
    color: #fff;
}

.matchVdownload_thead > thead > tr > th {
    border: none;
}

.whitespace {
    font-size: 16px;
    font-weight: 500;
}

.header-top-padding {
    padding-top: 60px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}