* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#ct7 {
    font-size: 20px;
    font-weight: 700;
}

.right-header {
    width: 245px;
}

.font-training {
    color: #5C6BC0;
}

.font-placement {
    color: #AB47BC;
}

.font-tracking {
    color: #F06292;
}

.chart-pie {
    height: 322px;
}

.cg-map-container svg path {
    fill: #efbb20;
    stroke: #efbb20;
    stroke-width: .25;
}

.cg-map-container svg path:hover {
    fill: #f5db8e;
    transition: 0.6s;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.imgContainer {
    top: -50px;
}

.profileImg {
    width: 111px;
}

.apexcharts-legend-text {
    color: rgb(55, 61, 63) !important;
}

.btn-update,
.btn-feedback {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px 11px;
    width: 115px;
}

.para-confirm p {
    line-height: 3.6 !important;
}

.badge-purple {
    color: #6610f2;
}

.bg-purple {
    background-color: #6610f2;
}

.profileName {
    top: -18px;
}

.profileName h4 {
    font-size: 24px;
}

.table tbody tr td a:active,
.table tbody tr td a:focus,
.table tbody tr td a:hover {
    color: #efbb20;
}

.hide {
    display: none;
}

.imageUploadLabel {
    margin-bottom: 0 !important;
}

.btn-action {
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 11px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 500;
    text-align: center
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 70px;
    text-align: center;
    line-height: 66px;
    display: block;
    font-size: 12px;
    border-radius: 50%;
    margin: auto;
    height: 70px;
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 30px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.card-timeline {
    background-color: #fff;
    z-index: 0;
}

.for-light {
    width: 180px;
}

.my-custom-scrollbar {
    position: relative;
    height: 350px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}


.general-widget .header-text-success {
    color: #61ae41 !important;
}

.general-widget .header-text-primary {
    color: #5c61f2 !important;
}

.general-widget .header-text-warning {
    color: #eeb82f !important;
}

.general-widget .header-text-info {
    color: #4faad5 !important;
}

.general-widget .header-text-danger {
    color: #f81f58 !important;
}

.general-widget .header-text-orange {
    color: #fd7e14 !important;
}

.progress-gradient-orange {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#fd7e14));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fd7e14);
    position: relative;
}

.progress-gradient-orange::after {
    position: absolute;
    content: "";
    top: -3px;
    right: -1px;
    background-color: #fd7e14;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(253, 126, 20, 0.36);
    box-shadow: 0 0 17px 4px rgba(253, 126, 20, 0.36);
}

.progress-gradient-orange .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #fd7e14;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
    animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.general-widget .product-widget .card-header .d-flex .flex-grow-1 .square-after:after {
    background-color: rgba(97, 174, 65, 0.1);
}

.general-widget .message-widget .card-header .d-flex .flex-grow-1 .square-after:after {
    background-color: rgba(238, 184, 47, 0.1);
}

.general-widget .user-widget .card-header .d-flex .flex-grow-1 .square-after:after {
    background-color: rgba(79, 170, 213, 0.1);
}

.general-widget .danger-widget .card-header .d-flex .flex-grow-1 .square-after:after {
    background-color: rgba(248, 31, 88, 0.1);
}

.general-widget .orange-widget .card-header .d-flex .flex-grow-1 .square-after:after {
    background-color: rgba(253, 126, 20, 0.1);
}

.general-widget .card-header .d-flex .flex-grow-1 .square-after:after {
    background-color: rgba(92, 97, 242, 0.1);
}

.table tbody tr .position-sticky,
.table thead tr .position-sticky {
    background-color: #fff;
}

body.dark-only .table tbody tr .position-sticky {
    background-color: #10101c;
}

body.dark-only .table thead tr .position-sticky {
    background-color: #10101c;
    color: #fff;
}
.logo-wrapper {
    display: flex;
    justify-content: center;
}

.menu-box {
    padding: 85px 0;
}