.dropzone .dz-preview {
  margin: 0px !important;
  margin-top: 10px !important;
}

.dz-preview:nth-child(even) {
  margin-right: 1% !important;
}

.sweet-alert {
  overflow-y: auto;
  max-height: 450px;
}

.break-space {
  white-space: break-spaces;
}

.dz-preview:nth-child(odd) {
  margin-left: 1% !important;
}
.dz-remove {
  margin-top: 15px !important;
}

.btn i {
  min-width: 10px;
}

.scroll-x {
  overflow-x: scroll;
}

#logo {
  background-color: white;
  background-size: 230px auto;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}

.pcoded .pcoded-header .navbar-logo[logo-theme='theme0'] {
  background-color: white;
}

.navbar-logo[logo-theme='theme0'] a {
  color: #303548 !important;
}

.navbar-logo[logo-theme='theme0'] .mobile-menu {
  border: 1px solid #303548 !important;
}

.auth-box {
  margin: 0px;
  border-radius: 0;
  box-shadow: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(224, 232, 255, 0.5) !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: none;
}

table p {
  margin-bottom: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  margin-left: 0px;
  top: 25px;
  text-align: center;
  opacity: 0.5;
  z-index: 10;
  padding: 40px;
}

.btn-default {
  background-color: #fff;
  border-color: #d6d6d6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0px rgba(0, 123, 255, 0.25);
}

.btn-default:hover {
  background-color: #e8e8e8;
  border-color: #d6d6d6;
}

.btn {
  font-size: 14px;
  padding: 8px 12px;
}

.btn-mini {
  padding: 5px 10px;
  line-height: 14px;
  font-size: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: inherit !important;
  color: #495057 !important;
  padding: 4px 12px 4px 12px !important;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.table-block th,
.table-block td {
  white-space: normal !important;
}

.td-width {
  max-width: 0 !important;
  min-width: 80px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
  padding-bottom: 10px;
  padding-top: 10px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
  max-width: 250px;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 10000000000 !important;
}

.icons-alert::before {
  content: '\f029';
}

.alert-success.icons-alert::before {
  content: '\ed27';
}

.alert-danger.icons-alert::before {
  content: '\ed2b';
}

.alert-warning.icons-alert::before {
  content: '\f10e';
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(224, 232, 255, 0.5) !important;
  color: black !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
    margin-top: 0px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }
}

.text-block {
  overflow-wrap: anywhere;
  display: block;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
}

.btn-label {
  width: 100%;
  opacity: 0;
  max-height: 21px !important;
  height: 21px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.icons-alert:before {
  top: 11px;
  left: -32px;
}

.alert button.close {
  margin-top: 3px;
  margin-bottom: 0;
}

.b-0 {
  border: none !important;
}

.card {
  margin-bottom: 1.5rem;
}

.modal-title {
  font-size: 15px !important;
  font-weight: 600;
  text-transform: uppercase !important;
}

.modal-title i {
  margin-right: 5px;
}

.l-h-25 {
  line-height: 25px !important;
}

.hover:hover {
  opacity: 0.6;
}

.hidden {
  display: none;
}

.daterangepicker {
  font-size: 0.9rem;
}

.sweet-overlay {
  z-index: 10000000000;
}

.sweet-alert {
  z-index: 9999999999;
}

.select2-selection__arrow {
  background-color: #ccc;
  right: 5px !important;
  top: 5px !important;
}

label {
  margin-bottom: 0.2rem;
}

.select2-selection__clear {
  right: 18px;
  background-color: #9e9e9e;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  top: -4px;
}

.modal-xl {
  max-width: 1200px;
}

.bg-blue-1 {
  background-color: #e0e8ff;
}
.bg-blue-2 {
  background-color: #d3dfff;
}
.bg-blue-3 {
  background-color: #c6d5ff;
}
.bg-blue-4 {
  background-color: #b9ccff;
}
.bg-blue-5 {
  background-color: #adc3ff;
}
.bg-blue-6 {
  background-color: #a0b9ff;
}
.bg-blue-7 {
  background-color: #93b0ff;
}
.bg-blue-8 {
  background-color: #86a6ff;
}
.bg-blue-9 {
  background-color: #7a9dff;
}
.bg-blue-10 {
  background-color: #6d94ff;
}
.bg-blue-11 {
  background-color: #608aff;
}
.bg-blue-12 {
  background-color: #5381ff;
}
.bg-blue-13 {
  background-color: #4778ff;
}
.bg-blue-14 {
  background-color: #3a6eff;
}

.bg-lightblue-1 {
  background-color: #c7e9fe;
}
.bg-lightblue-2 {
  background-color: #b8e3fd;
}
.bg-lightblue-3 {
  background-color: #a9ddfd;
}
.bg-lightblue-4 {
  background-color: #9ad7fd;
}
.bg-lightblue-5 {
  background-color: #8bd2fd;
}
.bg-lightblue-6 {
  background-color: #7cccfc;
}
.bg-lightblue-7 {
  background-color: #6ec6fc;
}
.bg-lightblue-8 {
  background-color: #5fc0fc;
}
.bg-lightblue-9 {
  background-color: #50bafb;
}
.bg-lightblue-10 {
  background-color: #41b4fb;
}
.bg-lightblue-11 {
  background-color: #32aefb;
}
.bg-lightblue-12 {
  background-color: #23a8fa;
}
.bg-lightblue-13 {
  background-color: #14a2fa;
}
.bg-lightblue-14 {
  background-color: #059cfa;
}

.bg-grey-1 {
  background-color: #d8d8d8;
}
.bg-grey-2 {
  background-color: #cbcbcb;
}
.bg-grey-3 {
  background-color: #bebebe;
}
.bg-grey-4 {
  background-color: #b1b1b1;
}
.bg-grey-5 {
  background-color: #a5a5a5;
}
.bg-grey-6 {
  background-color: #989898;
}
.bg-grey-7 {
  background-color: #8b8b8b;
}
.bg-grey-8 {
  background-color: #7e7e7e;
}
.bg-grey-9 {
  background-color: #727272;
}
.bg-grey-10 {
  background-color: #656565;
}
.bg-grey-11 {
  background-color: #585858;
}
.bg-grey-12 {
  background-color: #4b4b4b;
}
.bg-grey-13 {
  background-color: #3f3f3f;
}
.bg-grey-14 {
  background-color: #323232;
}

.bg-lightgreen-1 {
  background-color: #e3fad4;
}
.bg-lightgreen-2 {
  background-color: #daf8c7;
}
.bg-lightgreen-3 {
  background-color: #d1f6b9;
}
.bg-lightgreen-4 {
  background-color: #c8f5ac;
}
.bg-lightgreen-5 {
  background-color: #bff39e;
}
.bg-lightgreen-6 {
  background-color: #b6f190;
}
.bg-lightgreen-7 {
  background-color: #adf083;
}
.bg-lightgreen-8 {
  background-color: #a4ee75;
}
.bg-lightgreen-9 {
  background-color: #9bec67;
}
.bg-lightgreen-10 {
  background-color: #93eb5a;
}
.bg-lightgreen-11 {
  background-color: #8ae94c;
}
.bg-lightgreen-12 {
  background-color: #81e73e;
}
.bg-lightgreen-13 {
  background-color: #78e631;
}
.bg-lightgreen-14 {
  background-color: #6fe423;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin-left: 20px;
}

.header-notification a:hover {
  color: #4680ff !important;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover {
  background-color: rgba(224, 232, 255, 0.5) !important;
}

.pcoded .pcoded-header .navbar-logo[logo-theme='theme7'] {
  background-color: #f3f3f3;
}

.navbar-logo[logo-theme='theme7'] a {
  color: #303548 !important;
}

.navbar-logo[logo-theme='theme7'] .mobile-menu {
  border: 1px solid #303548 !important;
}

.f-11 {
  font-size: 11px;
}

.box-shadow-none {
  box-shadow: none !important;
}

.w-120 {
  width: 120px !important;
}

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

.p-20-important {
  padding: 20px !important;
}

.text-black {
  color: #34495e !important;
}

button.close {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 3px 8px !important;
}

select,
select.form-control:not([size]):not([multiple]) {
  height: 35px;
  padding-top: 5.4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 12px !important;
  height: 35px;
  line-height: 1.25;
}
