﻿body {
    min-height: 100vh;
    background-image: url(../../Resources_files/Theme_Media_files/deshbord.webp);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: hsl(218, 24%, 96%);
}

.header {
    background-color: hsl(218, 24%, 96%);
}

.search_line_bottam {
    border-top: 1px solid #5f6368;
    margin: 0 20px 0 14px;
}

.dashboard .search_bar, .dashboard .suggestionListDashboard, .dashboard .suggestionListDashboard li, .dashboard .search_voice #SearchTypeDashboard {
    background-color: #fff;
}

    .dashboard .search_bar, .dashboard .search_icon, .dashboard .search_voice, .dashboard .suggestionListDashboard li, .dashboard .dashboard_column, .suggestionListDashboard li, .input_box, placeholder_d {
        display: flex;
    }

    .dashboard .search_bar, .dashboard .search_icon, .dashboard .search_voice, .dashboard .suggestionListDashboard li {
        align-items: center;
    }

.dashboard .search_bar, .suggestionListDashboard li {
    justify-content: space-between;
}

.dashboard .flex-column, .dashboard .suggestions, .tha_rtw {
    text-align: center;
}

.dashboard .search_bar {
    outline: 0;
    width: 100%;
    padding: 5px 31px 5px 31px;
    color: #66758a;
    border-radius: 30px 30px;
    border: 1px solid #cacaca;
    font-size: 16px;
}

    .dashboard .search_bar.empty {
        border-bottom: 1px solid rgba(131, 149, 179, 0.6) !important;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

    .dashboard .search_bar.focus {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
        box-shadow: none;
    }

.dashboard .search_icon {
    width: 20px;
    margin-right: 8px;
}

.dashboard input {
    padding: 0;
    /*padding-left: 8px;*/
    border: 0;
    /*width: calc(100% - 96px);*/
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: inherit;
}

    .dashboard input:focus {
        outline: none;
        outline-offset: none;
    }

.dashboard .search_input input:hover ~ .search_bar {
    box-shadow: 1px 1px 1px #0000;
}

.dashboard .search_voice {
    justify-content: center;
    transition: 0.4s background-color;
    cursor: pointer;
}

    .dashboard .search_voice #SearchTypeDashboard {
        color: #485fe4;
        cursor: pointer;
        border: 0;
    }

.dashboard .suggestionListDashboard {
    display: none;
    border: 1px solid rgba(131, 149, 179, 0.6);
    border-top: 0;
    padding: 10px 0;
    margin: 0;
}

    .dashboard .suggestionListDashboard li {
        height: 33px;
        padding: 0 15px;
        position: relative;
        cursor: pointer;
        transition: 0.2s background-color;
    }

.dashboard li:hover {
    background-color: #e8f0fe !important;
}

.dashboard li.result::before {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% - 48px);
    background-color: #8395b3;
    opacity: 0.1;
    bottom: 0;
}

.dashboard .suggestionListDashboard li p {
    margin: 0;
    padding: 0 16px;
    color: #121212;
    line-height: 18px;
}

    .dashboard .suggestionListDashboard li p:last-child {
        margin: 0;
        padding: 0 16px;
        color: rgba(131, 149, 179, 1);
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .dashboard .suggestionListDashboard li p:first-child {
        font-weight: 500;
    }

.dashboard .suggestionListDashboard.open {
    display: block;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: none;
    overflow: hidden;
}

.dashboard .search_bar.empty ~ .suggestionListDashboard {
    display: none;
}

.dashboard .result_icon {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
}

.dashboard .dashboard_column {
    display: -ms-flexbox;
    flex-direction: column;
    box-sizing: border-box;
}

.dashboard .flex-column {
    max-width: 650px;
    margin: 96px auto;
    min-height: 64vh;
    justify-content: center;
    padding: 16px;
}


.dashboard .suggestions {
    margin: 20px 10px 10px 10px;
}

    .dashboard .suggestions a, .most_searched a {
        color: #606f7b;
        font-size: 15px;
    }

        .dashboard .suggestions a::after, .most_searched a::after {
            content: '';
            width: 0;
            bottom: 0;
            right: 0;
            border: 1px solid #aaa;
            margin: 0 10px;
        }

        .dashboard .suggestions a:last-child::after, .most_searched a:last-child::after {
            content: '';
            border: 0;
            margin: 0;
        }

.sensexlogo, .suggestionListnew {
    visibility: hidden;
}

.Disclaimerhidden, .Similar_Calculator_hidden, #footer {
    display: none;
}

.suggestionListDashboard a {
    color: #485fe4;
    text-align: left;
}


.input_box {
    position: relative;
    width: 100%;
}

input {
    border: none;
    outline: none;
}

.placeholder_d {
    position: absolute;
    pointer-events: none;
    background-color: transparent;
}

.box {
    margin-right: 5px;
}

.sliderbox_d {
    position: relative;
}

.slider_d {
    position: relative;
    left: -5px;
    opacity: 0;
    transition: 0.5s;
}

.search_select {
    position: relative;
}

    .search_select select {
        font-size: 1rem;
        font-weight: normal;
        max-width: 100%;
        padding: 8px 24px 8px 10px;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .search_select select:active,
        .search_select select:focus {
            outline: none;
            box-shadow: none;
        }

    .search_select:after {
        content: "▼";
        position: absolute;
        right: 14px;
        width: 0;
        color: #485fe4;
    }

.tha_rtw {
    font-size: 18px;
    color: #606f7b;
    margin-top: -30px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .dashboard .flex-column {
        margin: 0;
    }

    .dashboardlogo img {
        width: 250px;
    }

    .tha_rtw {
        font-size: 16px;
        margin-top: -25px;
        margin-left: 20px;
    }

    .dashboard .wrapper11 {
        width: 100%;
    }

    .dashboard .suggestionListDashboard li {
        height: auto;
    }

    .suggestionListDashboard a, .dashboard .suggestions a, .most_searched a {
        font-size: 12px;
    }

    .dashboard .searchBoxDashboard {
        padding-left: 1px;
    }

    .dashboard .wrapper11, .search_bar, .dashboard .searchBoxDashboard, .dropdown, .dashboard .search_bar, .search_icon .fa-search, .search_select select {
        font-size: 12px;
    }

    .dashboard .search_bar {
        padding: 5px 15px 5px 15px;
    }

    .dashboard .search_bar {
        height: 40px;
    }

    .dashboard .suggestions {
        margin: 10px 0;
    }

    .dashboard .most_searched p {
        font-size: 14px;
    }
}

.dashboard .wrapper11 {
    position: relative;
}

.dashboard .suggestionListDashboard {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.dashboard .search_voice #SearchTypeDashboard, .dashboard input, .dashboard .search_bar {
    background-color: hsl(218, 24%, 96%);
}
