small {
    font-size: 12px !important;
}

@media screen and (max-width:574px) {
    .col-xs-6 {
        width: 50% !important;
    }
}

.w-fit-content {
    width: fit-content;
    max-width: 100%;
}

.mt-xs {
    margin-top: 8px;
}

.mt-sm {
    margin-top: 55px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-sm {
    margin-left: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pd-0 {
    padding: 0px !important;
}

.pd-sm {
    padding: 25px !important;
}

.pd-24 {
    padding: 24px !important;
}

.pd-side-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pd-side-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.pd-side-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pd-side-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pd-side-1vw {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

.pd-side-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pdl-24 {
    padding-left: 24px;
}

.pdb-12 {
    padding-bottom: 12px;
}

.mg-0-auto {
    margin: 0px auto !important;
}

.mgt-30 {
    margin-top: 30px;
}

/** font size */
.font-16 {
    font-size: 16px;
}

canvas {
    width: 100% !important;
    min-width: 150px;
}

#date-picker {
    display: none;
}

#date-picker.active {
    display: flex;
}

aside .profile-avatar {
    padding: 0 15px;
}

aside .profile-avatar .username {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13.33px;
    line-height: 18px;
    /* Black/100% */
    color: #000000;
}

aside .profile-avatar .role {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13.3px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
}

aside .profile-avatar img {
    max-width: 100%;
    width: 50px;
    height: 50px;
}

.border-radius-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.margin-side-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-fit-content {
    width: fit-content !important;
}

.text-sm {
    font-size: 13.33px !important;
}