.box{
   border: 1px solid #000000;
}

body{
    background-color: #EEEEEE;
}

.alert-container{
    display: none;
    }


#radio-1{
    margin-bottom: 5px !important;
}


/* .sched-set {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
} */
.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: #0D6EFD;
    
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
   
  }

