 .container .avatar {
     object-fit: cover !important;
     border: 1px solid #cccfd9 !important
 }

 .btn.btn-outline-primary {
     text-align: start !important;
 }

 .btn-outline-primary {
     --bs-btn-active-bg: #e5f2f6 !important;
     --bs-btn-active-border-color: #007ea7;
 }

 .btn-ghost-primary {
     padding: 0px;
     color: #007ea7 !important;
     background-color: transparent !important;
 }

 .btn-ghost-primary:hover {
     color: #1492e6 !important;
     background-color: transparent !important;
     border-color: transparent !important;
 }

 .short-text {
     display: none;
 }

 @media (max-width: 768px) {
     .short-text {
         display: inline-block;
     }

     .full-text {
         display: none;
     }
 }

 input[type="radio"][disabled] {
     color: red;
 }

 .top-jadwal {
     border-radius: 0rem;
     background-color: #d3f9cf;
     color: #4BB742;
     text-align: center;
     min-height: 50px;
     justify-content: center;
     font-weight: bold;
 }

 .btn-outline-primary {
     --bs-btn-active-bg: #d3f9cf !important;
 }

 #jadwal0 {
     border-top-left-radius: 0.3rem;
     border-bottom-left-radius: 0.3rem;
 }

 #jadwal6 {
     border-top-right-radius: 0.3rem;
     border-bottom-right-radius: 0.3rem;
 }
