
.bg-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    opacity: .5;
}
.loader-div{
    display: inline-block;
    text-align: center;
    align-items: flex-start;
}
/*
loader circle small

 */
.circle {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    animation: spin 0.7s infinite linear;
    margin-left: 45%;
    margin-right: 45%;
}
.circle-otp {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    animation: spin 0.7s infinite linear;
    margin-left: 15%;
    margin-right: 45%;
}
.circle-sm {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #2dbe60;
    animation: spin 0.7s infinite linear;

}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.daterangepicker .ranges li.active {
    background-color: #2dbe60;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2dbe60;
    border-color: transparent;
    color: #fff;
}
.border-grey{
    color: #fff;
}
.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #25ad9f!important;
    border-color: #25ad9f!important;
}

