:root{
  --primary-color:#635bff;
  --secondary-color:#767676;
}
body {
  font-size: .875rem;
  color:212529ad;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0; 
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  /*padding-top: .75rem;
  padding-bottom: .75rem;*/
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*********** Extra **************/
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

/********** Left Menu Toggle Css **************/
	  .dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

/*
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content:"\f054";
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}


.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]:: before {
  transform: rotate(90deg);
}
*/
.btn-toggle span{
  transition: all 0.5s;
}

.btn-toggle:hover span{
  transform: translateX(10px);
}

.btn-toggle-nav li a span{
  transition: all 0.5s;
}

.btn-toggle-nav  li a:hover span{
  transform: translateX(10px);
}

.btn-toggle .icon-before{
  padding-left:10px;
}
.position-sticky {
  background: white;
}
.profile-img img{
  width: 85px;
  border-radius: 50px;
  height: 80px;
}
.profile-img{
  position: absolute;
  top: 170px;
}
.btn-toggle .fa-chevron-right{
  position: absolute;
  right:10px;
  transition: transform .35s ease;
  font-size: 12px;
}

.btn-toggle[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg);
	transition: transform .35s ease;
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }


/**********scrollbar styles  **************/
/* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #e4f7ff;
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
    border-radius: 5px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #546a87;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(52 79 114);
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #37485e;
} */
/*****************************/

.site-logo{
  width: 140px;

}
.btn[aria-expanded="true"] i.fa-chevron-right {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
}
.link-dark.active {
    /* background-color: var(--secondary-color); */
    background-color: var(--primary-color); /* Highlight color */
    color: white !important;
    font-weight: bold;
  }

.dataTables_wrapper {
  padding: 30px 20px;
}
.dataTable {
  padding: 20px 0px;
}
.pages{
    margin-left:85%;
    margin-top: 1%;
    width:11%;
    height:2%;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
  }

  .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
  }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .switch-input:checked ~ .switch-label:before {
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label:after {
    opacity: 1;
  }

  .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
  }
  .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
  }
  .switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  }

  .switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
  }
  .stories{
    margin-top: 1%;
    width: 18%;
    float: right;
    padding: 10px;
    margin-right: 20px;
}
.happy-title{
  background: #e9e9e9;
  border-radius: 50px;
  padding: 10px;
  margin: 10px 0px;
  width: 110px;
}
.font_11{
  font-size: 11px;
}
.plan-table tbody{
  border-top: beige !important;
}
.plan-table tr, th, td{
  padding:18px !important;
}
.plan-table{
  color:#212529ad;
}
.pack-img{
  width: 80px !important;
  border-radius: 20px !important;
}
