.muhurta-page {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    margin-bottom: 1rem;
    min-height: 415px;
}
.muhurta-border {
    padding: 2rem;
    border-radius: 20px;
    border: solid 1px #ccc;
    min-height: 415px;
    margin-bottom: 2rem;
}
.muhurta-date-wrapper {
    text-align: right;
}
.muhurta-date-wrapper input {
}
.muhurta-container .row {
    margin-right: -15px;
    margin-left: -15px;
}
.muhurta-container .muhurta-city, .muhurta-container .muhurta-date {
    cursor: pointer;
}
.muhurta-container .muhurta-city {
    padding-left: 0;
    box-shadow: none;
    padding: 3px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}
.muhurta-container .muhurta-date {
    background-color: transparent;
    border: none;
    border-bottom: dotted 1px #6d10e2;
    color: #6d10e2;
    width: 180px;
    outline: none;
    font-size: 25px;
    filter: invert(18%) sepia(93%) saturate(7473%) hue-rotate(260deg) brightness(90%) contrast(90%);
    cursor: pointer;
}
.open-city-popup {
    border-bottom: dotted 1px #6d10e2;
    color: #6d10e2;
    width: 180px;
    outline: none;
    font-size: 25px;
    white-space: nowrap;
}
.open-city-popup:hover, .open-city-popup:active {
    border-bottom: dotted 1px #6d10e2;
    color: #6d10e2;
}
.muhurta-city-hint-wrapper {
    /*margin-bottom: 1rem;*/
    line-height: 24px;
}
.muhurta-city-hint-wrapper a {
    font-size: 12px;
}
.muhurta-result .result-info {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 12px;
    color: #ccc;
}
.muhurta-result ul {
    font-size: 17px;
    margin-top:2rem;
}
.muhurta-result ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.suggestions {
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: 0px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
}
.suggestion-item {
    padding: 5px;
    cursor: pointer;
}
.suggestion-item:hover {
    background: #f0f0f0;
}
.muhurta-text {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
}
.d-none {
    display: none;
}