body {
  font-family: 'Inter', sans-serif !important;
}
.sidenav-main {
  height: 100%;
}
.sideBar-main{
  border-right: 1px solid #f5f5f5;
}
/* CHECKBOX TOGGLE SWITCH */
/* @apply rules for documentation, these do not work as inline style */
.toggle-checkbox:checked {
  @apply: right-0 border-green-400;
  right: 0;
  border-color: #1557c4;
}
.toggle-checkbox:checked + .toggle-label {
  @apply: bg-green-400;
  background-color: #1557c4;
}

/* .sidBar-item:hover {
  color: #1557c4;
} */
.sideBar-List li:hover span{
  color: #213856 !important;
  font-weight: 600;
}

.Sidebar-sublink:hover{
  color: #3B82F6 !important;
  font-weight: 600;
}
/*
 CSS for the main interaction
*/
.tabset > input[type='radio'] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
}

input:focus-visible + label {
  outline: 3px solid #316bff;
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #213856;
  border-bottom: 2px solid #316bff;
  /* font-weight: 600; */
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tab-panel {
  padding: 30px 0;
}
button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}
@media only screen and (max-width: 1440px) {
  .tab-hr {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .tab-panel {
    width: 720px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .tab-panel {
    width: 500px;
  }
}
@media only screen and (max-width: 425px) {
  .tab-panel {
    width: 400px;
  }
}
@media only screen and (max-width: 375px) {
  .tab-panel {
    width: 290px;
  }
}
