body { font-family: Verdana, Geneva, Tahoma, sans-serif;}
a {text-decoration: none; color: whitesmoke;}
body {background-image: linear-gradient(rgba(255, 166, 0, 0.06) ,rgba(255, 166, 0, 0.58) ,rgb(255, 68, 0));  }
    /*  body {background-image: linear-gradient(rgba(255, 166, 0, 0.27) ,rgba(255, 166, 0, 0.74) ,rgb(255, 68, 0));  } */
.button { background-color: whitesmoke; border-color:  gold; border-radius: 6px;  color: rgb(46, 10, 147); padding: 3px 10px;
      text-decoration: none; margin: 4px 2px; cursor: pointer; font-size:15px; width: 110px; 
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),  0 17px 50px 0 rgba(0,0,0,0.19); }

th{ background-image: radial-gradient( beige, #FFA500  ); color: navy; font-weight: 500; font-size: medium;}     
td{ background-image: radial-gradient( rgb(90, 53, 5), #FFA500  ); color: beige; font-weight: 550; font-size: small;} 

  .inline{ display: inline-block; margin: 20px 0px; }
  input, button{ height: 24px; }   .pagination{display: inline-block; }
  .pagination li{display: inline-block;  }   a:link { text-decoration: none; font-weight: bold;}
  a:hover { text-decoration: underline; }     

.confirm-box { background: rgba(0, 0, 0, 0.3) ; 
    width: 45%; height: 40%; position: fixed;  top: 250px; left: 10px;     /* top: 185px; left: 400px; */
    z-index: 9999; 
    display: flex; justify-content: center; align-items: center; border-radius: 20px; }
.message-box { background-image: radial-gradient( rgba(245, 245, 220, 0.671), #ffa60070  ); width: 85%; height: 60%;
  text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 16px; line-height: 1.5; 
  padding: 8px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0, 0.8); }
.button-box { margin-top: 40px; width: 100%; height: 50%; }  
.yes-button, .no-button { width: 35%; height: 45%;  padding: 8px 20px;  margin: 0 20px; border: none; border-radius: 5px;  /* font-size: 16px;  */
  cursor: pointer; box-shadow: 0 0 10px rgba(0,0,0, 0.8); }
.yes-button { background-color: green; color: #fff;}   .no-button { background-color: orangered; color: #fff;}