.orderListHead{
    display: flex;
    flex-direction: row;
    padding: .5rem 1.5rem;
    justify-content: space-between;
}

.lefttAction{
    display: flex;
    padding-top: 15px;
}

.rightAction{
    display: flex;
}

.myButton{
    height: 40px;
    margin-left: 15px;
    margin-top: 5px;
}

.searchBtn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ddd{
    font-size: 30px;
    font-weight: 800;
}

.ddd:hover{
    font-size: 35px;
    cursor: pointer;
    font-weight: 800;
    color: #696cff;
}

.fillterBtn{
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hr_rbu p {
    width: 100%; 
    text-align: left; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin: 10px 10px 10px 10px;
 } 
 
 .hr_rbu p span { 
     background:#fff; 
     color: #454343;

 }

 .form-control:hover{
    border-color: rgba(0, 0, 255, 0.414);
 }

 .settingsBtn{
    display: flex;
    flex-direction: row;
    gap: 15px;
    cursor: pointer;

 }

 #settingEditModal{
    position: fixed;
    top: 0;
    left: calc(50% - 20%);
    z-index: 1090;
    display: none;
    width: 40%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
 }

 .myEdits{
    border: none;
    background: none;
 }