.l_active{
    border-radius: 3px;
    background-color: #AA1818;
    color: white!important;
}


.d_button{
    padding-right: 3px;
    display: block;
    min-height: 60px;
    width: 50%;
    border-radius: 3px;
    background-color: transparent;


}
.toggle-btns{
    height: 100%;
    border-radius: 10px;
    color: #AA1818;
}
.toggle-btns:hover{
    background-color: #AA1818;
    color:white;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: none;
}

/* .link_color{
        color: #AA1818;

} */
.image{
  background-color: transparent;
    width: 200vh;
    position: relative;
}

#toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  -webkit-appearance: none;
  appearance: none;
  background: #AA1818;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

#toggle-switch::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}

#toggle-switch:checked::before {
  transform: translateX(99.5%);
  background: #fff;
}

#toggle-switch:checked {
  background: #00ed64;
}
.switch{
    display: flex;
    align-items: center;
    /*justify-content:flex-end;*/
    gap: 5px;
    font-size: 1.5em;
    color: #AA1818;
    width: fit-content;
    margin-left: auto;
}
