.custom-template {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -325px;
  width: 325px;
  height: max-content;
  display: block;
  z-index: 1;
  background: #ffffff;
  transition: all .3s;
  z-index: 1003;
  box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .5s;
}

.custom-template.open {
  right: 0px;
}

.custom-template .custom-toggle {
  position: absolute;
  width: 45px;
  height: 45px;
  background: rgb(88, 103, 221);
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #177dff;
  cursor: pointer;
  color: #ffffff;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
  font-size: 20px;
  animation: 1.3s spin linear infinite;
}

.custom-template .title {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #ebedf2;
  background: #5867dd;
}

.custom-template .custom-content {
  padding: 20px 15px;
  max-height: calc(100vh - 90px);
  overflow: auto;
}

.custom-template .switcher {
  padding: 5px 0;
}

.custom-template .switch-block h4 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.custom-template .btnSwitch {
  margin-top: 20px;
  margin-bottom: 25px;
}

.custom-template .btnSwitch button {
  border: 0px;
  height: 20px;
  width: 20px;
  outline: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #eee;
  position: relative;
  transition: all .2s;
}

.custom-template .btnSwitch button:hover {
  border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
  border-color: #0bf;
}

.custom-template .img-pick {
  padding: 4px;
  min-height: 100px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-template .img-pick img {
  height: 100%;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid transparent;
}

.custom-template .img-pick:hover img,
.custom-template .img-pick.active img {
  border-color: #177dff;
}

.demo .btn,
.demo .progress {
  margin-bottom: 15px !important;
}

.demo .form-check-label,
.demo .form-radio-label {
  margin-right: 15px;
}

.demo .toggle,
.demo .btn-group {
  margin-right: 15px;
}

.demo #slider {
  margin-bottom: 15px;
}

.table-typo tbody>tr>td {
  border-color: #fafafa;
}

.table-typo tbody>tr>td:first-child {
  min-width: 200px;
  vertical-align: bottom;
}

.table-typo tbody>tr>td:first-child p {
  font-size: 14px;
  color: #333;
}

.demo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .2s;
}

.demo-icon:hover {
  background-color: #f4f5f8;
  border-radius: 3px;
}

.demo-icon .icon-preview {
  font-size: 1.8rem;
  margin-right: 10px;
  line-height: 1;
  color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
  color: #969696;
}

.demo-icon .icon-class {
  font-weight: 300;
  font-size: 13px;
  color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
  color: #a9a8a8;
}

.form-show-notify .form-control {
  margin-bottom: 15px;
}

.form-show-notify label {
  padding-top: 0.65rem;
}

.map-demo {
  height: 300px;
}

#instructions li {
  padding: 5px 0;
}

.row-demo-grid {
  margin-bottom: 15px;
}

.row-demo-grid [class^="col"] {
  text-align: center;
}

.row-demo-grid [class^="col"] .card-body {
  background: #ddd;
}

.btnSwitch button[data-color="white"] {
  background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
  background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
  background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
  background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
  background-color: #1572E8;
}

.btnSwitch button[data-color="purple"] {
  background-color: #6861CE;
}

.btnSwitch button[data-color="light-blue"] {
  background-color: #48ABF7;
}

.btnSwitch button[data-color="green"] {
  background-color: #31CE36;
}

.btnSwitch button[data-color="orange"] {
  background-color: #FFAD46;
}

.btnSwitch button[data-color="red"] {
  background-color: #F25961;
}

.btnSwitch button[data-color="dark2"] {
  background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
  background-color: #1269DB;
}

.btnSwitch button[data-color="purple2"] {
  background-color: #5C55BF;
}

.btnSwitch button[data-color="light-blue2"] {
  background-color: #3697E1;
}

.btnSwitch button[data-color="green2"] {
  background-color: #2BB930;
}

.btnSwitch button[data-color="orange2"] {
  background-color: #FF9E27;
}

.btnSwitch button[data-color="red2"] {
  background-color: #EA4d56;
}

.btnSwitch button[data-color="bg1"] {
  background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
  background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
  background-color: #f1f1f1;
}

@media screen and (max-width: 550px) {
  .table-typo tr td {
    display: flex;
    align-items: center;
    word-break: break-word;
  }

  .table-typo tr td:first-child p {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .custom-template .custom-content {
    overflow: auto;
  }

  .form-show-notify>.text-right,
  .form-show-validation>.text-right {
    text-align: left !important;
  }
}

@media screen and (max-width: 400px) {
  .custom-template {
    width: 85% !important;
    right: -85%;
  }
}

.menus-filter ul {
  list-style: none;
  padding-left: 5px;
  display: flex;
}

.menus-filter ul li {
  float: left;
}

.menus-filter li {
  margin-left: 10px;
}

.action-dt {
  top: 45px;
  z-index: 99;
  position: relative;
}

.table-responsive {
  /* margin-top: -50px; */
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.select2-container--default .select2-selection--single {
  border: 3px solid #ebedf2;
}

.select2-dropdown {
  border: 3px solid #ebedf2;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 3px solid #ebedf2;
}

.table thead th {
  padding: 0 10px !important;
  height: 50px;
  font-weight: 500;
}

.table td {
  /* padding: 0 10px !important; */
  /* padding: 8px 10px 8px 10px !important; */
  padding: 4px 4px 4px 10px !important;
  height: 39px;
}

.pass {
  margin-right: -30px;
  margin-left: -30px;
}

.filter-search {
  float: left;
  margin-right: 5px;
}

.text-muted {
  color: #333;
}

.text-section, .card-header {
  font-family: Roboto;
}

.dropdown-item {
  padding: 0.65rem 1.5rem;
}



/* BY ME */
.dot {
  height: 8px;
  width: 8px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
}

.sidebar .nav .nav-section .text-section,
.sidebar[data-background-color="white"] .nav .nav-section .text-section {
  padding: 2px 30px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a {
  background: transparent !important;
  padding: 6px 4px 5px 10px;
}

.sidebar .nav>.nav-item a p,
.sidebar[data-background-color="white"] .nav>.nav-item a p {
  font-size: 14px;
  letter-spacing: .45px;
  margin-bottom: 0;
  margin-right: 5px;
  white-space: nowrap;
  color: #fff;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a p {
  color: #eee !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a i {
  color: #eee !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.training>a p {
  color: #ff0404 !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.training>a i {
  color: #ff0404 !important;
}


.btn-toggle {
  color: #000 !important;
}

.main-header .navbar-header .btn-toggle {
  margin-left: 0px !important;
}

.grey-color {
  background-color: #B0B0B0;
  color: #fff;
  width: 100px;
}

.blue-color {
  background-color: #556ee6;
  color: #fff;
  width: 100px;
}

.badge-new {
  color: #fff;
  background: #7AC2E8;
}

.badge-review {
  color: #fff;
  background: #4C84A1;
}

.badge-waiting-client {
  color: #fff;
  background: #1D3FE4;
}

.badge-finished-sampling {
  color: #fff;
  background: #08BA0D;
}


.badge-waiting {
  color: #fff;
  background: #dad309;
}

.badge-analysis {
  color: #fff;
  background: #FF8C00;
}

.badge-analysis-done {
  color: #fff;
  background: #C79775;
}

.badge-review-supervisor {
  color: #fff;
  background: #8B4513;
}

.badge-review-technical {
  color: #fff;
  background: #BC9F00;
}

.badge-review-quality {
  color: #fff;
  background: #808000;
}

.badge-approved {
  color: #fff;
  background: #21C513;
}

.badge-approved-lab {
  color: #fff;
  background: #21C513;
}

.badge-approved-client {
  color: #fff;
  background: #118D15;
}

.badge-release {
  color: #fff;
  background: #95008F;
}

.badge-rejected {
  color: #fff;
  background: #E01212;
}

.bg-normal {
  color: #fff;

  background-color: #1FB714 !important;

}

.bg-warning-1 {
  color: #fff;

  background-color: #00ABEA !important;

}

.bg-warning-2 {
  color: #fff;

  background-color: #FFFF00 !important;

}

.bg-final-warning {
  color: #fff;

  background-color: #DD0806 !important;

}

.bg-special {
  background-color: #FFFFFF !important;

}


.notification-navbar-new {
  background-color: #7AC2E8;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-review {
  background-color: #4C84A1;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-waiting {
  background-color: #dad309;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-analysis {
  background-color: #FF8C00;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-analysis-done {
  background-color: #C79775;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-review-supervisor {
  background-color: #8B4513;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-release {
  display: inline-block;

  background-color: #95008F;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.notification-navbar-reject {
  display: inline-block;

  background-color: #E01212;
  text-align: center;
  border-radius: 10px;
  width: 17px;

  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.navbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  vertical-align: middle;
  color: #e2e2e2;
  letter-spacing: .04em;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fa-fade {
  animation: fade 2s infinite;
}

.select2-readonly {
  pointer-events: none;
  touch-action: none;
}

.select2-readonly .select2-selection {
  background-color: #cfcfcf;
}


