/* table {
    border-collapse: collapse;
    width: 100%;
    font-weight: 500;
    border: 1px solid #393939;
}

th, td {
    border: 1px solid #393939;
    padding: 8px;
    text-align: left;
} */
.col-1-66 {
    flex: 0 0 13.888%;
    max-width: 13.888%;
}
.logo-banner{
	width: 100%;
    /* justify-content: space-between; */
    align-items: center;
}
.logo-banner a img{
    width: 100%;
}
.note{
    color: red;
    font: 18px;
    font-weight: 600;
    display:  none;
}
.nav-pills a{
    border-radius: 0% !important;
}
.dropdown{
    font-size: 18px;
}
.dropdown-button{
    background-color: white;
    color:#2769cc;
    border: none !important;
}
.dropdown button{
    color:#2769cc;
}
.dropdown-button:hover{
    background-color: white;
    color: #0d6efd;
}
.dropdown button:hover{
    color:#2769cc;
}
.dropdown-menu button:active{
    background-color: #cccccc;
}
.table_create_order table{
    border-collapse: collapse;
    width: 100%;
    font-weight: 500;
    border: 1px solid #393939;
}
.table_create_order table td,.table_create_order table tr th{
    border: 1px solid #393939;
    padding: 8px;
    text-align: left;
}
.btn.dropdown-toggle{
    border: 1px solid #c0c0c0;
}
.btn.dropdown-toggle::after {
    display: none;
}

/* .btn_setting{
    background: none;
    border: none;
    color: #0d6efd;
    font-size: 24px;
} */

#table_to_save{
    /* visibility: hidden; */
    /* display: none; */
    width: 50%;
}
#table_to_save tr td{
    font-size:24px;
}
#table_to_save tr{
    font-size:24px;
}
#table_to_save{
    border: 1px solid;
    padding: 5px;
}
.form-check-input {
    width: 24px; 
    height: 24px;
    border: #393939 solid 1px;
}
.sort{
    border:none;
    background-color: none;
    color:none;
    padding: 0;
    margin:0;
}
#uploadedFileDetails ul li{
    color: #0a58ca;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    font-size: 30px;
    font-weight: 600;
    color: #0a58ca;
    width: 100%;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
}
#change_timeline button{
    width: 200px;
    height: 40px;
}
#appointmentModal th{
    padding-right: 70px;
    padding-top: 20px;
}
#appointmentModal td{
    padding-top: 20px;
}
.footer-btn{
    width: 150px;
}
#changeAppointmentModal p{
    padding-right: 70px;
    padding-left: 0px;
    margin-bottom: 0px;
}
#timer{
    font-size: 34px;
    font-weight: 500;
    color: red;
    text-align: center;
    display: none;
}
.priority_setting_checkbox{
    width: 17px;  /* Set the width to the desired size */
    height: 17px; /* Set the height to the desired size */
    margin-top: 6px;
}

.workflow-step-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
}

.workflow-step {
    border-radius: 8px;
    padding: 20px;
    width: 180px;
    text-align: center;
    font-weight: bold;
    color: #6c757d;
    background-color: #e9ecef;
}
.workflow-step.active {
    background-color: #0d6efd;
    color: #fff;
}
.workflow-line {
    height: 2px;
    width: 80px;
    background-color: #c0c2c4;
    margin: 20px 0;
}

.workflow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.step-label {
    font-size: 14px;
    font-weight: bold;
    color: #6c757d;
    margin-bottom: 8px;
}
.step-label.active{
    color: #0d6efd;
}
.date-time{
    min-width: 100px;
}
.date-range{
    min-width: 200px;
}
.config-square{
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}
@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-130%);
    }
}
@media screen and (max-width:767px){
    .exportToExcel{
        display: none;
    }
    .btnHistory{
        justify-content: center !important;
    }
    /* #reportrange span{
        display: none;
    } */
    .title{
        font-size: 22px;
    }
    #table_to_save{
        /* visibility: hidden; */
        /* display: none; */
        width: 100%;
    }
    #table_to_save tr td{
        font-size:22px;
    }
    #table_to_save tr{
        font-size:22px;
    }
    #nav_header{
        font-size: 10px;
        display: flex;
    }

    .marquee-text {
        animation: marquee 20s linear infinite;
        font-size: 25px;
    }
    @keyframes marquee {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(-520%);
        }
    }
    #change_timeline{
        justify-content: center !important;
    }
    #change_timeline button{
        font-size: 12px;
        width: 150px;
        height: 30px;
        margin-left: 0 !important;
        margin-right: 5px !important
    }
}
