@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

a {
  text-decoration: none;
}

.bg-grey {
  background-color: #f8f9fa;
  display: block;
}

.h-100vh {
  height: 100vh;
}

.dashboard-height {
  height: calc(100vh - 93px);
  overflow: auto;
}

.section-height {
  height: calc(100vh - 67px);
  overflow: auto;
}

.login-form {
  width: 500px;
  padding: 25px 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 1px 0px 5px 0px rgba(76, 67, 67, 0.4196078431);
  transition: 1s ease all;
  cursor: pointer;
}
.login-form:hover {
  transform: scale(1.05);
}

.login-heading-1, .login-heading-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.login-heading-2 {
  color: #4489E2;
  font-weight: 900;
  font-style: italic;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.form-group input {
  border-radius: 4px;
  height: 45px;
}

.btn-primary {
  background-color: #4489E2;
  border-color: #4489E2;
}
.btn-primary:hover {
  background-color: #4489E2;
  border-color: #4489E2;
}

.btn-1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  height: 45px;
  border-radius: 4px;
}

.login-img {
  width: 10%;
  margin-bottom: 28px;
}

.input-group .input-group-text {
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0px !important;
}
.input-group input {
  border-radius: 0px !important;
}
.input-group.input-group-right input {
  border-right: unset;
}
.input-group.input-group-right input:focus + .input-group-text {
  border-color: #86b7fe;
}
.input-group.input-group-left {
  width: 250px !important;
}
.input-group.input-group-left .input-group-text {
  padding: 5px 10px;
  height: 30px !important;
  font-size: 16px;
  padding-right: 0px !important;
}
.input-group.input-group-left input {
  border-left: unset;
  height: 30px !important;
  font-size: 14px;
}
.input-group.input-group-left input::-moz-placeholder {
  font-size: 12px;
}
.input-group.input-group-left input::placeholder {
  font-size: 12px;
}
.input-group.input-group-left input:focus {
  border-color: #ced4da;
}
.input-group.input-group-left input:focus + .input-group-text {
  border-color: #ced4da;
}

#table_id_filter, #modal_table_filter {
  margin-left: 20px;
}
#table_id_filter label, #modal_table_filter label {
  font-size: 13px;
  display: flex;
  align-items: center;
}
#table_id_filter input, #modal_table_filter input {
  margin: 0px 15px;
  height: 30px !important;
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 150px;
  display: block;
  margin-left: 0px;
  margin-left: 7px;
}
#table_id_filter input::-moz-placeholder, #modal_table_filter input::-moz-placeholder {
  font-size: 12px;
}
#table_id_filter input::placeholder, #modal_table_filter input::placeholder {
  font-size: 12px;
}

.anchor-1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #4489E2;
  cursor: pointer;
}
.anchor-1:hover {
  color: #2a6c82;
}

/* navigation bar start*/
.navbar {
  height: 67px;
  box-shadow: 2px 1px 11px 1px #dee2e6;
  background-color: #4489E2;
}
.navbar .navbar-brand {
  font-size: 18px;
  color: #fff !important;
}
.navbar .navbar-brand img {
  background: #fff;
  width: 145px;
  height: 67px;
  padding: 9px;
}
.navbar .navbar-nav .nav-item {
  margin-right: 10px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active {
  background-color: rgba(222, 226, 230, 0.3803921569);
}
.navbar .navbar-nav .dropdown-menu {
  font-size: 14px;
  line-height: 26px;
}

.profile-dropdown .nav-link {
  padding: 0px !important;
}
.profile-dropdown .nav-link:hover, .profile-dropdown .nav-link:active {
  background-color: transparent !important;
}
.profile-dropdown .profile-img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  padding: 3px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #4489e2;
  font-size: 25px;
  justify-content: center;
}
.profile-dropdown .dropdown-menu {
  left: -47px;
  top: 45px;
}
.profile-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

/* navigation bar end*/
.heading-1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.sub-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 10px;
}

.filter-btn-outline {
  border-color: #2a6c82;
  color: #2a6c82;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 4px;
}
.filter-btn-outline:hover {
  background-color: #2a6c82;
  border-color: #2a6c82;
}

.filter-btn, .primary-btn, .input-btn {
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 4px;
  background-color: #198754 !important;
  border-color: #198754 !important;
  color: #fff;
  box-shadow: unset;
  border: unset;
  cursor: pointer;
}
.filter-btn.filter-search, .filter-search.primary-btn, .filter-search.input-btn {
  top: 5px !important;
  position: relative !important;
}

.input-btn {
  background-color: #4489E2 !important;
  border-color: #4489E2 !important;
  color: #fff !important;
  font-weight: 500;
}

.primary-btn {
  background-color: #4489E2 !important;
  border-color: #4489E2 !important;
  color: #fff !important;
  height: 40px;
  padding: 10px 30px !important;
  font-weight: 500;
}

.dataTables_length {
  display: inline-block;
}
.dataTables_length label {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.dataTables_length label select {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0px 10px !important;
  width: 74px;
  margin: 0px 5px;
  border-radius: 4px;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dataTables_filter {
  display: inline-block;
}

.setting-icon {
  position: relative;
}
.setting-icon::before {
  content: "\f0e7";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #4489E2;
  height: 46px;
  width: 40px;
  display: block;
  position: absolute;
  right: -39px;
  border-radius: 0px 26px 26px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  cursor: pointer;
  top: 44px;
}
.setting-icon.dashboard-icon::before {
  top: 44px !important;
}

.table-overflow {
  height: calc(100% - 114px);
  overflow: auto;
  position: relative;
  margin: 14px 0px;
  max-width: 100%;
  width: 100%;
}

.table-1 {
  border: 1px solid #ced4da;
  border-top-color: rgba(255, 255, 255, 0.3803921569);
  margin-top: -1px;
  overflow: inherit !important;
}
.table-1 th,
.table-1 td {
  font-size: 14px;
  vertical-align: middle;
  border-bottom-width: 0px;
}
.table-1 thead tr {
  position: sticky;
  top: -1px;
  background: #4489E2;
  color: #fff;
  height: 46px;
  z-index: 10;
}
.table-1 thead tr th {
  font-weight: 600;
  border-bottom: 0px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 25px 8px 8px;
  overflow: hidden;
}
.table-1 thead tr th::after {
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 7px;
  font-size: 15px;
  font-weight: 800;
  opacity: 0.7;
}
.table-1 thead tr th.sorting::after {
  content: "\ea74";
}
.table-1 thead tr th.sorting_asc::after {
  content: "\f15f";
  opacity: 1;
}
.table-1 thead tr th.sorting_desc::after {
  content: "\f160";
  opacity: 1;
}
.table-1 thead tr th:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.table-1 thead tr th:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.table-1 thead tr th:not(:last-of-type) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.3803921569);
}
.table-1 thead tr th.no-sorting {
  pointer-events: none;
}
.table-1 thead tr th.no-sorting::after {
  display: none !important;
}
.table-1 tbody tr {
  position: relative;
  border-bottom: 1px solid rgba(215, 208, 208, 0.4901960784);
}
.table-1 tbody tr:nth-of-type(odd) {
  background: #dfe3f9;
  --bs-table-accent-bg: unset;
}
.table-1 tbody tr td {
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid rgba(68, 137, 226, 0.5803921569) !important;
}

.edit-btn, .delete-btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  background-color: #198754;
  border: unset;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #198754;
  display: flex;
  align-items: center;
}
.edit-btn i, .delete-btn i {
  font-size: 14px;
}

.delete-btn {
  background-color: rgba(210, 28, 28, 0.9607843137);
  border-color: rgba(210, 28, 28, 0.9607843137);
}

.pagination-row {
  align-items: center;
  height: 40px;
}

.dataTables_info {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.dataTables_paginate {
  border-radius: 4px;
  float: right;
}
.dataTables_paginate .paginate_button {
  background-color: #4489E2;
  cursor: pointer;
  color: #fff;
  text-decoration: unset !important;
  line-height: 17px;
  font-size: 14px;
  line-height: 17px;
  border-right: 1px solid #fff;
  padding: 10px 25px;
  font-weight: 500;
}
.dataTables_paginate .paginate_button.previous {
  border-radius: 4px 0px 0px 4px;
}
.dataTables_paginate .paginate_button.next {
  border-radius: 0px 4px 4px 0px;
}
.dataTables_paginate .paginate_button.disabled {
  background-color: rgba(173, 181, 189, 0.4784313725);
}
.dataTables_paginate .paginate_button a {
  color: #fff;
  text-decoration: unset;
  font-size: 13px;
  line-height: 17px;
}

.modal-1 .modal-dialog {
  min-height: 50vh;
  max-width: unset;
  width: 520px;
}
.modal-1 .modal-dialog.meduim-width {
  width: 57vw;
  min-height: 50vh;
}
.modal-1 .modal-dialog.category-width {
  width: 815px;
  min-height: 50vh;
}
.modal-1 .modal-dialog.category-width .modal-header {
  padding: 10px 30px 10px 40px !important;
}
.modal-1 .modal-dialog.category-width .modal-body {
  padding: 20px 30px 0px !important;
}
.modal-1 .modal-dialog.sub-category-width {
  width: 530px;
  min-height: 50vh;
}
.modal-1 .modal-dialog .modal-content {
  height: 100%;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.modal-1 .modal-dialog .modal-content .modal-footer {
  display: flex;
  align-items: center;
  padding: 0px;
}
.modal-1 .modal-dialog .modal-content .modal-header {
  padding: 10px 25px 10px 25px;
  background-color: #4489E2;
  color: #fff;
}
.modal-1 .modal-dialog .modal-content .modal-header,
.modal-1 .modal-dialog .modal-content .modal-footer {
  height: 50px;
}
.modal-1 .modal-dialog .modal-content .modal-body {
  padding: 25px 25px 0px;
}

.required:after {
  content: " *";
  color: red;
  left: 4px;
  position: relative;
}

.modal-form-1 .col-form-label {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.modal-form-1 .form-control,
.modal-form-1 .form-select {
  border-radius: 4px;
  font-size: 14px;
}
.modal-form-1 .form-control::-moz-placeholder, .modal-form-1 .form-select::-moz-placeholder {
  font-size: 12px;
}
.modal-form-1 .form-control::placeholder,
.modal-form-1 .form-select::placeholder {
  font-size: 12px;
}
.modal-form-1 .form-control:not(textarea),
.modal-form-1 .form-select:not(textarea) {
  height: 35px;
}

.modal-save-btn, .modal-close-btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  background-color: #4489E2;
  border: unset;
  color: #fff;
  border-radius: 4px;
}
.modal-save-btn:hover, .modal-close-btn:hover, .modal-save-btn:active, .modal-close-btn:active, .modal-save-btn:focus, .modal-close-btn:focus {
  background-color: #4489E2;
  border: unset;
}

.modal-close-btn {
  background-color: #6c757d;
  border-color: #6c757d;
}
.modal-close-btn:hover, .modal-close-btn:active, .modal-close-btn:focus {
  background-color: #6c757d;
  border: unset;
}

#table_id_wrapper {
  clear: both;
}

.dataTables_wrapper .dataTables_filter {
  float: unset;
}

.filter-section {
  z-index: 4;
  display: inline-block;
  clear: both;
  position: absolute;
  right: 0px;
  top: 5px;
}
.filter-section.dashboard-filter {
  top: -6px !important;
}
.filter-section form {
  position: relative;
  right: 0px;
  justify-content: flex-end;
}

html .w-75 {
  width: 75px !important;
}

html .w-140 {
  width: 140px !important;
}

html .w-160 {
  width: 160px !important;
}

html .w-200 {
  width: 200px !important;
  min-width: 200px;
}

html .w-400 {
  width: 400px !important;
}

.card-anchor {
  text-decoration: unset !important;
  margin-bottom: 20px;
  display: block;
}

.dashboard-card {
  position: relative;
  border: unset;
  border-radius: 8px;
  cursor: pointer;
  background-color: rgba(150, 190, 247, 0.2);
  transition: 0.1s ease-in-out all;
  color: #000;
  box-shadow: 2px 2px 5px -1px #dee2e6;
}
.dashboard-card:hover {
  transform: scale(1.03);
  box-shadow: 2px 4px 7px 2px #adb5bd !important;
}
.dashboard-card:hover i {
  transform: scale(1.06);
}
.dashboard-card .card-body {
  padding: 15px;
}
.dashboard-card .card-body div.d-flex {
  font-size: 15px;
}
.dashboard-card .card-body i {
  font-size: 24px;
  padding: 4px 15px;
  background-color: #4489E2;
  position: absolute;
  top: -21px;
  color: #fff;
  border-radius: 7px;
  left: 14px;
  transition: 0.1s ease-in-out all;
}
.dashboard-card h1 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-top: 25px;
}
.dashboard-card h1 span {
  margin-left: 5px;
}
.dashboard-card h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
}
.dashboard-card h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.37);
}
.dashboard-card p {
  font-size: 12px;
  font-size: 12px;
  margin-bottom: 3px;
  color: #fff;
}
.dashboard-card a {
  text-decoration: unset;
  color: #fff;
}

.filter-relative {
  position: relative;
}
.filter-relative label {
  font-size: 13px;
  margin-bottom: 2px;
}
.filter-relative .input-group.date {
  width: auto;
  height: 30px;
}
.filter-relative .input-group.date.input-height {
  height: 38px;
}
.filter-relative .input-group.date.input-height input {
  height: 38px;
  font-size: 16px;
}
.filter-relative .input-group.date.input-height .input-group-text {
  height: 38px;
}
.filter-relative .input-group.date input {
  height: 100%;
  width: 130px;
  font-size: 13px;
  text-align: left;
}
.filter-relative .input-group.date input:first-child {
  border-radius: 4px 0px 0px 4px !important;
}
.filter-relative .input-group.date input:last-child {
  border-radius: 0px 4px 4px 0px !important;
}
.filter-relative .input-group.date .input-group-text {
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.fixed-menu-btn {
  position: fixed;
  right: -25px;
  top: 42vh;
  text-decoration: unset;
  background-color: aqua;
  transform: rotate(270deg);
  padding: 7px;
  color: #fff;
  background-color: #020d3c;
  cursor: pointer;
}
.fixed-menu-btn:hover {
  color: #fff !important;
}

.modal-right .modal-dialog {
  margin: 0;
  display: block;
  position: absolute;
  right: 0px;
}
.modal-right .modal-dialog .modal-content {
  height: 100vh;
  width: 20vw;
  overflow: hidden;
}
.modal-right .modal-dialog .modal-content .modal-header {
  padding: 5px;
  position: relative;
}
.modal-right .modal-dialog .modal-content .modal-header .btn-close {
  position: relative;
  right: 12px;
  top: 8px;
  color: #fff;
}

.filter-table {
  height: calc(100% - 66px);
  position: relative;
  min-height: 350px;
}
.filter-table .dataTables_wrapper {
  height: calc(100% - 0px) !important;
}
.filter-table.dashboard-table {
  height: calc(100% - 36px);
}
.filter-table.dashboard-table .dataTables_wrapper {
  height: calc(100% - 24px) !important;
}

.datepicker.datepicker-dropdown {
  min-width: 268px;
  padding: 0px 5px;
  width: 260px;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed {
  width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) {
  background: #4489E2;
  color: #fff;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.dow {
  padding: 5px;
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.datepicker-switch {
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody .day {
  padding: 5px;
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody .day.active {
  background-color: #598bf7;
  color: #fff !important;
  border-radius: 2px;
}
.datepicker.datepicker-dropdown .datepicker-months .table-condensed {
  width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr {
  background: #020d3c;
  color: #fff;
}
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr th.dow {
  padding: 5px;
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr th.next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr th.datepicker-switch {
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-months .table-condensed tbody tr td .month {
  display: inline-block;
  width: 31.33%;
  text-align: center;
  background: #020d3c;
  color: #fff;
  margin: 1%;
}
.datepicker.datepicker-dropdown .datepicker-years .table-condensed {
  width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-years .table-condensed thead tr {
  background: #020d3c;
  color: #fff;
}
.datepicker.datepicker-dropdown .datepicker-years .table-condensed thead tr th.dow {
  padding: 5px;
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-years .table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-years .table-condensed thead tr th.next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker.datepicker-dropdown .datepicker-years .table-condensed thead tr th.datepicker-switch {
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-years .table-condensed tbody tr td .year {
  display: inline-block;
  width: 31.33%;
  text-align: center;
  background: #020d3c;
  color: #fff;
  margin: 1%;
}

.modal-right .modal-dialog {
  transform: translateX(272px) !important;
}
.modal-right.show .modal-dialog {
  transform: translateX(0px) !important;
}

.dt-buttons {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}
.dt-buttons a {
  height: 32px !important;
  display: flex;
  align-items: center;
  font-size: 14px !important;
  border-radius: 4px !important;
  background-color: #009358 !important;
  border-color: #009358 !important;
  color: #fff !important;
  box-shadow: unset;
  border: unset;
  white-space: pre;
  cursor: pointer;
  text-decoration: unset !important;
  padding: 0px 15px;
  font-weight: 600;
}

.csv-btn-space {
  margin-right: 80px !important;
}

.small-text {
  font-size: 12px;
}

.upload-files-container {
  background-color: #f7fff7;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drag-section {
  width: calc(100% - 10px);
}

.drag-file-area {
  display: flex;
  align-items: center;
  border: 2px dashed #00193b;
  border-radius: 8px;
  margin: 0px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  height: 75px;
  margin-bottom: 10px;
}

.drag-file-area i {
  font-size: 22px;
}

.drag-file-area h3 {
  font-size: 14px;
  margin: 0px 0px 10px;
}

.drag-file-area label {
  font-size: 14px;
  width: 100%;
  height: 25px;
  display: block;
}

.drag-file-area label .browse-files-text {
  color: #00193b;
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
}

.default-file-input {
  opacity: 0;
  width: 0;
}

.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0px 0 10px;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #bb0000;
  display: none;
}
.cannot-upload-message i.ri-error-warning-fill {
  margin-right: 10px;
  font-size: 16px;
}
.cannot-upload-message i.cancel-alert-button {
  margin-left: 10px;
  font-size: 16px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}

.file-block {
  color: #f7fff7;
  background-color: #016b85;
  transition: all 1s;
  width: 318px;
  max-width: 318px;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 10px;
  padding: 5px 15px;
  border-radius: 25px;
  cursor: pointer;
  white-space: pre;
}

.file-info {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  font-size: 15px;
}
.file-info i {
  margin-right: 5px;
}

.file-icon {
  margin-right: 10px;
}

.file-name {
  width: calc(100% - 88px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon {
  cursor: pointer;
}

.progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: #4bb543;
}

.upload-button {
  background-color: #00193b;
  color: #f7fff7;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  margin: 0px 0px 10px;
  padding: 8px 40px;
  cursor: pointer;
}
.upload-button i {
  margin-right: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .section-height {
    height: auto;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .dashboard-height {
    height: auto;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .navbar {
    padding-top: 5px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
  }
  .navbar .container-fluid {
    padding: 0px;
  }
  .navbar .navbar-toggler {
    margin-right: 9px;
    border-color: transparent;
    position: relative;
    bottom: 10px;
  }
  .navbar .navbar-toggler .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-toggler .hamburger:hover {
    cursor: pointer;
  }
  .navbar .navbar-toggler #hamburger-6.is-active {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.6s;
    transform: rotate(45deg);
  }
  .navbar .navbar-toggler #hamburger-6.is-active .line:nth-child(2) {
    width: 0px;
  }
  .navbar .navbar-toggler #hamburger-6.is-active .line:nth-child(1),
  .navbar .navbar-toggler #hamburger-6.is-active .line:nth-child(3) {
    transition-delay: 0.3s;
  }
  .navbar .navbar-toggler #hamburger-6.is-active .line:nth-child(1) {
    transform: translateY(12px);
  }
  .navbar .navbar-toggler #hamburger-6.is-active .line:nth-child(3) {
    transform: translateY(-10px) rotate(90deg);
  }
  .navbar .navbar-brand {
    margin-left: 15px;
    bottom: 10px;
    position: relative;
  }
  .navbar .navbar-nav {
    align-items: flex-start !important;
    margin-left: 0px !important;
    padding-bottom: 10px !important;
  }
  .navbar .navbar-nav .dropdown-menu {
    border: unset;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-divider {
    display: none;
  }
  .navbar .navbar-nav .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(158, 158, 158, 0.3803921569);
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 15px;
  }
  .navbar .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar .navbar-nav .nav-item.profile-dropdown .profile-img {
    height: 30px;
    width: 30px;
    padding: 5px;
  }
  .navbar .navbar-nav .nav-item.profile-dropdown .dropdown-toggle {
    padding: 8px 15px !important;
    text-align: left !important;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    position: relative;
    padding: 17px 15px;
  }
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    right: 14px;
    top: 50%;
    position: absolute;
  }
  .navbar-collapse {
    z-index: 11;
    background-color: #4489E2;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 64px;
  }
  .table-1 {
    min-width: 1000px;
  }
  .modal-1 .modal-dialog {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0px !important;
  }
  .modal-1 .modal-dialog .modal-content .modal-header {
    padding: 10px 15px 10px 15px;
  }
  .modal-1 .modal-dialog .modal-content .modal-body {
    padding: 20px 15px 0px;
  }
  .filter-section {
    position: relative !important;
    top: unset !important;
    margin-bottom: 10px;
  }
  .modal-right .modal-dialog .modal-content {
    width: 80vw !important;
  }
  .filter-section form {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .filter-section form .filter-relative {
    flex: 0 0 50%;
  }
  .filter-section form .filter-btn, .filter-section form .input-btn, .filter-section form .primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset !important;
    margin: 0px !important;
  }
  .dt-buttons {
    position: relative !important;
    right: 0px !important;
    top: -8px !important;
    margin-left: calc(100% - 60px) !important;
  }
  .dataTables_info {
    display: block;
    text-align: center;
    margin: 20px 0px;
  }
  .dataTables_paginate {
    text-align: center;
    float: unset !important;
    margin-bottom: 15px;
  }
  .login-img {
    width: auto !important;
    margin-bottom: 38px;
  }
  .login-form {
    width: 100%;
  }
  .dashboard-cards .dashboard-card-list {
    margin-bottom: 35px;
  }
  .container-fluid.px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cardToggleBtn {
    position: relative !important;
    top: unset !important;
    margin-bottom: 10px !important;
    right: 0px !important;
  }
  .footer-strip {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  #table_id_filter label, #modal_table_filter label {
    display: inline-block !important;
  }
  .navbar .navbar-brand img {
    height: 67px;
  }
  .action-table-sticky {
    min-width: 84px !important;
    max-width: 84px !important;
  }
  .action-btn-group {
    flex-direction: column;
    align-items: center !important;
  }
  .tooltip-grouping {
    margin-bottom: 10px !important;
  }
}
.big-table-width {
  width: 2200px !important;
}

.choices[data-type*=select-one] .choices__input {
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #ced4da !important;
  font-size: 1rem !important;
  border-radius: 0.25rem !important;
  height: 38px !important;
  line-height: 18px !important;
}

.choices {
  width: 100%;
  margin-bottom: 0 !important;
}

.table-list {
  height: 152px;
  background-color: white;
  border-radius: 4px;
  overflow: auto;
}
.table-list ul {
  list-style: none;
  padding-left: 0;
}
.table-list ul.list-header {
  padding: 5px 15px;
  background-color: #dee2e6;
  color: #000;
  margin-bottom: 0;
  border-radius: 4px 4px 0px 0px;
  font-size: 15px;
  font-weight: 400;
  position: sticky;
  top: 0;
}
.table-list ul.list-body {
  padding: 10px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.chip {
  display: inline-flex;
  flex-direction: row;
  background-color: #e5e5e5;
  border: none;
  cursor: default;
  height: 27px;
  outline: none;
  padding: 0;
  font-size: 14px;
  font-color: #000;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  align-items: center;
  border-radius: 16px;
  vertical-align: middle;
  text-decoration: none;
  justify-content: center;
  margin: 0px 5px 10px;
}

.chip-head {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #32c5d2;
  font-size: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
  justify-content: center;
  width: 36px;
  color: #fff;
  height: 36px;
  font-size: 20px;
  margin-right: -4px;
}

.chip-content {
  cursor: inherit;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
}

.chip-svg {
  color: #999999;
  cursor: pointer;
  height: auto;
  margin: 4px 5px 3px -3px;
  fill: currentColor;
  width: 18px;
  height: 20px;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
}

.chip-svg:hover {
  color: #666666;
}

.btn-close {
  background: unset;
  font-size: 29px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.125);
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.btn-close:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  opacity: 1;
}

.manage-emp-width {
  height: calc(100% - 14.5rem) !important;
}

.login-height {
  height: calc(100vh - 26px);
}

.footer-strip {
  font-size: 13px;
  text-align: center;
  background-color: #4489E2;
  color: #fff;
  line-height: 14px;
  height: 26px;
}
.footer-strip p {
  margin-bottom: 0;
  margin-top: 6px;
}

.bg-light-blue {
  background-color: #e4f1ff;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.cardToggleBtn {
  position: absolute;
  right: 10px;
  top: 76px;
  margin-left: auto;
  font-size: 21px;
  background-color: rgba(150, 190, 247, 0.2) !important;
  color: #000 !important;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  #table_id_filter input,
  #modal_table_filter input {
    width: 111px;
  }
}
.dashboard-table-width {
  min-width: 1500px;
}

/* Ensure that the demo table scrolls */
table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
  top: 0;
  bottom: 0;
  z-index: 3;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 2;
}

.table-1 tbody tr:nth-of-type(odd) .dtfc-fixed-right {
  background-color: #dfe3f9;
}

.table-1 tbody tr:nth-of-type(even) .dtfc-fixed-right {
  background-color: #fff;
}

.table-1 thead tr .dtfc-fixed-right, .table-1 thead tr .dtfc-fixed-left {
  background-color: #4489E2 !important;
  position: sticky !important;
}

.action-table-sticky {
  min-width: 179.172px !important;
  max-width: 192px !important;
}

.dtfc-fixed-right::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  box-shadow: -1px 1px 0px 1px rgba(172, 175, 180, 0.86);
}

.no-wrap {
  white-space: nowrap;
}

.table-red {
  background-color: #FFC7CE !important;
}
.table-red td {
  color: #9c0006;
}
.table-red .dtfc-fixed-right {
  background-color: #FFC7CE !important;
}
.table-red .dtfc-fixed-left {
  background-color: #FFC7CE !important;
}

.table-green {
  background-color: #C6EFCE !important;
}
.table-green .dtfc-fixed-right {
  background-color: #C6EFCE !important;
}
.table-green .dtfc-fixed-left {
  background-color: #C6EFCE !important;
}
.table-green td {
  color: #006100;
}

/* Tooltip container */
.tooltip-grouping {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip-grouping .tooltiptext {
  visibility: hidden;
  min-width: 78px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  border-radius: 6px;
  top: 29px;
  left: -76%;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-grouping:hover .tooltiptext {
  visibility: visible;
}

.z-2 {
  z-index: 2;
  position: relative;
}

#disp_grid_Comment {
  padding: 10px 0px;
  background-color: white;
  list-style: none;
  max-height: 250px;
  overflow: auto;
  margin: 10px 0px;
}
#disp_grid_Comment li {
  font-size: 14px;
  padding: 5px;
}
#disp_grid_Comment li:not(:last-child) {
  border-bottom: 1px solid rgba(158, 158, 158, 0.2509803922);
}
#disp_grid_Comment li comment-text {
  font-weight: 500;
}
#disp_grid_Comment li span:not(.comment-text) {
  font-size: 11px;
  color: #656a6d;
  font-style: italic;
}

.bg-primary:hover {
  color: #fff !important;
}

.action-btn-group {
  margin-bottom: 18px;
}

@media only screen and (max-width: 1023px) {
  .navbar .navbar-brand img {
    height: 67px;
  }
  .action-table-sticky {
    min-width: 84px !important;
    max-width: 84px !important;
  }
  .action-btn-group {
    flex-direction: column;
    align-items: center !important;
  }
  .tooltip-grouping {
    margin-bottom: 10px !important;
  }
  html .setting-icon.dashboard-icon::before {
    top: 0px !important;
  }
  html .setting-icon::before {
    height: 35px;
    width: 35px;
    border-radius: 4px;
    top: 13px !important;
    right: 0px;
  }
  .drop-down .options ul {
    right: 0px !important;
  }
  .drop-down {
    right: 0px;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 90;
  }
}
.drop-down .option {
  position: relative;
}

.drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  right: -25px;
  top: 88px;
  width: auto;
  min-width: 170px;
  border: 1px solid #d7d7d7;
  z-index: 999;
  height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
.drop-down .options ul li {
  cursor: pointer;
}
.drop-down .options ul li label {
  font-size: 12px;
  white-space: pre;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.drop-down .options ul li label input {
  cursor: pointer;
}/*# sourceMappingURL=styles.css.map */