@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stylish&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Urbanist", sans-serif;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
    border-color: #ccc;
}
.form-check-input:focus{
    outline: 0;
    box-shadow: none;
}
.btn-primary{
    background-color: #0063B2FF;
}
.form-select:focus{
    outline: 0;
    box-shadow: none;
}










#calendar-container #closeBtn {
    height: fit-content;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background-color: #0069ff;
    order: 3;
}


.header {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
}


.header-logo .logo a {
    text-decoration: none;
    color: #2486F6;
    font-family: "Urbanist", serif;
    font-size: 41px;
    font-weight: 700;
}


 .header-link-item {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}
.header-link-list{
    list-style-type: none;
    margin: 0 10px;
}
.header-link-list .header-link {
    color: #2486f6;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
.header-link-list .header-link span{
    height: 30px;
    width: 30px;
    max-width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.login-body {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;

}
.login-form-section{
    position: relative;
    background-color: #f7f7f7;
}

.login-form .login-title {
    font-size: 24px;
    font-weight: 700;
    color: #171717;
    font-family: 'Urbanist';
    letter-spacing: 1px;
}

.login-form  .login-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    letter-spacing: 1px;
}

.login-form .form-control {
    max-width: 330px;
    margin: 0 auto;
    background-color: #00000008 !important;
}

.form-input.text-start {
    max-width: 330px;
    margin: 0 auto 25px;
}


.login-form-content{
    padding: 50px 0;
}
.login-form {
    max-width: 566px;
    margin: 0 auto 30px;
    padding: 30px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 2px #00000000;
    position: relative;
    overflow: hidden;
}
.login-form .title {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.login-form form{
    position: relative;
    z-index: 1;
}
.login-form .form-input {
    text-align: left;
    max-width: 330px;
    margin: 0 auto 25px;
    position: relative;
}
.login-form .form-input .btn {
    padding: 16px 60px;
    max-width: 170px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    font-family: 'Urbanist';
    background-color: #2486F6;
    transition: all 0.5s ease;
}

.login-form .form-input .btn:hover {
    background-color: #0557b5;
}

.log-btn {
    display: flex;
    justify-content: center;
}

.login-form .form-input a{
    color: #232323;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
} 
 
.form-check-input:checked {
    background-color: #0063B2FF;
    border-color: #0063B2FF;
}

.iti {
    position: relative;
    display: block !important;
}



/* dashboard start  */



.tabs.main_tabs a {
    text-decoration: none;
}
.dash-menu {
    padding: 0px 30px;
    width: 100%;
    border-bottom: 1px solid #ffffff66;
}
.dash-menu .logo{
    text-align: center;
    /* margin-bottom: 30px; */
}
.dash-menu .logo a{
    font-size: 50px;
    color: #fff;
    text-decoration: none;
    font-family: "Urbanist", serif;
}
.dash-left{
    min-height: 100vh;
    width: 300px;
    max-width: 100%;
    background-color: #0063B2FF;
}
.dash-menu-item{
    padding: 0;
    margin: 0;
}
.dash-menu-list{
    list-style-type: none;
    margin: 10px 0;
}
.dash-menu-list:first-child{
    margin-top: 0;
}
.dash-menu-list a{
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
}
.dash-menu-list a.active{
    background-color: #fff;
    color: #000;
    display: block;
    padding: 10px;
    border-radius: 15px;
    font-weight: 500;
}
.dash-menu-list a span{
    margin-right: 5px;
}

.dashboard-content{
    display: flex;
}
.dash-right{
    /* width: calc(100% - 300px); */
    /*max-width: 100%;*/
    /*padding: 30px;*/
    max-width: 100%;
    padding: 10px 30px;
    height: fit-content;
}
.dashform {
    padding: 10px 20px;
    background: #fff;
    border-radius: 15px;
}
.dashform > div {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}
#double_patient .dashform {
    padding: 0;
    background: transparent;
    border-radius: 0;
}
#double_patient .dashform > div {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
 
.dash-content .heading {
    margin-bottom: 30px;
}
.dash-content .heading .title{
    color: #000;
    font-size: 28px;
}
.dash-content .heading .title span{
    color: #0063B2FF;
    margin-right: 10px;
}
.dashform .form-input label{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.dashform .form-input label span {
    color: #0063b2;
    cursor: pointer;
}
.dashform .form-input .description{
    font-size: 16px;
    color: #000;
}
.dash-content .form1{
    margin-bottom: 30px;
}
.dash-content .form-input .form-select{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #6496c7;
}
.dash-content .form-input .form-select:focus{
    outline: 0;
    box-shadow: none;
}
.dash-content .form-input .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #6496c7;
}
.form1, .form2{
    width: 85%;
    max-width: 100%;
    margin:  0 auto;
}
.dash-button-items {
    padding: 0;
    margin: 30px 0 0;
    display: flex;
}
.dash-button-items .dash-button-list{
    list-style-type: none;
    margin: 0 10px;
}
.dash-button-items .dash-button-list:first-child{
    margin-left: 0;
}
.dash-button-items .dash-button-list:last-child{
    margin-right: 0;
}
.meeting-item-detail  .meeting-item .heading{
    margin-bottom: 30px;
}
.meeting-item-detail  .meeting-item .heading .title{
    font-size: 20px;
}
.meeting-item {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
}
.meeting-box {
    padding: 15px;
    border: 1px solid #0063b2;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.meeting-info-item {
    padding: 0;
    margin: 0;
}
.meeting-info-item .meeting-info-list{
    list-style: none;
}

.meeting-info-item .meeting-info-list .meeting-link{
    color: #0063b2;
    text-decoration: none;
    font-weight: bold;
}

.meeting-box .subtitle {
    font-size: 18px;
    font-weight: 600;
}

.meet-info-button {
    margin-top: auto;
}

aside#sidebar .tabs {
    overflow-x: hidden;
    background-color: #fff !important;
    padding-bottom: 0 !important;
    overflow-y: visible;
}

.tabs.log_out_tab {
    padding: 20px;
}
/* width */
aside#sidebar .tabs::-webkit-scrollbar {
    width: 4px;
    margin-right: 2px;
}

/* Track */
aside#sidebar .tabs::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
aside#sidebar .tabs::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
aside#sidebar .tabs::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.patient_detail {
    display: none;
}
.my_d_none {
    display: none;
}
.my_d_block {
    display:  block;
}
div#popup h2 {
    z-index: 9999;
    position: relative;
}
div#popup img {
    transform: scale(1.5);
}
div#popup .modal-body {
    overflow: hidden;
}
#add_meeting_tab_2 {
    display: none;
}
div#modify_meeting {
    display: none;
}
.tabs.log_out_tab {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* .tabs.log_out_tab button.tablinks {
    background: #00355f;
} */
.tabs.main_tabs {
    margin-bottom: 64px;
}
.tabs.log_out_tab:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.user_img img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 3px solid #c2d8e2;
}
.user_profile .user_name {
    margin-left: 10px;
}

#appointmentModal{
    z-index: 100 !important;
}




/* Style for the button */
.open-button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

/* Style for the popup */
.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    /* padding: 20px; */
    z-index: 1000;
}

/* Style for the close button */
.close-button {
    padding: 5px 10px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    float: right;
}

/* Style for the background overlay */
.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
div.popup .modal-body button.close {
    top: -2%;
    right: 2%;
    border: none;
    font-size: 35px;
    background: transparent;
}
div.popup .modal-body h2 {
    font-size: 28px;
    font-family: "Urbanist";
}
aside#sidebar.collapsed button.tablinks span.tab-text {
    display: none;
}
aside#sidebar.collapsed button.tablinks {
    justify-content: center;
}
aside#sidebar.collapsed {
    width: 5%;
}
aside#sidebar.collapsed .dash-menu .logo{
    visibility: hidden;
}
aside#sidebar.collapsed .dash-menu .logo a {
    font-size: 37px;
}
.topbar .logo {
    display: none;
}
.box-m {
    width: 85%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
#calendar-container .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: flex;
    justify-content: center;
    min-height: 1em;
}


.event-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: blue; /* Customize the color as needed */
    display: inline-block;
    margin-top: 5px;
}

#timeGridCalendar {
    max-width: 250px !important;
    height: 600px  !important;
    padding-top: 0px  !important;
    background:#ccb8e8 !important;
}

.fc .fc-timegrid-body {
    min-height: 100%;
    position: relative;
    z-index: 1;
    max-width: 250px !important;
}

table.fc-scrollgrid-sync-table {
    height: 428px !important;
}

.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 15px;
    height: fit-content;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
    z-index: 6;
}

@keyframes l5 {
  0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
  33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
  66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
  100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}



.loader:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #00000021;
    z-index: 100;
}



.fc .fc-daygrid-day-frame:hover {
    color: #0060e6;
    background-color: #0069ff11 !important;
    border: 1px solid;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame:hover {
    background: #039d16 !important;
    border: 1px  solId #FFF;
}



.fc-direction-ltr .fc-timegrid-col-events {
    margin: 1px 9px 0px -1px;
}

.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:last-child {
    /*margin-right: -10px !important;*/
    /*margin-left: 18px !important;*/
    width: 50%;
}



/* dashboard end  */

@media(min-width: 1400px){
    
    a.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-timegrid-event.fc-v-event {
    margin-left: 5vh;
}

.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:last-child {
    margin-right: -10px !important;
    margin-left: 10px !important;
    width: 50%;
}
    
    
    
}



@media(max-width: 1200px){
    
    #timeGridContainer {
    width: 35% !important;
    position: absolute;
    right: 0px;
    z-index: 99;

}



.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:first-child {
    left: 6% !important;
}

.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:last-child {
    /*margin-right: -10px !important;*/
    /*margin-left: 18px !important;*/
       margin-right: -0px !important;
    margin-left: 0px !important;
    right: 5% !important;
}

#timeGridCalendar{  
    height: 588px !important;
                
}



}



@media(max-width: 1024px){
    a.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-timegrid-event.fc-v-event {
    width: 85% !important;
}

/*.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:last-child {*/
/*    margin-right: 0px !important;*/
/*    margin-left: 0px !important;*/
/*    inset: 186px 0% 14px 51% !important;*/
/*}*/

/*.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:first-child {*/
/*    inset: 186px 6% -246px !important;*/
/*}*/

}


@media(max-width: 991px){
    .header-link-list .header-link {
        font-size: 16px;
    }
    .header-link-list {
        margin: 0 5px;
    }
    
        #calendar-container #closeBtn {
        top: 0;
        position: absolute;
        right: -28px;
    }
    
    /*#timeGridContainer {*/
    /*width: 43% !important;*/
    /*}*/
    
    #timeGridCalendar {
        max-width: 100% !important;
        height: 600px  !important;
    }

    #timeGridCalendar {
        position: absolute;
        top: 13px;
        right: 0;
        left: 0;
        bottom: 0;
        height: 625px !important;
        max-width: 100% !important;
        z-index: 10;
    }
    
    
}
@media(max-width: 768px){
    
    
       #timeGridContainer {
    position: static;

}


 .fc-timegrid-event-harness.fc-timegrid-event-harness-inset:first-child {
    left: -12% !important;
    width: 100%;
}

.fc-timegrid-event-harness.fc-timegrid-event-harness-inset:last-child {
    width: 50%;
    left: 43% !important;
    margin-left: 15%;
}
    
    .topbar .logo {
         display: inline-block;
    }
    aside.active {
        left: 0;
    }
    .sidebar {
        left: -50%;
        position: fixed !important;
        width: 50%;
        height: 100vh;
        transition: all 0.5s ease 0s;
    }

    .tab-text {
        display: inline-block;
    }

    .main {
        width: 100%;
        padding-left:0 !important;
    }
    .topbar {
        justify-content: space-between;
    }
    .tabs button {
        padding: 20px 10px !important;
    }

    /*.dash-menu .logo a {*/
    /*font-size: 37px;*/

    /*}*/
    .topbar .logo a {
     font-size: 37px;
     color: #fff;
     text-decoration: none;
     font-family: "Urbanist", serif;
     }
    .header {
        padding: 10px 0;
    }
    .header-logo {
        margin-bottom: 10px;
    }
    .header-logo .logo {
        text-align: start;
    }
    .header-link-list {
        margin: 0 2px;
        width: 30%;
        max-width: 100%;
        text-align: center;
    }
    .header-link-list .header-link {
        font-size: 14px;
        flex-direction: column;
    }
    .header-link-item {
        justify-content: end;
        align-items: start;
    }
    .login-form .form-input .btn {
        padding: 7px 20px;
        font-weight: normal;
    }
    .login-form .form-input a {
        font-size: 15px;
    }
    .header-link-list .header-link span {
        margin: 0 0 10px 0;
    }
    
    .dash-right {
     padding: 0px; 
    }
    
    .dash-content .form1, .form2 {
       width: 100%;
       max-width: 100%;
       padding: 30px 20px;
     }
     
    .dashform > div {
        padding: 15px;
    }
    
    
    .loader {
        display: none !important;
    }
    
    /* .password-toggle-icon {*/
    /*    top: 53% !important;*/
    /*    right: 90px !important;*/
    /*}*/
    
    
    
 
    
}
    

@media(max-width: 576px){
    .topbar {
      padding: 0px 10px !important;
    }
    
    .dash-menu .logo a {
      font-size: 37px;

    }
    
    .tabs button {
       padding: 20px 5px !important;
    }
    
    .dash-right {
  
      padding: 20px 0;
    }
    
    .dash-content .heading .title {
     font-size: 18px;
     padding: 10px;
    }
    
    .dashform {
    padding: 20px 20px;
    }
    .meeting-item-detail  .meeting-item .heading .title {
    font-size: 18px;
   }
   
   .dash-content .form1, .form2 {
       padding: 20px 0px ;
     } 
     .dash-content .form1{
         margin-bottom: 0;
     }
     
     div.popup .modal-body h2 {
    font-size: 20px;

    }
    
    .popup {
    width: 80vw;
    }
    
   
    
    /* search meeting page   */
    
    div#detail_associate .row {
        flex-direction: column;
        row-gap: 20px;
    }
    div#detail_associate .meeting-box .meet-info-button a {
        margin-top: 10px;
        display: inline-block;
    }
    .form1 .meeting-box .meet-info-button a:first-child {
        margin: 10px 0;
        display: inline-block;
    }
    
    .dashform > div {
        padding: 0px;
    }
    
    
    /* .password-toggle-icon {*/
    /*    top: 53% !important;*/
    /*    right: 90px !important;*/
    /*}*/
    

   
}

.sidebar {
    left: 0;
    position: fixed !important;
    height: 100vh !important;
}

.main {
        width: 100% !important;
        padding-left:20%;
}





.topbar {

    justify-content: end ;
}   


@media (min-width:770px){
    .sidebar,.main {
        transition: all 0.5s ease 0s !important;
    }
        
    aside.active {
        left: -20%;
        position: fixed !important;
        height:100vh;
    }
    
    .main.active {
        width: 100%;
        padding-left:0;
      
        }
}

/* new */

   body {
        margin: 0;
        padding: 0;
        display: flex;
        height: 100vh;
        background-color: #f4f4f4;
        font-family: "Urbanist" !important;
    }

    .dashboard {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .sidebar {
        width: 20%;
        background: #fff !important;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: width 0.3s;
        z-index: 99;
        padding: 20px;
        border-radius: 30px;
    }

    .tabs {
        width: 100%;
    }

    .tabs button {
        width: 100%;
        background: #fff !important;
        color: #000 !important;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 20px 10px;
        text-align: left;
        font-size: 16px;
        display: flex;
        align-items: center;
        font-family: "Urbanist" !important;
       
       
    }
    
    aside#sidebar .tabs  a{
          text-decoration: none;
    }

    .tabs button:hover {
        background: #fff !important;
        color: #0063B2FF !important;
    }

    .tabs button.active {
        background: #fff;
        color: #0063B2FF;
    }

    .tabs button i {
        margin-right: 10px;
        background: #2486F6;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
}

    .tab-text {
        flex: 1;
    }

    .main {
        width: 80%;
        /*background: #9cc3d58f;*/
        background: #f9f9f9;
        overflow-y: auto;
    }

    .topbar {
        display: flex;
        align-items: center;
        background: #fff !important;
        color: white;
        padding: 10px;
        justify-content: end;
        border-radius: 30px;
    }

    .toggle-btn {
        background: none;
        border: none;
        color: #000 !important;
        font-size: 24px;
        cursor: pointer;
        margin-right: 20px;
    }

    .tabcontent {
        display: none;
        padding: 20px;
    }

    .meeting-item{
        margin: 5px;
    }
    
    
    
    
@media (max-width: 992px) {
    .sidebar {
        left: -50%;
        position: fixed !important;
        width: 50%;
        height: 100vh;
        transition: all 0.5s ease 0s;
    }
    .sidebar {
        width: 30% !important;
    }
    aside.active {
        left: 0;
    }
    .main {
        width: 100%;
        padding-left: 0 !important;
    }
    div#calendar-container {
        justify-content: center;
    }
}    
        
@media (max-width: 768px) {

    .topbar .logo {
        display: inline-block;
    }

    aside.active {
        left: 0;
    }

    .sidebar {
        left: -50%;
        position: fixed !important;
        width: 50%;
        height: 100vh;
        transition: all 0.5s ease 0s;
    }

    .tab-text {
        display: inline-block;
    }

    .main {
        width: 100%;
    }

    .topbar {
        justify-content: space-between;
    }

    .dash-right {
        padding: 30px 20px;
    }

    .meeting-item {
        margin: 0;
        padding: 10px;
    }

    .fc .fc-toolbar-title {
        font-size: 30px;
    }

    

    .fc .fc-timegrid-body {
        max-width: 100%! important;
    }

    .fc-direction-ltr .fc-timegrid-slot-label-frame {
        width: 80% !important;
    }

     #calendar .fc-view-harness {
        height: 485px !important;
    }

    .fc-direction-ltr .fc-timegrid-col-events {
        width: 92%;
    }

    a.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-timegrid-event.fc-v-event {
        margin-left: 23% !important;
        width: 86% !important;
    }
}

@media screen and (max-width:425px) {

            h2#fc-dom-1, h2#fc-dom-86 {
                font-size: 18px !important;
            }

            .fc .fc-daygrid-day-number {
                margin-top: 0 !important;
                font-weight: 600;
                padding: 0;

            }

            .fc .fc-daygrid-day-frame {
                font-weight: 600;
                font-size: 12px;
                width: 30px !important;
                min-height: 40% !important;
             }
       
       
            .fc .fc-daygrid-day-frame {
                width: 24px !important;
                min-height: 38% !important;
             }
             
             .sidebar {
                width: 50% !important;
            }
            
            
            table.fc-scrollgrid-sync-table {
                height: 280px !important;
            }
            
              #calendar .fc-view-harness {
                height: 325px !important;
            }
            
            .fc .fc-daygrid-day-frame {
                min-height: 47% !important;
                width: 22px !important;
            }
}


/* New Css*/


.card.appointment-card .d-flex.flex-wrap.gap-2 a {
    border-radius: 50px;
}

.dropdown-toggle::after {
    display: none;
}
.avatar.avatar-blue.me-3 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-blue {
    background-color: #e6f0ff;
    color: #0d6efd;
}


.card.appointment-card .btn.btn-outline-secondary.btn-circle.me-2 {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notes-indicator {
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.75rem;
    background-color: #e6f0ff;
    color: #0d6efd;
}

.divider {
    border-top: 1px solid #dee2e6;
    margin: 1rem 0;
}

.badge-outline {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
    font-weight: normal;
}