body{
  height: 100vh;
}

.my_nav {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  /* background-color: rgb(255 255 255 / 87%) !important; */
  backdrop-filter: blur(10px);
}

.header-text-holder {
  text-align: center;
  color: white;
}

li.list-group-item.bookmark a {
  text-decoration: none !important;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

li.list-group-item.bookmark .dark-mode {
  background-color: #1f252a;
}

li.list-group-item.bookmark.dark-mode a {
  color: #ddd6d6 !important;
}

.dark-mode {
  background-color: #1f252a;
  color: #ddd6d6;
}

.bookmark-category {
  margin-bottom: 20px;
}

.bookmark-category h4 {
  color: #181717;
  text-decoration: underline;
}

.bookmark-category.dark-mode h4 {
  color: #fff;
  text-decoration: underline;
}

.loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 
              50% 50% no-repeat rgb(249,249,249);
}

li.list-group-item.bookmark {
  border: none;
  padding: 2px 0px;
}

.home-body-content {
  padding-top: 30px;
  padding-bottom: 0px;
  /* margin-top: 70px; */ 
  min-height: calc(100vh - 24px - 100px);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  margin-top: 3px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.navbar-header {
  color: #fff
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 21px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

footer.main-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  background-color: #343a40!important;
  width: 100%;
}

footer.main-footer p {
  margin: 0px;
}