:root {
  --redSMF: #EB2128;
  --redSMFHover: #F16C4F;
  --pinkSMF: #FEE9E7;
  --darkblueSMF: #00205b;
  --blueSMF: #003699;
  --blueSMFHover: #003fb5;
  --greySMF: #6d6f70;
  --black: #000000;
  --white: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* @font-face {
  font-family: 'Kiro';
  src: url(../fonts/Kiro-Regular.otf);
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'Kiro-italic';
  src: url(../fonts/Kiro-Italic.otf);
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'Kiro-bold';
  src: url(../fonts/Kiro-Bold.otf);
  font-weight: bolder;
  font-style: normal;
} */

html,
body {
  font-family: 'Roboto', sans-serif !important;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader .loader1 {
  position: absolute;
  top: 55%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img {
  position: absolute;
  top: 45%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img img {
  width: 400px;
}

.loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
}

.loader1 span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(103, 153, 245, 0.6);
}

.loader1 span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(54, 101, 255, 0.8);
}

.loader1 span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: rgba(54, 101, 255, 0.8);
}

.loader1 span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(54, 101, 255, 0.8);

}

.loader1 span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(54, 101, 255, 0.8);
}

@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }

  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

span.nav-label {
  font-size: 12px;
  padding-left: 5px;
}

i.req-opt {
  font-weight: 200;
}

a.count-info {
  color: var(--black);
}

.valueStyle {
  padding-top: 7px;
}

.statusAktif {
  color: var(--darkblueSMF);
  font-weight: 700;
  text-align: center;
}

.statusNonaktif {
  color: var(--redSMF);
  font-weight: 700;
  text-align: center;
}

.img-header {
  background-position: top;
  background-size: auto;
  background-image: url(../images/header-bg.jpg);
}

h2.sub-title {
  color: var(--black);
  font-size: 32px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding-top: 10px;
}

ol.sub-title {
  margin-left: 5px;
}

h1.no-margins {
  font-weight: 600;
  color: var(--black);
}

.navbar-waktu {
  background: var(--white);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}

.nav-header span.text-muted {
  color: var(--black);
  font-size: 12px;
}

.font-bold {
  color: var(--black);
  font-weight: 700;
  font-size: 12px;
}

#wrapper {
  margin-top: 60px;
  background: var(--darkblueSMF);
}

.ibox-tools i {
  color: var(--darkblueSMF) !important;
}

.img-style {
  margin-bottom: 12px;
  background-color: transparent;
  margin-left: -30px;
  border-radius: 8px;
  text-align: center;
}

.img-style img {
  width: 75%;
  margin-right:auto;
  margin-left:auto;
}

.logo-element img {
  max-width: 100%;
}

.btn {
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-property: opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform, opacity;
  transition-property: box-shadow, transform, opacity, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.label-warning-modified {
  background: var(--darkblueSMF);
  color: var(--white);
}

.label.label-custom {
  height: 36px;
  width: 95px;
  display: inline-block;
}
.pks-box-child1 {
  border-right: 1px solid #333;
}

.ibox.float-e-margins {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.ibox-title {
  background: var(--white);
  color: var(--greySMF);
  border-top: none;
  border-bottom: 1px solid var(--greySMF);
}

.ibox-title h5 {
  font-weight: 700 !important;
}

.ibox-content {
  border: 1px solid var(--white);
}

#ubah i.fa.fa-edit {
  color: var(--black);
  font-weight: 600;
}

#ubah:hover i.fa.fa-edit {
  color: var(--white);
  font-weight: 600;
}

#update_lihat i.fa.fa-edit {
  color: var(--black);
  font-weight: 600;
}

#update_lihat:hover i.fa.fa-edit {
  color: var(--white);
  font-weight: 600;
}

#toast-container>.toast-warning {
  background-image: url(../../../images/correct-symbol.png) !important;
}

i.glyphicon.glyphicon-refresh.icon-refresh,
i.glyphicon.glyphicon-list-alt.icon-list-alt,
i.glyphicon.glyphicon-th.icon-th,
span.caret {
  color: var(--greySMF) !important;
}

li.nav-header {
  background: var(--white);
  border: none;
}

i.fa.fa-th-large {
  color: var(--white) !important;
}

.navbar-default .nav>li>a i.fa.fa-arrow-right,
.navbar-default .nav>li>a span.fa.arrow {
  color: var(--white) !important;
}

.navbar-default .nav>li.active>a i.fa.fa-arrow-right,
.navbar-default .nav>li.active>a span.fa.arrow {
  color: var(--white) !important;
}

.navbar-default .nav .nav-second-level>li>a i.fa.fa-arrow-right,
.navbar-default .nav .nav-second-level>li>a span.fa.arrow,
.navbar-default .nav .nav-third-level>li>a i.fa.fa-arrow-right,
.navbar-default .nav .nav-third-level>li>a span.fa.arrow {
  color: var(--white) !important;
}

i.fa.fa-print,
i.fa.fa-send,
i.fa.fa-file,
i.fa.fa-truck {
  color: var(--greySMF);
}

.text-left i {
  color: var(--greySMF) !important;
  font-size: 14px !important;
}

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  line-height: 15px;
  width: 59px !important;
  height: 25px;
  outline: none;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-right: 20px;
  background: rgba(44, 44, 44, 0.2);
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-flex;
  top: 0;
  height: 22px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  color: var(--blueSMF);
  font-weight: 700;
  padding: 6px 10px;
  font-size: 11px;
  text-indent: -5px;
  line-height: 20px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  float: left;
  line-height: 11px;
  width: 50% !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
  color: var(--white);
  background: #f96332;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
  color: var(--white);
  background: #2CA8FF;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
  color: var(--white);
  background: #18ce0f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
  background: #FFB236;
  color: var(--white);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
  color: var(--white);
  background: var(--darkblueSMF);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: var(--white);
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  z-index: 100;
  color: var(--greySMF);
  background: var(--blueSMF);
  width: 25px !important;
  height: 25px !important;
  margin: 0px -11px;
  border-radius: 20px;
  position: absolute;
  float: left;
  top: 0;
  left: 50%;
  padding: 0;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background-color: rgba(23, 23, 23, 0.4);
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
  width: 27px !important;
  margin-left: -16px;
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
  width: 27px !important;
  margin-left: -11px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 6px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

.label-radio {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3.5px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 2px solid rgb(90, 90, 90);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-radio:hover input~.checkmark {
  background-color: rgba(27, 59, 117, 0.404);
}

/* When the radio button is checked, add a blue background */
.label-radio input:checked~.checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.label-radio .checkmark:after {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blueSMF);
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: -2px !important;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -39px !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
  background-color: var(--white);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red~.bootstrap-switch-default {
  background-color: var(--darkblueSMF);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange~.bootstrap-switch-default {
  background-color: #FFB236;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green~.bootstrap-switch-default {
  background-color: #18ce0f;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown~.bootstrap-switch-default {
  background-color: #f96332;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue~.bootstrap-switch-default {
  background-color: #2CA8FF;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green {
  background-color: #E3E3E3;
}

.bootstrap-switch-off .bootstrap-switch-handle-on {
  opacity: 0;
}

.bootstrap-switch-on .bootstrap-switch-handle-off {
  opacity: 0;
}

textarea.form-control {
  max-width: 100%;
  max-height: 80px;
  padding: 10px 10px 0 0;
  resize: none;
  border: none;
  border-bottom: 1px solid var(--greySMF);
  border-radius: 0;
  line-height: 2;
  font-size: 12px;
  background: transparent;
}

textarea.form-control:focus,
textarea.form-control:active {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid var(--greySMF) !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: var(--greySMF);
}

.menu-minimalize {
  border-radius: 0;
  color: var(--darkblueSMF) !important;
  font-size: 1.5em;
}

.menu-minimalize:focus,
.menu-minimalize:hover {
  color: var(--darkblueSMF) !important;
}

/* modified checkbox */
.check:after {
  content: '\00D7';
  display: block;
  background: var(--white);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEMSURBVEhL7dS/SwJxHMbxgzQEc6jBP8BBaKohWsTJrcUh/5PWxrZwEpqCpqZoa2tschFaXGoJFMLFMaQf9n7Sgw/fTL36KA2+4QXeiffccF606j+UwTmOkdaJRXWK4VgLRbhXwhviIbmAa1k8wI58oALXGrAjcgbXdNe6ezvyiA24lcMT7Mg7ynBNj7IdkTpcO0A40ob+S3O3h1tUv46+t4Uu7Ige7X3MnUb60I9fUUPYJeyInCBRHdgLhGOHsN/LPdaRqCuEF4rH8uiNz8UG2EHidGc3sBcTjen9FZ7XC/TX/TQWaiKFPzVr7AXbcGna2BFcmzR2hzW4p7FraOQZBSy0XWyOPq5aWlH0CQwcdqpmW01gAAAAAElFTkSuQmCC");
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  pointer-events: none;
  position: absolute;
  top: 2%;
  left: 1.9%;
  height: 17px;
  width: 17px;
  color: transparent;
  transition: .25s all ease-in-out;
  border-radius: 0;
  line-height: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(102, 102, 102);
}

.check-modal:after {
  left: 3%;
  top: 3%;
}

.check:checked:after {
  background-color: var(--white);
  background-position: 0 0;
}

.check:hover:after {
  border-color: var(--white);
}

.modal-body {
  background: var(--white) !important;
}

.form-group-margin {
  margin-left: 10px !important;
  margin-top: 15px !important;
}

.form-group-top {
  margin-top: 20px !important;
}

input[type="text"]:disabled,
textarea:disabled,
select:disabled {
  background: #f8f8f8;
}

.margin-left-space {
  margin-left: 30px !important;
}

.product-price {
  background: var(--darkblueSMF);
}

.slick-prev:before,
.slick-next:before {
  color: var(--darkblueSMF) !important;
}

.text-navy {
  color: var(--darkblueSMF);
}

.navbar-waktu .nav.navbar-top-links>li>a {
  color: var(--greySMF);
  font-size: 14px;
}

.form-control:focus,
.single-line:focus {
  border-color: var(--greySMF) !important;
}

.product-box {
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 10px 2px;
  border: 1px solid var(--greySMF);
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: 0;
}

.input-group-btn>.btn+.btn {
  margin-left: 0;
}

.mt-50 {
  margin-top: 50px;
}

.middle-box {
  padding-top: 100px;
}

#treex ul{
  list-style-type: none;
}

.courier-logo {
  width: 70px;
  height: 37px;
  margin-bottom: 10%;
  border-radius: 15px;
}

.product-box {
  padding: 0 !important;
  border: 1px solid #e7eaec;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: none;
  background: var(--blueSMF);
  border-color: var(--blueSMF);
  margin-bottom: 20px;
  z-index: 999;
}

@media (max-width: 768px) {
  .navbar-default {
    margin-top: 72px !important;
  }

  .navbar-top-links li {
    display: inline-block;
  }

  .body-small .navbar-top-links li:last-child {
    margin-right: 0;
  }

  .navbar-top-links li a {
    padding: 20px 8px;
    min-height: 10px;
  }

  a.count-info {
    font-size: 8px !important;
  }

  .count-info .label {
    line-height: 6px;
    padding: 2px 4px;
    position: absolute;
    right: 3px;
    top: 15px;
    font-size: 5px !important;
  }

  .minimalize-styl-2 {
    padding: 4px 10px;
    margin: 14px 5px 5px 20px;
    font-size: 12px;
    float: left;
  }

  h1.no-margins {
    font-size: 24px !important;
  }

  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px;
  }

  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }

  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }

  .lock-word {
    display: none;
  }

  .navbar-form-custom {
    display: none;
  }

  .navbar-header {
    display: inline;
    float: left;
  }

  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }

  .sidebar-content .wrapper {
    padding-right: 0px;
    z-index: 1;
  }

  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }

  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }

  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}

@media (max-width: 500px) {
  .preloader .preloader-img img {
    width: 300px;
  }

  .loader1 span {
    width: 10px;
    height: 10px;
  }
  
  a.count-info {
    font-size: 12px !important;
  }

  .count-info .label {
    line-height: 6px;
    padding: 2px 4px;
    position: absolute;
    right: 3px;
    top: 15px;
    font-size: 5px !important;
  }

  .navbar-top-links li a {
    padding: 22px 6px;
  }

  .navbar-default {
    margin-top: 0 !important;
  }

  .form-group-margin {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .page-heading {
    border-top: 0;
    padding: 0px 10px 0px 10px;
  }

  .minimalize-styl-2 {
    margin: 15px 15px 5px 20px;
  }
}
@media (max-width: 375px) {
  a.count-info {
    font-size: 10px !important;
  }

  .navbar-top-links li a {
    padding: 23px 6px;
  }

  h2.sub-title {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  a.count-info {
    font-size: 10px !important;
  }

  .navbar-top-links li a {
    padding: 23px 6px;
  }

  h2.sub-title {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  a.count-info {
    font-size: 10px !important;
  }

  .count-info .label {
    right: 0px;
    top: 15px;
  }

  .navbar-top-links li a {
    padding: 23px 2px;
  }

  h2.sub-title {
    font-size: 18px;
  }
}

@media (max-height: 450px) {
  a.count-info {
    font-size: 12px !important;
  }

  .count-info .label {
    line-height: 6px;
    padding: 2px 4px;
    position: absolute;
    right: 3px;
    top: 15px;
    font-size: 5px !important;
  }

  .navbar-top-links li a {
    padding: 24px 8px;
  }

  .navbar-default {
    margin-top: 0 !important;
  }

  .form-group-margin {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .page-heading {
    border-top: 0;
    padding: 0px 10px 0px 10px;
  }

  .minimalize-styl-2 {
    margin: 20px 15px 5px 20px;
  }
}