.header-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

.header-text p {
    color: #8f989c;
    font-size: 20px;
}

/* .cpDashCard {
    background-color: #ffffff;
    padding: 15px 20px 5px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 8px 0 rgba(48, 56, 59, 0.08);
    margin: 15px 0;
    width: 100%;
    min-height: 130px;
} */

.cpDashCardImg {
    width: 30%;
    font-size: 54px;
    line-height: 66px;
    color: #9dacb2;
}

.cpDashCardTxt {
    width: 70%;
    text-align: right;
}

.cpDashCardTxt h3 {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.cpDashCardTxt h3 span {
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    bottom: 3px;
}

.cpDashCardTxt p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #22282d;
    min-height: 40px;
}

.cpDashCardTxt>span {
    font-size: 14px;
    display: block;
    color: #00ae4b;
    font-weight: 400;
}

.cpRecent h3 {
    color: #1e73aa;
}

.grn-text {
    color: #00ae4b;
}

.red-text {
    color: #e60e18;
}

.cp-heading h4 {
    font-size: 18px;
    color: #22282d;
    margin-bottom: 0;
}

/* .cp-heading p {
    font-size: 14px;
    font-weight: normal;
    color: #a2adb1;
    margin-bottom: 0;
} */

.daterange.daterange-picker.bt-date-field {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #ccc;
    font-size: 14px;
}

.date-filter .btn {
    background-color: #f7f7f7;
    border: solid 1px #ccc;
    font-size: 14px;
    border-radius: 0;
    margin-left: 10px;
}

/* .cpRecent { border-top: solid 5px #1e73aa; } */

.chart-drop-downs {
    position: relative;
    z-index: 1;
}

@media screen and (min-width:992px) and (max-width: 1199px) {
    .cpDashCardTxt h3 {
        font-size: 25px;
    }
    .cpDashCardTxt p {
        font-size: 14px;
    }
}
#browsers_chart{
    width: 300px;
    margin: auto;
}
@media screen and (max-width: 500px) {
    .dis-block {
        display: block !important;
    }
    #browsers_chart{
        width: 250px;
    }
}

.donut-legend > span {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 13px;
}
.donut-legend > span:last-child {
  margin-right: 0;
}
.donut-legend > span > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  margin-top: -3px;
  vertical-align: middle;
  border-radius: 50%;
}
#browsers_chart {
  max-height: 280px;
}
.select3{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    height: auto;
    color: #999;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
    padding-left: 4px;
}
.form-group2{
    position: relative;
}
.form-group2:after {
    content: '';
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: auto;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    right: 7px;
    background-color: #fff;
}
.form-group2:before {
    content: '';
    right: 1px;
    top: 1px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 0;
}
*[disabled] {
    opacity: 0.4;
    background: #aaa !important;
    cursor: not-allowed;
    pointer-events: none;
}