@charset "UTF-8";

form .logo_tasko {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  form .logo_tasko {
    max-width: 300px;
  }
}

form .form-group label {
  font-size: 16px;
  color: #000000 !important;
  padding-left: 15px !important;
  margin-bottom: 10px !important;
}

form .select2 {
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid #6833F8 !important;
  border-radius: 25px !important;
  padding: 10px 15px !important;
}

form .select2 .select2-selection {
  border: none !important;
  background-color: transparent !important;
}

form select:not(.select2-multiple) {
  background-color: #FFFFFF !important;
  border: 1px solid #6833F8 !important;
  border-radius: 25px !important;
  padding: 10px 15px !important;
  min-height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 8px;
  color: #000000;
}

form select:not(.select2-multiple):after {
  content: "test";
}

form select:not(.select2-multiple)[multiple=multiple] {
  height: 44px;
}

form .btn-group button {
  color: #000000 !important;
}

form .btn-group button:hover {
  background-color: rgba(246, 191, 39, 0.5) !important;
  border: 1px solid rgba(246, 191, 39, 0.5) !important;
  color: #000000 !important;
}

form .btn-group button.active {
  background-color: #F6BF27 !important;
  border: 1px solid #F6BF27 !important;
  color: #000000 !important;
}

form .btn-group button.active:hover {
  background-color: #F6BF27 !important;
  border: 1px solid #F6BF27 !important;
  color: #000000 !important;
}

form .custom-switch input:checked + label:before {
  background-color: #F6BF27 !important;
}

form input[type=email],
form input[type=text],
form input[type=password] {
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid #6833F8 !important;
  border-radius: 25px !important;
  padding: 10px 15px !important;
  font-size: 16px;
  color: #000000 !important;
  min-height: 42px;
}

form input[type=email]::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder {
  color: rgba(77, 33, 190, 0.5) !important;
}

form input[type=email]::-moz-placeholder,
form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder {
  color: rgba(77, 33, 190, 0.5) !important;
}

form input[type=email]:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder {
  color: rgba(77, 33, 190, 0.5) !important;
}

form input[type=email]::-ms-input-placeholder,
form input[type=text]::-ms-input-placeholder,
form input[type=password]::-ms-input-placeholder {
  color: rgba(77, 33, 190, 0.5) !important;
}

form input[type=email]::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder {
  color: rgba(77, 33, 190, 0.5) !important;
}

form input[type=email]:focus,
form input[type=text]:focus,
form input[type=password]:focus {
  background-color: transparent !important;
}

form input[type=email]:focus::-webkit-input-placeholder,
form input[type=text]:focus::-webkit-input-placeholder,
form input[type=password]:focus::-webkit-input-placeholder {
  color: #6833F8 !important;
}

form input[type=email]:focus::-moz-placeholder,
form input[type=text]:focus::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder {
  color: #6833F8 !important;
}

form input[type=email]:focus:-ms-input-placeholder,
form input[type=text]:focus:-ms-input-placeholder,
form input[type=password]:focus:-ms-input-placeholder {
  color: #6833F8 !important;
}

form input[type=email]:focus::-ms-input-placeholder,
form input[type=text]:focus::-ms-input-placeholder,
form input[type=password]:focus::-ms-input-placeholder {
  color: #6833F8 !important;
}

form input[type=email]:focus::placeholder,
form input[type=text]:focus::placeholder,
form input[type=password]:focus::placeholder {
  color: #6833F8 !important;
}

form input[type=checkbox] {
  accent-color: #F6BF27;
}

form input[type=date] {
  border: 1px solid #6833F8 !important;
  border-radius: 25px !important;
  padding: 10px 15px !important;
  font-size: 16px;
  color: #000000 !important;
  min-height: 42px;
}

form input[type=date]::-webkit-input-placeholder {
  color: #7F7F7F !important;
}

form input[type=date]::-moz-placeholder {
  color: #7F7F7F !important;
}

form input[type=date]:-ms-input-placeholder {
  color: #7F7F7F !important;
}

form input[type=date]::-ms-input-placeholder {
  color: #7F7F7F !important;
}

form input[type=date]::placeholder {
  color: #7F7F7F !important;
}

form input[type=color] {
  border: 1px solid #6833F8 !important;
  border-radius: 25px !important;
  min-height: 42px;
  padding: 10px 15px !important;
}

form fieldset input[type=checkbox] {
  accent-color: #F6BF27;
}

form fieldset input[type=checkbox] + br {
  display: block !important;
  margin-bottom: 15px !important;
}

form input[type=submit],
form button[type=submit] {
  all: unset;
  display: block;
  transition: all 0.3s ease-in-out;
  background-color: #6833F8;
  border: 1px solid #6833F8;
  border-radius: 25px;
  padding: 10px 15px !important;
  color: #FFFFFF;
  min-width: 120px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form button[type=submit]:hover,
form button[type=submit]:focus {
  background-color: #F6BF27;
  border: 1px solid #F6BF27;
  color: #000000;
  opacity: 1;
}

form textarea {
  border: 1px solid #6833F8 !important;
  border-radius: 25px !important;
  padding: 10px 15px !important;
  font-size: 16px;
  color: #000000 !important;
  min-height: 42px;
}

form a {
  color: #6833F8;
}

form a:hover {
  color: #6833F8 !important;
  text-decoration: underline !important;
}

h1.text-themecolor {
  color: #6833F8 !important;
}

h2.text-themecolor {
  color: #6833F8 !important;
}

h3.text-themecolor {
  color: #6833F8 !important;
}

h3.text-themecolor a {
  color: inherit;
}

.page-titles > div {
  flex: 0 1 auto !important;
  max-width: 50% !important;
}

.btn.btn-info {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-color: #6833F8;
  border: 1px solid #6833F8;
  border-radius: 25px;
  padding: 10px 15px !important;
  color: #FFFFFF;
  min-width: 120px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 10px 10px 10px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #F6BF27;
  border: 1px solid #F6BF27;
  color: #000000;
  opacity: 1;
}

.btn.btn-warning {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-color: #F6BF27;
  border: 1px solid #F6BF27;
  border-radius: 25px;
  padding: 10px 15px !important;
  color: #000000;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 10px 10px 10px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #6833F8;
  border: 1px solid #6833F8;
  color: #FFFFFF;
  opacity: 1;
}

.btn.btn-primary,
.btn.btn-success,
.btn.btn-danger {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-color: #6833F8;
  border: 1px solid #6833F8;
  border-radius: 25px;
  padding: 10px 15px !important;
  color: #FFFFFF;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 10px 10px 10px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #F6BF27;
  border: 1px solid #F6BF27;
  color: #000000;
  opacity: 1;
}

a.link-privacy,
button.link-privacy {
  text-decoration: none;
  color: #7F7F7F;
}

a.btn i,
button.btn i {
  display: inline-block;
  margin: 0 4px;
}

.chat-list li .chat-content .box {
  position: relative;
  background-color: rgba(246, 191, 39, 0.5) !important;
  padding: 10px !important;
  border-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: 15px;
}

.chat-list li .chat-content .box:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 10px solid rgba(246, 191, 39, 0.5);
  border-right: 10px solid transparent;
}

ol.breadcrumb li:hover a,
ul.breadcrumb li:hover a {
  color: #000000 !important;
}

ol.breadcrumb li.active,
ul.breadcrumb li.active {
  color: #6833F8 !important;
}

.card.card-user {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-user a {
  color: #6833F8;
}

.card.card-employee {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-customer {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-professional {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-professional a {
  color: #6833F8;
}

.card.card-professional span.label {
  background-color: #6833F8;
}

.card.card-license {
  background-color: #F6BF27 !important;
  border: 1px solid #F6BF27 !important;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-license * {
  color: #000000 !important;
}

.card.card-phase {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-storytype {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card .card-general-info {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card .card-general-info small {
  margin-bottom: 5px;
}

.card .card-general-info span.label {
  background-color: #6833F8 !important;
  line-height: 1;
  padding: 10px;
  color: #FFFFFF !important;
  font-size: 12px;
}

.card.card-project-image,
.card.card-project-story {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px !important;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.card.card-project-image .el-card-item,
.card.card-project-story .el-card-item {
  overflow: hidden;
  border-radius: 25px !important;
}

.card.card-project-image .el-card-item .el-card-avatar:hover img,
.card.card-project-story .el-card-item .el-card-avatar:hover img {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.card.card-project-image .el-card-item .el-card-avatar .el-overlay,
.card.card-project-story .el-card-item .el-card-avatar .el-overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.card.card-project-image .el-card-item .el-card-avatar .el-overlay ul li a,
.card.card-project-story .el-card-item .el-card-avatar .el-overlay ul li a {
  aspect-ratio: 1/1;
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card.card-project-image .el-card-item .el-card-avatar .el-overlay ul li a:hover,
.card.card-project-story .el-card-item .el-card-avatar .el-overlay ul li a:hover {
  background-color: #6833F8 !important;
  border-color: #6833F8 !important;
}

.card.card-project-image .el-card-item .el-card-avatar .el-overlay ul li a:hover i,
.card.card-project-story .el-card-item .el-card-avatar .el-overlay ul li a:hover i {
  color: #FFFFFF !important;
}

.card.card-project-image .el-card-item .el-card-avatar .el-overlay ul li a i,
.card.card-project-story .el-card-item .el-card-avatar .el-overlay ul li a i {
  color: #000000 !important;
}

.card.card-project-image .el-card-item .el-card-content a.link span.label,
.card.card-project-story .el-card-item .el-card-content a.link span.label {
  background-color: #F6BF27 !important;
  color: #000000 !important;
}

.card.card-project-image .el-card-item .el-card-content span.label,
.card.card-project-story .el-card-item .el-card-content span.label {
  background-color: #6833F8 !important;
  color: #FFFFFF !important;
}

.card.card-project-image .el-card-item .el-card-content span.badge,
.card.card-project-story .el-card-item .el-card-content span.badge {
  background-color: #6833F8 !important;
  color: #FFFFFF !important;
}

.card.card-icon {
  background-color: #F6BF27;
  color: #000000;
  border: 1px solid #F6BF27;
  border-radius: 15px;
  font-size: 20px;
  min-width: 320px;
}

@media (max-width: 360px) {
  .card.card-icon {
    min-width: 200px;
  }
}

.card.card-icon h2 {
  margin-bottom: 5px !important;
}

.card.card-icon h6 {
  font-size: 20px;
  margin-bottom: 0 !important;
}

.card.card-icon *:not(i) {
  color: #000000 !important;
}

.card.card-icon i {
  color: #FFFFFF !important;
  background-color: #D69D00;
  font-size: 45px;
  padding: 10px;
  border-radius: 50%;
}

.card.card-icon .card-body {
  padding: 15px;
}

.card.card-icon .card-body .d-flex {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.card.card-icon .card-body .d-flex > div:first-child {
  margin: 0 !important;
}

.card.card-icon .card-body .d-flex > div:last-child {
  margin: 0 30px 0 0 !important;
}

.card .progress {
  display: none;
}

.card .progress .progress-bar.bg-success {
  background-color: #6833F8 !important;
}

.card .progress .progress-bar.bg-info {
  background-color: #6833F8 !important;
}

.table-responsive .dataTables_wrapper .row {
  margin-bottom: 15px;
}

.table-responsive .dataTables_wrapper .row:last-child {
  margin-bottom: 0;
}

.table-responsive .dataTables_wrapper .row .col-sm-12,
.table-responsive .dataTables_wrapper .row .col-md-6 {
  /* FILTER STYLING */
  /* DATA STYLING */
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_length,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_length {
  padding-left: 12px;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_length label select,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_length label select {
  background-image: none !important;
  border-bottom: 1px solid #7F7F7F;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 10px !important;
  color: #6833F8 !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_length label select:focus,
.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_length label select::-moz-selection,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_length label select:focus,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_length label select::-moz-selection {
  border-bottom: 1px solid #6833F8 !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_length label select:focus,
.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_length label select::selection,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_length label select:focus,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_length label select::selection {
  border-bottom: 1px solid #6833F8 !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_filter,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_filter {
  padding-right: 12px;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_filter label input,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_filter label input {
  background-image: none !important;
  border-bottom: 1px solid #7F7F7F;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_filter label input:focus,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_filter label input:focus {
  border-bottom: 1px solid #6833F8;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTables_filter label:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTables_filter label:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/images/search_icon.png?b8d8e1e978ae4bbc679d3aa8c78077c2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th {
  border-bottom: 1px solid #CCCCCC;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th.sorting_asc,
.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th.sorting_desc,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th.sorting_asc,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th.sorting_desc,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th.sorting_asc,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th.sorting_desc,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th.sorting_asc,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th.sorting_desc {
  color: #6833F8;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th:after,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th:after {
  opacity: 1;
  font-size: 25px;
  line-height: 1;
  bottom: 4px !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th[aria-sort=descending]:after,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th[aria-sort=descending]:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th[aria-sort=descending]:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th[aria-sort=descending]:after {
  color: #6833F8;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th[aria-sort=ascending]:before,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th[aria-sort=ascending]:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th[aria-sort=ascending]:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th[aria-sort=ascending]:before {
  color: #6833F8;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th:before {
  content: "\2C4";
  right: 16px !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable thead tr th:after,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table thead tr th:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable thead tr th:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .table thead tr th:after {
  content: "\2C5";
  right: 2px !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody {
  position: relative;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody:before,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody:before,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody:before {
  content: "";
  height: 15px;
  display: block;
  width: 100%;
  background-color: transparent;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody:after,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody:after,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody:after {
  content: "";
  height: 15px;
  display: block;
  width: 100%;
  background-color: transparent;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr.odd,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr.odd,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr.odd,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr.odd {
  background-color: #F6F4F0;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td a,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td a,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td a,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td a {
  color: #6833F8;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td a .legend,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td a .legend,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td a .legend,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td a .legend {
  background-color: #F6BF27 !important;
  width: 10px !important;
  height: 9px !important;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td button.dropdown-toggle,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td button.dropdown-toggle,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td button.dropdown-toggle,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td button.dropdown-toggle {
  background-color: #6833F8 !important;
  border: 1px solid #6833F8 !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td button.dropdown-toggle[aria-expanded=true],
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td button.dropdown-toggle[aria-expanded=true],
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td button.dropdown-toggle[aria-expanded=true],
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td button.dropdown-toggle[aria-expanded=true] {
  color: #FFFFFF !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td button.dropdown-toggle:hover,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td button.dropdown-toggle:hover,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td button.dropdown-toggle:hover,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td button.dropdown-toggle:hover {
  color: #FFFFFF !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td button.dropdown-toggle + ul,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td button.dropdown-toggle + ul,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td button.dropdown-toggle + ul,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td button.dropdown-toggle + ul {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td button.dropdown-toggle + ul li a span,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td button.dropdown-toggle + ul li a span,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td button.dropdown-toggle + ul li a span,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td button.dropdown-toggle + ul li a span {
  background-color: transparent !important;
  font-size: 14px !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td span.label,
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td span.label,
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td span.label,
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td span.label {
  background-color: #F6BF27 !important;
  border-radius: 5px !important;
  line-height: 1;
  padding: 10px;
  color: #000000;
  font-size: 14px;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .dataTable tbody tr td input[type=checkbox],
.table-responsive .dataTables_wrapper .row .col-sm-12 .table tbody tr td input[type=checkbox],
.table-responsive .dataTables_wrapper .row .col-md-6 .dataTable tbody tr td input[type=checkbox],
.table-responsive .dataTables_wrapper .row .col-md-6 .table tbody tr td input[type=checkbox] {
  accent-color: #F6BF27;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li:not(.disabled),
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li:not(.disabled) {
  cursor: pointer;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.previous,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.previous {
  border: none !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.previous:hover,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.previous:hover {
  background-color: transparent !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.previous:hover a,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.previous:hover a {
  color: #000000 !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.previous a,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.previous a {
  background-image: none !important;
  color: #7F7F7F;
  background-color: transparent !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.previous a:hover,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.previous a:hover {
  color: #000000;
  background-color: transparent !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.active,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.active {
  border: none !important;
  margin: 0 10px;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.active a,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.active a {
  background-color: #F6BF27;
  color: #000000 !important;
  border-radius: 5px !important;
  border: 1px solid #F6BF27;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.next,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.next {
  border: none !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.next:hover,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.next:hover {
  background-color: transparent !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.next:hover a,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.next:hover a {
  color: #000000 !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.next a,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.next a {
  background-image: none !important;
  color: #7F7F7F;
  background-color: transparent !important;
}

.table-responsive .dataTables_wrapper .row .col-sm-12 .pagination li.next a:hover,
.table-responsive .dataTables_wrapper .row .col-md-6 .pagination li.next a:hover {
  color: #000000;
  background-color: transparent !important;
}

.table thead tr th {
  border-bottom: 1px solid #CCCCCC;
}

.table tbody {
  position: relative;
}

.table tbody:before {
  content: "";
  height: 15px;
  display: block;
  width: 100%;
  background-color: transparent;
}

.table tbody:after {
  content: "";
  height: 15px;
  display: block;
  width: 100%;
  background-color: transparent;
}

.table tbody tr.odd {
  background-color: #F6F4F0;
}

.table tbody tr td {
  vertical-align: middle;
}

.table tbody tr td a {
  color: #6833F8;
}

.table tbody tr td a .legend {
  background-color: #F6BF27 !important;
  width: 10px !important;
  height: 9px !important;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.table tbody tr td button.dropdown-toggle {
  background-color: #6833F8 !important;
  border: 1px solid #6833F8 !important;
}

.table tbody tr td button.dropdown-toggle[aria-expanded=true] {
  color: #FFFFFF !important;
}

.table tbody tr td button.dropdown-toggle:hover {
  color: #FFFFFF !important;
}

.table tbody tr td button.dropdown-toggle + ul {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
}

.table tbody tr td button.dropdown-toggle + ul li a span {
  background-color: transparent !important;
  font-size: 14px !important;
}

.table tbody tr td span.label {
  background-color: #F6BF27 !important;
  border-radius: 5px !important;
  line-height: 1;
  padding: 10px;
  color: #000000;
  font-size: 14px;
}

.table tbody tr td span.label.label-light-success {
  background-color: #24d2b5 !important;
}

.table tbody tr td input[type=checkbox] {
  accent-color: #F6BF27;
}

.nav-tabs {
  border-bottom: 1px solid #7F7F7F !important;
}

.nav-tabs .nav-item a {
  color: #000000 !important;
}

.nav-tabs .nav-item a:hover {
  background-color: rgba(246, 191, 39, 0.5) !important;
}

.nav-tabs .nav-item a.active {
  background-color: #F6BF27 !important;
  color: #000000 !important;
  border-bottom: 2px solid #D69D00 !important;
}

.tab-pane .card-body .row {
  margin-bottom: 30px;
}

.tab-pane .card-body .row:last-child {
  margin-bottom: 0;
}

.tab-pane .card-body .profiletimeline {
  border: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

.tab-pane .card-body .profiletimeline hr {
  border-top: 1px solid #7F7F7F !important;
}

.tab-pane .card-body .profiletimeline .sl-item {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: fit-content(100%);
  gap: 30px;
}

@media (min-width: 450px) {
  .tab-pane .card-body .profiletimeline .sl-item {
    grid-template-columns: 100px 1fr;
  }
}

.tab-pane .card-body .profiletimeline .sl-item .sl-left {
  float: unset !important;
  margin: 0 !important;
}

@media (min-width: 450px) {
  .tab-pane .card-body .profiletimeline .sl-item .sl-left {
    border-right: 1px solid #7F7F7F;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
  }
}

.tab-pane .card-body .profiletimeline .sl-item .sl-left i {
  font-size: 30px;
}

.tab-pane .card-body .profiletimeline .sl-item .sl-right {
  margin: 0 !important;
}

@media (min-width: 450px) {
  .tab-pane .card-body .profiletimeline .sl-item .sl-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
}

.vis-timeline {
  border: none !important;
}

.vis-timeline .vis-panel.vis-left {
  border: none !important;
}

.vis-timeline .vis-panel .vis-current-time {
  background-color: #F6BF27 !important;
}

.vis-timeline .vis-panel .vis-content .vis-labelset .vis-label {
  padding: 0 15px 0 0 !important;
}

.vis-timeline .vis-panel .vis-content .vis-labelset .vis-label .vis-inner {
  padding: 15px 10px 15px 0;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(1) .vis-item {
  background-color: #5525D0 !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(2) .vis-item {
  background-color: #5F2FDA !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(3) .vis-item {
  background-color: #6D40DD !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(4) .vis-item {
  background-color: #7A52E0 !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(5) .vis-item {
  background-color: #8763E3 !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(6) .vis-item {
  background-color: #4E22BF !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(7) .vis-item {
  background-color: #471FAD !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(8) .vis-item {
  background-color: #401C9C !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(9) .vis-item {
  background-color: #39188B !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group:nth-child(10) .vis-item {
  background-color: #321579 !important;
}

.vis-timeline .vis-panel .vis-content .vis-itemset .vis-group .vis-item {
  color: #FFFFFF;
  padding: 5px;
}

.modal-custom {
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-custom.active {
  display: flex;
}

.modal-custom .modal-wrapper {
  width: 90%;
  max-width: 900px;
  max-height: 70%;
  padding: 80px 20px 50px;
  position: relative;
}

.modal-custom .modal-wrapper svg.modal-close {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  stroke: #fff;
}

.modal-custom .modal-wrapper .modal-content .attachments-slider .slick-prev {
  left: -35px;
}

.modal-custom .modal-wrapper .modal-content .attachments-slider .slick-next {
  right: -29px;
}

.modal-custom .modal-wrapper .modal-content .attachments-slider .slick-next:before,
.modal-custom .modal-wrapper .modal-content .attachments-slider .slick-prev:before {
  font-size: 25px;
}

.modal-custom .modal-wrapper .modal-content .attachments-slider img {
  width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
b {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.topbar .u-pro {
  margin-left: 0 !important;
}

.datatable-nopadding .container-fluid {
  padding: 0 !important;
}

.login-box {
  width: 90% !important;
  max-width: 700px;
  margin: 0 auto;
}

.login-register {
  padding: 50px 0 !important;
  overflow-x: scroll;
}

.login-register .card-body {
  padding: 25px;
}

.login-register .card-body .form-group {
  margin-bottom: 20px !important;
}

.login-sidebar {
  padding: 0 !important;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: transparent !important;
  color: #26c6da;
  border-left: 3px solid #20aee3;
}

.profiletimeline .sl-left {
  margin-left: -70px !important;
}

.dropify-wrapper {
  border: 1px solid #ced4da !important;
  border-radius: 0.2rem !important;
}

.chat-list li .chat-content {
  padding-left: 0 !important;
}

.img-same-height,
.el-element-overlay .el-card-item .el-overlay-1 img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.el-card-item {
  background: #f6f9fa;
}

.story-gallery .card {
  margin-bottom: 0 !important;
}

.story-gallery .el-card-item {
  padding-bottom: 0 !important;
  background: #fff;
}

.story-gallery .el-card-avatar {
  margin-bottom: 0 !important;
}

.el-card-content {
  text-align: left !important;
  padding: 0 16px;
}

h4.box-title {
  margin-bottom: 0 !important;
}

.storyImageNew {
  display: none;
}

.required {
  font-weight: bold;
  color: red;
}

.dropify-filename,
.dropify-infos-message {
  display: none !important;
}

.legend {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.vis-timeline {
  border: 1px solid #f0f0f0;
}

.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top {
  border-color: #f0f0f0 !important;
}

.vis-label {
  padding: 0 8px 0 8px !important;
}

.vis-inner,
.vis-time-axis {
  font-size: 13px !important;
}

.vis-foreground .vis-group,
.vis-labelset .vis-label {
  border-bottom: none !important;
}

.vis-time-axis .vis-saturday,
.vis-time-axis .vis-sunday {
  background: #f0f0f0 !important;
}

.input-group-project-templates .row {
  display: none;
}

.input-group-project-templates .first-row {
  display: flex;
  -ms-flex-wrap: wrap;
}

.vis-item-content a {
  color: #fff;
}

.filter-zone {
  display: none;
}

.page-wrapper {
  background-color: #FFFFFF !important;
}

@media (min-width: 900px) {
  .page-wrapper > .container-fluid {
    padding: 45px 30px;
  }
}

.page-wrapper > .container-fluid > .page-titles {
  background-color: transparent;
}

.footer {
  border-top: 1px solid #7F7F7F;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 25px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .footer {
    margin: 0 30px;
  }
}

.card-icon-dashboard-row {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: fit-content(100%);
  gap: 20px;
  padding: 15px;
}

@media (min-width: 600px) {
  .card-icon-dashboard-row {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

.edit-project-attachment img {
  width: 100%;
  max-width: 100%;
}

.edit-project-attachment form {
  margin-top: 30px;
}

.startdate-error {
  color: red;
  font-size: 0.8rem;
}

#images-list-view table .el-card-item .el-overlay-1 {
  width: 70px;
  margin: 0;
}

#images-list-view table .el-card-item .el-overlay-1 img {
  width: 100%;
  max-width: 100%;
  height: 50px;
}

#images-list-view table .el-card-item .el-overlay-1 .el-info > li a {
  padding: 5px;
  border-radius: 50%;
}

#images-list-view table .el-card-item .el-overlay-1 .el-info > li a:hover {
  background-color: #6833F8;
  border-color: #6833F8;
}

#images-list-view table .el-card-item .add-comment a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #6833F8;
  justify-content: center;
  align-items: center;
}

#images-list-view table .el-card-item .add-comment a svg {
  width: 17px;
  stroke: #fff;
}

#loginform .logo_tasko {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  #loginform .logo_tasko {
    max-width: 300px;
  }
}

.login-box {
  border: none !important;
}

.login-sidebar {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .login-sidebar {
    background-size: 60% 100%;
    background-position: left top;
  }
}

@media (min-width: 1800px) {
  .login-sidebar {
    background-size: calc(100vw - 700px) 100%;
  }
}

.login-sidebar .login-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .login-sidebar .login-box {
    height: 100%;
  }
}

.login-sidebar .login-box .card-body {
  width: 100%;
}

@media (min-width: 768px) {
  .login-sidebar .login-box .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.login-sidebar .login-box .card-body form {
  width: 100%;
  max-width: 500px;
}

.login-registration .login-box {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.08));
  max-width: 1000px !important;
}

@media (min-width: 900px) {
  .login-registration .login-box .card-body {
    padding: 40px;
  }
}

header.topbar {
  background-color: #F6F4F0 !important;
}

header.topbar nav .navbar-brand img {
  width: 100%;
  max-width: 180px;
  height: auto;
}

header.topbar nav .navbar-brand b img {
  margin: 10px 10px 0 auto;
  max-height: 36px;
  width: auto;
  vertical-align: middle;
}

header.topbar .navbar-header {
  border: none !important;
}

header.topbar .navbar-collapse {
  border: none !important;
}

header.topbar .navbar-collapse ul:not(:first-child) li.nav-item {
  margin: 0 10px 0 30px !important;
}

header.topbar .navbar-collapse ul li a.sidebartoggler i:before {
  color: #6833F8;
}

header.topbar .navbar-collapse ul li a.dropdown-toggle[aria-expanded=true] {
  background-color: #F6BF27;
  color: #000000 !important;
}

header.topbar .navbar-collapse ul li a.dropdown-toggle + .dropdown-menu ul {
  max-height: 500px;
  overflow-y: scroll;
}

header.topbar .navbar-collapse ul li a.dropdown-toggle + .dropdown-menu ul::-webkit-scrollbar {
  width: 0.5em;
  margin-right: 10px;
}

header.topbar .navbar-collapse ul li a.dropdown-toggle + .dropdown-menu ul:-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

header.topbar .navbar-collapse ul li a.dropdown-toggle + .dropdown-menu ul::-webkit-scrollbar-thumb {
  background-color: #6833F8;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

header.topbar .navbar-collapse ul li a.dropdown-toggle + .dropdown-menu ul li a {
  color: #000000;
}

header.topbar .navbar-collapse ul li a.dropdown-toggle + .dropdown-menu ul li a:hover {
  color: #000000;
  background-color: #F6F4F0;
}

header.topbar .navbar-collapse ul li a.nav-link {
  border: none !important;
  color: #000000 !important;
}

header.topbar .navbar-collapse ul li a.nav-link span.badge {
  background-color: #6833F8 !important;
  color: #FFFFFF !important;
}

header.topbar .navbar-collapse ul li a.nav-link:hover {
  color: #000000 !important;
}

header.topbar .navbar-collapse ul li a.nav-link:hover span {
  color: #000000 !important;
}

header.topbar .navbar-collapse ul li a.nav-link:hover span.badge {
  color: #FFFFFF !important;
}

aside.left-sidebar {
  background-color: #F6F4F0 !important;
  border: none !important;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav {
  background-color: #F6F4F0 !important;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav ul {
  padding-top: 15px;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav ul li {
  margin-bottom: 15px !important;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav ul li.active a {
  border-color: #6833F8 !important;
  color: #6833F8 !important;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav ul li a {
  color: #7F7F7F;
  border-left: 7px solid transparent !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav ul li a:hover {
  color: #6833F8;
}

aside.left-sidebar .scroll-sidebar .sidebar-nav ul li a i {
  display: none;
}

body.mini-sidebar aside.left-sidebar .scroll-sidebar .sidebar-nav ul li.active i {
  color: #6833F8 !important;
}

body.mini-sidebar aside.left-sidebar .scroll-sidebar .sidebar-nav ul li:hover a {
  background-color: rgba(246, 191, 39, 0.5) !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 70px !important;
}

body.mini-sidebar aside.left-sidebar .scroll-sidebar .sidebar-nav ul li:hover a i {
  color: #000000 !important;
}

body.mini-sidebar aside.left-sidebar .scroll-sidebar .sidebar-nav ul li a i {
  display: block;
}

body.mini-sidebar aside.left-sidebar .scroll-sidebar .sidebar-nav ul li a span {
  display: none !important;
}

.sp-customers-info .custom-switch {
  padding-left: 0;
}

.sp-customers-info .sp-custom-switcher {
  padding-left: calc(2.25rem + 15px);
}

.sp-customers-info .sp-custom-switcher input:checked + label:before {
  background-color: #F6BF27 !important;
}

.sp-customers-info .sp-customers-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}

.sp-customers-info .sp-customers-form-submit input {
  margin: 0 auto 0 0 !important;
}

