
body {
  /* font-family: 'Mitr', sans-serif; */
  /* background-color: #f8f8f8; */
  background-color: #ffffff;
  /* background-color: #b6d4d4; */

}

.sub-nav {
  background-color: white;
  box-shadow: 0 0px 1px rgba(22,28,45,.15);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  /* display: none; */
  width: 3px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.44,#c5ebe1),
      color-stop(0.72, #8acdbc),
      color-stop(0.86, #34c091));
}

.layout-spacing {
  padding-bottom: 10px;
}

/*switch on-off */
.toggle-label {
  position: relative;
  width: 150px;
  height: 40px;
  margin-top: 10px;
}

.toggle-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.toggle-label input[type=checkbox]+.back {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  border-radius: 50px;
  border: 1px solid #00a078;
  transition: background 150ms linear;
}

.toggle-label input[type=checkbox]:checked+.back {
  border: 1px solid #000;
  cursor: pointer;
}

.toggle-label input[type=checkbox]+.back .toggle {
  display: block;
  position: absolute;
  content: ' ';
  background: #00a078;
  width: 50%;
  height: 100%;
  transition: margin 150ms linear;
  border: 1px solid #808080;
  border-radius: 50px;
}

.toggle-label input[type=checkbox]:checked+.back .toggle {
  margin-left: 75px;
}

.toggle-label .label {
  display: block;
  position: absolute;
  width: 50%;
  color: #ddd;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
}

.toggle-label .label.on {
  left: 0px;
}

.toggle-label .label.off {
  right: 0px;
}

.toggle-label input[type=checkbox]:checked+.back .label.on {
  color: #00a078;
}

.toggle-label input[type=checkbox]+.back .label.off {
  color: #00a078;
  cursor: pointer;
}

.toggle-label input[type=checkbox]:checked+.back .label.off {
  color: #ddd;
}

/*switch on-off */

.st0 {
  fill: #34c091;
}

.st1 {
  fill: #f2766a;
}

.i-info {
  position: absolute;
  top: 10px;
  right: 10px;
  fill: #34c091;
}

.card-bg-1 {
  background-color: #eff7f8;
  border-radius: 15px;
  box-shadow: 1px 5px 10px #d2d2d2;
  border-color: transparent;
}

.card-bg-2 {
  background-color: #eff7f8;
  border-radius: 15px;
  /* box-shadow: 0.5px 5px 6px #e9ebee; */
  box-shadow: 1px 10px 12px #d2d2d2;
  border-color: transparent;
}

.card-bg-3 {
  background-color: #eff7f8;
  border-radius: 15px;
  /* box-shadow: 0.5px 5px 6px #e9ebee; */
  box-shadow: 1px 10px 12px #d2d2d2;
  border-color: transparent;
}

.card-isee-primary {
  padding: 1rem;
  background: #34c091
}

.card-isee-success {
  padding: 1rem;
  background: #8acdbc
}

.card-isee-warning {
  padding: 1rem;
  background: #f8bb7b
}

.card-isee-danger {
  padding: 1rem;
  background: #f2766a
}

.text-isee-white {
  color: white;
}

.text-isee-black {
  color: black;
}

.text-isee-primary {
  color: #34c091;
}

.text-isee-success {
  color: #8acdbc;
}

.text-isee-warning {
  color: #f8bb7b;
}

.text-isee-danger {
  color: #f2766a;
}

.text-isee-gray0 {
  fill: #555555;
  color: #555555;
  /* background-color: #d2d2d2; */
}

.text-isee-gray1 {
  fill: #d2d2d2;
  color: #d2d2d2;
  /* background-color: #d2d2d2; */
}

.text-isee-gray2 {
  fill: #efefef;
  color: #efefef;
  /* background-color: #efefef; */
}

.btn-isee-gray0 {
  color: white !important;
  background-color: #555555 !important;
  border-color: #555555;
}

.btn-isee-gray1 {
  color: #555555 !important;
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2;
}

.btn-isee-gray2 {
  color: white !important;
  background-color: #efefef !important;
  border-color: #efefef;
}

.btn-isee-primary {
  color: #fff !important;
  background-color: #34c091 !important;
  border-color: #34c091;
}

.btn-outline-isee-primary-default {
  border: 1px solid #34c091;
  color: #34c091;
  background-color: transparent;
  /* box-shadow: none; */
  /* border-radius: 20px; */
}

.btn-outline-isee-primary {
  border: 1px solid #34c091;
  color: #34c091;
  background-color: transparent;
  box-shadow: none;
  border-radius: 20px;
}

.btn-isee-success {
  color: #fff !important;
  background-color: #8acdbc !important;
  border-color: #8acdbc;
}

.btn-outline-isee-success {
  border: 1px solid #8acdbc;
  color: #8acdbc;
  background-color: transparent;
  box-shadow: none;
}

.btn-isee-warning {
  color: #fff !important;
  background-color: #f8bb7b !important;
  border-color: #f8bb7b;
}

.btn-outline-isee-warning {
  border: 1px solid #f8bb7b;
  color: #f8bb7b;
  background-color: transparent;
  box-shadow: none;
}

.btn-isee-danger {
  color: #fff !important;
  background-color: #f2766a !important;
  border-color: #f2766a;
}

.btn-outline-isee-danger {
  border: 1px solid #f2766a;
  color: #f2766a;
  background-color: transparent;
  box-shadow: none;
}

.progress-isee-primary {
  background: #34c091
}

.progress-isee-success {
  background: #8acdbc
}

.progress-isee-warning {
  background: #f8bb7b
}

.progress-isee-danger {
  background: #f2766a
}

.underline-content .nav-tabs { border-bottom: 1px solid #e0e6ed; }
.underline-content .nav-tabs li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.underline-content .tab-content>.tab-pane { padding: 20px 0 0 0; }
.underline-content .nav-tabs .nav-link.active, .underline-content .nav-tabs .show>.nav-link {
    border-color: transparent;
    border-bottom: 1px solid #34c091;
    color: #34c091;
    background-color: transparent;
}
.underline-content .nav-tabs .nav-link.active:hover, .underline-content .nav-tabs .show>.nav-link:hover,
.underline-content .nav-tabs .nav-link.active:focus, .underline-content .nav-tabs .show>.nav-link:focus {
    border-bottom: 1px solid #34c091;
}
.underline-content .nav-tabs .nav-link:focus,
.underline-content .nav-tabs .nav-link:hover {
    border-color: transparent;
}


/*
    Animated Underline
*/

.animated-underline-content .nav-tabs { border-bottom: 1px solid #e0e6ed; }
.animated-underline-content .nav-tabs li a {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.animated-underline-content .tab-content>.tab-pane { padding: 20px 0 0 0; }
.animated-underline-content .nav-tabs .nav-link.active, .animated-underline-content .nav-tabs .show>.nav-link {
    border-color: transparent;
    color: #34c091;
}
.animated-underline-content .nav-tabs .nav-link:focus, .animated-underline-content .nav-tabs .nav-link:hover { border-color: transparent; }
.animated-underline-content .nav-tabs .nav-link.active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.animated-underline-content .nav-tabs .nav-link:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #34c091;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
    border-color: #34c091;
    background-color: #34c091;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #34c091;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  background: #34c091;
  cursor: pointer;
}

a.nav-link {
  color: gray;
}

.background-glass{
  overflow: hidden;
  position: relative;
  width: fit-content;
  border-radius: 10px;
}

.background-glass::after {
  animation: shine 5s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;  
  content: "";
  position: absolute;
  top: -450%;
  left: -300%;
  width: 200%;
  height: 400%;
  z-index: -10;
  transform: rotate(30deg);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0.15) 90%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.background-glass-horizontal::after {
  transform: none !important;
}

.background-glass::before {
  position: absolute;
  content: '';
  background: linear-gradient(to right bottom, #FFFFFF10, #FFFFFF05);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  filter: blur(10px);
  border: 1px solid #FFFFFF30;
}



.background-glass-black{
  overflow: hidden;
  position: relative;
  width: fit-content;
  border-radius: 10px;
}

.background-glass-black::after {
  animation: shine 5s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;  
  content: "";
  position: absolute;
  top: -450%;
  left: -300%;
  width: 200%;
  height: 400%;
  z-index: -10;
  transform: rotate(30deg);
  background: linear-gradient(
    to right, 
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.075) 90%,
    rgba(0, 0, 0, 0.0) 100%
  );
}

.background-glass-black::before {
  position: absolute;
  content: '';
  /* background: linear-gradient(to right bottom, #00000010, #00000005); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  filter: blur(10px);
  border: 1px solid #00000030;
}



/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
.svg-shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

.border-text {
  text-shadow: 1px 0 0 #000,
              -1px 0 0 #000, 
              0 1px 0 #000, 
              0 -1px 0 #000, 
              1px 1px #000, 
              -1px -1px 0 #000, 
              1px -1px 0 #000, 
              -1px 1px 0 #000;
}

/* .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.44,#00000000),
      color-stop(0.72, #8acdbc),
      color-stop(0.86, #34c091));
      
} */

div.custom-scrollbar::-webkit-scrollbar,
div.custom-scrollbar::-webkit-scrollbar-track  {
  background-color: #00000000;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
}

.table-header-transparent > table > thead > tr > th {
  background: transparent;
  
}

.hover-big {
  transition: transform .4s ease-in-out;
}
.hover-big:hover {
  transform: scale(1.06);
}

.border-shadow-white {
  box-shadow: 2px 2px 5px 1px #ffffff66;
}

.border-shadow-black {
  box-shadow: 2px 2px 5px 1px #00000066;
}


a.custom-nav-link {
  color: #BBB;
}
