.btn-primary {
    color: #fff;
    background-color: #FD9728;
    border-color: #FD9728;
}

.explain {
    font-weight: normal !important;
    font-style: italic;
    color: gray;
    display: block;
    margin-bottom: 0;
}
span.explain {
    font-weight: normal !important;
    font-style: italic;
    color: gray;
    display: inherit !important;
    margin-bottom: 0;
}
.dashboard .card-body {
    padding: 0.75rem;
}
.dashboard .card-body .bx {
    font-size: 1.25rem;
    padding-right:5px;
}
.dashboard .card-body h6 {
    line-height: 1.25rem;
}
.db-loading {
    line-height: 1rem;
    text-align: center;
}
.db-loading .spinner-border {
    font-size: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 !important;
}
.u-label--badge-in {
    position: relative;
    padding-left: 1.15rem;
    letter-spacing: .8px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.u-label--xs {
    font-weight: 500;
}
.u-label--secondary {
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
}
.u-label--xs {
    font-weight: 300;
    font-size: 0.60938rem;
    line-height: 1.7;
    padding: 0.2rem 0.5rem;
}
.u-label {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    /* line-height: 1.3; */
    padding: 0.125rem 1.125rem;
    /* border-radius: 6.1875rem; */
    /* transition: 0.2s ease-in-out; */
    height: 22px;
    line-height: 22px;
    width: 120px;
}
.u-label--badge-in::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-top: .7rem solid transparent;
    border-bottom: .7rem solid transparent;
    border-left: 0.7rem solid #fff;
}
[class*="badge-"] {
    z-index: 3;
}
.text-center {
    text-align: center !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.dashboard .table-responsive{
    background-color: #fff;
}

/** CUSTOM */
.error {
    color: #ca2a00;
}
/** CUSTOM END */
.package-name {
    color: #ca2a00;
    margin-right: 20px;
}

.text-red {
    color: #ca2a00;
}

.cp {
    cursor: pointer;
}

#city_container .select2-container {
    width: 100% !important;
}

.text-updating {
    font-size: 11px;
    color: #ffc107!important
}

.full-width {
    width: 100%
}

.display-inline-bl {
    display: inline-block;
}

.round-bt {
    border-radius: 30px;
}

.orange-bt {
    background: #FD9728 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.vertical-menu {
    background: #fff !important;
}

.navbar-header {
    background-color: #fff !important;
}

.page-content {
    background: #f1f3f6 !important;
}

#sidebar-menu ul li a {
    color: #000 !important;
}

ul li.mm-active {
    background-color: #FD9728 !important;
    color: #fff !important;
}

#sidebar-menu ul li a.active {
    color: #fff !important;
}
