td .btn-sm{
    border-radius: 3px !important;
    height: 25px !important;
}
.btn-sm{
    border-radius: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field{
    padding :0.55rem 1.25rem !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0 !important;
}
.table th, .table td {
    vertical-align: middle;
    line-height: 1;
    white-space: normal;
    padding: 1.125rem 1.375rem;
    line-height: 1.5;
}
.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    border-color: #dee2e6;
    padding: .5rem .75rem;
    color: #2f2f2f;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
    position: absolute;
    left: 45%;
    width: 20px;
    height: auto;
    border-radius: 100%;
    background: #F95F53;
    color: #ffffff;
    font-size: 11px;
    top: -6px;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
    font-size: 10px;
    padding: 0px 3px;
}

.form-group label {
    font-size: 0.992rem !important;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}

#view_tutorial > p {
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.6rem;
}
#view_tutorial > ol > li {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom:15px;
}
#view_tutorial > ol > li > ol {
    margin-left:20px;
}
#view_tutorial > ol > li > ol > li {
    font-size: 1rem;
    line-height: 1.6rem;
}