label {
  padding: 0px 0px;
  cursor: inherit;
  background-color: transparent;
  font-size: 16px;
}

.form-check-label {
  padding-left: 16px;
}

.ml-2,
.mx-2 {
  margin-left: 14px !important;
}

.mt-3,
.my-3 {
  margin-top: 8rem !important;
}

.form-control {
  font-size: 1.3rem;
}

.page-header {
  padding-bottom: 9px;
  margin: 0px -5px 20px;
  border-bottom: none;
}

#newscategorydrop {
  display: none;
}

@media only screen and (min-width: 350px) and (max-width: 916px) {
  #newscategorydrop {
    display: block;
    padding: 12px;
    background: #000;
    width: 100%;
    margin-bottom: 21px;
    color: #07f774 !important;
  }

  .tab {
    display: none !important;
  }

  #newslisting {
    height: 100vh;
    overflow-y: scroll;
  }

  .border-left {
    height: 50% !important;
    border-right: 1px solid #fff;
  }
}

.load-more {
  padding: 9px;
  background: green;
  color: #fff;
  border: none;
}

.news-title {
  padding: 8px 9px;
  border-bottom: 5px solid #057632;
}

.border-left {
  border-left: 1px solid grey;
}

.border-left:last-child {
  border-right: 1px solid grey;
}

.boreder-left a:hover {
  text-decoration: none !important;
}

.boxheading h5 {
  color: #07f774 !important;
  font-weight: 400;
  font-size: 16px;
}

.boxtext {
  color: #fff !important;
  font-weight: 300;
  font-size: 15px;
}

.btn-text {
  font-size: 11px;
  color: #fff;
  float: right;
  border: 1px solid green;
  padding: 3px;
}

.tab {
  /* border-radius: 8px;
    border: 1px solid grey; */
  height: 100vh;
  overflow-y: scroll;
}

.tab a {
  border-bottom: 1px solid #808080a3;
  color: white;
  padding-block: 7px;
  display: block;
}

.catlist {
  border-bottom: 1px solid grey;
}

.tab button {
  display: block;
  color: #fff;
  padding: 4px 6px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  margin: 5%;
  background: transparent;
}

.tab button:hover {
  background-color: grey;
}

.tab button.active {
  background-color: #6398a8;
}

.tabcontent {
  padding: 0px 12px;
  border-left: none;
  /* height: 400px; */
  border-radius: 0 10px 10px 0;
}

#all-modules {
  height: 100%;
}

.module-0 {
  animation: ad_come_in 0s 0s forwards;
}

.single-module {
  width: 300px;
  opacity: 0;
  margin: 0 0 var(--gap) 0;
  position: relative;
  padding: 0.5rem;
  border-radius: 8px;
  background: #fff;
}

#sticky-sidebar-stuff.showing {
  opacity: 1;
  visibility: visible;
}

#sticky-sidebar-stuff {
  top: 2.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#carbonads {
  padding: 0 1.5rem;
  border-radius: 8px;
  -webkit-margin-before: var(--gap);
  margin-block-start: var(--gap);
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
}

.carbon-wrap img {
  width: 99%;
  height: 200px;
}

.boxheading {
  padding: 7px;
  font-size: 14px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
