@font-face {
  font-family: Lato;
  src: url(../font/Noto_Sans/NotoSans-Bold.ttf);
}
:root {
  --primary: #1ca35e;
  --secondary: #64e564;
  --tertiary: #b2e33c;
  --quaternary: #3ce3a2;
  --primary-rgb: 28,163,94;
  --secondary-rgb: 100,229,100;
  --tertiary-rgb: 178,227,60;
  --quaternary-rgb: 60,227,162;
  --primary-darker: #198d51;
  --secondary-darker: #56c556;
  --tertiary-darker: #9bc735;
  --quaternary-darker: #33c98f;
  --body: #4e4e4e;
  --alternate: #7c7c7c;
  --muted: #afafaf;
  --separator: #e6e6e6;
  --separator-light: #f1f1f1;
  --body-rgb: 59,59,59;
  --alternate-rgb: 124,124,124;
  --muted-rgb: 176,176,176;
  --separator-rgb: 221,221,221;
  --separator-light-rgb: 241,241,241;
  --background: #f9f9f9;
  --foreground: #ffffff;
  --background-rgb: 249,249,249;
  --foreground-rgb: 255,255,255;
  --background-theme: #eaf1ec;
  --background-light: #f8f8f8;
  --gradient-1: #1ca35e;
  --gradient-2: #1ea962;
  --gradient-3: #1faf65;
  --gradient-1-lighter: #1ea962;
  --gradient-1-darker: #1a9455;
  --light-text: #fff;
  --dark-text: #343a40;
  --light-text-darker: #eeeeee;
  --dark-text-darker: #23272b;
  --light-text-rgb: 255,255,255;
  --dark-text-rgb: 52,58,64;
  --danger: #cf2637;
  --info: #279aac;
  --warning: #ebb71a;
  --success: #439b38;
  --light: #dadada;
  --dark: #4e4e4e;
  --danger-darker: #771a23;
  --info-darker: #19545d;
  --warning-darker: #aa830f;
  --success-darker: #285422;
  --light-darker: #c9c9c9;
  --dark-darker: #282828;
  --body-darker: #333333;
  --alternate-darker: #616161;
  --muted-darker: #888888;
  --separator-darker: #c0c0c0;
  --danger-rgb: 182,40,54;
  --info-rgb: 41,138,153;
  --warning-rgb: 235,183,26;
  --success-rgb: 65,139,56;
  --light-rgb: 218,218,218;
  --dark-rgb: 78,78,78;
  --menu-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
  --menu-shadow-navcolor: 0px 2px 6px rgba(0, 0, 0, 0.05);
  --background-navcolor-light: #fff;
  --background-navcolor-dark: #242424;
  --theme-image-filter: hue-rotate(286deg) contrast(0.8) brightness(1);
    --blue: #1e3faa;
  --toska: #17a2b8;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  /* font-weight: 400 !important; */
  background-color: #F1F5F8;

  color: #252b36;
}

.bg-blue {
  background: var(--blue);
}

.modal-backdrop {
  z-index: 2000;
}

.modal {
  z-index: 2500;
}

.blinking-text {
  animation: blinker 1.5s linear infinite;
  border-radius: 5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*TIMELINE*/
/*ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline a{
  color: #716aca;
}
ul.timeline a:hover{
  text-decoration: none;
}
ul.timeline:before {
    content: ' ';
    background: #716aca;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #716aca;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}*/
.swal2-container {
  z-index: 11000 !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  border-radius: .25rem;
}

.tooltip .arrow:before {
  border-bottom-color: var(--primary) !important;
  border-top-color: var(--primary) !important;
}

.main-timeline {
  position: relative;
  z-index: 1;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #d4d1ff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.main-timeline .timeline {
  margin-bottom: 30px;
  position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline-content {
  width: 48%;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
}

.main-timeline .timeline-icon::after {
  content: "";
  border-top: 4px solid #349ce4;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.main-timeline .timeline-icon::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #349ce4;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  top: -4px;
  left: 0;
}

.main-timeline .left .timeline-icon i {
  position: relative;
  left: -5.5px;
  bottom: 4px;
}

.main-timeline .right .timeline-icon i {
  position: relative;
  left: 7px;
  bottom: 4px;
  color: #8dff76 !important;
}

.main-timeline .timeline-icon i.danger {
  color: #f8a1a1 !important;

}

.main-timeline .timeline-icon i.success {
  color: #8dff76 !important;
}

.main-timeline .timeline-icon {
  width: 26px;
  height: 17px;
  background: #349ce4;
  margin: 0 auto;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-timeline .date {
  display: inline-block;
  padding: 2px 5px;
  background: #349ce4;
  font-size: 16px;
  color: #fff;
}

.main-timeline .timeline-content.left .date {
  margin-right: -4px;
}

.main-timeline .timeline-content.right .date {
  margin-left: -4px;
}

.main-timeline .title {
  display: inline-block;
  padding: 10px;
  background: #349ce4;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
}

.main-timeline .btn-timeline {
  color: #b9b9b9 !important;
  text-decoration: underline !important;
}

.wrap-button-timeline {
  margin-bottom: 0 !important;
}

.main-timeline .title a {
  color: #fff !important;

}

.main-timeline .description {
  padding: 20px;
  background: rgb(254, 254, 254);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  color: #003f5b;
  margin-bottom: 0 !important;

}

.main-timeline .timeline-content.left {
  text-align: right;
}

.main-timeline .timeline-content.right {
  float: right;
}

.main-timeline .timeline-content.left .title {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.main-timeline .timeline-content.right .title {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15)
}

@media screen and (max-width: 767px) {
  .main-timeline:before {
    left: 0;
    margin: 0;
  }

  .main-timeline .left .timeline-icon i {
    position: relative;
    left: 6px;
    bottom: 4px;
  }

  .main-timeline .timeline-content {
    width: 90%;
    float: right;
  }

  .main-timeline .timeline-icon {
    margin: 0;
    left: -11px;
  }

  .main-timeline .timeline-content.left {
    text-align: left;
  }
}

/*END TIMELINE*/


/*STRUK*/
.struk {
  font-size: 14px;
}

.struk .dashed {
  margin: 20px 0;
  border-bottom: 2px dashed #aeaeae;
}

.bg-secondary-gradient {
  background: linear-gradient(-45deg, rgb(70, 138, 70), var(--primary)) !important;
}

#addNew {
  color: white !important;
}

.modal-xl {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modal-xl-md{
  max-width: 80% !important;
  width: 80% !important;
  height: 80% !important;
}

.modal-xl .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.stack-div {
  position: relative;
  border-radius: 5px;
  width: 86% !important;
  bottom: 40px !important;
}

a.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.stack-div .icon-lg {
  line-height: 1.8;
}

.page-inner {
  padding: 3rem 3.3rem;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

.page-title a {
  color: #6c757d !important;
}

.card-stat {
  border: 0px;
  border-right: 1px solid #cccc !important;
  border-radius: 0;
}

.stat .col-md-3:last-child .card-stat {
  border-right: 0px solid #cccc !important;
}

label {
  font-weight: bold;
  font-size: 13px;
}

.f-13 {
  font-size: 13px !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.icon-in-input {
  position: relative;
  bottom: 30px;
  left: 5px;
  width: 30px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
}

.btn-primary {
  background-color: #349ce4 !important;
  border-color: var(--primary);
}

.p-4 {
  padding: 2rem !important;
}

.btn-container {
  position: relative;
  top: 40%;
}


.spinner#loading-submit {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  z-index: 10000;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
  top: 50%;
  left: 40%;
}

.btn-edit-email {
  position: relative;
  right: 15px;
  top: -28px;
  float: right;
}

.btn-edit-email a:hover,
.btn-edit-email a:focus {
  text-decoration: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #349ce4;
  color: white !important;
}

#overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

#overlay2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, .05);
}

.form-control {
  border-radius: 0;
}

.multiselect-container>li>a>label {
  padding: 3px 10px 3px 10px !important;
}

.multiselect-container>li>a {
  color: #7e8184 !important;

}

.select2-container--default .select2-selection--single {
  height: 40px !important;
  border-radius: 0 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-results__option {
  transition: all 0.5s;
}

.box-toggle {
  position: absolute;
  border-radius: 4px;
  background-color: #293345;
  width: 26px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  right: 0;
  top: 7px;
  color: #ccc;
  cursor: pointer;
  z-index: 150;
}

#scrollable {
  /* -webkit-box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15); */

}

#sidebar-container.bg-light,
#sidebar-container .bg-light {
  background-color: var(--toska) !important;
}

.nav-header {
  /* padding: 45px 25px;
   	background-color: #716aca;*/
  padding: 10px 15px;
  /* background: url(../image/background-biru.png); */
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand-logo-mini {
  width: 40px;
  height: 40px;
}

.brand-logo {
  width: 150px;
}

.no-image-preview {
  text-transform: uppercase !important;
  width: 35px;
  height: 35px;
  padding: 8px 0;
  text-align: center;
  border-radius: 100%;
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon-circle {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 1px;
  font-size: 16px !important;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  padding: 4px 4px;
}

/*body*/

#body-row {
  margin-left: 0;
  margin-right: 0;
}

#sidebar-container {
  min-height: 100vh;
  padding: 0;
  z-index: 1200;
}

#sidebar-container,
#content {
  transition: left .5s;
  transition-timing-function: ease;

}

.sidebar-expanded {
  width: 230px;
}

.sidebar-collapsed {
  width: 60px;
}


#sidebar-container .list-group a {
  height: 50px;
  color: #000;
}

#sidebar-container .mini-title,
#sidebar-container [data-toggle="collapse"] {
  height: 45px;
  padding-left: 25px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(199, 199, 199) !important;
}

#sidebar-container [data-toggle="collapse"] {
  width: 100%;
  text-align: left;
  padding-right: 40px;
}

#sidebar-container [data-toggle="collapse"] i {
  margin-top: 6px;
}

#sidebar-container {
  padding-bottom: 100px;
}

#sidebar-container .list-group .sidebar-submenu a {
  height: 30px;
  padding: 0;
  padding-left: 20px;
  padding-top: 0px;
  margin-top: 10px;
  font-size: 13px;
}



.sidebar-separator-title {
  background-color: #333;
  height: 35px;
}

.sidebar-separator {
  background-color: #333;
  height: 25px;
}

.logo-separator {
  background-color: #333;
  height: 60px;
}

.list-group-item {
  border: 0 !important;
}

#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

#sidebar-container span.fa {
  font-size: 1.075rem;
  margin-left: 15px;
}

/* #sidebar-container a:focus, */
#sidebar-container a:hover,
#sidebar-container a.active {
  background-color: transparent !important;
  color: #fc0101 !important;
  border-left: 5px solid #fc0101;

}

#sidebar-container .text-dark {
  color: #000;
}

#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

#content {
  left: 16%;
  padding-left: 15px !important;
  padding-right: 30px !important;
  border: 0;
}

.disabled-select:disabled {
  color: #000;
  background-color: #8c8e97;
}

.icon-md {
  font-size: 1.575rem;
}

.icon-lg {
  font-size: 2.075rem !important;
}

.icon-sm {
  font-size: 80%;
}

.icon-sm-c{
  font-size: 1rem !important;
}

.btn-primary {
  background-color: #1962b4 !important;

}

.bg-light-blue {
  background: #F9FDFF !important;
}

#collapse {
  background: var(--blue);
}

.text-pos-muted {
  color: #dedede !important;
}

#navbar-top {
  position: relative;
  z-index: 1100;
  height: 65px;
  background-color: #ffffff !important;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, .15) !important;
  width: 86%;
  left: 16%;

}

#sidebar-container.col-md-1 #scrollable {
  min-height: calc(100vh - 80px);
}

#sidebar-container.col-md-1 {
  width: 80px;
}

#sidebar-container.col-md-1 span.fa {
  margin-left: 15px;
}

#sidebar-container.col-md-1 .list-group-item {
  padding: .75rem 5px !important;
}

#navbar-top .custom-select {

  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%236ec1e4'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) 60%;
  background-repeat: no-repeat;
  color: white;
}

.collapse-icon {
  font-size: 1.275rem !important;
  padding-left: 15px;
}

.menu-collapsed {
  font-size: 14px;
}

.text-logo {
  font-size: 14px;
  margin-left: 15px;
}

.main-panel .page-header {

  display: flex;
  align-items: center;
  margin-bottom: 20px;

}

.dataTables_wrapper {
  font-size: 13px;
  font-weight: 400;
}

.btn-round {
  border-radius: 100px !important;
}

.dataTables_wrapper .table thead th {
  border-bottom: 0px;
}

button.circle-icon {
  width: 30px;
  height: 30px;
  padding: 5px 5px;
  border-radius: 35px;
  line-height: 1;
}

.dataTables_scroll {
  overflow: auto;
  position: relative;
  min-height: 200px;
}

/*.dataTables_wrapper .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(139, 135, 212,.05);
}*/
.dataTables_wrapper .table td,
.table th {
  border-top: 0 !important;
  /*border-right: 3px solid white;*/
}

.dataTables_wrapper .table td {
  border-bottom: 1px solid #D1D5DB;
}

table.dataTable {
  border-collapse: collapse !important;
  border-spacing: 0;
}

.dataTables_wrapper .dropdown-toggle::after {
  display: none;
}

table.dataTable td,
table.dataTable th {
  padding: 0.75rem;
}

.dataTables_wrapper .dataTables_processing {
  background-color: transparent !important;
  border: 0;
}



.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15);
}

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

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li>a,
.pagination>li>span {
  border-radius: 10px !important;
  margin: 0 2px;
  color: #777;
  border-color: #ddd;
}
.page-link{
  color: #1f2937 !important;
}
.active .page-link{
  background-color: var(--blue) !important;
  color: white !important;
}

.text-gray {
  color: #a6a8aa !important;
}

.dataTables_wrapper button.btn {
  box-shadow: none !important;
}

.dataTables_wrapper .custom-select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238b87d4'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 70%;
  background-repeat: no-repeat;
}

.custom-select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238b87d4'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 70%;
  background-repeat: no-repeat;
}

/*LOGIN*/
.login-wrapper {
  padding-top: 100px;
}

.input-border-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: .75rem 0;
  background: 0 0 !important;
}

.input-border-bottom:focus {
  box-shadow: 0 0 0;
}

.show-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.to-table {
  top: -1rem;
}

/*TOAST*/
#snackbar.bg-success {
  background-color: #28a745 !important;
}

#snackbar.bg-danger {
  background-color: #dc3545 !important;
}

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 30px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}


/*LOADER*/
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  z-index: 1000;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--primary);
  border-radius: 100%;
  z-index: 10000;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*FORM*/
.box-select {
  min-height: 120px;
  width: 100%;
  cursor: pointer;
}

.box-select.selected {
  background-color: #349ce4;
  color: white;
  transition: background-color .8s ease-out;
}

.box-select.selected path {
  fill: #fff;
}

#no-prev {
  max-width: 100%;
}

/*MODAL*/
#ajaxModal .modal-dialog,
.custom-modal {
  margin: 0.0rem auto;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.modal-header {
  color: white;
  border-radius: 0;
}

.modal {
  font-size: 13px;
}

/*#ajaxModal .modal-body,
#variantModal .modal-body {
  max-height: 300px;
  overflow-y: scroll;
}

#ajaxModal .modal-body,
,
.custom-modal .modal-body {
  max-height: 440px;
}*/

/*SWITCH*/
.switch {
  display: block;
  width: 54px;
  height: 22px;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #E6E9EC;
}

.toggly {
  display: none;
}

.switch i {
  height: 30px;
  width: 30px;
  background: #ffffff;
  display: inline-block;
  border-radius: 100px;
  margin-top: -5px;
  /*margin-left: 2px;*/

  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  pointer-events: none;
  box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, .20);
}

.switch:hover>i {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
  transform: scale(1.01);
}

.toggly:checked+.switch>i {
  margin-left: 24px;
}

.switch:active {
  background-color: #A6B9CB;
}

.switch:active>i {
  width: 34px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}

.toggly:checked+.switch:active>i {
  margin-left: 18px;
}

.toggly:checked+.switch {
  background-color: #349ce4;
}

/*LOADER*/
#progress {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 0%;
  height: 5px;
  background: var(--secondary);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: width 500ms ease-out, opacity 400ms linear;
  -ms-transition: width 500ms ease-out, opacity 400ms linear;
  -o-transition: width 500ms ease-out, opacity 400ms linear;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear
}

#progress.done {
  opacity: 0
}

#progress dd,
#progress dt {
  position: absolute;
  top: 0;
  height: 2px;
  -moz-box-shadow: #b91f1f 1px 0 6px 1px;
  -ms-box-shadow: #b91f1f 1px 0 6px 1px;
  -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
  box-shadow: #b91f1f 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

#progress dd {
  opacity: 1;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px)
}

#progress dt {
  opacity: 1;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px)
}

@-moz-keyframes pulse {
  30% {
    opacity: 1
  }

  60% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-ms-keyframes pulse {
  30% {
    opacity: .6
  }

  60% {
    opacity: 0
  }

  100% {
    opacity: .6
  }
}

@-o-keyframes pulse {
  30% {
    opacity: 1
  }

  60% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes pulse {
  30% {
    opacity: .6
  }

  60% {
    opacity: 0
  }

  100% {
    opacity: .6
  }
}

@keyframes pulse {
  30% {
    opacity: 1
  }

  60% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

#progress.waiting dd,
#progress.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -ms-animation: pulse 2s ease-out 0s infinite;
  -o-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite
}


.clicktoremove {
  cursor: pointer;
}

/*PROPERTY NAVBAR*/
.dropdown-toggle::after {
  display: none;
}

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

.found-alert {
  position: relative;
  font-size: 10px !important;
  bottom: 5px;
  right: 25px;
}

/*#list-outlet .select2-container{
  width: 55% !important;
}*/
.table th {
  /*border-bottom: 3px solid rgba(139, 135, 212,1) !important;*/
  /* border-right: 0px !important; */
  color: #1f2937/* #636369 */ !important;
  transition: background-color .5s;
  border-collapse: collapse;
  /* border-bottom: 1px solid rgb(32, 31, 31) !important; */
  border-bottom: 1px solid #1f2937 !important;
  border-top: 1px solid #D1D5DB !important;
  /* background-color: #f2f2f2; */

}


.table th:hover {
  background-color: #d4d1d1;

}

table .dropdown {
  text-align: center;
}

table .dropdown button i {
  font-size: 1.2rem;
  line-height: 0.5rem;
}
table .dropdown button  {
  padding: 0px !important;
  
}

#button-export {
  position: relative;
  top: 40%;
}

/*DROPZONE*/
.progress {
  position: relative;
  bottom: 3px;
  width: 200px;
}

.progress-bar {
  /*background-size: 100% 100%, 20px 20px, 100% 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.33) 0, rgba(255, 255, 255, 0.08) 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.16) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)), linear-gradient(to right, #8B87D4, #6761B5);*/
  background-color: #8B87D4;
}

.button-dz {
  position: absolute;
  bottom: 50%;
  left: 71%;
  border-radius: 0;
  opacity: 0.7;
  transition: opacity .3s;
}

.button-dz:hover {
  opacity: 1;
}


.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

.checked-td {
  background-color: rgba(255, 83, 83, 0.1) !important;
  border-top: 2px solid #fff;
}


/*ALERT*/
.alert-pos {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
}

.alert-pos.warning {
  background-color: #ffa92a !important;
}

.alert-pos.success {
  background-color: #6abc6d !important;
}

.alert-pos.danger {
  background-color: #f44336;
  /* Red */

}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

/*NEW NAVBAR*/

.nano-content .dropdown-menu {
  position: fixed !important;
  left: 5% !important;
  transform: translate3d(0, 0, 0px) !important;
  max-height: 250px;
  overflow-y: auto;
  width: 200px;
}

.nano-content .dropdown-menu span.fa,
.nano-content .dropdown-menu .mini-title {
  margin-left: 0px !important;
}

.hover-sidebar .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after,
.hover-sidebar .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  padding-left: 2px !important;
}

/*END NEW NAVBAR*/
.btn-insert {
  position: relative;
  top: 40%;
  font-size: 14px;
}

.box-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  #sidebar-container {
    display: none;
  }

  .col-custom-1 {
    width: 10px !important;
  }


  .col-custom-2 {
    width: 25px !important;
  }

  .col-custom-3 {
    width: 40px !important;
  }

  .col-custom-4 {
    width: 60px !important;
  }

  .col-custom-5 {
    width: 80px !important;
  }

  .col-custom-6 {
    width: 100px !important;
  }

  .col-custom-7 {
    width: 140px !important;
  }

  .col-custom-8 {
    width: 200px !important;
  }

  .col-custom-9 {
    width: 250px !important;
  }

  .col-custom-10 {
    width: 300px !important;
  }

  .col-custom-11 {
    width: 400px !important;
  }

  .col-custom-12 {
    width: 500px !important;
  }

  .col-custom-1,
  .col-custom-2,
  .col-custom-3,
  .col-custom-4,
  .col-custom-5,
  .col-custom-6,
  .col-custom-7,
  .col-custom-8,
  .col-custom-9,
  .col-custom-10,
  .col-custom-11,
  .col-custom-12 {
    word-wrap: break-word;
  }

  .outout {
    /*max-width: 400px;
        overflow: scroll;*/
  }

  .customRow {
    flex-wrap: initial;
    display: inline-flex;
    padding-bottom: 20px;
  }


  #content {
    left: 0;
    overflow-x: hidden;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .productForm {
    margin-right: 0px !important;
  }

  #navbar-top {
    width: 104%;
    left: 0;
  }

  .box-toggle {
    display: initial;
    position: absolute;
    border-radius: 4px;
    background-color: #8B87D7;
    width: 38px;
    height: 31px;
    border: 2px solid #c8c5c5;
    font-size: 16px;
    text-align: center;
    right: 0;
    top: 7px;
    color: #fff;
    cursor: pointer;
  }

  .dataTables_wrapper .row {
    max-width: 100%;
    overflow-x: scroll;
  }

  .page-title h3 {
    font-size: 1.35rem;
  }

  #sidebar-container #scrollable {
    min-height: calc(100vh - 195px) !important;
  }

  .strukLayout {
    padding: 10px !important;
  }

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

.showMoreRow {
  padding-top: 10px;
}

.plusRow {
  padding-top: 10px;
}

.dropdown .dropdown-custom .dropdown-link-active {
  color: #fc0101 !important;
  background-color: #ededed !important;
}