*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style-type: none !important;
}
#card-inquiry{
    
}
 .url{
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
    padding: 0 20px;
   border: 2px solid #5a8dee;
   margin-top: 1rem;
}
 .url button{
    width: 80px;
    height: 50px;
    background: #1753c4;
    color: white;font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin-right: 10px;
    pointer-events: none;
}
.url p{
    margin: 0;
    direction: ltr;
}
 table {
    text-align: left;
    direction: ltr;
    width: 100% !important;
    
}
 .dont{
    display: flex;
    /* border: 1px solid red; */
    /* flex-direction: column; */
    /* align-items: center; */
    gap: 10px;
}
 .dont>section{
    width: 50%;
}
.dont>section ul{
    margin-bottom: 0;
}
 .dont>section ul li{
    direction: ltr;
    display: flex;
    justify-content: space-between;
   /* border: 1px solid black; */
   min-height: 40px;
}
.dont>section ul li span{
    display: flex;
    
    align-items: center;
    border: 1px solid #ddd;
    padding: 8px;
}
.dont>section ul li span:nth-of-type(1){
    width: 60%;
}
    
.dont>section ul li span:nth-of-type(2){
  width: 40%;
}
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
#sheba-inquiry{

}
#sheba-inquiry .url{
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
    padding: 0 20px;
   border: 2px solid #5a8dee;
}
#sheba-inquiry .url button{
    width: 80px;
    height: 50px;
    background: #1753c4;
    color: white;font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin-right: 10px;
}
#sheba-inquiry .url p{
    margin-bottom: 0;
}
#sheba-inquiry table {
    text-align: left;
    direction: ltr;
    width: 100% !important;
    
}
#sheba-inquiry .dont{
    display: flex;
    /* border: 1px solid red; */
}
#sheba-inquiry .dont>section{
    width: 50%;
}
#sheba-inquiry .dont>section ul li{
    direction: ltr;
    display: flex;
    justify-content: space-between;
   /* border: 1px solid black; */
   min-height: 40px;
}
.dont>section ul li span{
    display: flex;
    
    align-items: center;
    border: 1px solid #ddd;
}
.dont>section ul li span:nth-of-type(1){
    width: 60%;
}
    
.dont>section ul li span:nth-of-type(2){
  width: 40%;
}
td,th {
    direction: rtl !important;
    text-align: center !important;
}
li span {
    direction: rtl;
    text-align: center;
}
h5 {
    text-align: center;
    padding-top: 1rem;
}