.bg-pink {
    background-color: #ec407d;
}
.text-pink {
    color: #ec407d;
}
.container {
    max-width: 1000px;
}
.input-group .btn {
    border-color: transparent;
}
.quo-stickyButtons {
    position: fixed;
    bottom: 12%;
    left: 1215px;
    width: 60px;
}
.quo-stickyButtons .btn {
    font-size: 13px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: grid;
    align-items: center;
    border: none;
    transition: 0.1s ease-in;
}
.quo-stickyButtons .btn:hover {
    transform: scale(1.2);
}

header .menu li.has-child:last-child .childs {
    left: auto;
    right: 0px;
}

.chart-h-type1 {
    height: 350px;
}

.box-body.has-num {
    position: relative;
}
.box-body.has-num .num {
    position: absolute;
    left: 33%;
    top: 40%;
    font-size: 30px;
    color: #333;
    width: 100px;
    font-weight: 700;
    /* background-color: #aaa; */
    text-align: center;
}

.btn-orange.outline {
    color: #ffaa4b !important;
    border: 1px solid #ffaa4b;
    background-color: transparent;
}
.btn-orange.outline.active {
    background-color: #ffaa4b;
    color: #fff !important;
}

.form-control:not(textarea) {
    height: 40px !important;
}

.filter-box .dropdown .dropdown-menu {
    font-size: 13px;
}

.analytic-big-num {
    display: flex;
    width: 230px;
    height: 230px;
    border: 20px solid #eee;
    border-radius: 50%;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: bold;
    flex-direction: column;
}
.analytic-big-num .num {
    margin-top: -30px;
    display: block;
}
.analytic-big-num-text {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    margin-top: -10px;
}

.analytic-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.analytic-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.analytic-list li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ec407d;
}
.analytic-list li small {
    font-weight: bold;
    color: #333333;
}
.analytic-small-table {
    margin-top: 30px;
}
.analytic-small-table [class^="col-sm"] {
    text-align: center;
    border-right: 1px dashed #ddd;
}
.analytic-small-table [class^="col-sm"]:last-child {
    border-right: none;
}