.main {
    position: relative;
}

.container {
    width: 100%;
}

#left {
    position: relative;
    padding: 0;
    z-index: 1;
}

.search_left {
    position: relative;
    z-index: 1;
    height: 465px;
    padding: 0 30px;
    color: rgb(107, 98, 98);
}

.bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/background.jpg);
    background-color: #ece4e4;
    opacity: 0.5;
    min-height: 400px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    opacity: .4;
    width: 100%;
    height: 100%;
}

/* search start */
.low_sp .bootstrap-select .dropdown-menu li.disabled a {
    pointer-events: none;

}

.low_sp .bootstrap-select .dropdown-menu li a span.text {
    padding-left: 25px;
}

.low_sp .bootstrap-select .dropdown-menu li.disabled a.first span.text {
    padding-left: 5px;
}

.low_sp .bootstrap-select .dropdown-menu li.disabled a.second span.text {
    padding-left: 15px;
}


.search {
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.search .tooltip-inner {
    max-width: 500px;
    white-space: pre;
}

.search_txt {
    position: relative;
    margin-top: 20px;
}

.search_txt button {
    position: absolute;
    top: 4px;
    right: 15px;
    padding: 0px;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    transition: all 0.2s ease 0s;
    z-index: 10;
}

.search_txt button:hover {
    background-color: #fff;
    font-size: 20px;
}

.search_txt button:focus,
.search_txt button:active:focus,
.search_txt button:focus-visible {
    outline: 0;
}

.search_txt input {
    height: 100%;
    outline: none;
    border-radius: 3px;
    font-size: 18px;
    padding: 6px 35px 6px 15px;
    border: 4px solid rgb(102, 104, 195);
    transition: none;
    transition: border-color ease-in-out .2s,box-shadow ease-in-out .2s;
}

.typeahead__result .typeahead__list {
    max-height: 291px;
    overflow: auto;
}

.format_alert {
    display: none;
    position: absolute;
    top: 135px;
    left: 0px;
    width: 100%;
    padding: 8px 5px;
    text-align: center;
    line-height: 26px;
    z-index: 11;
}
/* search end */

#right {
    padding: 15px;
    background-color: #fff;
    float: right;
}
.summary {
    margin-top: 25px;
    background-color: white;
    border-top: 3px solid rgb(37, 208, 182);
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}

.summary_title {
    padding: 15px 15px 0px 15px;
    align-items: baseline;
    font-size: 26px;
    color: rgb(70, 70, 70);
}

.summary_subtitle {
    padding: 10px 35px;
    margin-bottom: -10px;
    align-items: baseline;
    font-size: 20px;
    color: rgb(70, 70, 70);
}

.summary_title span {
    font-size: 1.3rem;
    color: rgb(37, 97, 122);
    margin-left: 2rem;
}

.card {
    padding: 15px;
    text-align: center;
}

.card p {
    margin-bottom: 5px;
}

.card .count i {
    color: rgb(1, 185, 135);
    font-size: 3rem;
}

.card .count svg {
    vertical-align: top;
}

.card .count span {
    font-size: 2.5rem;
    margin-left: 0.5rem;
}

.intro {
    padding: 5px !important;
    font-size: 20px;
    background-color: #D9E4F8;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}


/* chart start */

.chart_left {
    margin-top: 90px;
    padding: 0;
}

#chart_high,
#chart_low {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 8px 7px 4px rgb(0 0 0 / 10%);
    border: 1px solid #e8e8e8;
}

#chart_low {
    margin-top: 40px;
}

.txt .btn-danger {
    padding: 2px 5px;
}

.txt {
    padding: 0 20px;
    text-align: justify;
    font-size: 16px;
    overflow: auto;
}



.modal-dialog {
    width: 1000px;
    max-height: 900px;
    overflow: auto;
}

.modal-body .table>thead {
    white-space: nowrap;
}

.modal-body .table>tbody>tr>td:first-child {
    font-style: italic;
    white-space: nowrap;
}

#chart_high,
#chart_low {
    height: 400px;
}


/* chart end */