@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&display=swap");

a,
a:hover,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0 solid !important;
    text-decoration: none;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}

button,
[role=button] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: 0 solid !important;
}

a:hover {
    color: #3366FF;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

body {
    font-weight: 500;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    overflow-x: hidden;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #3366FF #f1f1f1;
}

::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.4rem;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3366FF;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0040ff;
}

::-moz-selection {
    background: #3366FF;
    color: #fff;
}

::selection {
    background: #3366FF;
    color: #fff;
}

.header-area {
    height: 56px;
}

.page-min-height {
    min-height: calc(100vh - 56px);
}

.page-max-height {
    height: calc(100vh - 56px);
}

.common-margin {
    margin-top: 8px;
    margin-bottom: 8px;
}

.common-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.common-padding-top {
    padding-top: 40px;
}

.common-padding-bottom {
    padding-bottom: 40px;
}

.fancybox-active.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.row.mp-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.mp-0 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}

.row.mp-0_5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.mp-0_5 > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.mp-0_8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row.mp-0_8 > [class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.row.mp-1 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.mp-1 > [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.mp-2 {
    margin-left: -20px;
    margin-right: -20px;
}

.row.mp-2 > [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.row.mp-2_5 {
    margin-left: -25px;
    margin-right: -25px;
}

.row.mp-2_5 > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.row.mp-3 {
    margin-left: -30px;
    margin-right: -30px;
}

.row.mp-3 > [class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.row.mp-3_5 {
    margin-left: -35px;
    margin-right: -35px;
}

.row.mp-3_5 > [class^=col-] {
    padding-left: 35px;
    padding-right: 35px;
}

.row.mp-4 {
    margin-left: -40px;
    margin-right: -40px;
}

.row.mp-4 > [class^=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

.row.mp-4_5 {
    margin-left: -45px;
    margin-right: -45px;
}

.row.mp-4_5 > [class^=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

.row.mp-5 {
    margin-left: -50px;
    margin-right: -50px;
}

.row.mp-5 > [class^=col-] {
    padding-left: 50px;
    padding-right: 50px;
}

.transition {
    transition: 0.3s;
}

.radius-20 {
    border-radius: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.fw-lighter {
    font-weight: 200 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.zi-1 {
    z-index: 1;
}

.zi-2 {
    z-index: 2;
}

.zi-3 {
    z-index: 3;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.lh-15 {
    line-height: 15px;
}

.lh-20 {
    line-height: 20px;
}

.lh-21 {
    line-height: 21px;
}

.lh-24 {
    line-height: 24px;
}

.lh-30 {
    line-height: 30px;
}

.ls-16 {
    letter-spacing: 0.24px;
}

.ls-20 {
    letter-spacing: 0.3px;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-top-left-4 {
    border-top-left-radius: 4px !important;
}

.radius-top-right-4 {
    border-top-right-radius: 4px !important;
}

.radius-bottom-left-4 {
    border-bottom-left-radius: 4px !important;
}

.radius-bottom-right-4 {
    border-bottom-right-radius: 4px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-top-left-5 {
    border-top-left-radius: 5px !important;
}

.radius-top-right-5 {
    border-top-right-radius: 5px !important;
}

.radius-bottom-left-5 {
    border-bottom-left-radius: 5px !important;
}

.radius-bottom-right-5 {
    border-bottom-right-radius: 5px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-top-left-10 {
    border-top-left-radius: 10px !important;
}

.radius-top-right-10 {
    border-top-right-radius: 10px !important;
}

.radius-bottom-left-10 {
    border-bottom-left-radius: 10px !important;
}

.radius-bottom-right-10 {
    border-bottom-right-radius: 10px !important;
}

.radius-16 {
    border-radius: 16px !important;
}

.radius-top-left-16 {
    border-top-left-radius: 16px !important;
}

.radius-top-right-16 {
    border-top-right-radius: 16px !important;
}

.radius-bottom-left-16 {
    border-bottom-left-radius: 16px !important;
}

.radius-bottom-right-16 {
    border-bottom-right-radius: 16px !important;
}

.text-blue {
    color: #3366FF;
}

.text-green {
    color: #2FC92C;
}

.text-black-onyx {
    color: #343A40;
}

.text-red {
    color: #FF3D71;
}

.text-black-auro-metal-saurus {
    color: #6C757D;
}

.text-black-dark-gunmetal {
    color: #212529;
}

.bg-blue {
    background-color: #3366FF;
}

.bg-orange {
    background-color: #FF8D06;
}

.bg-red {
    background-color: #FF3D71;
}

.bg-purple {
    background-color: #7964F5;
}

.bg-yellow {
    background-color: #EED23C;
}

.bg-gray {
    background-color: #6C757D;
}

.bg-green {
    background-color: #2FC92C;
}

.bg-white-lotion {
    background-color: #FAFAFA;
}

.bg-white-ghost {
    background-color: #F9F9F9;
}

.bg-black-auro-metal-saurus {
    background-color: #6C757D;
}

.bg-red-infra {
    background-color: #FF3D71;
}

.bg-white-cultured {
    background-color: #F5F5F5;
}

.bg-light-gray {
    background-color: #CDCDCD;
}

.bg-white-anti-flash {
    background-color: #F1F1F1;
}

.border-blue {
    border: 1px solid #3366FF;
}

.border-bottom-blue {
    border-bottom: 1px solid #3366FF;
}

.border-white-chinese-silver {
    border: 1px solid #CDCDCD;
}

.border-bottom-white-chinese-silver {
    border-bottom: 1px solid #CDCDCD;
}

.border-black-auro-metal-saurus {
    border: 1px solid #6C757D;
}

.border-bottom-black-auro-metal-saurus {
    border-bottom: 1px solid #6C757D;
}

.mt-6 {
    margin-top: 6px;
}

.bg-blue.hover:hover {
    background-color: #0040ff;
}

.bg-black-auro-metal-saurus.hover:hover {
    background-color: #545b62;
}

.text-blue.hover:hover {
    color: #0040ff;
}

.form-control {
    padding: 5px 12px;
}

.input-textbox-group-icon {
    width: 36px;
    font-size: 16px;
    height: 36px;
}

.input-textbox-group-text {
    width: 60px;
    font-size: 16px;
    height: 36px;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
    border: 1px solid #ced4da;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    border-color: #3366FF !important;
    box-shadow: 0 0 0 0;
}

.button-submit {
    padding: 6px;
}

.form-group.error .error {
    color: #ff3d71;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
}

.login-form .form-group.error .error {
    position: absolute;
    left: 0;
    bottom: -15px;
    padding: 0 10px;
}

.form-group.mb-3 {
    margin-bottom: 20px !important;
}

.form-group.error .form-control,
.form-group.error .form-control:focus {
    border-color: #ff3d71 !important;
}

.login-box {
    width: 420px;
}

.login-box {
    padding: 40px 60px 20px;
}

.login-content-area {
    padding: 40px 15px;
}

.backdrop-area {
    opacity: 0;
    visibility: hidden;
    background: #000;
    z-index: 1900;
}

.backdrop-area.active {
    opacity: 0.5;
    visibility: visible;
}

.header-right-menu .dropdown-toggle::after {
    display: none;
}

.header-right-menu > ul > li > a {
    min-width: 38px;
}

.header-right-menu > ul > li {
    margin-left: 10px;
}

.header-right-menu .number {
    width: 20px;
    height: 20px;
    top: -6px;
}

.sidebar-area {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    overflow-y: auto;
}

.col-sidebar {
    width: 260px;
}

.col-content {
    width: calc(100% - 260px);
    padding: 30px;
    padding-top: 40px;
}

.sidebar-menu-list .icon {
    width: 34px;
    height: 34px;
}

.sidebar-menu-list ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    content: "";
}

.sidebar-menu-list ul li a.active {
    color: #3366FF;
}

.sidebar-menu-list ul li a.active:before {
    background: #3366FF;
}

.breadcrumb-list ul li:not(:last-child) {
    margin-right: 30px;
}

.breadcrumb-list ul li a:before {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    content: "/";
    color: #6C757D;
}

.row-datepicker .col-5 {
    width: 45%;
}

.row-datepicker .col-2 {
    width: 10%;
}

.page-content-area {
    margin-top: 40px;
}

.task-group-list-area {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: -40px;
}

.single-task-group-area {
    width: 300px;
    min-width: 300px;
    margin-right: 30px;
}

.task-group-list-area .single-task-group-area:last-child {
    margin-right: 0;
}

.task-list-area {
    padding: 10px;
}

.task-card {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.subtask-card:hover,
.task-card:hover {
    color: #000;
}

.task-percentage-bar {
    flex: 1;
    background: #c4c4c4;
    height: 6px;
    position: relative;
    border-radius: 10px;
}

.task-actions .icon {
    font-size: 20px;
}

.task-person .icon,
.task-date .icon {
    font-size: 16px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-date .icon i.far {
    font-size: 20px;
}

.task-assigner,
.task-assignee {
    min-height: 30px;
}

.task-percentage-value-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #3366FF;
    border-radius: 10px;
    transition: 0.4s;
}

table.data-tables,
.team-list-area {
    font-size: 14px;
}

table.data-tables tbody td {
    font-weight: 500;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgba(108, 117, 125, 0.7490196078);
}

.table > :not(caption) > * > * {
    border-bottom-width: 2px;
}

.table > tbody tr td:first-child {
    border-left: 1px solid #dee2e6;
}

.table > tbody tr td:last-child {
    border-right: 1px solid #dee2e6;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 5px;
}

.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 9px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 35px;
}

.select2-multiple-checkbox-dropdown .select2-results__option {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

.select2-container--default .select2-multiple-checkbox-dropdown .select2-results__option--selected {
    background-color: #fff;
}

.select2-multiple-checkbox-dropdown .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-multiple-checkbox-dropdown .select2-results__option--selected:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    background-color: #3366FF;
    border: 0;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.select2-multiple-checkbox-dropdown .select2-results__option--highlighted {
    background: transparent !important;
    color: #000 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px;
}

.breadcrumb-switch-area .form-switch .form-check-input ~ label .selected,
.breadcrumb-switch-area .form-switch .form-check-input:checked ~ label .normal {
    display: none;
}

.breadcrumb-switch-area .form-switch .form-check-input:checked ~ label .selected {
    display: inline-block;
}

.form-switch .form-check-input {
    border: none;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0;
}

.form-switch .form-check-input {
    height: 24px;
    margin-top: 0;
    background-color: #6C757D;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:checked {
    background-color: #3366FF;
}

.form-switch .form-check-input {
    width: 45px;
    margin-left: -3.5em;
}

.form-switch {
    padding-left: 3.5em;
}

.form-info-area,
.task-info-area {
    padding: 30px;
}

.task-list-area#completed .task-due-status,
.task-list-area#cancelled .task-due-status {
	display: none;
}

table.table.no-border,
table.table.no-border * {
    border: none !important;
}

.team-content {
    width: 60%;
}

.team-person-list,
.member-person-list {
    width: 90%;
}

.opacity-0 {
    opacity: 0 !important;
}

.input-file-area label {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #CDCDCD;
}

.input-file-area label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-success-popup-container .swal2-icon .swal2-icon-content {
    width: 50px;
    height: 50px;
}

.form-success-popup-container .swal2-icon .swal2-icon-content img {
    width: 100%;
    height: 100%;
}

.form-success-popup-container .swal2-icon {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #dee2e6 !important;
    padding-top: 20px;
    margin-top: 50px;
}

.form-success-popup-container .swal2-close,
.form-confirm-popup-container .swal2-close {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 0 !important;
    font-size: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
}

.form-success-popup-container .swal2-close:hover,
.form-confirm-popup-container .swal2-close:hover {
    color: #121111;
}

.form-success-popup-container .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 1.4em 1em 1.4em;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.form-confirm-popup-container .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 1.4em 1em 1.4em;
    padding-bottom: 1.2em;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    border-bottom: 1px solid #dee2e6 !important;
    margin-top: -32px;
}

.form-confirm-popup-container .swal2-html-container {
    margin: 0;
    padding: 25px;
    font-size: 14px;
    color: #212529;
    line-height: 24px;
    padding-bottom: 12px;
}

.form-success-popup-container .swal2-actions,
.form-confirm-popup-container .swal2-actions {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dee2e6 !important;
    padding-top: 1em;
    margin-top: 10px;
}

.form-success-popup-container .swal2-popup,
.form-confirm-popup-container .swal2-popup {
    padding-bottom: 1em;
}

table.table.no-padding td {
    padding-left: 0;
    padding-right: 20px;
}

table.table.no-padding > tbody tr td:first-child {
    width: 35%;
}

.notification-ticker {
    border: 1px solid #ced4da;
}

.notification-area {
    width: 55%;
}

.notification-filter-menu ul li {
    width: 25%;
    text-align: center;
}

.notification-filter-menu ul li a {
    display: block;
    padding: 10px;
    border-bottom: 5px solid #F9F9F9;
    color: #6C757D;
}

.notification-filter-menu ul li.active a {
    border-color: #3366FF;
    color: #3366FF;
}

.notification-card {
    border-bottom: 1px solid #c4c4c4;
}

.notification-dot {
    width: 18px;
    height: 18px;
}

.notification-card input:checked ~ label,
.notification-card.marked label {
    background: rgba(51, 102, 255, 0.15);
}

#notification-archive-confirm-modal .modal-title {
    width: calc(100% - 20px);
    text-align: center;
}

.notification-setting-main,
.notification-setting-sub {
    border: 1px solid #ced4da;
    padding: 10px 20px;
    padding-right: 10px;
}

.notification-setting-sub {
    padding-left: 40px;
}

.form-switch-no-label {
    padding-left: 2.8rem;
    margin: 0;
}

.form-switch-no-label .form-check-input {
    margin-left: -2.8rem;
}

.single-attachment {
    width: calc(20% - 25px);
    margin-right: 25px;
}

.single-attachment-remove {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 3px;
    top: -10px;
    right: -10px;
}

.single-attachment:not(.image) .single-attachment-preview img {
    width: 60%;
}

.task-details-status {
    width: 100px;
    height: 20px;
}

.task-schedule-list ul li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-schedule-list ul li.active {
    background: #3366FF;
    color: #fff;
}

.task-schedule-list {
    margin-left: 84px;
}

.task-details-info .task-schedule .icon i.far,
.task-details-info .task-date .icon i.far {
    font-size: 23px;
}

.task-details-info .task-person .icon,
.task-details-info .task-schedule .icon,
.task-details-info .task-group .icon,
.task-details-info .task-chat .icon,
.task-details-info .task-attachment .icon,
.task-details-info .task-date .icon {
    font-size: 23px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-details-info .task-chat-link {
    font-size: 13px;
}

.subtask-list-title .number-icon .number {
    width: 20px;
    height: 20px;
}

.task-record-title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 130px);
}

.task-record-label-title {
    width: 70%;
}

.task-record-box {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
}

.task-group-title-link a {
    font-size: 21px;
}

.task-comment-attachment-search-clip {
    font-size: 20px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-comment-attachment-add-area .single-attachment {
    width: calc(30% - 25px);
    margin-right: 25px;
}

.attachment-large .single-attachment {
    width: calc(30% - 10px);
    margin-right: 10px;
}

.single-attachment-preview .name {
    word-break: break-all;
}

.single-document-preview .icon {
    width: 50px;
}

.task-details-title {
    width: calc(100% - 120px);
}

.page-tab-links ul li a {
    color: #6C757D;
    border-bottom: 5px solid #fff;
}

.page-tab-links ul li.active a {
    border-color: #3366FF;
    color: #000;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #6C757D;
    border-radius: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #545b62;
}

.error .select2-container--default .select2-selection--single,
.error .select2-dropdown,
.error .select2-container--default.select2-container--focus .select2-selection--multiple,
.error .select2-container--default .select2-selection--multiple {
    border-color: #ff3d71;
}

.button-submit:disabled,
.button-submit:disabled:hover {
    background: #cdcdcd !important;
}

.form-control:disabled,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #e6e6e6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #212529 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #212529 transparent;
}

.select2-container--default .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    border-color: #212529 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.select2-container--open .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    border-color: transparent transparent #212529 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.dataTables_wrapper > .row > .col-sm-12 {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_filter label input {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label input {
    margin: 0;
    margin-bottom: 20px;
}

.staff-data-tables {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
}

.staff-data-tables tbody tr td {
    padding: 8px 16px;
}

.staff-data-tables thead tr th {
    padding-left: 16px;
}

.dataTables_empty {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.task-comment-sound-single {
    width: 130px;
    padding: 6px 8px 6px 12px;
}

.sound-play-button {
    font-size: 10px;
    width: 28px;
    height: 28px;
}

.task-list-area {
    height: calc(100% - 40px);
    overflow: hidden;
    overflow-y: auto;
}